Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

785 lines
30 KiB

  1. //Microsoft Developer Studio generated resource script.
  2. //
  3. #include "resource.h"
  4. #define APSTUDIO_READONLY_SYMBOLS
  5. /////////////////////////////////////////////////////////////////////////////
  6. //
  7. // Generated from the TEXTINCLUDE 2 resource.
  8. //
  9. #include "winres.h"
  10. /////////////////////////////////////////////////////////////////////////////
  11. #undef APSTUDIO_READONLY_SYMBOLS
  12. /////////////////////////////////////////////////////////////////////////////
  13. // English (U.S.) resources
  14. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  15. #ifdef _WIN32
  16. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  17. #pragma code_page(1252)
  18. #endif //_WIN32
  19. /////////////////////////////////////////////////////////////////////////////
  20. //
  21. // AVI
  22. //
  23. IDR_AVIWAIT AVI MOVEABLE PURE "..\\artwork\\clock.avi"
  24. #ifdef APSTUDIO_INVOKED
  25. /////////////////////////////////////////////////////////////////////////////
  26. //
  27. // TEXTINCLUDE
  28. //
  29. 1 TEXTINCLUDE DISCARDABLE
  30. BEGIN
  31. "resource.h\0"
  32. END
  33. 2 TEXTINCLUDE DISCARDABLE
  34. BEGIN
  35. "#include ""atlres.h""\r\n"
  36. "\0"
  37. END
  38. 3 TEXTINCLUDE DISCARDABLE
  39. BEGIN
  40. "1 TYPELIB ""WMICntl.tlb""\r\n"
  41. "\0"
  42. END
  43. #endif // APSTUDIO_INVOKED
  44. /////////////////////////////////////////////////////////////////////////////
  45. //
  46. // Icon
  47. //
  48. // Icon with lowest ID value placed first to ensure application icon
  49. // remains consistent on all systems.
  50. IDI_WMICNTL ICON DISCARDABLE "..\\artwork\\WMICntl.ico"
  51. IDI_WAITING ICON DISCARDABLE "..\\artwork\\waiting.ico"
  52. IDI_FAILED ICON DISCARDABLE "..\\artwork\\failed.ico"
  53. IDI_CLSD_FOLDER ICON DISCARDABLE "..\\artwork\\clsdFolder.ico"
  54. IDI_EARTH ICON DISCARDABLE "..\\artwork\\earth.ico"
  55. IDI_CLSD_CLASS ICON DISCARDABLE "..\\artwork\\bigclass.ico"
  56. IDI_CLSD_INSTANCE ICON DISCARDABLE "..\\artwork\\biginstance.ico"
  57. IDI_CLSD_SCOPEINSTANCE ICON DISCARDABLE "..\\artwork\\Instance Navigator.ico"
  58. IDI_CLSD_SCOPECLASS ICON DISCARDABLE "..\\artwork\\ClsdObjGroup.ico"
  59. /////////////////////////////////////////////////////////////////////////////
  60. //
  61. // Bitmap
  62. //
  63. IDB_WMISNAPIN_16 BITMAP DISCARDABLE "..\\artwork\\wmisnapi.bmp"
  64. IDB_WMISNAPIN_32 BITMAP DISCARDABLE "..\\artwork\\bmp00001.bmp"
  65. IDB_SID_ICONS BITMAP DISCARDABLE "..\\artwork\\icons.bmp"
  66. /////////////////////////////////////////////////////////////////////////////
  67. //
  68. // REGISTRY
  69. //
  70. IDR_WMISNAPIN REGISTRY DISCARDABLE "..\\WMISnapin.rgs"
  71. /////////////////////////////////////////////////////////////////////////////
  72. //
  73. // Dialog
  74. //
  75. IDD_ANIMATE DIALOG DISCARDABLE 0, 0, 196, 66
  76. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION
  77. CAPTION "Dialog"
  78. FONT 8, "MS Shell Dlg"
  79. BEGIN
  80. DEFPUSHBUTTON "&Cancel",IDCANCEL,73,45,50,14
  81. CONTROL "Animate1",IDC_ANIMATE,"SysAnimate32",ACS_CENTER |
  82. ACS_TRANSPARENT | ACS_AUTOPLAY | WS_TABSTOP,7,7,42,30
  83. LTEXT "Static",IDC_MSG,59,7,130,30
  84. END
  85. IDD_ABOUTBOX DIALOG DISCARDABLE 0, 0, 235, 98
  86. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  87. CAPTION "About"
  88. FONT 8, "MS Shell Dlg"
  89. BEGIN
  90. DEFPUSHBUTTON "OK",IDOK,178,77,50,14
  91. CTEXT "WMICtl5 Application v1.0\n\n(c) Copyright 1999",
  92. IDC_STATIC,25,57,78,32
  93. ICON 128,IDC_STATIC,55,26,20,20
  94. GROUPBOX "",IDC_STATIC,7,7,115,84
  95. END
  96. IDD_GENERAL DIALOG DISCARDABLE 0, 0, 252, 218
  97. STYLE WS_CHILD | WS_CAPTION
  98. CAPTION "General"
  99. FONT 8, "MS Shell Dlg"
  100. BEGIN
  101. ICON IDI_WMICNTL,IDC_STATUSICON,15,15,20,20
  102. LTEXT "Connect to the WMI service on a managed computer and get general information about the computer.",
  103. IDC_GEN_PARA,47,15,186,29
  104. LTEXT "",IDC_STATUS,18,53,210,143,SS_SUNKEN
  105. END
  106. IDD_LOGGING DIALOG DISCARDABLE 0, 0, 252, 218
  107. STYLE WS_CHILD | WS_CAPTION
  108. CAPTION "Logging"
  109. FONT 8, "MS Shell Dlg"
  110. BEGIN
  111. LTEXT "Specify the logging level, size, and location of logging files.",
  112. IDC_LOG_PARA,13,15,190,11
  113. GROUPBOX "Logging level ",IDC_STATUS_FRAME,7,45,238,59,WS_GROUP
  114. CONTROL "&Disabled",IDC_DISABLELOGGING,"Button",
  115. BS_AUTORADIOBUTTON | WS_TABSTOP,19,57,43,10
  116. CONTROL "&Errors only",IDC_ERRORLOGGING,"Button",
  117. BS_AUTORADIOBUTTON | WS_TABSTOP,19,70,67,10
  118. CONTROL "&Verbose (includes extra information for Microsoft troubleshooting)",
  119. IDC_VERBOSELOGGING,"Button",BS_AUTORADIOBUTTON |
  120. WS_TABSTOP,19,84,218,10
  121. GROUPBOX "Log file attributes ",IDC_STATIC,7,123,238,82
  122. LTEXT "&Maximum size (bytes):",IDC_MAXFILESIZE_LABEL,18,137,69,
  123. 8
  124. EDITTEXT IDC_MAXFILESIZE,19,147,84,14,ES_AUTOHSCROLL | ES_NUMBER
  125. LTEXT "&Location:",IDC_LOGGINGDIRECTORY_LABEL,17,171,30,8
  126. EDITTEXT IDC_LOGGINGDIRECTORY,17,181,154,14,ES_AUTOHSCROLL
  127. PUSHBUTTON "&Browse...",IDC_BROWSE,176,181,50,14
  128. END
  129. IDD_ADVANCED_NT DIALOG DISCARDABLE 0, 0, 252, 218
  130. STYLE WS_CHILD | WS_CAPTION
  131. CAPTION "Advanced"
  132. FONT 8, "MS Shell Dlg"
  133. BEGIN
  134. LTEXT "Specify advanced Windows Management settings.",
  135. IDC_STATIC,17,15,212,21
  136. LTEXT "Repository location:",IDC_DBDIRECTORY_LABEL,17,50,63,8
  137. LTEXT "35 chars",IDC_DB_DIR,87,50,158,8
  138. LTEXT "Default namespace for scripting :",IDC_STATIC,17,74,104,
  139. 8
  140. EDITTEXT IDC_SCRIPT_NS,17,84,175,14,ES_AUTOHSCROLL | ES_READONLY |
  141. NOT WS_BORDER | NOT WS_TABSTOP
  142. PUSHBUTTON "&Change...",IDC_CHANGE_SCRIPT_NS,195,84,50,14
  143. CONTROL "&Allow scripting access to WMI Services from ASP.",
  144. IDC_ASP,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,20,133,225,
  145. 8
  146. LTEXT "Note that if this is selected, all ASP scripts will access Windows Management services using the account under which IIS is run (most commonly NT authority\\system).",
  147. IDC_ASP_LABEL,32,146,198,55
  148. END
  149. IDD_SEC_ERROR DIALOG DISCARDABLE 0, 0, 241, 215
  150. STYLE WS_CHILD | WS_VISIBLE | WS_CAPTION
  151. CAPTION "Security"
  152. FONT 8, "MS Shell Dlg"
  153. BEGIN
  154. CTEXT "Unable to display security information.",
  155. IDC_NO_SECURITY,30,30,180,136
  156. END
  157. IDD_CONNECT DIALOGEX 0, 0, 331, 126
  158. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  159. EXSTYLE WS_EX_CONTEXTHELP
  160. CAPTION "Change managed computer"
  161. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  162. BEGIN
  163. LTEXT "Select the computer you want to manage.",IDC_STATIC,7,
  164. 15,305,8
  165. GROUPBOX "Connect to: ",IDC_CONN_FRAME,21,30,295,59
  166. CONTROL "&Local computer: (the computer this application is running on)",
  167. IDC_LOCAL,"Button",BS_AUTORADIOBUTTON,35,50,275,10
  168. CONTROL "&Another computer:",IDC_REMOTE,"Button",
  169. BS_AUTORADIOBUTTON,35,66,86,10
  170. EDITTEXT IDC_NAME,131,64,148,14,ES_AUTOHSCROLL
  171. DEFPUSHBUTTON "OK",IDOK,217,105,50,14,WS_DISABLED
  172. PUSHBUTTON "Cancel",IDCANCEL,274,105,50,14
  173. END
  174. IDD_BACKUP DIALOG DISCARDABLE 0, 0, 252, 218
  175. STYLE WS_CHILD | WS_CAPTION
  176. CAPTION "Backup/Restore"
  177. FONT 8, "MS Shell Dlg"
  178. BEGIN
  179. GROUPBOX "Automatic ",IDC_AUTOMATIC_GROUPBOX,7,7,238,124
  180. LTEXT "Automatic backup will periodically back up the WMI repository to a pre-defined file. Backup only occurs when there is a change to the repository.",
  181. IDC_ADV_NOW_TEXT,23,20,195,26
  182. CONTROL "&Automatically back up every:",IDC_BACKUP_ENABLED,
  183. "Button",BS_AUTOCHECKBOX | WS_TABSTOP,26,60,109,8
  184. EDITTEXT IDC_BACKUPINTERVAL,137,58,27,12,ES_AUTOHSCROLL |
  185. ES_NUMBER
  186. COMBOBOX IDC_BACKUP_UNITS,172,58,63,44,CBS_DROPDOWNLIST |
  187. WS_TABSTOP
  188. LTEXT "Time of last backup:",IDC_LASTBACKUP_LABEL,25,78,65,8
  189. LTEXT "<unavailable>",IDC_LASTBACKUP,100,78,117,8
  190. PUSHBUTTON "&Restore From Last Backup File",IDC_RESTORE_FM_AUTO,63,
  191. 111,127,14
  192. GROUPBOX "Manual ",IDC_MANUAL_GROUPBOX,7,135,238,76
  193. LTEXT "Manual backup and restore allows you to perform an immediate backup or restoration of the WMI repository to/from a file you specify.",
  194. IDC_ADV_NOW_TEXT2,27,148,195,26
  195. PUSHBUTTON "&Back Up Now...",IDC_BACKUP_BTN,30,190,87,14
  196. PUSHBUTTON "Restore &Now...",IDC_RESTORE_BTN,135,190,87,14
  197. LTEXT "Repository location:",IDC_DBDIRECTORY_LABEL,17,94,63,8
  198. LTEXT "Static",IDC_DB_DIR,87,94,152,8
  199. END
  200. IDD_NAMESPACE DIALOG DISCARDABLE 0, 0, 252, 218
  201. STYLE WS_CHILD | WS_CAPTION
  202. CAPTION "Security"
  203. FONT 8, "MS Shell Dlg"
  204. BEGIN
  205. LTEXT "Namespace navigation allows you to set namespace specific security.",
  206. IDC_NS_PARA,6,15,224,10
  207. CONTROL "Tree1",IDC_NSTREE,"SysTreeView32",TVS_HASBUTTONS |
  208. TVS_HASLINES | TVS_LINESATROOT | TVS_DISABLEDRAGDROP |
  209. TVS_NOTOOLTIPS | WS_BORDER | WS_TABSTOP,6,27,240,167
  210. PUSHBUTTON "&Security",IDC_PROPERTIES,170,198,76,14
  211. LTEXT "Enumerating ...",IDC_ENUM_STATIC,9,203,48,8,NOT WS_VISIBLE
  212. PUSHBUTTON "&Cancel",IDC_CANCEL_ENUM,59,203,31,10,NOT WS_VISIBLE
  213. END
  214. IDD_ADVANCED_9X DIALOG DISCARDABLE 0, 0, 252, 218
  215. STYLE WS_CHILD | WS_CAPTION
  216. CAPTION "Advanced"
  217. FONT 8, "MS Shell Dlg"
  218. BEGIN
  219. LTEXT "Specify advanced settings in Windows Management on a Windows 9x computer.",
  220. IDC_ADV_PARA,17,15,211,21
  221. LTEXT "Default namespace for scripting :",IDC_SCRIPT_LABEL,17,
  222. 58,104,8
  223. LTEXT "Static",IDC_SCRIPT_NS,17,72,172,8
  224. PUSHBUTTON "&Change...",IDC_CHANGE_SCRIPT_NS,195,68,50,14
  225. CONTROL "&Enable Anonymous Connection with share level security.",
  226. IDC_9X_ANON_CONNECTION,"Button",BS_AUTOCHECKBOX |
  227. WS_TABSTOP,24,98,193,10
  228. CONTROL "Allow &scripting access to WMI services from ASP.",
  229. IDC_ASP,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,20,117,225,
  230. 8
  231. GROUPBOX "WinMgmt process restart ",IDC_9X_ONLY,7,118,238,59,
  232. WS_GROUP
  233. CONTROL "&Don't restart",IDC_NORESTART,"Button",
  234. BS_AUTORADIOBUTTON | WS_GROUP | WS_TABSTOP,23,133,192,10
  235. CONTROL "Auto restart if Event Subsystem &needs It",
  236. IDC_ESSRESTART,"Button",BS_AUTORADIOBUTTON | BS_TOP |
  237. BS_MULTILINE | WS_TABSTOP,23,147,211,10
  238. CONTROL "Always auto &restart",IDC_ALWAYSAUTORESTART,"Button",
  239. BS_AUTORADIOBUTTON | WS_TABSTOP,23,161,203,10
  240. LTEXT "If enabled, all ASP scripts will access Windows Management services using the account under which IIS is run (most commonly NT authority\\system).",
  241. IDC_ASP_LABEL,32,130,198,55
  242. END
  243. IDD_NS_PICKER DIALOGEX 0, 0, 212, 188
  244. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  245. EXSTYLE WS_EX_CONTEXTHELP
  246. CAPTION "Browser for Namespace"
  247. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  248. BEGIN
  249. LTEXT "Select a namespace to be used by WMI Scripting when a full namespace path isn't specified for a WMI object.",
  250. -1,6,7,199,29
  251. CONTROL "Tree1",IDC_NSTREE,"SysTreeView32",TVS_HASBUTTONS |
  252. TVS_HASLINES | TVS_LINESATROOT | TVS_DISABLEDRAGDROP |
  253. TVS_NOTOOLTIPS | WS_BORDER | WS_TABSTOP,6,36,199,117
  254. PUSHBUTTON "Ok",IDOK,102,166,50,14
  255. PUSHBUTTON "Cancel",IDCANCEL,155,166,50,14
  256. END
  257. IDD_EDITBOX DIALOG DISCARDABLE 0, 0, 236, 90
  258. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION
  259. CAPTION "Dialog"
  260. FONT 8, "MS Shell Dlg"
  261. BEGIN
  262. LTEXT "Static",IDC_MSG,7,7,222,33
  263. EDITTEXT IDC_EDIT,7,45,222,14,ES_AUTOHSCROLL
  264. DEFPUSHBUTTON "OK",IDOK,125,69,50,14,WS_DISABLED
  265. PUSHBUTTON "Cancel",IDCANCEL,179,69,50,14
  266. END
  267. IDD_LOGIN DIALOGEX 0, 0, 252, 82
  268. STYLE WS_POPUP | WS_CAPTION | WS_SYSMENU
  269. EXSTYLE WS_EX_CONTEXTHELP
  270. CAPTION "WMI Logon"
  271. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  272. BEGIN
  273. CONTROL "&Log on as current user",IDC_CHECKCURRENTUSER,"Button",
  274. BS_AUTOCHECKBOX | WS_TABSTOP,7,7,87,10
  275. LTEXT "&User name:",IDC_USER_LABEL,7,24,37,8,WS_DISABLED
  276. EDITTEXT IDC_EDITUSERNAME,60,21,185,14,ES_AUTOHSCROLL |
  277. WS_DISABLED
  278. LTEXT "&Password:",IDC_PW_LABEL,7,43,34,8,WS_DISABLED
  279. EDITTEXT IDC_EDITPASSWORD,60,40,185,14,ES_PASSWORD |
  280. ES_AUTOHSCROLL | WS_DISABLED
  281. DEFPUSHBUTTON "OK",IDOK,141,61,50,14
  282. PUSHBUTTON "Cancel",IDCANCEL,195,61,50,14
  283. END
  284. IDD_9XSEC DIALOGEX 0, 0, 252, 218
  285. STYLE WS_CHILD | WS_CAPTION
  286. CAPTION "Security"
  287. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  288. BEGIN
  289. CONTROL "",IDC_SPP_PRINCIPALS,"SysListView32",LVS_REPORT |
  290. LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_SORTASCENDING |
  291. LVS_NOSORTHEADER | WS_TABSTOP,7,7,169,78,
  292. WS_EX_CLIENTEDGE
  293. PUSHBUTTON "A&dd...",IDC_SPP_ADD,183,7,50,14
  294. PUSHBUTTON "&Remove",IDC_SPP_REMOVE,183,26,50,14
  295. LTEXT "Permissions:",IDC_SPP_ACCESS,15,90,50,8
  296. CTEXT "Allow",IDC_SPP_ALLOW,191,89,32,8
  297. CONTROL "",IDC_SPP_PERMS,"CHECKLIST",0x49,7,102,225,86,
  298. WS_EX_CLIENTEDGE | WS_EX_CONTROLPARENT
  299. LTEXT "The security settings on this computer only apply to remote users. A local user always has full access to the target computer.",
  300. IDC_MSG,7,194,225,19,NOT WS_VISIBLE
  301. END
  302. IDD_USER_PICKER DIALOG DISCARDABLE 0, 0, 186, 74
  303. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  304. CAPTION "Add User or Group"
  305. FONT 8, "MS Shell Dlg"
  306. BEGIN
  307. LTEXT "&Add Name:",IDC_STATIC,7,20,36,8
  308. EDITTEXT IDC_EDIT1,7,30,172,14,ES_AUTOHSCROLL
  309. DEFPUSHBUTTON "OK",IDOK,75,53,50,14
  310. PUSHBUTTON "Cancel",IDCANCEL,129,53,50,14
  311. END
  312. IDD_CONNECT_WIZ DIALOG DISCARDABLE 0, 0, 331, 126
  313. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  314. CAPTION "Change managed computer"
  315. FONT 8, "MS Shell Dlg"
  316. BEGIN
  317. LTEXT "Select the computer you want to manage.",IDC_STATIC,7,
  318. 15,305,8
  319. GROUPBOX "Connect to: ",IDC_STATIC,21,30,295,59
  320. CONTROL "&Local computer: (the computer this application is running on)",
  321. IDC_LOCAL,"Button",BS_AUTORADIOBUTTON,35,50,275,10
  322. CONTROL "&Another computer:",IDC_REMOTE,"Button",
  323. BS_AUTORADIOBUTTON,35,66,86,10
  324. EDITTEXT IDC_NAME,131,64,148,14,ES_AUTOHSCROLL
  325. END
  326. IDD_WMICTR DIALOGEX 0, 0, 147, 156
  327. STYLE WS_POPUP | WS_CAPTION | WS_SYSMENU
  328. EXSTYLE WS_EX_CONTEXTHELP
  329. CAPTION "WMI Performance Counters"
  330. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  331. BEGIN
  332. DEFPUSHBUTTON "OK",IDOK,39,135,50,14
  333. LTEXT "Connections",IDS_CONNECTIONS,7,8,40,8
  334. LTEXT "Delivery Backup (Bytes)",IDS_DELBACKUP,7,24,76,8
  335. LTEXT "Internal Objects",IDS_INTERNALOBJS,7,40,50,8
  336. LTEXT "Internal Sinks",IDS_INTERNALSINKS,7,56,44,8
  337. LTEXT "Tasks in Progress",IDS_TASKSINPROG,7,72,57,8
  338. LTEXT "Tasks Waiting",IDS_TASKSWAITING,7,88,46,8
  339. LTEXT "Total API Calls",IDS_TOTALAPICALLS,7,104,47,8
  340. LTEXT "Users",IDS_USERS,7,120,19,8
  341. RTEXT "<Connecting>",IDC_CONNECTIONS,90,8,44,8
  342. RTEXT "<Connecting>",IDC_DELBACKUP,90,24,44,8
  343. RTEXT "<Connecting>",IDC_INTERNALOBJS,90,40,44,8
  344. RTEXT "<Connecting>",IDC_INTERNALSINKS,90,56,44,8
  345. RTEXT "<Connecting>",IDC_TASKSINPROG,90,72,44,8
  346. RTEXT "<Connecting>",IDC_TASKSWAITING,90,88,44,8
  347. RTEXT "<Connecting>",IDC_TOTALAPICALLS,90,104,44,8
  348. RTEXT "<Connecting>",IDC_USERS,90,120,44,8
  349. END
  350. IDD_WMICTR_SYSMON DIALOG DISCARDABLE 0, 0, 444, 297
  351. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  352. CAPTION "WMI Performance Counter"
  353. FONT 8, "MS Shell Dlg"
  354. BEGIN
  355. CONTROL "",IDC_SYSMON_OCX,"{C4D2D8E0-D1DD-11CE-940F-008029004347}",
  356. WS_TABSTOP,0,0,444,297
  357. END
  358. /////////////////////////////////////////////////////////////////////////////
  359. //
  360. // DESIGNINFO
  361. //
  362. #ifdef APSTUDIO_INVOKED
  363. GUIDELINES DESIGNINFO DISCARDABLE
  364. BEGIN
  365. IDD_ABOUTBOX, DIALOG
  366. BEGIN
  367. LEFTMARGIN, 7
  368. RIGHTMARGIN, 228
  369. TOPMARGIN, 7
  370. BOTTOMMARGIN, 91
  371. END
  372. IDD_GENERAL, DIALOG
  373. BEGIN
  374. LEFTMARGIN, 6
  375. RIGHTMARGIN, 245
  376. TOPMARGIN, 7
  377. BOTTOMMARGIN, 211
  378. END
  379. IDD_LOGGING, DIALOG
  380. BEGIN
  381. LEFTMARGIN, 7
  382. RIGHTMARGIN, 245
  383. TOPMARGIN, 7
  384. BOTTOMMARGIN, 211
  385. END
  386. IDD_ADVANCED_NT, DIALOG
  387. BEGIN
  388. LEFTMARGIN, 7
  389. RIGHTMARGIN, 245
  390. TOPMARGIN, 7
  391. BOTTOMMARGIN, 211
  392. END
  393. IDD_CONNECT, DIALOG
  394. BEGIN
  395. LEFTMARGIN, 7
  396. RIGHTMARGIN, 324
  397. TOPMARGIN, 7
  398. BOTTOMMARGIN, 139
  399. END
  400. IDD_BACKUP, DIALOG
  401. BEGIN
  402. LEFTMARGIN, 7
  403. RIGHTMARGIN, 245
  404. TOPMARGIN, 7
  405. BOTTOMMARGIN, 211
  406. END
  407. IDD_NAMESPACE, DIALOG
  408. BEGIN
  409. LEFTMARGIN, 6
  410. RIGHTMARGIN, 245
  411. TOPMARGIN, 7
  412. BOTTOMMARGIN, 211
  413. END
  414. IDD_ADVANCED_9X, DIALOG
  415. BEGIN
  416. LEFTMARGIN, 7
  417. RIGHTMARGIN, 245
  418. TOPMARGIN, 7
  419. BOTTOMMARGIN, 211
  420. END
  421. IDD_NS_PICKER, DIALOG
  422. BEGIN
  423. LEFTMARGIN, 6
  424. RIGHTMARGIN, 205
  425. TOPMARGIN, 7
  426. BOTTOMMARGIN, 180
  427. END
  428. IDD_EDITBOX, DIALOG
  429. BEGIN
  430. LEFTMARGIN, 7
  431. RIGHTMARGIN, 229
  432. TOPMARGIN, 7
  433. BOTTOMMARGIN, 83
  434. END
  435. IDD_LOGIN, DIALOG
  436. BEGIN
  437. LEFTMARGIN, 7
  438. RIGHTMARGIN, 245
  439. VERTGUIDE, 60
  440. TOPMARGIN, 7
  441. BOTTOMMARGIN, 75
  442. END
  443. IDD_9XSEC, DIALOG
  444. BEGIN
  445. RIGHTMARGIN, 241
  446. BOTTOMMARGIN, 215
  447. END
  448. IDD_USER_PICKER, DIALOG
  449. BEGIN
  450. LEFTMARGIN, 7
  451. RIGHTMARGIN, 179
  452. TOPMARGIN, 7
  453. BOTTOMMARGIN, 67
  454. END
  455. IDD_CONNECT_WIZ, DIALOG
  456. BEGIN
  457. LEFTMARGIN, 7
  458. RIGHTMARGIN, 324
  459. TOPMARGIN, 7
  460. BOTTOMMARGIN, 139
  461. END
  462. END
  463. #endif // APSTUDIO_INVOKED
  464. /////////////////////////////////////////////////////////////////////////////
  465. //
  466. // Menu
  467. //
  468. IDR_MENU_MENU MENU DISCARDABLE
  469. BEGIN
  470. POPUP "TOP"
  471. BEGIN
  472. MENUITEM SEPARATOR
  473. MENUITEM "&Connect to another computer ...", ID_TOP_RECONNECT
  474. // MENUITEM "&WMI Performance Counters ...", ID_PERF_COUNTERS
  475. END
  476. POPUP "NEW"
  477. BEGIN
  478. MENUITEM SEPARATOR
  479. END
  480. POPUP "TASK"
  481. BEGIN
  482. MENUITEM SEPARATOR
  483. END
  484. POPUP "VIEW"
  485. BEGIN
  486. MENUITEM SEPARATOR
  487. END
  488. END
  489. IDR_SEC_MENU MENU DISCARDABLE
  490. BEGIN
  491. POPUP "TOP"
  492. BEGIN
  493. MENUITEM SEPARATOR
  494. MENUITEM "&WMI Performance Counters ...", ID_PERF_COUNTERS
  495. END
  496. POPUP "NEW"
  497. BEGIN
  498. MENUITEM SEPARATOR
  499. END
  500. POPUP "TASK"
  501. BEGIN
  502. MENUITEM SEPARATOR
  503. END
  504. POPUP "VIEW"
  505. BEGIN
  506. MENUITEM SEPARATOR
  507. END
  508. END
  509. /////////////////////////////////////////////////////////////////////////////
  510. //
  511. // Dialog Info
  512. //
  513. IDD_WMICTR_SYSMON DLGINIT
  514. BEGIN
  515. IDC_SYSMON_OCX, 0x376, 320, 0
  516. 0x0000, 0x0000, 0x0003, 0x0003, 0x2673, 0x0000, 0x200a, 0x0000, 0x0064,
  517. 0x0000, 0x0064, 0x0000, 0x0000, 0x0000, 0x0001, 0x0000, 0x0001, 0x0000,
  518. 0x0000, 0x0000, 0x0000, 0x0000, 0x0001, 0x0000, 0x0000, 0x0000, 0x0000,
  519. 0x3f80, 0x0001, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x000f, 0x8000,
  520. 0xffff, 0xffff, 0xffff, 0xffff, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000,
  521. 0x0000, 0x0000, 0x0000, 0xffff, 0xffff, 0xffff, 0x7fff, 0xffff, 0xffff,
  522. 0x0000, 0x0000, 0x8080, 0x0080, 0x00ff, 0x0000, 0x0000, 0x0000, 0x0000,
  523. 0x0000, 0x0000, 0x0000, 0x0001, 0x0000, 0x0001, 0x0000, 0x0001, 0x0000,
  524. 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000,
  525. 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000,
  526. 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000,
  527. 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000,
  528. 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000,
  529. 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000,
  530. 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x002c, 0x0000, 0x002f,
  531. 0x0000, 0x0039, 0x0000, 0x003d, 0x0000, 0x0033, 0x0000, 0x0033, 0x0000,
  532. 0x0041, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0039, 0x0000, 0x003d,
  533. 0x0000, 0x0033, 0x0000, 0x0033, 0x0000, 0x0000, 0x0000,
  534. 0
  535. END
  536. /////////////////////////////////////////////////////////////////////////////
  537. //
  538. // String Table
  539. //
  540. STRINGTABLE PRELOAD DISCARDABLE
  541. BEGIN
  542. IDR_MAINFRAME "WMI Control"
  543. IDS_UNAVAILABLE "<unavailable>"
  544. IDS_NOT_REMOTEABLE "<not available remotely>"
  545. IDS_LOCAL_CONN "<local computer>"
  546. IDS_ERROR "<error>"
  547. IDS_SHORT_NAME "WMI Control"
  548. IDS_BAD_INTERVAL "The backup interval must be between 5 minutes and 24 hours."
  549. IDS_WBEM_GENERIC_ALL "Full Control"
  550. IDS_WBEM_GENERIC_EXECUTE "Execute Methods"
  551. IDS_WBEM_GENERIC_READ "Enable"
  552. IDS_WBEM_GENERIC_WRITE "Write"
  553. IDS_WBEM_FULL_WRITE "Full Write"
  554. IDS_WBEM_PARTIAL_WRITE "Partial Write"
  555. IDS_WBEM_PROVIDER_WRITE "Provider Write"
  556. IDS_WBEM_SYSTEM_WRITE "System Write"
  557. IDS_DISPLAY_NAME "WMI Control"
  558. END
  559. STRINGTABLE DISCARDABLE
  560. BEGIN
  561. IDS_CANT_LOAD_SEC_DLLS "Cant find the MSSCE dlls."
  562. IDS_NO_ACLUI "The target computer supports Microsoft� Windows� 2000, Microsoft� Windows� XP and Microsoft� Windows� Server 2003 style security but this client computer cannot display the required security editor. Install MSSCE on the client computer."
  563. IDS_NO_CREATE_SEC "The security editor was found but could not be invoked. Reinstall the MSSCE."
  564. IDS_DEBUG "(Debug)"
  565. IDS_OS_LABEL "Operating System : "
  566. IDS_OS_VER_LABEL "OS Version : "
  567. IDS_CPU_LABEL "Processor : "
  568. IDS_WMI_VER_LABEL "WMI Version : "
  569. IDS_CONNECTED_TO_LABEL "Successfully Connected to: "
  570. IDS_CONN_FAILED_FMT "Failed to connect to %s\r\nbecause ""%s"""
  571. IDS_WBEM_INSTANCE_WRITE "Write Instances"
  572. IDS_WBEM_CLASS_WRITE "Write Classes"
  573. IDS_WBEM_ENABLE "Enable Account"
  574. IDS_WBEM_READONLY "Read-only"
  575. IDS_WBEM_EDIT_SECURITY "Edit Security"
  576. IDS_WBEM_READ_SECURITY "Read Security"
  577. IDS_OS_SERVICE_PACK_LABEL "Service Pack : "
  578. END
  579. STRINGTABLE DISCARDABLE
  580. BEGIN
  581. IDS_ERROR_UNKN_ERROR_FMT "Error code: 0x%08X"
  582. IDS_ERROR_FMT "%s: %s"
  583. IDS_WMI_INSTALL_DIR "WMI location : "
  584. IDS_NS_PROP_TITLE "Security for "
  585. IDS_MINUTES "Minutes"
  586. IDS_HOURS "Hours"
  587. IDS_BACKUP_THREAT "You are about to disable the auto-backup feature of the repository. \nDoing so will risk loss of data potentially critical to a number of applications with unpredectable consequences.\n\nIt is HIGHLY recommended that you keep auto-backup enabled.\n\nAre you SURE you want to disable auto-backup?"
  588. END
  589. STRINGTABLE DISCARDABLE
  590. BEGIN
  591. IDS_CONNECTING "Connecting to Windows Management..."
  592. IDS_PROJNAME "Windows Management Instrumentation (WMI)"
  593. IDS_WMISNAPIN_DESC "Allows configuration and control of the Windows Management Instrumentation (WMI) service."
  594. IDS_WMISNAPIN_PROVIDER "Microsoft Corporation"
  595. IDS_WMISNAPIN_VERSION "1.0"
  596. IDS_SNAPIN_TYPE "Extension Snap-in"
  597. END
  598. STRINGTABLE DISCARDABLE
  599. BEGIN
  600. IDS_BACKUP_TITLE "Backup in progress"
  601. IDS_BACKUP_FMT "The repository is being backed up to %s. Please wait."
  602. IDS_RESTORE_TITLE "Restore in progress"
  603. IDS_RESTORE_FMT "The repository is being restored from %s. Please wait."
  604. IDS_OPEN_BACKUP "Specify a name for your backup file"
  605. IDS_OPEN_RESTORE "Specify a backup file to restore"
  606. IDS_DIR_DOESNT_EXIST "The folder you specified does not currently exist and may not exist when WMI uses this setting. Do you want to save this setting anyway?"
  607. IDS_NO_BACKUP_FILE "The selected backup file does not exist."
  608. IDS_BACKUP_OVERWRITE "The selected backup file already exists. Are you sure you want to overwrite that file?"
  609. IDS_CANT_BROWSE_REMOTELY
  610. "Standard file browsing is not available on remote computers. Manually enter a valid path/filename."
  611. IDS_OPTIONS_SMALL "&Options >>"
  612. IDS_OPTIONS_BIG "&Options <<"
  613. IDS_IMP_DELEGATE "Delegate"
  614. IDS_IMP_IDENTIFY "Identify"
  615. IDS_IMP_IMPERSONATE "Impersonate"
  616. IDS_AUTH_CALL "Call"
  617. END
  618. STRINGTABLE DISCARDABLE
  619. BEGIN
  620. IDS_AUTH_CONNECT "Connect"
  621. IDS_AUTH_NONE "None"
  622. IDS_AUTH_PACKET "Packet"
  623. IDS_AUTH_INTEGRITY "Integrity"
  624. IDS_AUTH_PRIVACY "Privacy"
  625. IDS_USERPICKER_TITLE "Add User"
  626. IDS_USERPICKER_MSG "Add a new name to the namespace security."
  627. IDS_NAME "Name"
  628. IDS_REMOVE_USER_FMT "Removing an account from this version of Windows Management will take affect immediately and is not cancellable. Are you SURE you want to remove %s\\%s now?"
  629. IDS_CURRENT_USER "<currently logged on user>"
  630. IDS_GEN_PARA_SNAPIN "This dialog allows you to get general information about the computer."
  631. IDS_USER_LABEL "Connected as:"
  632. IDS_ADV_PARA_NT "Specify advanced Windows Management settings."
  633. IDS_ADV_PARA_9X "Specify advanced Windows Management settings."
  634. IDS_MULTI_INSTANCES "Multiple instances of this application are not allowed. Please use the instance already running."
  635. IDS_WAIT "Wait while connecting."
  636. END
  637. STRINGTABLE DISCARDABLE
  638. BEGIN
  639. IDS_DESCRIPTION "Configures and controls the Windows Management Instrumentation (WMI) service."
  640. END
  641. STRINGTABLE DISCARDABLE
  642. BEGIN
  643. IDS_DIR_EMPTY "You must enter a valid folder."
  644. IDS_SURE "Are you sure?"
  645. IDS_AUTORESTORE "Restore From Last Auto-backup"
  646. IDS_PARTIAL_DS_FAILURE "Failed to initialize all required WMI classes."
  647. IDS_SEC_ERR_FMT "Security information: %s"
  648. IDS_OS_ERR_FMT "Win32_OperatingSystem: %s"
  649. IDS_CPU_ERR_FMT "Win32_Processor: %s"
  650. IDS_SETTING_ERR_FMT "Win32_WMISetting: %s"
  651. IDS_NO_ERR "Successful"
  652. IDS_NO_HHCTRL "Cannot launch the help; The HTML Help version is outdated. Please upgrade HTML Help or upgrade to IE 5.0 and try help again. For more information on download locations, please refer to the WMI readme.txt file"
  653. IDS_NO_HELP "Cannot launch the wbemcntl help. Wbemcntl.chm may be missing. Reinstall WMI and try again."
  654. IDS_LOG_SELECT_FDR "Select a folder for WMI logs"
  655. IDS_LOCAL_COMPUTER " (Local)"
  656. IDS_NO_UNC "UNC paths (\\\\server\\share) are not allowed. Please enter a full path in the form ltr:\\path\\."
  657. IDS_NO_DRIVE_LTR "Please enter a full path including the drive letter."
  658. IDS_DIRS_ONLY "Please enter a full path with trailing '\\"" and without a filename."
  659. END
  660. STRINGTABLE DISCARDABLE
  661. BEGIN
  662. IDS_WBEM_REMOTE_ENABLE "Remote Enable"
  663. IDS_WBEM_NAMESPACE "This namespace only"
  664. IDS_WBEM_NAMESPACE_SUBNAMESPACE "This namespace and subnamespaces"
  665. IDS_WBEM_SUBNAMESPACE_ONLY "Subnamespaces only"
  666. END
  667. STRINGTABLE DISCARDABLE
  668. BEGIN
  669. IDS_LOGS_WRONG_DRIVETYPE
  670. "Log files are allowed on local fixed drives only. Please pick another type of drive."
  671. IDS_BAD_LOGSIZE "The Maximum Log File Size is too large. Please enter a value smaller than 4 GB."
  672. IDS_REC_FILTER "WMI Recovery Files (*.rec)"
  673. IDS_USE_RADIO "Use the 'Local computer' radio button to specify the local computer."
  674. IDS_POST_RESTORE "The restore operation is still in progress. Once the restore has completed, you can reconnect to the computer from the General tab. Errors while attempting to reconnect may indicate that the target computer is not ready for new connections yet."
  675. IDS_STATUS_NOTSTARTED "Target computer busy."
  676. IDS_STATUS_CANCELLED "Cancelled by user."
  677. IDS_NO_98TONT_SEC "A Windows 9x computer cannot manage security on a Microsoft� Windows� NT, Microsoft� Windows� 2000, Microsoft� Windows� XP or Microsoft� Windows� Server 2003 target computer."
  678. IDS_ALL_FILTER "All Files (*.*)"
  679. IDS_NEED_EXISTING_DIR "You must specify an existing folder for the WMI Recovery File."
  680. IDS_NS_PARA "Namespace navigation allows you to set namespace specific security."
  681. END
  682. STRINGTABLE DISCARDABLE
  683. BEGIN
  684. IDC_ERROR_CONNECT "Could not Connect to WMI"
  685. IDC_ERROR_ENUM "Could not Get the Counter Information"
  686. IDC_RETRY_TEXT "Could Not Connect to WMI Using Logged on User. WMIControl will try to display the counters as Text"
  687. IDC_ERROR_CAPTION "WMIControl - Error"
  688. END
  689. #endif // English (U.S.) resources
  690. /////////////////////////////////////////////////////////////////////////////
  691. #ifndef APSTUDIO_INVOKED
  692. /////////////////////////////////////////////////////////////////////////////
  693. //
  694. // Generated from the TEXTINCLUDE 3 resource.
  695. //
  696. 1 TYPELIB "WMICntl.tlb"
  697. /////////////////////////////////////////////////////////////////////////////
  698. #endif // not APSTUDIO_INVOKED
  699. //version information
  700. #include <windows.h>
  701. #include <ntverp.h>
  702. #define VER_FILETYPE VFT_DLL
  703. #define VER_FILESUBTYPE VFT2_UNKNOWN
  704. #define VER_FILEDESCRIPTION_STR "WMI Control"
  705. #define VER_INTERNALNAME_STR "wbemcntl.dll"
  706. #define VER_ORIGINALFILENAME_STR "wbemcntl.dll"
  707. #include "common.ver"