Rebuild developer manual
[privoxy.git] / w32res.h
1 #ifndef W32RES_H_INCLUDED
2 #define W32RES_H_INCLUDED
3 /*********************************************************************
4  *
5  * File        :  $Source: /cvsroot/ijbswa/current/w32res.h,v $
6  *
7  * Purpose     :  Identifiers for Windows GUI resources.
8  *
9  * Copyright   :  Written by and Copyright (C) 2001-2002 members of
10  *                the Privoxy team.  https://www.privoxy.org/
11  *
12  *                Based on the Internet Junkbuster originally written
13  *                by and Copyright (C) 1997 Anonymous Coders and
14  *                Junkbusters Corporation.  http://www.junkbusters.com
15  *
16  *                This program is free software; you can redistribute it
17  *                and/or modify it under the terms of the GNU General
18  *                Public License as published by the Free Software
19  *                Foundation; either version 2 of the License, or (at
20  *                your option) any later version.
21  *
22  *                This program is distributed in the hope that it will
23  *                be useful, but WITHOUT ANY WARRANTY; without even the
24  *                implied warranty of MERCHANTABILITY or FITNESS FOR A
25  *                PARTICULAR PURPOSE.  See the GNU General Public
26  *                License for more details.
27  *
28  *                The GNU General Public License should be included with
29  *                this file.  If not, you can view it at
30  *                http://www.gnu.org/copyleft/gpl.html
31  *                or write to the Free Software Foundation, Inc., 59
32  *                Temple Place - Suite 330, Boston, MA  02111-1307, USA.
33  *
34  *********************************************************************/
35
36 #define IDR_TRAYMENU                      101
37 #define IDI_IDLE                          102
38 #define IDR_LOGVIEW                       103
39 #define IDR_ACCELERATOR                   104
40 #define IDR_POPUP_SELECTION               105
41
42
43 #define IDI_MAINICON                      200
44 #define IDI_ANIMATED1                     201
45 #define IDI_ANIMATED2                     202
46 #define IDI_ANIMATED3                     203
47 #define IDI_ANIMATED4                     204
48 #define IDI_ANIMATED5                     205
49 #define IDI_ANIMATED6                     206
50 #define IDI_ANIMATED7                     207
51 #define IDI_ANIMATED8                     208
52 #define IDI_OFF                           209
53
54 #define ID_TOGGLE_SHOWWINDOW              4000
55 #define ID_HELP_ABOUT                     4001
56 #define ID_FILE_EXIT                      4002
57 #define ID_VIEW_CLEARLOG                  4003
58 #define ID_VIEW_LOGMESSAGES               4004
59 #define ID_VIEW_MESSAGEHIGHLIGHTING       4005
60 #define ID_VIEW_LIMITBUFFERSIZE           4006
61 #define ID_VIEW_ACTIVITYANIMATION         4007
62 #define ID_HELP_FAQ                       4008
63 #define ID_HELP_MANUAL                    4009
64 #define ID_HELP_GPL                       4010
65 #define ID_HELP_STATUS                    4011
66 #ifdef FEATURE_TOGGLE
67 #define ID_TOGGLE_ENABLED                 4012
68 #endif /* def FEATURE_TOGGLE */
69
70 /* Break these out so they are easier to extend, but keep consecutive */
71 #define ID_TOOLS_EDITCONFIG               5000
72 #define ID_TOOLS_EDITDEFAULTACTIONS       5001
73 #define ID_TOOLS_EDITUSERACTIONS          5002
74 #define ID_TOOLS_EDITDEFAULTFILTERS       5003
75 #define ID_TOOLS_EDITUSERFILTERS          5004
76
77 #ifdef FEATURE_TRUST
78 #define ID_TOOLS_EDITTRUST                5005
79 #endif /* def FEATURE_TRUST */
80
81 #define ID_EDIT_COPY  30000
82
83
84 #endif /* ndef W32RES_H_INCLUDED */
85
86 /*
87   Local Variables:
88   tab-width: 3
89   end:
90 */