Bug 2988: slovak translation for downloader by kario@szm.sk
[reactos.git] / reactos / base / shell / explorer-new / resource.h
1 #ifndef __RESOURCE_H
2 #define __RESOURCE_H
3
4 #define IDI_START 101
5
6 #define IDS_START 101
7 #define IDS_PROPERTIES 102
8 #define IDS_OPEN_ALL_USERS 103
9 #define IDS_EXPLORE_ALL_USERS 104
10
11 #define IDC_STARTBTN 304
12
13 #define IDM_TRAYWND 101
14 #define IDM_STARTMENU 102
15
16 #define IDB_STARTMENU 101
17
18 #define ID_SHELL_CMD_FIRST 0xF
19 #define ID_SHELL_CMD_LAST 0x7FEF
20 #define ID_SHELL_CMD_PROPERTIES (ID_SHELL_CMD_LAST + 1)
21 #define ID_SHELL_CMD_OPEN_ALL_USERS (ID_SHELL_CMD_LAST + 2)
22 #define ID_SHELL_CMD_EXPLORE_ALL_USERS (ID_SHELL_CMD_LAST + 3)
23 #define ID_LOCKTASKBAR (ID_SHELL_CMD_LAST + 4)
24
25 /* NOTE: The following constants may *NOT* be changed because
26 they're hardcoded and need to be the exact values
27 in order to get the start menu to work! */
28 #define IDM_PROGRAMS 504
29 #define IDM_FAVORITES 507
30 #define IDM_DOCUMENTS 501
31 #define IDM_SETTINGS 508
32 #define IDM_CONTROLPANEL 505
33 #define IDM_SECURITY 5001
34 #define IDM_NETWORKCONNECTIONS 557
35 #define IDM_PRINTERSANDFAXES 510
36 #define IDM_TASKBARANDSTARTMENU 413
37 #define IDM_SEARCH 520
38 #define IDM_HELPANDSUPPORT 503
39 #define IDM_RUN 401
40 #define IDM_SYNCHRONIZE 553
41 #define IDM_LOGOFF 402
42 #define IDM_DISCONNECT 5000
43 #define IDM_UNDOCKCOMPUTER 410
44 #define IDM_SHUTDOWN 506
45 #define IDM_LASTSTARTMENU_SEPARATOR 450
46
47 #endif /* __RESOURCE_H */