4fa2ba298b1e8a8b884635f6771c4867b87e00de
[reactos.git] / reactos / base / shell / explorer / resource.h
1 #pragma once
2
3 #define IDC_STATIC -1
4
5 #define IDI_START 101
6
7 #define IDS_START 101
8 #define IDS_PROPERTIES 102
9 #define IDS_OPEN_ALL_USERS 103
10 #define IDS_EXPLORE_ALL_USERS 104
11 #define IDS_STARTUP_ERROR 105
12
13 #define IDC_STARTBTN 304
14
15 #define IDM_TRAYWND 101
16 #define IDM_STARTMENU 102
17
18 #define IDB_STARTMENU 101
19
20 #define IDA_TASKBAR 251
21
22 #define IDMA_START 305
23 #define IDMA_CYCLE_FOCUS 41008
24 #define IDMA_SEARCH 41093
25 #define IDMA_RESTORE_OPEN 416
26 #define IDMA_MINIMIZE_ALL 419
27
28 #define ID_SHELL_CMD_FIRST 0xF
29 #define ID_SHELL_CMD_LAST 0x7FEF
30 #define ID_SHELL_CMD_PROPERTIES (ID_SHELL_CMD_LAST + 1)
31 #define ID_SHELL_CMD_OPEN_ALL_USERS (ID_SHELL_CMD_LAST + 2)
32 #define ID_SHELL_CMD_EXPLORE_ALL_USERS (ID_SHELL_CMD_LAST + 3)
33
34 #define ID_LOCKTASKBAR (ID_SHELL_CMD_LAST + 4)
35
36 #define ID_SHELL_CMD_OPEN_TASKMGR (ID_SHELL_CMD_LAST + 5)
37 #define ID_SHELL_CMD_UNDO_ACTION (ID_SHELL_CMD_LAST + 6)
38 #define ID_SHELL_CMD_SHOW_DESKTOP (ID_SHELL_CMD_LAST + 7)
39 #define ID_SHELL_CMD_TILE_WND_V (ID_SHELL_CMD_LAST + 8)
40 #define ID_SHELL_CMD_TILE_WND_H (ID_SHELL_CMD_LAST + 9)
41 #define ID_SHELL_CMD_CASCADE_WND (ID_SHELL_CMD_LAST + 10)
42 #define ID_SHELL_CMD_CUST_NOTIF (ID_SHELL_CMD_LAST + 11)
43 #define ID_SHELL_CMD_ADJUST_DAT (ID_SHELL_CMD_LAST + 12)
44
45 /* NOTE: The following constants may *NOT* be changed because
46 they're hardcoded and need to be the exact values
47 in order to get the start menu to work! */
48 #define IDM_PROGRAMS 504
49 #define IDM_FAVORITES 507
50 #define IDM_DOCUMENTS 501
51 #define IDM_SETTINGS 508
52 #define IDM_CONTROLPANEL 505
53 #define IDM_SECURITY 5001
54 #define IDM_NETWORKCONNECTIONS 557
55 #define IDM_PRINTERSANDFAXES 510
56 #define IDM_TASKBARANDSTARTMENU 413
57 #define IDM_SEARCH 520
58 #define IDM_HELPANDSUPPORT 503
59 #define IDM_RUN 401
60 #define IDM_SYNCHRONIZE 553
61 #define IDM_LOGOFF 402
62 #define IDM_DISCONNECT 5000
63 #define IDM_UNDOCKCOMPUTER 410
64 #define IDM_SHUTDOWN 506
65 #define IDM_LASTSTARTMENU_SEPARATOR 450
66
67 /* Taskbar resources */
68 #define IDD_TASKBARPAGE 2000
69 #define IDC_TASKBAR_BITMAP 2001
70 #define IDD_STARTMENUPAGE 2001
71 #define IDD_NOTIFICATIONPAGE 2002
72 #define IDD_TOOLBARSPAGE 2003
73
74 /* Taskbar properties, taskbar */
75 #define IDD_TASKBARPROP_TASKBAR 2000
76 #define IDC_TASKBARPROP_TASKBARBITMAP 2001
77 #define IDC_TASKBARPROP_LOCK 2002
78 #define IDC_TASKBARPROP_HIDE 2003
79 #define IDC_TASKBARPROP_ONTOP 2004
80 #define IDC_TASKBARPROP_GROUP 2005
81 #define IDC_TASKBARPROP_SHOWQL 2006
82 #define IDC_TASKBARPROP_WNDPREV 2007
83
84 #define IDB_TASKBARPROP_AUTOHIDE 2050
85 #define IDB_TASKBARPROP_LOCK_GROUP_NOQL 2051
86 #define IDB_TASKBARPROP_LOCK_GROUP_QL 2052
87 #define IDB_TASKBARPROP_LOCK_NOGROUP_NOQL 2053
88 #define IDB_TASKBARPROP_LOCK_NOGROUP_QL 2054
89 #define IDB_TASKBARPROP_NOLOCK_GROUP_NOQL 2055
90 #define IDB_TASKBARPROP_NOLOCK_NOGROUP_NOQL 2056
91 #define IDB_TASKBARPROP_NOLOCK_NOGROUP_QL 2057
92 #define IDB_TASKBARPROP_NOLOCK_GROUP_QL 2058
93 #define IDC_TASKBARPROP_SECONDS 2059
94
95 /* Taskbar properties, startmenu*/
96 #define IDD_TASKBARPROP_STARTMENU 2100
97 #define IDC_TASKBARPROP_STARTMENU 2101
98 #define IDC_TASKBARPROP_STARTMENUCUST 2102
99 #define IDC_TASKBARPROP_STARTMENUCLASSIC 2103
100 #define IDC_TASKBARPROP_STARTMENUCLASSICCUST 2104
101 #define IDC_TASKBARPROP_RECENTFILES 2105
102 #define IDC_TASKBARPROP_RECENTFOLDERS 2106
103
104 /* Taskbar properties, notification */
105 #define IDD_TASKBARPROP_NOTIFICATION 2200
106 #define IDC_TASKBARPROP_NOTIFICATIONBITMAP 2201
107 #define IDC_TASKBARPROP_HIDEICONS 2202
108 #define IDC_TASKBARPROP_ICONCUST 2203
109 #define IDC_TASKBARPROP_CLOCK 2204
110 #define IDC_TASKBARPROP_VOLUME 2205
111 #define IDC_TASKBARPROP_NETWORK 2206
112 #define IDC_TASKBARPROP_POWER 2207
113 #define IDD_TASKBARPROP_ADVANCED 2208
114
115 /* Taskbar properties, toolbars */
116 #define IDD_TASKBARPROP_TOOLBARS 2300
117 #define IDC_TASKBARPROP_DESKBANDLIST 2301
118
119 #define IDS_TASKBAR_STARTMENU_PROP_CAPTION 2200
120 #define IDS_HELP_COMMAND 732