Center the content of the homepage footer
[privoxy.git] / w32res.h
1 #ifndef W32RES_H_INCLUDED
2 #define W32RES_H_INCLUDED
3 #define W32RES_H_VERSION "$Id: w32res.h,v 1.19 2010/08/16 21:39:19 ler762 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-2002 members of
11  *                the Privoxy team.  http://www.privoxy.org/
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  *********************************************************************/
36
37 #define IDR_TRAYMENU                      101
38 #define IDI_IDLE                          102
39 #define IDR_LOGVIEW                       103
40 #define IDR_ACCELERATOR                   104
41 #define IDR_POPUP_SELECTION               105
42
43
44 #define IDI_MAINICON                      200
45 #define IDI_ANIMATED1                     201
46 #define IDI_ANIMATED2                     202
47 #define IDI_ANIMATED3                     203
48 #define IDI_ANIMATED4                     204
49 #define IDI_ANIMATED5                     205
50 #define IDI_ANIMATED6                     206
51 #define IDI_ANIMATED7                     207
52 #define IDI_ANIMATED8                     208
53 #define IDI_OFF                           209
54
55 #define ID_TOGGLE_SHOWWINDOW              4000
56 #define ID_HELP_ABOUT                     4001
57 #define ID_FILE_EXIT                      4002
58 #define ID_VIEW_CLEARLOG                  4003
59 #define ID_VIEW_LOGMESSAGES               4004
60 #define ID_VIEW_MESSAGEHIGHLIGHTING       4005
61 #define ID_VIEW_LIMITBUFFERSIZE           4006
62 #define ID_VIEW_ACTIVITYANIMATION         4007
63 #define ID_HELP_FAQ                       4008
64 #define ID_HELP_MANUAL                    4009
65 #define ID_HELP_GPL                       4010
66 #define ID_HELP_STATUS                    4011
67 #ifdef FEATURE_TOGGLE
68 #define ID_TOGGLE_ENABLED                 4012
69 #endif /* def FEATURE_TOGGLE */
70
71 /* Break these out so they are easier to extend, but keep consecutive */
72 #define ID_TOOLS_EDITCONFIG               5000
73 #define ID_TOOLS_EDITDEFAULTACTIONS       5001
74 #define ID_TOOLS_EDITUSERACTIONS          5002
75 #define ID_TOOLS_EDITDEFAULTFILTERS       5003
76 #define ID_TOOLS_EDITUSERFILTERS          5004
77
78 #ifdef FEATURE_TRUST
79 #define ID_TOOLS_EDITTRUST                5005
80 #endif /* def FEATURE_TRUST */
81
82 #define ID_EDIT_COPY  30000
83
84
85 #endif /* ndef W32RES_H_INCLUDED */
86
87 /*
88   Local Variables:
89   tab-width: 3
90   end:
91 */