322 lines
12 KiB
C
322 lines
12 KiB
C
// "File Service Management" Dialog Box (IDD_FILE_FILEMANAGEMENT_GENERAL == 101)
|
|
|
|
#define IDH_101_972 972 // File Service Management: "&Local computer:
|
|
#define IDH_101_973 973 // File Service Management: "&Another computer:" (Button)
|
|
#define IDH_101_974 974 // Another Computer text box
|
|
#define IDH_101_975 975 // File Service Management: "B&rowse..." (Button)
|
|
#define IDH_101_976 976 // File Service Management: "Allo&w the selected computer
|
|
#define IDH_101_255 255 // All radio button
|
|
#define IDH_101_256 256 // Shares radio button
|
|
#define IDH_101_257 257 // Sessions radio button
|
|
#define IDH_101_258 258 // Open Files radio button
|
|
|
|
|
|
const DWORD g_aHelpIDs_IDD_FILE_FILEMANAGEMENT_GENERAL[]=
|
|
{
|
|
970, ((DWORD) -1), //Label
|
|
971, ((DWORD) -1), //Groupbox
|
|
972, 972, // File Service Management: "&Local computer:
|
|
973, 973, // File Service Management: "&Another computer:" (Button)
|
|
974, 974, // Another Computer text box
|
|
975, 975, // File Service Management: "B&rowse..." (Button)
|
|
976, 976, // File Service Management: "Allo&w the selected computer to be changed
|
|
255, 255, // All radio button
|
|
256, 256, // Shares radio button
|
|
257, 257, // Sessions radio button
|
|
258, 258, // Open Files radio button
|
|
299, ((DWORD) -1), //Groupbox
|
|
0, 0
|
|
};
|
|
|
|
|
|
// "General" Dialog Box (IDD_PROPPAGE_SERVICE_GENERAL == 211)
|
|
|
|
#define IDH_211_305 305 // General: "&Description:" (Static)
|
|
#define IDH_211_213 213 // General: "" (Edit)
|
|
#define IDH_211_283 283 // General: "Path to executable:" (Static)
|
|
#define IDH_211_214 214 // General: "" (Edit)
|
|
#define IDH_211_284 284 // General: "Status:" (Static)
|
|
#define IDH_211_215 215 // General: "" (Edit)
|
|
#define IDH_211_285 285 // General: "Typ&e:" (Static)
|
|
#define IDH_211_262 262 // General: "Service name:" (Static)
|
|
#define IDH_211_216 216 // General: "Stopped" (Static)
|
|
#define IDH_211_263 263 // General: "Start para&meters:" (Static)
|
|
#define IDH_211_217 217 // General: "&Start" (Button)
|
|
#define IDH_211_264 264 // General: "Display &name:" (Static)
|
|
#define IDH_211_218 218 // General: "S&top" (Button)
|
|
#define IDH_211_219 219 // General: "&Pause" (Button)
|
|
#define IDH_211_220 220 // General: "&Resume" (Button)
|
|
#define IDH_211_221 221 // General: "" (Edit)
|
|
#define IDH_211_224 224 // General: "" (ComboBox)
|
|
#define IDH_211_225 225 // General: "" (Edit)
|
|
|
|
|
|
|
|
const DWORD g_aHelpIDs_IDD_PROPPAGE_SERVICE_GENERAL[]=
|
|
{
|
|
305, 305, // General: "&Description:" (Static)
|
|
213, 213, // General: "" (Edit)
|
|
283, 283, // General: "Path to executable:" (Static)
|
|
214, 214, // General: "" (Edit)
|
|
284, 284, // General: "Status:" (Static)
|
|
215, 215, // General: "" (Edit)
|
|
285, 285, // General: "Typ&e:" (Static)
|
|
262, 262, // General: "Service name:" (Static)
|
|
216, 216, // General: "Stopped" (Static)
|
|
263, 263, // General: "Start para&meters:" (Static)
|
|
217, 217, // General: "&Start" (Button)
|
|
264, 264, // General: "Display &name:" (Static)
|
|
218, 218, // General: "S&top" (Button)
|
|
219, 219, // General: "&Pause" (Button)
|
|
220, 220, // General: "&Resume" (Button)
|
|
221, 221, // General: "" (Edit)
|
|
224, 224, // General: "" (ComboBox)
|
|
225, 225, // General: "" (Edit)
|
|
287, ((DWORD) -1), // General: Current Status Groupbox
|
|
286, ((DWORD) -1), // General: Startup Groupbox
|
|
0, 0
|
|
};
|
|
|
|
|
|
// "Log On" Dialog Box (IDD_PROPPAGE_SERVICE_HWPROFILE == 212)
|
|
|
|
#define IDH_212_230 230 // Log On: "" (Edit)
|
|
#define IDH_212_254 254 // Log On: "List2" (SysListView32)
|
|
#define IDH_212_231 231 // Log On: "" (Edit)
|
|
#define IDH_212_232 232 // Log On: "&Enable" (Button)
|
|
#define IDH_212_233 233 // Log On: "&Disable" (Button)
|
|
#define IDH_212_303 303 // Log On: "&Password:" (Static)
|
|
#define IDH_212_234 234 // Log On: "" (Edit)
|
|
#define IDH_212_304 304 // Log On: "&Confirm password:" (Static)
|
|
#define IDH_212_245 245 // Log On: "Choose &User..." (Button)
|
|
#define IDH_212_226 226 // Log On: "&System account" (Button)
|
|
#define IDH_212_227 227 // Log On: "&This account:" (Button)
|
|
#define IDH_212_228 228 // Log On: "Allo&w service to interact with desktop" (Button)
|
|
|
|
|
|
|
|
const DWORD g_aHelpIDs_IDD_PROPPAGE_SERVICE_HWPROFILE[]=
|
|
{
|
|
230, 230, // Log On: "" (Edit)
|
|
254, 254, // Log On: "List2" (SysListView32)
|
|
231, 231, // Log On: "" (Edit)
|
|
232, 232, // Log On: "&Enable" (Button)
|
|
233, 233, // Log On: "&Disable" (Button)
|
|
303, 303, // Log On: "&Password:" (Static)
|
|
234, 234, // Log On: "" (Edit)
|
|
304, 304, // Log On: "&Confirm password:" (Static)
|
|
245, 245, // Log On: "Choose &User..." (Button)
|
|
226, 226, // Log On: "&System account" (Button)
|
|
227, 227, // Log On: "&This account:" (Button)
|
|
228, 228, // Log On: "Allo&w service to interact with desktop" (Button)
|
|
288, ((DWORD) -1), // Log On: Log On As groupbox
|
|
0, 0
|
|
};
|
|
|
|
|
|
// "Recovery" Dialog Box (IDD_PROPPAGE_SERVICE_RECOVERY == 213)
|
|
|
|
#define IDH_213_253 253 // Recovery: "&Command line parameters:" (Static)
|
|
#define IDH_213_235 235 // Recovery: "" (Edit)
|
|
#define IDH_213_236 236 // Recovery: "" (ComboBox)
|
|
#define IDH_213_237 237 // Recovery: "" (ComboBox)
|
|
#define IDH_213_238 238 // Recovery: "" (Edit)
|
|
#define IDH_213_239 239 // Recovery: "Bro&wse..." (Button)
|
|
#define IDH_213_309 309 // Recovery: "" (Edit)
|
|
#define IDH_213_240 240 // Recovery: "" (Edit)
|
|
#define IDH_213_310 310 // Recovery: "Append 'Fail Count' to &end of command line
|
|
#define IDH_213_290 290 // Recovery: "&First attempt:" (Static)
|
|
#define IDH_213_291 291 // Recovery: "&Second attempt:" (Static)
|
|
#define IDH_213_292 292 // Recovery: "S&ubsequent attempts:" (Static)
|
|
#define IDH_213_246 246 // Recovery: "Re&boot Computer Information..." (Button)
|
|
#define IDH_213_293 293 // Recovery: "Reset 'Fail Count' to &zero after:" (Static)
|
|
#define IDH_213_247 247 // Recovery: "" (ComboBox)
|
|
#define IDH_213_249 249 // Recovery: "Restart the service" label
|
|
#define IDH_213_250 250 // Recovery: Minutes label
|
|
|
|
|
|
|
|
const DWORD g_aHelpIDs_IDD_PROPPAGE_SERVICE_RECOVERY[]=
|
|
{
|
|
253, 253, // Recovery: "&Command line parameters:" (Static)
|
|
235, 235, // Recovery: "" (Edit)
|
|
236, 236, // Recovery: "" (ComboBox)
|
|
237, 237, // Recovery: "" (ComboBox)
|
|
238, 238, // Recovery: "" (Edit)
|
|
239, 239, // Recovery: "Bro&wse..." (Button)
|
|
309, 309, // Recovery: "" (Edit)
|
|
240, 240, // Recovery: "" (Edit)
|
|
289, ((DWORD) -1), // Recovery: "Actions to take when service fails:" (Static)
|
|
310, 310, // Recovery: "Append 'Fail Count' to &end of command line
|
|
290, 290, // Recovery: "&First attempt:" (Static)
|
|
291, 291, // Recovery: "&Second attempt:" (Static)
|
|
292, 292, // Recovery: "S&ubsequent attempts:" (Static)
|
|
246, 246, // Recovery: "Re&boot Computer Information..." (Button)
|
|
293, 293, // Recovery: "Reset 'Fail Count' to &zero after:" (Static)
|
|
247, 247, // Recovery: "" (ComboBox)
|
|
248, ((DWORD) -1), // Recovery: "Restart the service" (Button)
|
|
249, 249, // Recovery: "Restart the serice" label
|
|
250, 250, // Recovery: Minutes label
|
|
251, ((DWORD) -1), // Recovery Run File group box
|
|
0, 0
|
|
};
|
|
|
|
|
|
// "Reboot Computer Information" Dialog Box (IDD_SERVICE_REBOOT_COMPUTER == 214)
|
|
|
|
#define IDH_214_307 307 // Reboot Computer Information: "&Delay before rebooting
|
|
#define IDH_214_308 308 // Reboot Computer Information: "" (Edit)
|
|
#define IDH_214_311 311 // Reboot Computer Information: "" (Edit)
|
|
#define IDH_214_268 268 // Reboot Computer Information: "This message" (Button)
|
|
#define IDH_214_270 270 // Reboot Computer Information: "None" (Button)
|
|
|
|
|
|
const DWORD g_aHelpIDs_IDD_SERVICE_REBOOT_COMPUTER[]=
|
|
{
|
|
302, ((DWORD) -1), //Label
|
|
306, ((DWORD) -1), //Groupbox
|
|
307, 307, // Reboot Computer Information: "&Delay before rebooting computer:"
|
|
308, 308, // Reboot Computer Information: "" (Edit)
|
|
311, 311, // Reboot Computer Information: "" (Edit)
|
|
322, 268, // Reboot Computer Information: "This message" (Button)
|
|
321, 270, // Reboot Computer Information: "None" (Button)
|
|
0, 0
|
|
};
|
|
|
|
|
|
// "Stop Service %s" Dialog Box (IDD_SERVICE_STOP_DEPENDENCIES == 215)
|
|
|
|
#define IDH_215_261 261 // Stop Service %s: "" (ListBox)
|
|
|
|
|
|
const DWORD g_aHelpIDs_IDD_SERVICE_STOP_DEPENDENCIES[]=
|
|
{
|
|
301, ((DWORD) -1), //Stop Service label
|
|
261, 261, // Stop Service %s: "" (ListBox)
|
|
0, 0
|
|
};
|
|
|
|
|
|
// "Service Control" Dialog Box (IDD_SERVICE_CONTROL_PROGRESS == 219)
|
|
|
|
|
|
|
|
const DWORD g_aHelpIDs_IDD_SERVICE_CONTROL_PROGRESS[]=
|
|
{
|
|
0, 0
|
|
};
|
|
|
|
|
|
// "General" Dialog Box (IDD_SHAREPROP_GENERAL_SFM == 223)
|
|
|
|
#define IDH_223_278 278 // General: "Password:" (Static)
|
|
#define IDH_223_241 241 // General: "This volume is read-only" (Button)
|
|
#define IDH_223_265 265 // General: "" (Edit)
|
|
#define IDH_223_266 266 // General: "" (Static)
|
|
#define IDH_223_221 999 // General: "" (Edit)
|
|
#define IDH_223_222 222 // General: "0" (Edit)
|
|
#define IDH_223_223 223 // General: "" (Edit)
|
|
#define IDH_223_294 294 // General: "Share &Name:" (Static)
|
|
#define IDH_223_271 271 // General: "Maximum Allowed" (Button)
|
|
#define IDH_223_295 295 // General: "Path:" (Static)
|
|
#define IDH_223_272 272 // General: "Allow" (Button)
|
|
#define IDH_223_296 296 // General: "Comment:" (Static)
|
|
#define IDH_223_315 315 // General Users label
|
|
|
|
|
|
const DWORD g_aHelpIDs_IDD_SHAREPROP_GENERAL[]=
|
|
{
|
|
278, 278, // General: "Password:" (Static)
|
|
297, ((DWORD) -1), //User Limit Group Box
|
|
277, ((DWORD) -1), //SFM Group Box
|
|
241, 241, // General: "This volume is read-only" (Button)
|
|
265, 265, // General: "" (Edit)
|
|
266, 266, // General: "" (Static)
|
|
221, 999, // General: "" (Edit)
|
|
222, 222, // General: "0" (Edit)
|
|
223, 223, // General: "" (Edit)
|
|
294, 294, // General: "Share &Name:" (Static)
|
|
271, 271, // General: "Maximum Allowed" (Button)
|
|
295, 295, // General: "Path:" (Static)
|
|
272, 272, // General: "Allow" (Button)
|
|
296, 296, // General: "Comment:" (Static)
|
|
315, 315, // General: Users label
|
|
0, 0
|
|
};
|
|
|
|
#define IDH_340_341 341 // Publish: Publish checkbox
|
|
#define IDH_340_342 342 // Publish: UNCPath label - static
|
|
#define IDH_340_343 343 // Publish: UNCPath editbox
|
|
#define IDH_340_344 344 // Publish: Description label - static
|
|
#define IDH_340_345 345 // Publish: Description editbox
|
|
#define IDH_340_346 346 // Publish: ManagedBy label - static
|
|
#define IDH_340_347 347 // Publish: ManagedBy editbox
|
|
#define IDH_340_348 348 // Publish: Keywords label - static
|
|
#define IDH_340_349 349 // Publish: Keywords editbox
|
|
#define IDH_340_350 350 // Publish: Edit button
|
|
#define IDH_340_351 351 // Publish: static errmsg
|
|
|
|
const DWORD g_aHelpIDs_IDD_SHAREPROP_PUBLISH[]=
|
|
{
|
|
341, 341, // Publish: Publish checkbox
|
|
342, (DWORD)-1, // Publish: UNCPath label - static
|
|
343, 343, // Publish: UNCPath editbox
|
|
344, (DWORD)-1, // Publish: Description label - static
|
|
345, 345, // Publish: Description editbox
|
|
346, (DWORD)-1, // Publish: ManagedBy label - static
|
|
347, 347, // Publish: ManagedBy editbox
|
|
348, (DWORD)-1, // Publish: Keywords label - static
|
|
349, 349, // Publish: Keywords editbox
|
|
350, 350, // Publish: Edit button
|
|
351, (DWORD)-1, // Publish: static errmsg
|
|
0, 0
|
|
};
|
|
|
|
#define IDH_360_361 361 // MVSTRINGEDIT: Static text
|
|
#define IDH_360_362 362 // MVSTRINGEDIT: edit box
|
|
#define IDH_360_363 363 // MVSTRINGEDIT: list box
|
|
#define IDH_360_364 364 // MVSTRINGEDIT: Add button
|
|
#define IDH_360_365 365 // MVSTRINGEDIT: Remove button
|
|
|
|
const DWORD g_aHelpIDs_IDD_MVSTRINGEDIT[]=
|
|
{
|
|
361, (DWORD)-1, // MVSTRINGEDIT: Static text
|
|
362, 362, // MVSTRINGEDIT: edit box
|
|
363, 363, // MVSTRINGEDIT: list box
|
|
364, 364, // MVSTRINGEDIT: Add button
|
|
365, 365, // MVSTRINGEDIT: Remove button
|
|
0, 0
|
|
};
|
|
|
|
// "Choose Target Machine" Dialog Box
|
|
|
|
#define IDH_970_972 9972 // Choose Target Machine: "&Local computer:
|
|
#define IDH_970_973 9973 // Choose Target Machine: "&Another computer:" (Button)
|
|
#define IDH_970_974 9974 // Another Computer text box
|
|
#define IDH_970_975 9975 // Choose Target Machine: "B&rowse..." (Button)
|
|
#define IDH_970_976 9976 // Choose Target Machine: "Allo&w the selected computer to be
|
|
|
|
|
|
const DWORD g_a970HelpIDs[]=
|
|
{
|
|
970, ((DWORD) -1), // Choose Target Machine: Label
|
|
971, ((DWORD) -1), // Choose Target Machine: "This snap-in will always manage:"
|
|
972, 9972, // Choose Target Machine: "&Local computer:
|
|
973, 9973, // Choose Target Machine: "&Another computer:" (Button)
|
|
974, 9974, // Another Computer text box
|
|
975, 9975, // Choose Target Machine: "B&rowse..." (Button)
|
|
976, 9976, // Choose Target Machine: "Allo&w the selected computer to be
|
|
0, 0
|
|
};
|
|
|
|
const DWORD g_aHelpIDs_IDD_SMB_CACHE_SETTINGS[]=
|
|
{
|
|
IDC_CACHE_OPTIONS_MANUAL, IDC_CACHE_OPTIONS_MANUAL,
|
|
IDC_CACHE_OPTIONS_AUTO, IDC_CACHE_OPTIONS_AUTO,
|
|
IDC_CACHE_OPTIONS_NOCACHE, IDC_CACHE_OPTIONS_NOCACHE,
|
|
IDC_CACHE_OPTIONS_AUTO_CHECK, IDC_CACHE_OPTIONS_AUTO_CHECK,
|
|
IDC_STATIC_HELPLESS, -1,
|
|
IDC_STATIC_HELPLESS2, -1,
|
|
IDC_CACHE_HELPLINK, -1,
|
|
0, 0
|
|
}; |