ReactOS 0.4.16-dev-1056-gbe87e00
resource.h
Go to the documentation of this file.
1#pragma once
2
3#define IDC_STATIC -1
4
5/*******************************************************************************\
6|* Icon Resources *|
7\*******************************************************************************/
8
9#define IDI_MAIN 100
10#define IDI_CABINET 101
11#define IDI_PRINTER 102
12#define IDI_DESKTOP 103
13#define IDI_PRINTER_PROBLEM 104
14#define IDI_STARTMENU 107
15#define IDI_RECYCLEBIN 108
16#define IDI_SHOWINFO 109
17#define IDI_SHOWALERT 110
18#define IDI_SHOWERROR 111
19#define IDI_COMPUTER 205
20#define IDI_ARROWLEFT 250
21#define IDI_ARROWRIGHT 251
22#define IDI_FOLDER 252
23#define IDI_INTERNET 253
24#define IDI_MAIL 254
25#define IDI_MAILSMALL 256
26#define IDI_STARTMENU2 257
27
28/*******************************************************************************\
29|* Bitmap Resources *|
30\*******************************************************************************/
31
32#define IDB_START 143
33#define IDB_TASKBARPROP_AUTOHIDE 145
34#define IDB_TASKBARPROP_LOCK_GROUP_QL 146
35#define IDB_TASKBARPROP_NOLOCK_GROUP_QL 147
36#define IDB_TASKBARPROP_LOCK_NOGROUP_QL 148
37#define IDB_TASKBARPROP_NOLOCK_NOGROUP_QL 149
38#define IDB_TASKBARPROP_LOCK_GROUP_NOQL 150
39#define IDB_TASKBARPROP_NOLOCK_GROUP_NOQL 151
40#define IDB_TASKBARPROP_LOCK_NOGROUP_NOQL 152
41#define IDB_TASKBARPROP_NOLOCK_NOGROUP_NOQL 153
42#define IDB_SYSTRAYPROP_SHOW_SECONDS_NODESK 154
43#define IDB_SYSTRAYPROP_HIDE_SECONDS_NODESK 155
44#define IDB_STARTMENU 158
45#define IDB_STARTPREVIEW 170
46#define IDB_STARTPREVIEW_CLASSIC 171
47#define IDB_SYSTRAYPROP_HIDE_CLOCK_NODESK 180
48#define IDB_SYSTRAYPROP_HIDE_NOCLOCK_NODESK 181
49#define IDB_SYSTRAYPROP_SHOW_CLOCK_NODESK 182
50#define IDB_SYSTRAYPROP_SHOW_NOCLOCK_NODESK 183
51#define IDB_SYSTRAYPROP_SHOW_SECONDS_DESK 184
52#define IDB_SYSTRAYPROP_HIDE_SECONDS_DESK 185
53#define IDB_SYSTRAYPROP_HIDE_CLOCK_DESK 186
54#define IDB_SYSTRAYPROP_HIDE_NOCLOCK_DESK 187
55#define IDB_SYSTRAYPROP_SHOW_CLOCK_DESK 188
56#define IDB_SYSTRAYPROP_SHOW_NOCLOCK_DESK 189
57
58/*******************************************************************************\
59|* Menu Resources *|
60\*******************************************************************************/
61
62#define IDM_STARTMENU 204
63#define IDM_TRAYWND 205
64
65/* NOTE: The following constants may *NOT* be changed because
66 they're hardcoded and need to be the exact values
67 in order to get the start menu to work! */
68#define IDM_PROGRAMS 504
69#define IDM_FAVORITES 507
70#define IDM_DOCUMENTS 501
71#define IDM_SETTINGS 508
72#define IDM_CONTROLPANEL 505
73#define IDM_SECURITY 5001
74#define IDM_NETWORKCONNECTIONS 557
75#define IDM_PRINTERSANDFAXES 510
76#define IDM_TASKBARANDSTARTMENU 413
77#define IDM_SEARCH 520
78#define IDM_HELPANDSUPPORT 503
79#define IDM_RUN 401
80#define IDM_SYNCHRONIZE 553
81#define IDM_LOGOFF 402
82#define IDM_DISCONNECT 5000
83#define IDM_UNDOCKCOMPUTER 410
84#define IDM_SHUTDOWN 506
85#define IDM_LASTSTARTMENU_SEPARATOR 450
86
87/*******************************************************************************\
88|* Dialog Resources *|
89\*******************************************************************************/
90
91#define IDD_TASKBARPROP_TASKBAR 6
92#define IDD_NOTIFICATIONS_CUSTOMIZE 7
93#define IDD_CLASSICSTART_CUSTOMIZE 9
94#define IDD_FILENAME_WARNING 20
95#define IDD_TASKBARPROP_STARTMENU 205
96#define IDD_TASKBARPROP_NOTIFY 206
97#define IDD_MODERNSTART_ADVANCED 1036
98#define IDD_MODERNSTART_GENERAL 1037
99
100/*******************************************************************************\
101|* String Resources *|
102\*******************************************************************************/
103
104#define IDS_STARTUP_ERROR 105
105#define IDS_START 595
106#define IDS_OPEN_ALL_USERS 718
107#define IDS_EXPLORE_ALL_USERS 719
108#define IDS_PROPERTIES 720
109#define IDS_HELP_COMMAND 732
110#define IDS_TASKBAR_STARTMENU_PROP_CAPTION 810
111#define IDS_RESTORE_ALL 811
112#define IDS_TRAYWND_UNDO_CASCADE 812
113#define IDS_TRAYWND_UNDO_TILE 813
114#define IDS_TRAYDESKBTN_TOOLTIP 814
115
116/* These values must be synchronized with shell32 */
117#define IDS_ADVANCED_DISPLAY_FAVORITES 30466
118#define IDS_ADVANCED_DISPLAY_LOG_OFF 30467
119#define IDS_ADVANCED_EXPAND_CONTROL_PANEL 30468
120#define IDS_ADVANCED_EXPAND_MY_DOCUMENTS 30469
121#define IDS_ADVANCED_EXPAND_PRINTERS 30470
122#define IDS_ADVANCED_EXPAND_MY_PICTURES 30472
123#define IDS_ADVANCED_EXPAND_NET_CONNECTIONS 30473
124#define IDS_ADVANCED_DISPLAY_RUN 30474
125#define IDS_ADVANCED_DISPLAY_ADMINTOOLS 30476
126#define IDS_ADVANCED_SMALL_START_MENU 30477
127
128/*******************************************************************************\
129|* Control Resources *|
130\*******************************************************************************/
131
132/* Taskbar Page */
133#define IDC_TASKBARPROP_FIRST_CMD 1114
134#define IDC_TASKBARPROP_ONTOP 1114
135#define IDC_TASKBARPROP_HIDE 1115
136#define IDC_TASKBARPROP_GROUP 1116
137#define IDC_TASKBARPROP_LOCK 1117
138#define IDC_TASKBARPROP_SHOWQL 1118
139#define IDC_TASKBARPROP_SMALLICONS 1119
140#define IDC_TASKBARPROP_LAST_CMD 1119
141#define IDC_TASKBARPROP_TASKBARBITMAP 1120
142
143/* Startmenu Page */
144#define IDC_TASKBARPROP_STARTMENUCLASSICCUST 1130
145#define IDC_TASKBARPROP_STARTMENUMODERNTEXT 1141
146#define IDC_TASKBARPROP_STARTMENUCUST 1131
147#define IDC_TASKBARPROP_STARTMENU 1132
148#define IDC_TASKBARPROP_STARTMENUCLASSIC 1133
149#define IDC_TASKBARPROP_STARTMENUCLASSICTEXT 1142
150#define IDC_TASKBARPROP_STARTMENU_BITMAP 1134
151#define IDC_STARTBTN 1140
152
153/* Notification Area Page */
154#define IDC_TASKBARPROP_NOTIFY_FIRST_CMD 1000
155#define IDC_TASKBARPROP_HIDEICONS 1000
156#define IDC_TASKBARPROP_ICONCUST 1007
157#define IDC_TASKBARPROP_CLOCK 1103
158#define IDC_TASKBARPROP_SECONDS 1106
159#define IDC_TASKBARPROP_NOTIFICATIONBITMAP 1112
160#define IDC_TASKBARPROP_DESKTOP 1113
161#define IDC_TASKBARPROP_NOTIFY_LAST_CMD 1113
162
163/* Customize Notifications Dialog */
164#define IDC_TASKBARPROP_NOTIREST 1402
165#define IDC_NOTIFICATION_LIST 1005
166#define IDC_NOTIFICATION_BEHAVIOUR 1006
167
168/* Customize classic start menu dialog */
169#define IDC_CLASSICSTART_ADD 1126
170#define IDC_CLASSICSTART_REMOVE 1127
171#define IDC_CLASSICSTART_ADVANCED 1128
172#define IDC_CLASSICSTART_SORT 1124
173#define IDC_CLASSICSTART_CLEAR 1125
174#define IDC_CLASSICSTART_SETTINGS 1135
175
176/* File Name Warning Dialog */
177#define IDC_FILE_RENAME 1006
178#define IDC_NOTCHECK 4610
179
180/* Customize modern start menu Advanced Page */
181#define IDC_AUTOOPEN 1306
182#define IDC_HIGHLIGHT 4326
183#define IDC_ITEMS 1123
184#define IDC_RECENTLY 1308
185#define IDC_CLEAR 1309
186
187/* Customize modern start menu General Page */
188#define IDC_LARGEICON 1301
189#define IDC_SMALLICON 1300
190#define IDC_CHOOSELARGE 1302
191#define IDC_CHOOSESMALL 1303
192#define IDC_NUMBEROFPROGRAMS 1304
193#define IDC_NUMBERUPDOWN 1305
194#define IDC_CLEARLIST 1310
195#define IDC_SHOWINTERNET 1320
196#define IDC_INTERNETDEFAULTAPP 1321
197#define IDC_SHOWEMAIL 1322
198#define IDC_EMAILDEFAULTAPP 1323
199
200/*******************************************************************************\
201|* Accelerator Resources *|
202\*******************************************************************************/
203
204#define IDA_TASKBAR 251
205#define IDMA_START 305
206#define IDMA_CYCLE_FOCUS 41008
207#define IDMA_SEARCH 41093
208#define IDMA_RESTORE_OPEN 416
209#define IDMA_MINIMIZE_ALL 419
210
211#define ID_SHELL_CMD_PROPERTIES (401)
212#define ID_SHELL_CMD_OPEN_ALL_USERS (402)
213#define ID_SHELL_CMD_EXPLORE_ALL_USERS (403)
214#define ID_LOCKTASKBAR (404)
215#define ID_SHELL_CMD_OPEN_TASKMGR (405)
216#define ID_SHELL_CMD_UNDO_ACTION (406)
217#define ID_SHELL_CMD_SHOW_DESKTOP (407)
218#define ID_SHELL_CMD_TILE_WND_V (408)
219#define ID_SHELL_CMD_TILE_WND_H (409)
220#define ID_SHELL_CMD_CASCADE_WND (410)
221#define ID_SHELL_CMD_CUST_NOTIF (411)
222#define ID_SHELL_CMD_ADJUST_DAT (412)
223#define ID_SHELL_CMD_RESTORE_ALL (413)
224#define ID_SHELL_CMD_FIRST ID_SHELL_CMD_PROPERTIES
225#define ID_SHELL_CMD_LAST ID_SHELL_CMD_RESTORE_ALL