- Merge from trunk up to r45543
[reactos.git] / base / shell / explorer-new / resource.h
1 #ifndef __RESOURCE_H
2 #define __RESOURCE_H
3
4 #define IDC_STATIC -1
5
6 #define IDI_START 101
7
8 #define IDS_START 101
9 #define IDS_PROPERTIES 102
10 #define IDS_OPEN_ALL_USERS 103
11 #define IDS_EXPLORE_ALL_USERS 104
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 ID_SHELL_CMD_FIRST 0xF
21 #define ID_SHELL_CMD_LAST 0x7FEF
22 #define ID_SHELL_CMD_PROPERTIES (ID_SHELL_CMD_LAST + 1)
23 #define ID_SHELL_CMD_OPEN_ALL_USERS (ID_SHELL_CMD_LAST + 2)
24 #define ID_SHELL_CMD_EXPLORE_ALL_USERS (ID_SHELL_CMD_LAST + 3)
25 #define ID_LOCKTASKBAR (ID_SHELL_CMD_LAST + 4)
26 #define ID_SHELL_CMD_OPEN_TASKMGR (ID_SHELL_CMD_LAST + 5)
27
28 /* NOTE: The following constants may *NOT* be changed because
29 they're hardcoded and need to be the exact values
30 in order to get the start menu to work! */
31 #define IDM_PROGRAMS 504
32 #define IDM_FAVORITES 507
33 #define IDM_DOCUMENTS 501
34 #define IDM_SETTINGS 508
35 #define IDM_CONTROLPANEL 505
36 #define IDM_SECURITY 5001
37 #define IDM_NETWORKCONNECTIONS 557
38 #define IDM_PRINTERSANDFAXES 510
39 #define IDM_TASKBARANDSTARTMENU 413
40 #define IDM_SEARCH 520
41 #define IDM_HELPANDSUPPORT 503
42 #define IDM_RUN 401
43 #define IDM_SYNCHRONIZE 553
44 #define IDM_LOGOFF 402
45 #define IDM_DISCONNECT 5000
46 #define IDM_UNDOCKCOMPUTER 410
47 #define IDM_SHUTDOWN 506
48 #define IDM_LASTSTARTMENU_SEPARATOR 450
49
50 /* Taskbar resources */
51 #define IDD_TASKBARPAGE 2000
52 #define IDC_TASKBAR_BITMAP 2001
53 #define IDD_STARTMENUPAGE 2001
54 #define IDD_NOTIFICATIONPAGE 2002
55 #define IDD_TOOLBARSPAGE 2003
56
57 /* Taskbar properties, taskbar */
58 #define IDD_TASKBARPROP_TASKBAR 2000
59 #define IDC_TASKBARPROP_TASKBARBITMAP 2001
60 #define IDC_TASKBARPROP_LOCK 2002
61 #define IDC_TASKBARPROP_HIDE 2003
62 #define IDC_TASKBARPROP_ONTOP 2004
63 #define IDC_TASKBARPROP_GROUP 2005
64 #define IDC_TASKBARPROP_SHOWQL 2006
65 #define IDC_TASKBARPROP_WNDPREV 2007
66
67 #define IDB_TASKBARPROP_AUTOHIDE 2050
68 #define IDB_TASKBARPROP_LOCK_GROUP_NOQL 2051
69 #define IDB_TASKBARPROP_LOCK_GROUP_QL 2052
70 #define IDB_TASKBARPROP_LOCK_NOGROUP_NOQL 2053
71 #define IDB_TASKBARPROP_LOCK_NOGROUP_QL 2054
72 #define IDB_TASKBARPROP_NOLOCK_GROUP_NOQL 2055
73 #define IDB_TASKBARPROP_NOLOCK_NOGROUP_NOQL 2056
74 #define IDB_TASKBARPROP_NOLOCK_NOGROUP_QL 2057
75 #define IDB_TASKBARPROP_NOLOCK_GROUP_QL 2058
76
77 /* Taskbar properties, startmenu*/
78 #define IDD_TASKBARPROP_STARTMENU 2100
79 #define IDC_TASKBARPROP_STARTMENU 2101
80 #define IDC_TASKBARPROP_STARTMENUCUST 2102
81 #define IDC_TASKBARPROP_STARTMENUCLASSIC 2103
82 #define IDC_TASKBARPROP_STARTMENUCLASSICCUST 2104
83 #define IDC_TASKBARPROP_RECENTFILES 2105
84 #define IDC_TASKBARPROP_RECENTFOLDERS 2106
85
86 /* Taskbar properties, notification */
87 #define IDD_TASKBARPROP_NOTIFICATION 2200
88 #define IDC_TASKBARPROP_NOTIFICATIONBITMAP 2201
89 #define IDC_TASKBARPROP_HIDEICONS 2202
90 #define IDC_TASKBARPROP_ICONCUST 2203
91 #define IDC_TASKBARPROP_CLOCK 2204
92 #define IDC_TASKBARPROP_VOLUME 2205
93 #define IDC_TASKBARPROP_NETWORK 2206
94 #define IDC_TASKBARPROP_POWER 2207
95
96 /* Taskbar properties, toolbars */
97 #define IDD_TASKBARPROP_TOOLBARS 2300
98 #define IDC_TASKBARPROP_DESKBANDLIST 2301
99
100 #define IDS_TASKBAR_STARTMENU_PROP_CAPTION 2200
101
102 #endif /* __RESOURCE_H */