summaryrefslogtreecommitdiff
path: root/windows/resourceid.h
blob: 57b2b938df4b68be97d6434728eefde0fb86254d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
/*
 * Copyright 2009 Mark Benjamin <netsurf-browser.org.MarkBenjamin@dfgh.net>
 *
 * This file is part of NetSurf, http://www.netsurf-browser.org/
 *
 * NetSurf is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; version 2 of the License.
 *
 * NetSurf is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */

#ifndef _NETSURF_WINDOWS_RESOURCEID_H_
#define _NETSURF_WINDOWS_RESOURCEID_H_

#ifndef IDC_STATIC
#define IDC_STATIC (-1)
#endif

#define IDR_NETSURF_ICON 100
#define IDR_TOOLBAR_BITMAP 102
#define IDR_TOOLBAR_BITMAP_GREY 103
#define IDR_TOOLBAR_BITMAP_HOT 104
#define IDR_NETSURF_BANNER 105
#define IDR_HOME_BITMAP 114

#define IDR_THROBBER_FRAME0_BITMAP 106
#define IDR_THROBBER_FRAME1_BITMAP 107
#define IDR_THROBBER_FRAME2_BITMAP 108
#define IDR_THROBBER_FRAME3_BITMAP 109
#define IDR_THROBBER_FRAME4_BITMAP 110
#define IDR_THROBBER_FRAME5_BITMAP 111
#define IDR_THROBBER_FRAME6_BITMAP 112
#define IDR_THROBBER_FRAME7_BITMAP 113

#define IDD_DLG_ABOUT 1000
#define IDC_IMG1 1001
#define IDC_ABOUT_CONTENT 1002
#define IDC_BTN_CREDITS 1004
#define IDC_BTN_LICENCE 1005

#define IDD_DLG_DOWNLOAD 1100
#define IDC_DOWNLOAD_LABEL 1101
#define IDC_DOWNLOAD_PROGRESS 1102

#define IDD_DLG_MAIN 1300
#define IDC_MAIN_TOOLBAR 1301
#define IDC_MAIN_URLBAR 1302
#define IDC_MAIN_THROBBER 1303
#define IDC_MAIN_DRAWINGAREA 1304
#define IDC_MAIN_STATUSBAR 1305
#define IDC_MAIN_LAUNCH_URL 1306

#define IDD_DLG_OPTIONS_GENERAL 1400
#define IDC_PREFS_HOMEPAGE 1401
#define IDC_PREFS_IMAGES 1402
#define IDC_PREFS_ADVERTS 1403
#define IDC_PREFS_REFERER 1404

#define IDD_DLG_OPTIONS_CONNECTIONS 1500
#define IDC_PREFS_FETCHERS 1501
#define IDC_PREFS_FETCHERS_SPIN 1502
#define IDC_PREFS_FETCH_HOST 1503
#define IDC_PREFS_FETCH_HOST_SPIN 1504
#define IDC_PREFS_FETCH_HANDLES 1505
#define IDC_PREFS_FETCH_HANDLES_SPIN 1506

#define IDD_DLG_OPTIONS_APPERANCE 1200
#define IDC_PREFS_PROXYTYPE 1206
#define IDC_PREFS_PROXYHOST 1207
#define IDC_PREFS_PROXYPORT 1208
#define IDC_PREFS_PROXYNAME 1209
#define IDC_PREFS_PROXYPASS 1210
#define IDC_PREFS_FONT_SIZE 1211
#define IDC_PREFS_FONT_MINSIZE 1212
#define IDC_PREFS_FONT_MINSIZE_SPIN 1213
#define IDC_PREFS_SANS 1214
#define IDC_PREFS_SERIF 1215
#define IDC_PREFS_FONT_SIZE_SPIN 1216
#define IDC_PREFS_MONO 1217
#define IDC_PREFS_CURSIVE 1218
#define IDC_PREFS_FANTASY 1219
#define IDC_PREFS_FONTDEF 1220
#define IDC_PREFS_NOANIMATION 1227
#define IDC_PREFS_ANIMATIONDELAY 1228
#define IDC_PREFS_ANIMATIONDELAY_SPIN 1229

#define IDR_MENU_MAIN 10000
#define IDM_FILE_OPEN_WINDOW 10001
#define IDM_FILE_OPEN_LOCATION 10002
#define IDM_FILE_CLOSE_WINDOW 10003
#define IDM_FILE_SAVE_PAGE 10004
#define IDM_FILE_SAVEAS_TEXT 10005
#define IDM_FILE_SAVEAS_PDF 10006
#define IDM_FILE_SAVEAS_POSTSCRIPT 10007
#define IDM_FILE_PRINT_PREVIEW 10008
#define IDM_FILE_PRINT 10009
#define IDM_FILE_QUIT 10010
#define IDM_EDIT_CUT 10011
#define IDM_EDIT_COPY 10012
#define IDM_EDIT_PASTE 10013
#define IDM_EDIT_DELETE 10014
#define IDM_EDIT_SELECT_ALL 10015
#define IDM_EDIT_SEARCH 10016
#define IDM_NAV_STOP 10017
#define IDM_NAV_RELOAD 10018
#define IDM_VIEW_ZOOMPLUS 10019
#define IDM_VIEW_ZOOMMINUS 10020
#define IDM_VIEW_ZOOMNORMAL 10021
#define IDM_VIEW_SOURCE 10022
#define IDM_VIEW_FULLSCREEN 10023
#define IDM_NAV_BACK 10024
#define IDM_NAV_FORWARD 10025
#define IDM_NAV_HOME 10026
#define IDM_NAV_LOCALHISTORY 10027
#define IDM_NAV_GLOBALHISTORY 10028
#define IDM_VIEW_DOWNLOADS 10029
#define IDM_VIEW_SAVE_WIN_METRICS 10030
#define IDM_VIEW_TOGGLE_DEBUG_RENDERING 10031
#define IDM_VIEW_DEBUGGING_SAVE_BOXTREE 10032
#define IDM_VIEW_DEBUGGING_SAVE_DOMTREE 10033
#define IDM_EDIT_PREFERENCES 10034
#define IDM_HELP_CONTENTS 10035
#define IDM_HELP_GUIDE 10036
#define IDM_HELP_INFO 10037
#define IDM_HELP_ABOUT 10038

#define IDR_MENU_CONTEXT 11000

#endif