added german translation
[reactos.git] / reactos / subsys / system / servman / resource.h
1 #define IDC_STATIC -1
2
3 #define IDC_SERVLIST 1000
4 #define IDC_TOOLBAR 1001
5 #define IDC_STATUSBAR 1002
6
7 #define ID_PROP 4010
8 #define ID_REFRESH 4011
9 #define ID_EXPORT 4012
10
11 #define ID_START 2000
12 #define ID_STOP 2001
13 #define ID_PAUSE 2002
14 #define ID_RESUME 2003
15 #define ID_RESTART 2004
16
17 #define IDR_MAINMENU 102
18 #define ID_FILE_EXIT 4001
19 #define ID_VIEW_CUSTOMIZE 4021
20 #define ID_HELP_ABOUT 4031
21
22 #define IDS_FIRSTCOLUMN 1
23 #define IDS_SECONDCOLUMN 2
24 #define IDS_THIRDCOLUMN 3
25 #define IDS_FOURTHCOLUMN 4
26 #define IDS_FITHCOLUMN 5
27
28 #define IDS_TOOLTIP_PROP 6000
29 #define IDS_TOOLTIP_REFRESH 6001
30 #define IDS_TOOLTIP_EXPORT 6002
31 #define IDS_TOOLTIP_START 6003
32 #define IDS_TOOLTIP_STOP 6004
33 #define IDS_TOOLTIP_PAUSE 6005
34 #define IDS_TOOLTIP_RESTART 6006
35
36
37 #define IDS_SERVICES_STATUS_RUNNING 5000
38 #define IDS_SERVICES_STATUS_STOPPED 5001
39 #define IDS_SERVICES_YES 5002
40 #define IDS_SERVICES_UNKNOWN 5003
41 #define IDS_SERVICES_NUM_SERVICES 5004
42
43 #define IDB_START 50
44 #define IDI_SM_ICON 51