3 #define W32RES_H_VERSION "$Id: w32res.h,v 1.1.1.1 2001/05/15 13:59:08 oes Exp $"
4 /*********************************************************************
6 * File : $Source: /cvsroot/ijbswa/current/w32res.h,v $
8 * Purpose : Identifiers for Windows GUI resources.
10 * Copyright : Written by and Copyright (C) 2001 the SourceForge
11 * IJBSWA team. http://ijbswa.sourceforge.net
13 * Based on the Internet Junkbuster originally written
14 * by and Copyright (C) 1997 Anonymous Coders and
15 * Junkbusters Corporation. http://www.junkbusters.com
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.
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.
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.
37 * Revision 1.1.1.1 2001/05/15 13:59:08 oes
38 * Initial import of version 2.9.3 source tree
41 *********************************************************************/
43 #define IDS_NEW_BLOCKER 1
45 #define ID_NEW_BLOCKER 100
46 #define IDR_TRAYMENU 101
48 #define IDR_LOGVIEW 103
49 #define IDR_ACCELERATOR 104
50 #define IDR_POPUP_SELECTION 105
52 #define IDI_DENYRULE 107
53 #define IDI_ALLOWRULE 108
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
66 #define IDC_ACTION 301
68 #define IDC_CREATE 303
69 #define IDC_MOVEUP 304
70 #define IDC_MOVEDOWN 305
71 #define IDC_DELETE 306
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
87 #define ID_TOGGLE_IJB 4012
89 #define ID_RELOAD_CONFIG 4013
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
98 #define ID_TOOLS_EDITACLS 5005
99 #endif /* def ACL_FILES */
101 #ifdef USE_IMAGE_LIST
102 #define ID_TOOLS_EDITIMAGE 5006
103 #endif /* def USE_IMAGE_LIST */
106 #define ID_TOOLS_EDITPERLRE 5008
107 #endif /* def PCRS */
110 #define ID_TOOLS_EDITTRUST 5004
111 #endif /* def TRUST_FILES */
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.
119 #define IDC_STATIC (-1)
120 #define ID_EDIT_COPY 30000
123 #endif /* ndef _W32RES_H */