removed ^M in order to test cvs.
[privoxy.git] / w32res.h
1 #ifndef _W32RES_H
2 #define _W32RES_H
3 #define W32RES_H_VERSION "$Id: w32res.h,v 1.1.1.1 2001/05/15 13:59:08 oes Exp $"
4 /*********************************************************************
5  *
6  * File        :  $Source: /cvsroot/ijbswa/current/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  *    Revision 1.1.1.1  2001/05/15 13:59:08  oes
38  *    Initial import of version 2.9.3 source tree
39  *
40  *
41  *********************************************************************/
42
43 #define IDS_NEW_BLOCKER                   1
44
45 #define ID_NEW_BLOCKER                    100
46 #define IDR_TRAYMENU                      101
47 #define IDI_IDLE                          102
48 #define IDR_LOGVIEW                       103
49 #define IDR_ACCELERATOR                   104
50 #define IDR_POPUP_SELECTION               105
51 #define IDD_RULES                         106
52 #define IDI_DENYRULE                      107
53 #define IDI_ALLOWRULE                     108
54
55 #define IDI_JUNKBUSTER                    200
56 #define IDI_JUNKBUSTER1                   201
57 #define IDI_JUNKBUSTER2                   202
58 #define IDI_JUNKBUSTER3                   203
59 #define IDI_JUNKBUSTER4                   204
60 #define IDI_JUNKBUSTER5                   205
61 #define IDI_JUNKBUSTER6                   206
62 #define IDI_JUNKBUSTER7                   207
63 #define IDI_JUNKBUSTER8                   208
64
65 #define IDC_NEW                           300
66 #define IDC_ACTION                        301
67 #define IDC_RULES                         302
68 #define IDC_CREATE                        303
69 #define IDC_MOVEUP                        304
70 #define IDC_MOVEDOWN                      305
71 #define IDC_DELETE                        306
72 #define IDC_SAVE                          307
73
74 #define ID_SHOWWINDOW                     4000
75 #define ID_HELP_ABOUTJUNKBUSTER           4001
76 #define ID_FILE_EXIT                      4002
77 #define ID_VIEW_CLEARLOG                  4003
78 #define ID_VIEW_LOGMESSAGES               4004
79 #define ID_VIEW_MESSAGEHIGHLIGHTING       4005
80 #define ID_VIEW_LIMITBUFFERSIZE           4006
81 #define ID_VIEW_ACTIVITYANIMATION         4007
82 #define ID_HELP_FAQ                       4008
83 #define ID_HELP_MANUAL                    4009
84 #define ID_HELP_GPL                       4010
85 #define ID_HELP_STATUS                    4011
86 #ifdef TOGGLE
87 #define ID_TOGGLE_IJB                     4012
88 #endif
89 #define ID_RELOAD_CONFIG                  4013
90
91 /* Break these out so they are easier to extend, but keep consecutive */
92 #define ID_TOOLS_EDITJUNKBUSTER           5000
93 #define ID_TOOLS_EDITBLOCKERS             5001
94 #define ID_TOOLS_EDITPERMISSIONS          5002
95 #define ID_TOOLS_EDITFORWARD              5003
96
97 #ifdef ACL_FILES
98 #define ID_TOOLS_EDITACLS                 5005
99 #endif /* def ACL_FILES */
100
101 #ifdef USE_IMAGE_LIST
102 #define ID_TOOLS_EDITIMAGE                5006
103 #endif /* def USE_IMAGE_LIST */
104
105 #ifdef PCRS
106 #define ID_TOOLS_EDITPERLRE               5008
107 #endif /* def PCRS */
108
109 #ifdef TRUST_FILES
110 #define ID_TOOLS_EDITTRUST                5004
111 #endif /* def TRUST_FILES */
112
113 /*
114  * The following symbols are declared in <afxres.h> in VC++.
115  * However, mingw32 doesn't have that header.  Let's 
116  * always declare them here, for consistency.
117  * These are the VC++ values.
118  */
119 #define IDC_STATIC      (-1)
120 #define ID_EDIT_COPY  30000
121
122
123 #endif /* ndef _W32RES_H */
124
125 /*
126   Local Variables:
127   tab-width: 3
128   end:
129 */