- Made referrer option accept 'L' as a substitute for 'ยง'
[privoxy.git] / w32res.h
1 #ifndef _W32RES_H
2 #define _W32RES_H
3 #define W32RES_H_VERSION "$Id: w32res.h,v 1.1 2001/05/13 21:57:07 administrator Exp $"
4 /*********************************************************************
5  *
6  * File        :  $Source: /home/administrator/cvs/ijb/w32res.h,v $
7  *
8  * Purpose     :  Identifiers for Windows GUI resources.
9  *
10  * Copyright   :  Written by and Copyright (C) 2001 the SourceForge
11  *                IJBSWA team.  http://ijbswa.sourceforge.net
12  *
13  *                Based on the Internet Junkbuster originally written
14  *                by and Copyright (C) 1997 Anonymous Coders and 
15  *                Junkbusters Corporation.  http://www.junkbusters.com
16  *
17  *                This program is free software; you can redistribute it 
18  *                and/or modify it under the terms of the GNU General
19  *                Public License as published by the Free Software
20  *                Foundation; either version 2 of the License, or (at
21  *                your option) any later version.
22  *
23  *                This program is distributed in the hope that it will
24  *                be useful, but WITHOUT ANY WARRANTY; without even the
25  *                implied warranty of MERCHANTABILITY or FITNESS FOR A
26  *                PARTICULAR PURPOSE.  See the GNU General Public
27  *                License for more details.
28  *
29  *                The GNU General Public License should be included with
30  *                this file.  If not, you can view it at
31  *                http://www.gnu.org/copyleft/gpl.html
32  *                or write to the Free Software Foundation, Inc., 59
33  *                Temple Place - Suite 330, Boston, MA  02111-1307, USA.
34  *
35  * Revisions   :
36  *    $Log: w32res.h,v $
37  *
38  *********************************************************************/
39
40 #define IDS_NEW_BLOCKER                   1
41
42 #define ID_NEW_BLOCKER                    100
43 #define IDR_TRAYMENU                      101
44 #define IDI_IDLE                          102
45 #define IDR_LOGVIEW                       103
46 #define IDR_ACCELERATOR                   104
47 #define IDR_POPUP_SELECTION               105
48 #define IDD_RULES                         106
49 #define IDI_DENYRULE                      107
50 #define IDI_ALLOWRULE                     108
51
52 #define IDI_JUNKBUSTER                    200
53 #define IDI_JUNKBUSTER1                   201
54 #define IDI_JUNKBUSTER2                   202
55 #define IDI_JUNKBUSTER3                   203
56 #define IDI_JUNKBUSTER4                   204
57 #define IDI_JUNKBUSTER5                   205
58 #define IDI_JUNKBUSTER6                   206
59 #define IDI_JUNKBUSTER7                   207
60 #define IDI_JUNKBUSTER8                   208
61
62 #define IDC_NEW                           300
63 #define IDC_ACTION                        301
64 #define IDC_RULES                         302
65 #define IDC_CREATE                        303
66 #define IDC_MOVEUP                        304
67 #define IDC_MOVEDOWN                      305
68 #define IDC_DELETE                        306
69 #define IDC_SAVE                          307
70
71 #define ID_SHOWWINDOW                     4000
72 #define ID_HELP_ABOUTJUNKBUSTER           4001
73 #define ID_FILE_EXIT                      4002
74 #define ID_VIEW_CLEARLOG                  4003
75 #define ID_VIEW_LOGMESSAGES               4004
76 #define ID_VIEW_MESSAGEHIGHLIGHTING       4005
77 #define ID_VIEW_LIMITBUFFERSIZE           4006
78 #define ID_VIEW_ACTIVITYANIMATION         4007
79 #define ID_HELP_FAQ                       4008
80 #define ID_HELP_MANUAL                    4009
81 #define ID_HELP_GPL                       4010
82 #define ID_HELP_STATUS                    4011
83 #ifdef TOGGLE
84 #define ID_TOGGLE_IJB                     4012
85 #endif
86 #define ID_RELOAD_CONFIG                  4013
87
88 /* Break these out so they are easier to extend, but keep consecutive */
89 #define ID_TOOLS_EDITJUNKBUSTER           5000
90 #define ID_TOOLS_EDITBLOCKERS             5001
91 #define ID_TOOLS_EDITCOOKIES              5002
92 #define ID_TOOLS_EDITFORWARD              5003
93
94 #ifdef ACL_FILES
95 #define ID_TOOLS_EDITACLS                 5005
96 #endif /* def ACL_FILES */
97
98 #ifdef USE_IMAGE_LIST
99 #define ID_TOOLS_EDITIMAGE                5006
100 #endif /* def USE_IMAGE_LIST */
101
102 #ifdef KILLPOPUPS
103 #define ID_TOOLS_EDITPOPUPS               5007
104 #endif /* def KILLPOPUPS */
105
106 #ifdef PCRS
107 #define ID_TOOLS_EDITPERLRE               5008
108 #endif /* def PCRS */
109
110 #ifdef TRUST_FILES
111 #define ID_TOOLS_EDITTRUST                5004
112 #endif /* def TRUST_FILES */
113
114 /*
115  * The following symbols are declared in <afxres.h> in VC++.
116  * However, mingw32 doesn't have that header.  Let's 
117  * always declare them here, for consistency.
118  * These are the VC++ values.
119  */
120 #define IDC_STATIC      (-1)
121 #define ID_EDIT_COPY  30000
122
123
124 #endif /* ndef _W32RES_H */
125
126 /*
127   Local Variables:
128   tab-width: 3
129   end:
130 */