1 /*********************************************************************
3 * File : $Source: /cvsroot/ijbswa/current/w32.rc,v $
5 * Purpose : Windows GUI resource script.
7 * Copyright : Written by and Copyright (C) 2001-2009 members of
8 * the Privoxy team. https://www.privoxy.org/
10 * Based on the Internet Junkbuster originally written
11 * by and Copyright (C) 1997 Anonymous Coders and
12 * Junkbusters Corporation. http://www.junkbusters.com
14 * This program is free software; you can redistribute it
15 * and/or modify it under the terms of the GNU General
16 * Public License as published by the Free Software
17 * Foundation; either version 2 of the License, or (at
18 * your option) any later version.
20 * This program is distributed in the hope that it will
21 * be useful, but WITHOUT ANY WARRANTY; without even the
22 * implied warranty of MERCHANTABILITY or FITNESS FOR A
23 * PARTICULAR PURPOSE. See the GNU General Public
24 * License for more details.
26 * The GNU General Public License should be included with
27 * this file. If not, you can view it at
28 * http://www.gnu.org/copyleft/gpl.html
29 * or write to the Free Software Foundation, Inc., 59
30 * Temple Place - Suite 330, Boston, MA 02111-1307, USA.
32 *********************************************************************/
47 /****************************************************************************
48 * Language-neutral resources
49 ****************************************************************************/
51 #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_NEU)
53 /* LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL */
54 #pragma code_page(1252)
60 * Icon with lowest ID value placed first to ensure application icon
61 * remains consistent on all systems.
63 IDI_MAINICON ICON DISCARDABLE "icons/privoxy.ico"
64 IDI_ANIMATED1 ICON DISCARDABLE "icons/radar-01.ico"
65 IDI_ANIMATED2 ICON DISCARDABLE "icons/radar-02.ico"
66 IDI_ANIMATED3 ICON DISCARDABLE "icons/radar-03.ico"
67 IDI_ANIMATED4 ICON DISCARDABLE "icons/radar-04.ico"
68 IDI_ANIMATED5 ICON DISCARDABLE "icons/radar-05.ico"
69 IDI_ANIMATED6 ICON DISCARDABLE "icons/radar-06.ico"
70 IDI_ANIMATED7 ICON DISCARDABLE "icons/radar-07.ico"
71 IDI_ANIMATED8 ICON DISCARDABLE "icons/radar-08.ico"
72 IDI_IDLE ICON DISCARDABLE "icons/privoxy.ico"
73 IDI_OFF ICON DISCARDABLE "icons/off.ico"
75 #endif /* Neutral resources */
78 /****************************************************************************
79 * English (U.S.) resources
80 ****************************************************************************/
82 #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
84 /* LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US */
85 #pragma code_page(1252)
86 #endif /* def _WIN32 */
93 VS_VERSION_INFO VERSIONINFO
94 FILEVERSION VERSION_MAJOR,VERSION_MINOR,VERSION_POINT,0
95 PRODUCTVERSION VERSION_MAJOR,VERSION_MINOR,VERSION_POINT,0
106 BLOCK "StringFileInfo"
110 VALUE "CompanyName", "The Privoxy team - www.privoxy.org\0"
111 VALUE "FileDescription", "Privoxy\0"
112 VALUE "FileVersion", VERSION "\0"
113 VALUE "InternalName", "Privoxy\0"
114 VALUE "LegalCopyright", "Distributed under the GNU GPL\0"
115 VALUE "OriginalFilename", "privoxy.exe\0"
116 VALUE "ProductName", "Privoxy\0"
117 VALUE "ProductVersion", VERSION "\0"
122 VALUE "Translation", 0x409, 1200
126 #endif /* ndef _MAC */
133 IDR_TRAYMENU MENU DISCARDABLE
137 MENUITEM "E&xit Privoxy", ID_FILE_EXIT
141 MENUITEM "&Main Configuration", ID_TOOLS_EDITCONFIG
142 MENUITEM "&Default Actions", ID_TOOLS_EDITDEFAULTACTIONS
143 MENUITEM "&User Actions", ID_TOOLS_EDITUSERACTIONS
144 MENUITEM "Default &Filters", ID_TOOLS_EDITDEFAULTFILTERS
145 MENUITEM "U&ser Filters", ID_TOOLS_EDITUSERFILTERS
147 MENUITEM "&Trust list", ID_TOOLS_EDITTRUST
148 #endif /* def FEATURE_TRUST */
151 #ifdef FEATURE_TOGGLE
152 MENUITEM "&Enable", ID_TOGGLE_ENABLED, CHECKED
153 #endif /* def FEATURE_TOGGLE */
154 MENUITEM "Show Privoxy &Window", ID_TOGGLE_SHOWWINDOW, CHECKED
158 IDR_LOGVIEW MENU DISCARDABLE
162 MENUITEM "E&xit", ID_FILE_EXIT
166 MENUITEM "Copy", ID_EDIT_COPY
170 MENUITEM "&Clear Log\tCtrl+D", ID_VIEW_CLEARLOG
172 MENUITEM "&Log Messages", ID_VIEW_LOGMESSAGES, CHECKED
173 MENUITEM "Message &Highlighting", ID_VIEW_MESSAGEHIGHLIGHTING, CHECKED
174 MENUITEM "Limit &Buffer Size", ID_VIEW_LIMITBUFFERSIZE, CHECKED
175 MENUITEM "&Activity Animation", ID_VIEW_ACTIVITYANIMATION, CHECKED
179 #ifdef FEATURE_TOGGLE
180 MENUITEM "&Enable", ID_TOGGLE_ENABLED, CHECKED
182 #endif /* def FEATURE_TOGGLE */
183 MENUITEM "Edit Main &Configuration", ID_TOOLS_EDITCONFIG
184 MENUITEM "Edit &Default Actions", ID_TOOLS_EDITDEFAULTACTIONS
185 MENUITEM "Edit &User Actions", ID_TOOLS_EDITUSERACTIONS
186 MENUITEM "Edit Default &Filters", ID_TOOLS_EDITDEFAULTFILTERS
187 MENUITEM "Edit U&ser Filters", ID_TOOLS_EDITUSERFILTERS
189 MENUITEM "Edit &Trust list", ID_TOOLS_EDITTRUST
190 #endif /* def FEATURE_TRUST */
194 MENUITEM "Privoxy &FAQ", ID_HELP_FAQ
195 MENUITEM "Privoxy &Manual", ID_HELP_MANUAL
196 MENUITEM "GNU &General Public Licence", ID_HELP_GPL
198 MENUITEM "Privoxy Status...", ID_HELP_STATUS
200 MENUITEM "About Privoxy...", ID_HELP_ABOUT
204 IDR_POPUP_SELECTION MENU DISCARDABLE
208 MENUITEM "&Copy", ID_EDIT_COPY
217 IDR_ACCELERATOR ACCELERATORS DISCARDABLE
219 "C", ID_EDIT_COPY, VIRTKEY, CONTROL, NOINVERT
220 "D", ID_VIEW_CLEARLOG, VIRTKEY, CONTROL, NOINVERT
223 #endif /* English (U.S.) resources */