NetSurf
resourceid.h
Go to the documentation of this file.
1/*
2 * Copyright 2009 Mark Benjamin <netsurf-browser.org.MarkBenjamin@dfgh.net>
3 *
4 * This file is part of NetSurf, http://www.netsurf-browser.org/
5 *
6 * NetSurf is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation; version 2 of the License.
9 *
10 * NetSurf is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 * GNU General Public License for more details.
14 *
15 * You should have received a copy of the GNU General Public License
16 * along with this program. If not, see <http://www.gnu.org/licenses/>.
17 */
18
19#ifndef NETSURF_WINDOWS_RESOURCEID_H
20#define NETSURF_WINDOWS_RESOURCEID_H
21
22#ifndef IDC_STATIC
23#define IDC_STATIC (-1)
24#endif
25
26#define IDR_NETSURF_ICON 100
27#define IDR_THROBBER_AVI 101
28#define IDR_TOOLBAR_BITMAP 102
29#define IDR_TOOLBAR_BITMAP_GREY 103
30#define IDR_TOOLBAR_BITMAP_HOT 104
31#define IDR_NETSURF_BANNER 105
32#define IDR_HOME_BITMAP 106
33#define IDC_PAGEINFO 107
34#define IDB_PAGEINFO_INSECURE 108
35#define IDB_PAGEINFO_SECURE 109
36#define IDB_PAGEINFO_INTERNAL 110
37#define IDB_PAGEINFO_WARNING 111
38#define IDB_PAGEINFO_LOCAL 112
39
40#define IDD_ABOUT 1000
41#define IDC_IMG1 1001
42#define IDC_ABOUT_VERSION 1002
43#define IDC_ABOUT_TEXT 1003
44#define IDC_ABOUT_COPYRIGHT 1004
45#define IDC_BTN_CREDITS 1005
46#define IDC_BTN_LICENCE 1006
47
48#define IDD_DOWNLOAD 1100
49#define IDC_DOWNLOAD_LABEL 1101
50#define IDC_DOWNLOAD_PROGRESS 1102
51
52#define IDD_MAIN 1300
53#define IDC_MAIN_TOOLBAR 1301
54#define IDC_MAIN_URLBAR 1302
55#define IDC_MAIN_THROBBER 1303
56#define IDC_MAIN_DRAWINGAREA 1304
57#define IDC_MAIN_STATUSBAR 1305
58#define IDC_MAIN_LAUNCH_URL 1306
59
60#define IDD_OPTIONS_GENERAL 1400
61#define IDC_PREFS_HOMEPAGE 1401
62#define IDC_PREFS_IMAGES 1402
63#define IDC_PREFS_ADVERTS 1403
64#define IDC_PREFS_REFERER 1404
65
66#define IDD_OPTIONS_CONNECTIONS 1500
67#define IDC_PREFS_FETCHERS 1501
68#define IDC_PREFS_FETCHERS_SPIN 1502
69#define IDC_PREFS_FETCH_HOST 1503
70#define IDC_PREFS_FETCH_HOST_SPIN 1504
71#define IDC_PREFS_FETCH_HANDLES 1505
72#define IDC_PREFS_FETCH_HANDLES_SPIN 1506
73
74#define IDD_OPTIONS_APPERANCE 1200
75#define IDC_PREFS_PROXYTYPE 1206
76#define IDC_PREFS_PROXYHOST 1207
77#define IDC_PREFS_PROXYPORT 1208
78#define IDC_PREFS_PROXYNAME 1209
79#define IDC_PREFS_PROXYPASS 1210
80#define IDC_PREFS_FONT_SIZE 1211
81#define IDC_PREFS_FONT_MINSIZE 1212
82#define IDC_PREFS_FONT_MINSIZE_SPIN 1213
83#define IDC_PREFS_SANS 1214
84#define IDC_PREFS_SERIF 1215
85#define IDC_PREFS_FONT_SIZE_SPIN 1216
86#define IDC_PREFS_MONO 1217
87#define IDC_PREFS_CURSIVE 1218
88#define IDC_PREFS_FANTASY 1219
89#define IDC_PREFS_FONTDEF 1220
90#define IDC_PREFS_NOANIMATION 1227
91
92#define IDD_LOGIN 1700
93#define IDC_LOGIN_USERNAME 1701
94#define IDC_LOGIN_PASSWORD 1702
95#define IDC_LOGIN_DESCRIPTION 1703
96
97#define IDR_MENU_MAIN 10000
98#define IDM_FILE_OPEN_WINDOW 10101
99#define IDM_FILE_OPEN_LOCATION 10102
100#define IDM_FILE_CLOSE_WINDOW 10103
101#define IDM_FILE_SAVE_PAGE 10104
102#define IDM_FILE_SAVEAS_TEXT 10105
103#define IDM_FILE_SAVEAS_PDF 10106
104#define IDM_FILE_SAVEAS_POSTSCRIPT 10107
105#define IDM_FILE_PRINT_PREVIEW 10108
106#define IDM_FILE_PRINT 10109
107#define IDM_FILE_QUIT 10110
108#define IDM_EDIT_CUT 10211
109#define IDM_EDIT_COPY 10212
110#define IDM_EDIT_PASTE 10213
111#define IDM_EDIT_DELETE 10214
112#define IDM_EDIT_SELECT_ALL 10215
113#define IDM_EDIT_SEARCH 10216
114#define IDM_NAV_STOP 10301
115#define IDM_NAV_RELOAD 10302
116#define IDM_VIEW_ZOOMPLUS 10303
117#define IDM_VIEW_ZOOMMINUS 10304
118#define IDM_VIEW_ZOOMNORMAL 10305
119#define IDM_VIEW_SOURCE 10306
120#define IDM_VIEW_FULLSCREEN 10307
121#define IDM_VIEW_SAVE_WIN_METRICS 10308
122#define IDM_NAV_BACK 10309
123#define IDM_NAV_FORWARD 10310
124#define IDM_NAV_HOME 10311
125#define IDM_NAV_LOCALHISTORY 10312
126#define IDM_NAV_GLOBALHISTORY 10313
127#define IDM_NAV_BOOKMARKS 10314
128#define IDM_TOOLS_DOWNLOADS 10430
129#define IDM_TOOLS_COOKIES 10431
130#define IDM_VIEW_TOGGLE_DEBUG_RENDERING 10432
131#define IDM_VIEW_DEBUGGING_SAVE_BOXTREE 10433
132#define IDM_VIEW_DEBUGGING_SAVE_DOMTREE 10434
133#define IDM_EDIT_PREFERENCES 10435
134#define IDM_HELP_CONTENTS 10536
135#define IDM_HELP_GUIDE 10537
136#define IDM_HELP_INFO 10538
137#define IDM_HELP_ABOUT 10539
138
139#define IDR_MENU_CONTEXT 11000
140
141#endif