added "make dok" section to generate html pages from
[privoxy.git] / w32res.h
1 #ifndef W32RES_H_INCLUDED
2 #define W32RES_H_INCLUDED
3 #define W32RES_H_VERSION "$Id: w32res.h,v 1.9 2001/07/29 18:43:08 jongfoster 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.9  2001/07/29 18:43:08  jongfoster
38  *    Changing #ifdef _FILENAME_H to FILENAME_H_INCLUDED, to conform to
39  *    ANSI C rules.
40  *
41  *    Revision 1.8  2001/07/13 14:04:59  oes
42  *    Removed all #ifdef PCRS
43  *
44  *    Revision 1.7  2001/06/07 23:08:12  jongfoster
45  *    Forward and ACL edit options removed.
46  *
47  *    Revision 1.6  2001/05/31 21:37:11  jongfoster
48  *    GUI changes to rename "permissions file" to "actions file".
49  *
50  *    Revision 1.5  2001/05/29 09:50:24  jongfoster
51  *    Unified blocklist/imagelist/permissionslist.
52  *    File format is still under discussion, but the internal changes
53  *    are (mostly) done.
54  *
55  *    Also modified interceptor behaviour:
56  *    - We now intercept all URLs beginning with one of the following
57  *      prefixes (and *only* these prefixes):
58  *        * http://i.j.b/
59  *        * http://ijbswa.sf.net/config/
60  *        * http://ijbswa.sourceforge.net/config/
61  *    - New interceptors "home page" - go to http://i.j.b/ to see it.
62  *    - Internal changes so that intercepted and fast redirect pages
63  *      are not replaced with an image.
64  *    - Interceptors now have the option to send a binary page direct
65  *      to the client. (i.e. ijb-send-banner uses this)
66  *    - Implemented show-url-info interceptor.  (Which is why I needed
67  *      the above interceptors changes - a typical URL is
68  *      "http://i.j.b/show-url-info?url=www.somesite.com/banner.gif".
69  *      The previous mechanism would not have intercepted that, and
70  *      if it had been intercepted then it then it would have replaced
71  *      it with an image.)
72  *
73  *    Revision 1.4  2001/05/26 01:26:34  jongfoster
74  *    New #define, WIN_GUI_EDIT, enables the (embryonic) Win32 GUI editor.
75  *    This #define cannot be set from ./configure - there's no point, it
76  *    doesn't work yet.  See feature request # 425722
77  *
78  *    Revision 1.3  2001/05/26 00:28:36  jongfoster
79  *    Automatic reloading of config file.
80  *    Removed obsolete SIGHUP support (Unix) and Reload menu option (Win32).
81  *    Most of the global variables have been moved to a new
82  *    struct configuration_spec, accessed through csp->config->globalname
83  *    Most of the globals remaining are used by the Win32 GUI.
84  *
85  *    Revision 1.2  2001/05/20 01:21:20  jongfoster
86  *    Version 2.9.4 checkin.
87  *    - Merged popupfile and cookiefile, and added control over PCRS
88  *      filtering, in new "permissionsfile".
89  *    - Implemented LOG_LEVEL_FATAL, so that if there is a configuration
90  *      file error you now get a message box (in the Win32 GUI) rather
91  *      than the program exiting with no explanation.
92  *    - Made killpopup use the PCRS MIME-type checking and HTTP-header
93  *      skipping.
94  *    - Removed tabs from "config"
95  *    - Moved duplicated url parsing code in "loaders.c" to a new funcition.
96  *    - Bumped up version number.
97  *
98  *    Revision 1.1.1.1  2001/05/15 13:59:08  oes
99  *    Initial import of version 2.9.3 source tree
100  *
101  *
102  *********************************************************************/
103
104 #define IDR_TRAYMENU                      101
105 #define IDI_IDLE                          102
106 #define IDR_LOGVIEW                       103
107 #define IDR_ACCELERATOR                   104
108 #define IDR_POPUP_SELECTION               105
109
110
111 #define IDI_JUNKBUSTER                    200
112 #define IDI_JUNKBUSTER1                   201
113 #define IDI_JUNKBUSTER2                   202
114 #define IDI_JUNKBUSTER3                   203
115 #define IDI_JUNKBUSTER4                   204
116 #define IDI_JUNKBUSTER5                   205
117 #define IDI_JUNKBUSTER6                   206
118 #define IDI_JUNKBUSTER7                   207
119 #define IDI_JUNKBUSTER8                   208
120
121 #define ID_SHOWWINDOW                     4000
122 #define ID_HELP_ABOUTJUNKBUSTER           4001
123 #define ID_FILE_EXIT                      4002
124 #define ID_VIEW_CLEARLOG                  4003
125 #define ID_VIEW_LOGMESSAGES               4004
126 #define ID_VIEW_MESSAGEHIGHLIGHTING       4005
127 #define ID_VIEW_LIMITBUFFERSIZE           4006
128 #define ID_VIEW_ACTIVITYANIMATION         4007
129 #define ID_HELP_FAQ                       4008
130 #define ID_HELP_MANUAL                    4009
131 #define ID_HELP_GPL                       4010
132 #define ID_HELP_STATUS                    4011
133 #ifdef FEATURE_TOGGLE
134 #define ID_TOGGLE_IJB                     4012
135 #endif /* def FEATURE_TOGGLE */
136
137 /* Break these out so they are easier to extend, but keep consecutive */
138 #define ID_TOOLS_EDITJUNKBUSTER           5000
139 #define ID_TOOLS_EDITACTIONS              5001
140 #define ID_TOOLS_EDITPERLRE               5002
141
142 #ifdef FEATURE_TRUST
143 #define ID_TOOLS_EDITTRUST                5003
144 #endif /* def FEATURE_TRUST */
145
146 /*
147  * The following symbols are declared in <afxres.h> in VC++.
148  * However, mingw32 doesn't have that header.  Let's 
149  * always declare them here, for consistency.
150  * These are the VC++ values.
151  */
152 #define IDC_STATIC      (-1)
153 #define ID_EDIT_COPY  30000
154
155
156 #endif /* ndef W32RES_H_INCLUDED */
157
158 /*
159   Local Variables:
160   tab-width: 3
161   end:
162 */