The real, definitive, Visual C++ support branch. Accept no substitutes
[reactos.git] / base / applications / mscutils / servman / resource.h
1 #define IDC_STATIC -1
2
3 /* about box info */
4 #define IDD_ABOUTBOX 200
5 #define IDC_LICENSE_EDIT 201
6 #define IDS_APPNAME 202
7 #define IDS_LICENSE 203
8
9 #define IDC_SERVLIST 1000
10 #define IDC_STATUSBAR 1001
11 #define IDC_EDIT_BUTTON 1002
12
13 #define ID_PROP 2000
14 #define ID_REFRESH 2001
15 #define ID_EXPORT 2002
16 #define ID_START 2003
17 #define ID_STOP 2004
18 #define ID_PAUSE 2005
19 #define ID_RESUME 2006
20 #define ID_RESTART 2007
21 #define ID_EDIT 2008
22 #define ID_CREATE 2009
23 #define ID_DELETE 2010
24 #define ID_HELP 2011
25 #define ID_EXIT 2012
26 #define ID_CONNECT 2013
27
28 #define IDR_MAINMENU 102
29 #define IDR_POPUP 103
30 #define ID_VIEW_CUST 4021
31 #define ID_VIEW_LARGE 4022
32 #define ID_VIEW_SMALL 4023
33 #define ID_VIEW_LIST 4024
34 #define ID_VIEW_DETAILS 4025
35 #define ID_ABOUT 4031
36
37 /* List view columns */
38 #define IDS_FIRSTCOLUMN 1
39 #define IDS_SECONDCOLUMN 2
40 #define IDS_THIRDCOLUMN 3
41 #define IDS_FOURTHCOLUMN 4
42 #define IDS_FITHCOLUMN 5
43
44 /* tooltips */
45 #define IDS_TOOLTIP_PROP 6000
46 #define IDS_TOOLTIP_REFRESH 6001
47 #define IDS_TOOLTIP_EXPORT 6002
48 #define IDS_TOOLTIP_CREATE 6003
49 #define IDS_TOOLTIP_DELETE 6004
50 #define IDS_TOOLTIP_START 6005
51 #define IDS_TOOLTIP_STOP 6006
52 #define IDS_TOOLTIP_PAUSE 6007
53 #define IDS_TOOLTIP_RESTART 6008
54
55 #define IDS_SERVICES_STARTED 5000
56 #define IDS_SERVICES_STOPPED 5001
57 #define IDS_SERVICES_AUTO 5004
58 #define IDS_SERVICES_MAN 5005
59 #define IDS_SERVICES_DIS 5006
60 #define IDS_NUM_SERVICES 5010
61
62 #define IDI_SM_ICON 50
63 #define IDB_BUTTONS 51
64
65 #define IDB_PROP 10000
66 #define IDB_REFRESH 10001
67 #define IDB_EXPORT 10002
68 #define IDB_CREATE 10003
69 #define IDB_DELETE 10004
70 #define IDB_START 10005
71 #define IDB_STOP 10006
72 #define IDB_PAUSE 10007
73 #define IDB_RESTART 10008
74
75 /* toolbar buttons */
76 #define TBICON_PROP 0
77 #define TBICON_REFRESH 1
78 #define TBICON_EXPORT 2
79 #define TBICON_CREATE 3
80 #define TBICON_DELETE 4
81 #define TBICON_START 5
82 #define TBICON_STOP 6
83 #define TBICON_PAUSE 7
84 #define TBICON_RESTART 8
85
86
87 /* menu hints */
88 #define IDS_HINT_BLANK 20000
89 #define IDS_HINT_EXPORT 20001
90 #define IDS_HINT_EXIT 20002
91
92 #define IDS_HINT_CONNECT 20011
93 #define IDS_HINT_START 20012
94 #define IDS_HINT_STOP 21013
95 #define IDS_HINT_PAUSE 21014
96 #define IDS_HINT_RESUME 20015
97 #define IDS_HINT_RESTART 20016
98 #define IDS_HINT_REFRESH 20017
99 #define IDS_HINT_EDIT 20018
100 #define IDS_HINT_CREATE 20019
101 #define IDS_HINT_DELETE 20020
102 #define IDS_HINT_PROP 20021
103
104 #define IDS_HINT_LARGE 20030
105 #define IDS_HINT_SMALL 20031
106 #define IDS_HINT_LIST 20032
107 #define IDS_HINT_DETAILS 20033
108 #define IDS_HINT_CUST 20034
109
110 #define IDS_HINT_HELP 20040
111 #define IDS_HINT_ABOUT 20041
112
113 /* system menu hints */
114 #define IDS_HINT_SYS_RESTORE 21001
115 #define IDS_HINT_SYS_MOVE 21002
116 #define IDS_HINT_SYS_SIZE 21003
117 #define IDS_HINT_SYS_MINIMIZE 21004
118 #define IDS_HINT_SYS_MAXIMIZE 21005
119 #define IDS_HINT_SYS_CLOSE 21006
120
121
122 /* properties dialog */
123 #define IDD_DLG_GENERAL 10001
124 #define IDC_SERV_NAME 10002
125 #define IDC_DISP_NAME 10003
126 #define IDC_DESCRIPTION 10004
127 #define IDC_EXEPATH 10005
128 #define IDC_START_TYPE 10006
129 #define IDC_SERV_STATUS 10007
130 #define IDC_START_PARAM 10008
131 #define IDC_EDIT 10009
132 #define IDC_START 10101
133 #define IDC_STOP 10102
134 #define IDC_PAUSE 10103
135 #define IDC_RESUME 10104
136
137 /* dependancies dialog */
138 #define IDD_DLG_DEPEND 20001
139 #define IDC_DEPEND_TREE1 20002
140 #define IDC_DEPEND_TREE2 20003
141 #define IDC_DEPEND_SERVICE 20004
142
143
144 /* create service dialog */
145 #define IDD_DLG_CREATE 8000
146 #define IDC_CREATE_SERVNAME 8001
147 #define IDC_CREATE_DISPNAME 8002
148 #define IDC_CREATE_PATH 8003
149 #define IDC_CREATE_DESC 8004
150 #define IDC_CREATE_OPTIONS 8005
151 #define ID_CREATE_HELP 8006
152 #define IDD_DLG_HELP_OPTIONS 8020
153 #define IDC_CREATE_HELP 8021
154 #define IDS_HELP_OPTIONS 8022
155 #define IDS_CREATE_SUCCESS 8023
156 #define IDS_CREATE_REQ 8024
157
158
159 /* delete service dialog */
160 #define IDD_DLG_DELETE 9000
161 #define IDC_DEL_GROUP 9001
162 #define IDC_DEL_NAME 9002
163 #define IDC_DEL_DESC 9003
164 #define IDS_DELETE_STOP 9010
165 #define IDS_DELETE_SUCCESS 9011
166
167
168 /* progress bar */
169 #define IDD_DLG_PROGRESS 7000
170 #define IDC_SERVCON_PROGRESS 7001
171 #define IDC_SERVCON_INFO 7002
172 #define IDC_SERVCON_NAME 7003
173 #define IDS_PROGRESS_INFO_START 7004
174 #define IDS_PROGRESS_INFO_STOP 7005
175 #define IDS_PROGRESS_INFO_PAUSE 7006
176 #define IDS_PROGRESS_INFO_RESUME 7007