[EXPLORER] -First commit of my Explorer work. -Remove unneeded property pages and...
[reactos.git] / reactos / base / shell / explorer / resource.h
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 #define IDI_START 4711
28
29 /*******************************************************************************\
30 |* Bitmap Resources *|
31 \*******************************************************************************/
32
33 #define IDB_START 143
34 #define IDB_TASKBARPROP_AUTOHIDE 145
35 #define IDB_TASKBARPROP_LOCK_GROUP_QL 146
36 #define IDB_TASKBARPROP_NOLOCK_GROUP_QL 147
37 #define IDB_TASKBARPROP_LOCK_NOGROUP_QL 148
38 #define IDB_TASKBARPROP_NOLOCK_NOGROUP_QL 149
39 #define IDB_TASKBARPROP_LOCK_GROUP_NOQL 150
40 #define IDB_TASKBARPROP_NOLOCK_GROUP_NOQL 151
41 #define IDB_TASKBARPROP_LOCK_NOGROUP_NOQL 152
42 #define IDB_TASKBARPROP_NOLOCK_NOGROUP_NOQL 153
43 #define IDB_SYSTRAYPROP_SHOW_SECONDS 154
44 #define IDB_SYSTRAYPROP_HIDE_SECONDS 155
45 #define IDB_STARTMENU 158
46 #define IDB_STARTPREVIEW 170
47 #define IDB_STARTPREVIEW_CLASSIC 171
48 #define IDB_SYSTRAYPROP_HIDE_CLOCK 180
49 #define IDB_SYSTRAYPROP_HIDE_NOCLOCK 181
50 #define IDB_SYSTRAYPROP_SHOW_CLOCK 182
51 #define IDB_SYSTRAYPROP_SHOW_NOCLOCK 183
52
53
54
55 #define IDS_START 101
56 #define IDS_PROPERTIES 102
57 #define IDS_OPEN_ALL_USERS 103
58 #define IDS_EXPLORE_ALL_USERS 104
59 #define IDS_STARTUP_ERROR 105
60
61 #define IDC_STARTBTN 304
62
63 #define IDM_TRAYWND 101
64 #define IDM_STARTMENU 102
65
66 #define IDA_TASKBAR 251
67
68 #define IDMA_START 305
69 #define IDMA_CYCLE_FOCUS 41008
70 #define IDMA_SEARCH 41093
71 #define IDMA_RESTORE_OPEN 416
72 #define IDMA_MINIMIZE_ALL 419
73
74 #define ID_SHELL_CMD_FIRST 0xF
75 #define ID_SHELL_CMD_LAST 0x7FEF
76 #define ID_SHELL_CMD_PROPERTIES (ID_SHELL_CMD_LAST + 1)
77 #define ID_SHELL_CMD_OPEN_ALL_USERS (ID_SHELL_CMD_LAST + 2)
78 #define ID_SHELL_CMD_EXPLORE_ALL_USERS (ID_SHELL_CMD_LAST + 3)
79 #define ID_LOCKTASKBAR (ID_SHELL_CMD_LAST + 4)
80 #define ID_SHELL_CMD_OPEN_TASKMGR (ID_SHELL_CMD_LAST + 5)
81 #define ID_SHELL_CMD_UNDO_ACTION (ID_SHELL_CMD_LAST + 6)
82 #define ID_SHELL_CMD_SHOW_DESKTOP (ID_SHELL_CMD_LAST + 7)
83 #define ID_SHELL_CMD_TILE_WND_V (ID_SHELL_CMD_LAST + 8)
84 #define ID_SHELL_CMD_TILE_WND_H (ID_SHELL_CMD_LAST + 9)
85 #define ID_SHELL_CMD_CASCADE_WND (ID_SHELL_CMD_LAST + 10)
86 #define ID_SHELL_CMD_CUST_NOTIF (ID_SHELL_CMD_LAST + 11)
87 #define ID_SHELL_CMD_ADJUST_DAT (ID_SHELL_CMD_LAST + 12)
88
89 /* NOTE: The following constants may *NOT* be changed because
90 they're hardcoded and need to be the exact values
91 in order to get the start menu to work! */
92 #define IDM_PROGRAMS 504
93 #define IDM_FAVORITES 507
94 #define IDM_DOCUMENTS 501
95 #define IDM_SETTINGS 508
96 #define IDM_CONTROLPANEL 505
97 #define IDM_SECURITY 5001
98 #define IDM_NETWORKCONNECTIONS 557
99 #define IDM_PRINTERSANDFAXES 510
100 #define IDM_TASKBARANDSTARTMENU 413
101 #define IDM_SEARCH 520
102 #define IDM_HELPANDSUPPORT 503
103 #define IDM_RUN 401
104 #define IDM_SYNCHRONIZE 553
105 #define IDM_LOGOFF 402
106 #define IDM_DISCONNECT 5000
107 #define IDM_UNDOCKCOMPUTER 410
108 #define IDM_SHUTDOWN 506
109 #define IDM_LASTSTARTMENU_SEPARATOR 450
110
111 /* Taskbar resources */
112 #define IDD_TASKBARPAGE 2000
113 #define IDC_TASKBAR_BITMAP 2001
114 #define IDD_STARTMENUPAGE 2001
115 #define IDD_NOTIFICATIONPAGE 2002
116 #define IDD_TOOLBARSPAGE 2003
117
118 /* Taskbar properties, taskbar */
119 #define IDD_TASKBARPROP_TASKBAR 2000
120 #define IDC_TASKBARPROP_TASKBARBITMAP 2001
121 #define IDC_TASKBARPROP_LOCK 2002
122 #define IDC_TASKBARPROP_HIDE 2003
123 #define IDC_TASKBARPROP_ONTOP 2004
124 #define IDC_TASKBARPROP_GROUP 2005
125 #define IDC_TASKBARPROP_SHOWQL 2006
126 #define IDD_TASKBARPROP_NOTIFICATION 2200
127 #define IDC_TASKBARPROP_NOTIFICATIONBITMAP 2201
128 #define IDC_TASKBARPROP_HIDEICONS 2202
129 #define IDC_TASKBARPROP_ICONCUST 2203
130 #define IDC_TASKBARPROP_CLOCK 2204
131 #define IDC_TASKBARPROP_SECONDS 2205
132
133 /* Taskbar properties, startmenu*/
134 #define IDD_TASKBARPROP_STARTMENU 2100
135 #define IDC_TASKBARPROP_STARTMENU 2101
136 #define IDC_TASKBARPROP_STARTMENUCUST 2102
137 #define IDC_TASKBARPROP_STARTMENUCLASSIC 2103
138 #define IDC_TASKBARPROP_STARTMENUCLASSICCUST 2104
139 #define IDC_TASKBARPROP_STARTMENU_BITMAP 2107
140
141 #define IDS_TASKBAR_STARTMENU_PROP_CAPTION 2200
142 #define IDS_HELP_COMMAND 732