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.

1047 lines
50 KiB

  1. //+-------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. //
  5. // Copyright (C) Microsoft Corporation
  6. //
  7. // File: devmgr.rc
  8. //
  9. //--------------------------------------------------------------------------
  10. //Microsoft Developer Studio generated resource script.
  11. //
  12. #include <windows.h>
  13. #include <commctrl.h>
  14. #include "resource.h"
  15. #include "devmgr.rcv"
  16. #include <prnsetup.dlg>
  17. #define APSTUDIO_READONLY_SYMBOLS
  18. /////////////////////////////////////////////////////////////////////////////
  19. //
  20. // Generated from the TEXTINCLUDE 2 resource.
  21. //
  22. /////////////////////////////////////////////////////////////////////////////
  23. #undef APSTUDIO_READONLY_SYMBOLS
  24. /////////////////////////////////////////////////////////////////////////////
  25. // English (U.S.) resources
  26. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  27. /////////////////////////////////////////////////////////////////////////////
  28. //
  29. // Dialog
  30. //
  31. IDD_GENERAL_PAGE DIALOG DISCARDABLE 0, 0, 331, 157
  32. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  33. CAPTION "Device Manager"
  34. FONT 8, "MS Shell Dlg"
  35. BEGIN
  36. LTEXT "Select the computer you want this Snap-in to manage. ",
  37. IDC_GENERAL_SELECT_TEXT,7,6,317,8
  38. GROUPBOX "This snap-in will always manage:",
  39. IDC_GENERAL_SELECTGROUP,7,20,317,76
  40. CONTROL "&Local computer: (the computer this console is running on)",
  41. IDC_GENERAL_LOCALMACHINE,"Button",BS_AUTORADIOBUTTON |
  42. WS_GROUP | WS_TABSTOP,16,34,297,10
  43. CONTROL "&Another computer:",IDC_GENERAL_OTHERMACHINE,"Button",
  44. BS_AUTORADIOBUTTON,16,51,83,10
  45. EDITTEXT IDC_GENERAL_MACHINENAME,102,50,154,12,ES_UPPERCASE |
  46. ES_AUTOHSCROLL
  47. PUSHBUTTON "&Browse...",IDC_GENERAL_BROWSE_MACHINENAMES,262,49,53,
  48. 14,WS_DISABLED
  49. CONTROL "Allo&w the selected computer to be changed when launching from the command line. This only applies if you save the console.",
  50. IDC_GENERAL_OVERRIDE_MACHINENAME,"Button",
  51. BS_AUTOCHECKBOX | BS_TOP | BS_MULTILINE | WS_TABSTOP,17,
  52. 71,296,20
  53. END
  54. IDD_DEVGEN_PAGE DIALOG DISCARDABLE 0, 0, 252, 218
  55. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
  56. CAPTION "General"
  57. FONT 8, "MS Shell Dlg"
  58. BEGIN
  59. ICON "",IDC_DEVGEN_ICON,7,7,20,20
  60. LTEXT "",IDC_DEVGEN_DESC,37,9,174,16,SS_NOPREFIX
  61. LTEXT "Device type:",IDC_DEVGEN_TITLE_TYPE,37,39,60,8,
  62. SS_NOPREFIX
  63. EDITTEXT IDC_DEVGEN_TYPE,100,39,146,12,ES_AUTOHSCROLL |
  64. ES_READONLY | NOT WS_BORDER | NOT WS_TABSTOP
  65. LTEXT "Manufacturer:",IDC_DEVGEN_TITLE_MFG,37,53,60,8,
  66. SS_NOPREFIX
  67. EDITTEXT IDC_DEVGEN_MFG,100,53,145,12,ES_AUTOHSCROLL |
  68. ES_READONLY | NOT WS_BORDER | NOT WS_TABSTOP
  69. LTEXT "Location:",IDC_DEVGEN_TITLE_LOCATION,37,67,60,8,
  70. SS_NOPREFIX
  71. EDITTEXT IDC_DEVGEN_LOCATION,100,67,145,12,ES_AUTOHSCROLL |
  72. ES_READONLY | NOT WS_BORDER | NOT WS_TABSTOP
  73. GROUPBOX "Device status",IDC_DEVGEN_STATUSGROUP,7,83,238,100
  74. EDITTEXT IDC_DEVGEN_STATUS,14,96,224,61,ES_MULTILINE |
  75. ES_AUTOVSCROLL | ES_READONLY | WS_VSCROLL | NOT WS_TABSTOP
  76. PUSHBUTTON "&Troubleshoot...",IDC_DEVGEN_TROUBLESHOOTING,148,
  77. 163,90,15
  78. LTEXT "&Device usage:",IDC_DEVGEN_USAGETEXT,7,188,222,8
  79. COMBOBOX IDC_DEVGEN_PROFILELIST,7,198,239,40,CBS_DROPDOWNLIST |
  80. WS_VSCROLL | WS_TABSTOP
  81. END
  82. IDD_DEVPOWER_PAGE DIALOG DISCARDABLE 0, 0, 252, 218
  83. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
  84. CAPTION "Power Management"
  85. FONT 8, "MS Shell Dlg"
  86. BEGIN
  87. ICON "",IDC_DEVPOWER_ICON,7,7,21,20
  88. LTEXT "Device description",IDC_DEVPOWER_DESC,37,9,208,17,
  89. SS_NOPREFIX
  90. CONTROL "Allow the &computer to turn off this device to save power.",
  91. IDC_DEVPOWER_DEVICEENABLE,"Button",BS_AUTOCHECKBOX |
  92. WS_TABSTOP,7,38,237,10
  93. CONTROL "Allow this &device to bring the computer out of standby.",
  94. IDC_DEVPOWER_WAKEENABLE,"Button",BS_AUTOCHECKBOX |
  95. WS_TABSTOP,7,50,237,10
  96. CONTROL "Only allow &management stations to bring the computer out of standby.",
  97. IDC_DEVPOWER_MGMT_WAKEENABLE,"Button",BS_AUTOCHECKBOX |
  98. WS_TABSTOP,15,62,237,10
  99. LTEXT "",IDC_DEVPOWER_MESSAGE,7,87,238,103
  100. END
  101. IDD_DEVDRV_PAGE DIALOG DISCARDABLE 0, 0, 252, 218
  102. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
  103. CAPTION "Driver"
  104. FONT 8, "MS Shell Dlg"
  105. BEGIN
  106. ICON "",IDC_DEVDRV_ICON,7,7,21,20
  107. LTEXT "",IDC_DEVDRV_DESC,37,9,174,16,SS_NOPREFIX
  108. LTEXT "Driver Provider:",IDC_DEVDRV_TITLE_DRIVERPROVIDER,37,39,
  109. 55,8,SS_NOPREFIX
  110. EDITTEXT IDC_DEVDRV_DRIVERPROVIDER,100,39,150,8,ES_AUTOHSCROLL |
  111. ES_READONLY | NOT WS_BORDER | NOT WS_TABSTOP
  112. LTEXT "Driver Date:",IDC_DEVDRV_TITLE_DRIVERDATE,37,53,55,8,
  113. SS_NOPREFIX
  114. EDITTEXT IDC_DEVDRV_DRIVERDATE,100,53,150,8,ES_AUTOHSCROLL |
  115. ES_READONLY | NOT WS_BORDER | NOT WS_TABSTOP
  116. LTEXT "Driver Version:",IDC_DEVDRV_TITLE_DRIVERVERSION,37,67,
  117. 55,8,SS_NOPREFIX
  118. EDITTEXT IDC_DEVDRV_DRIVERVERSION,100,67,150,8,ES_AUTOHSCROLL |
  119. ES_READONLY | NOT WS_BORDER | NOT WS_TABSTOP
  120. LTEXT "Digital Signer:",IDC_DEVDRV_TITLE_DRIVERSIGNER,37,81,55,
  121. 8,SS_NOPREFIX
  122. EDITTEXT IDC_DEVDRV_DRIVERSIGNER,100,81,150,12,ES_AUTOHSCROLL |
  123. ES_READONLY | NOT WS_BORDER | NOT WS_TABSTOP
  124. PUSHBUTTON "&Driver Details...",IDC_DEVDRV_DETAILS,7,106,70,15,
  125. WS_GROUP
  126. LTEXT "To view details about the driver files.",
  127. IDC_DEVDRV_DETAILS_TEXT,91,110,154,17
  128. PUSHBUTTON "U&pdate Driver...",IDC_DEVDRV_CHANGEDRIVER,7,134,70,15,
  129. WS_GROUP
  130. LTEXT "To update the driver for this device.",
  131. IDC_DEVDRV_CHANGEDRIVER_TEXT,91,138,154,17
  132. PUSHBUTTON "&Roll Back Driver",IDC_DEVDRV_ROLLBACK,7,162,70,15,
  133. WS_GROUP
  134. LTEXT "If the device fails after updating the driver, roll back to the previously installed driver.",
  135. IDC_DEVDRV_ROLLBACK_TEXT,91,162,154,17
  136. PUSHBUTTON "&Uninstall",IDC_DEVDRV_UNINSTALL,7,190,70,15,WS_GROUP
  137. LTEXT "To uninstall the driver (Advanced).",
  138. IDC_DEVDRV_UNINSTALL_TEXT,91,194,154,17
  139. END
  140. IDD_DRIVERFILES DIALOG DISCARDABLE 0, 0, 224, 250
  141. STYLE DS_MODALFRAME | DS_3DLOOK | DS_CONTEXTHELP | WS_POPUP | WS_VISIBLE | WS_CAPTION |
  142. WS_SYSMENU
  143. CAPTION "Driver File Details"
  144. FONT 8, "MS Shell Dlg"
  145. BEGIN
  146. ICON "",IDC_DRIVERFILES_ICON,7,7,20,20
  147. LTEXT "",IDC_DRIVERFILES_DESC,37,14,174,16,SS_NOPREFIX
  148. LTEXT "&Driver files:",IDC_DRIVERFILES_FILES,7,36,204,8
  149. CONTROL "",IDC_DRIVERFILES_FILELIST,"SysListView32",LVS_REPORT |
  150. LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_SHAREIMAGELISTS |
  151. LVS_ALIGNLEFT | LVS_NOCOLUMNHEADER | WS_BORDER | LVS_NOSORTHEADER |
  152. LVS_SORTASCENDING | WS_GROUP | WS_TABSTOP,7,46,209,80
  153. LTEXT "Provider:",IDC_DRIVERFILES_TITLE_PROVIDER,14,134,50,8
  154. LTEXT "",IDC_DRIVERFILES_PROVIDER,66,134,155,8
  155. LTEXT "File version:",IDC_DRIVERFILES_TITLE_VERSION,14,150,50,
  156. 8
  157. LTEXT "",IDC_DRIVERFILES_VERSION,66,150,155,8
  158. LTEXT "Copyright:",IDC_DRIVERFILES_TITLE_COPYRIGHT,14,166,50,8
  159. LTEXT "",IDC_DRIVERFILES_COPYRIGHT,66,166,155,8
  160. LTEXT "Digital Signer:",IDC_DRIVERFILES_TITLE_DIGITALSIGNER,14,182,50,8
  161. LTEXT "",IDC_DRIVERFILES_DIGITALSIGNER,66,182,155,8
  162. CONTROL "Windows did not start this device driver because it can cause your computer to become unstable. <A>Details</A>",
  163. IDS_DRIVERFILES_BLOCKDRIVERLINK,"SysLink",WS_TABSTOP,14,198,202,20
  164. DEFPUSHBUTTON "OK",IDOK,167,228,50,14
  165. END
  166. IDD_DEVDETAILS_PAGE DIALOG DISCARDABLE 0, 0, 252, 218
  167. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
  168. CAPTION "Details"
  169. FONT 8, "MS Shell Dlg"
  170. BEGIN
  171. ICON "",IDC_DEVDETAILS_ICON,7,7,21,20
  172. LTEXT "Device description",IDC_DEVDETAILS_DESC,37,9,208,17,
  173. SS_NOPREFIX
  174. LTEXT "&Property",IDC_STATIC,7,35,239,8
  175. COMBOBOX IDC_DEVDETAILS_COMBO,7,46,239,72,CBS_DROPDOWNLIST |
  176. WS_VSCROLL | WS_TABSTOP
  177. LTEXT "&Value",IDC_STATIC,7,67,239,8
  178. CONTROL "List1",IDC_DEVDETAILS_LIST,"SysListView32",LVS_REPORT |
  179. LVS_SHAREIMAGELISTS | LVS_NOCOLUMNHEADER |
  180. LVS_NOSORTHEADER | WS_BORDER | WS_TABSTOP,7,78,239,135
  181. END
  182. IDD_CLSGEN_PAGE DIALOG DISCARDABLE 0, 0, 252, 218
  183. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
  184. CAPTION "General"
  185. FONT 8, "MS Shell Dlg"
  186. BEGIN
  187. LTEXT "",IDC_CLSGEN_DESC,7,38,237,172,SS_NOPREFIX
  188. ICON "",IDC_CLSGEN_ICON,7,7,21,20
  189. LTEXT "",IDC_CLSGEN_NAME,35,12,209,16,SS_NOPREFIX
  190. END
  191. IDD_REMOVE_DEVICE DIALOG DISCARDABLE 0, 0, 224, 121
  192. STYLE DS_MODALFRAME | DS_3DLOOK | DS_CENTER | DS_CONTEXTHELP | WS_POPUP |
  193. WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  194. CAPTION "Confirm Device Removal"
  195. FONT 8, "MS Shell Dlg"
  196. BEGIN
  197. ICON "",IDC_REMOVEDEV_ICON,7,7,20,20
  198. LTEXT "",IDC_REMOVEDEV_DEVDESC,40,9,174,16,SS_NOPREFIX
  199. LTEXT "",IDC_REMOVEDEV_WARNING,7,37,204,50
  200. DEFPUSHBUTTON "OK",IDOK,110,100,50,14
  201. PUSHBUTTON "Cancel",IDCANCEL,166,100,50,14
  202. END
  203. IDD_TS_ENABLEDEVICE_INTRO DIALOG DISCARDABLE 0, 0, 317, 143
  204. STYLE DS_MODALFRAME | DS_SETFOREGROUND | WS_POPUP | WS_CAPTION | WS_SYSMENU
  205. FONT 8, "MS Shell Dlg"
  206. BEGIN
  207. LTEXT "The following device is disabled:",-1,21,1,274,16
  208. ICON "",IDC_CLASSICON,21,17,20,20
  209. LTEXT "",IDC_TS_DRVDESC,52,18,255,16
  210. LTEXT "Devices are normally disabled if they are not working properly or causing a resource conflict. You cannot use a device when it is disabled.",
  211. -1,31,55,274,23
  212. LTEXT "If you would like to use this device again then you will need to enable it. Click next to enable this device, or click Cancel to leave this device disabled.",
  213. -1,31,80,274,40
  214. END
  215. IDD_TS_ENABLEDEVICE_FINISH DIALOG DISCARDABLE 0, 0, 317, 143
  216. STYLE DS_MODALFRAME | DS_SETFOREGROUND | WS_POPUP | WS_CAPTION | WS_SYSMENU
  217. FONT 8, "MS Shell Dlg"
  218. BEGIN
  219. ICON "",IDC_CLASSICON,21,17,20,20
  220. LTEXT "",IDC_TS_DRVDESC,52,18,255,16
  221. LTEXT "Windows successfully enabled this device.",
  222. IDC_TS_ENABLEDEVICE_FINISH_MSG,31,55,274,36
  223. CONTROL "&Restart the computer when I click Finish.",IDC_RESTART,
  224. "Button",BS_AUTOCHECKBOX | WS_TABSTOP,21,126,200,14
  225. END
  226. IDD_TS_RESTARTCOMPUTER_FINISH DIALOG DISCARDABLE 0, 0, 317, 143
  227. STYLE DS_MODALFRAME | DS_SETFOREGROUND | WS_POPUP | WS_CAPTION | WS_SYSMENU
  228. FONT 8, "MS Shell Dlg"
  229. BEGIN
  230. ICON "",IDC_CLASSICON,21,17,20,20
  231. LTEXT "",IDC_TS_DRVDESC,52,18,255,16
  232. LTEXT "In order for this device to work properly you will need to restart the computer.",
  233. -1,31,55,274,36
  234. CONTROL "&Restart the computer when I click Finish.",IDC_RESTART,
  235. "Button",BS_AUTOCHECKBOX | WS_TABSTOP,21,126,200,14
  236. END
  237. IDD_PRINT DIALOG DISCARDABLE 0, 0, 288, 178
  238. STYLE WS_CHILD | WS_VISIBLE | DS_CONTROL
  239. FONT 8, "MS Shell Dlg"
  240. BEGIN
  241. GROUPBOX "Report type",IDC_PRINT_REPORT_TYPE_TEXT,0,0,278,56,WS_GROUP | WS_VISIBLE
  242. AUTORADIOBUTTON "System su&mmary",IDC_PRINT_SYSTEM_SUMMARY,8,12,150,12,WS_GROUP |
  243. WS_VISIBLE
  244. AUTORADIOBUTTON "Selected &class or device",IDC_PRINT_SELECT_CLASSDEVICE,8,25,150,12,
  245. WS_VISIBLE
  246. AUTORADIOBUTTON "All d&evices and system summary",IDC_PRINT_ALL,8,38,150,12,WS_VISIBLE
  247. END
  248. IDD_PRINT_CANCEL DIALOG DISCARDABLE 32, 52, 160, 53
  249. STYLE DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_VISIBLE | WS_CAPTION |
  250. WS_SYSMENU
  251. CAPTION "Device Manager"
  252. FONT 8, "MS Shell Dlg"
  253. BEGIN
  254. DEFPUSHBUTTON "Cancel",IDCANCEL,55,31,50,14
  255. CTEXT "Windows is now printing your device summary.\nTo stop printing, click Cancel.",
  256. -1,10,7,140,16
  257. END
  258. IDD_SCAN_PNP_HARDWARES DIALOG DISCARDABLE 0, 0, 177, 31
  259. STYLE DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_VISIBLE | WS_CAPTION
  260. CAPTION "Device Manager"
  261. FONT 8, "MS Shell Dlg"
  262. BEGIN
  263. LTEXT "Scanning Plug and Play compliant hardware...",
  264. IDC_STATIC,10,5,149,8
  265. END
  266. IDD_HWTAB DIALOG DISCARDABLE 0, 0, 210, 168
  267. STYLE DS_3DLOOK | DS_CONTROL | WS_CHILD | WS_VISIBLE | WS_CAPTION | DS_SHELLFONT
  268. FONT 8, "MS Shell Dlg"
  269. BEGIN
  270. LTEXT "&Devices:",IDC_HWTAB_LVSTATIC,7,6,196,10
  271. CONTROL "",IDC_HWTAB_LISTVIEW,"SysListView32",LVS_REPORT |
  272. LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_SHAREIMAGELISTS |
  273. LVS_NOSORTHEADER | WS_BORDER | WS_TABSTOP,7,16,196,30
  274. GROUPBOX "Device Properties",IDC_HWTAB_GROUPBOX,7,56,196,105
  275. LTEXT "Manufacturer:",IDC_HWTAB_MFG,14,68,183,10,SS_ENDELLIPSIS
  276. LTEXT "Location:",IDC_HWTAB_LOC,14,80,183,10,SS_ENDELLIPSIS
  277. LTEXT "Device Status:",IDC_HWTAB_STATUS,14,92,183,30
  278. PUSHBUTTON "&Troubleshoot...",IDC_HWTAB_TSHOOT,69,140,60,14,NOT
  279. WS_VISIBLE | WS_DISABLED
  280. PUSHBUTTON "P&roperties",IDC_HWTAB_PROP,136,140,60,14
  281. END
  282. #ifdef APSTUDIO_INVOKED
  283. /////////////////////////////////////////////////////////////////////////////
  284. //
  285. // TEXTINCLUDE
  286. //
  287. 1 TEXTINCLUDE DISCARDABLE
  288. BEGIN
  289. "resource.h\0"
  290. END
  291. 2 TEXTINCLUDE DISCARDABLE
  292. BEGIN
  293. "#include ""afxres.h""\r\n"
  294. "\0"
  295. END
  296. 3 TEXTINCLUDE DISCARDABLE
  297. BEGIN
  298. "\r\n"
  299. "\0"
  300. END
  301. #endif // APSTUDIO_INVOKED
  302. /////////////////////////////////////////////////////////////////////////////
  303. //
  304. // Icon
  305. //
  306. // Icon with lowest ID value placed first to ensure application icon
  307. // remains consistent on all systems.
  308. IDI_DEVMGR ICON DISCARDABLE "Sysdm.ico"
  309. IDI_RESOURCES ICON DISCARDABLE "Resource.ico"
  310. IDI_SIGNED ICON DISCARDABLE "Signed.ico"
  311. IDI_BLANK ICON DISCARDABLE "Blank.ico"
  312. IDI_DRIVERBLOCK ICON DISCARDABLE "dblock.ico"
  313. IDI_CERT ICON DISCARDABLE "cert.ico"
  314. /////////////////////////////////////////////////////////////////////////////
  315. //
  316. // DESIGNINFO
  317. //
  318. #ifdef APSTUDIO_INVOKED
  319. GUIDELINES DESIGNINFO DISCARDABLE
  320. BEGIN
  321. IDD_GENERAL_PAGE, DIALOG
  322. BEGIN
  323. LEFTMARGIN, 7
  324. RIGHTMARGIN, 225
  325. TOPMARGIN, 7
  326. BOTTOMMARGIN, 128
  327. END
  328. IDD_DEVGEN_PAGE, DIALOG
  329. BEGIN
  330. LEFTMARGIN, 7
  331. RIGHTMARGIN, 246
  332. TOPMARGIN, 7
  333. BOTTOMMARGIN, 208
  334. END
  335. IDD_DEVDRV_PAGE, DIALOG
  336. BEGIN
  337. LEFTMARGIN, 7
  338. RIGHTMARGIN, 220
  339. TOPMARGIN, 7
  340. BOTTOMMARGIN, 189
  341. END
  342. IDD_CLSGEN_PAGE, DIALOG
  343. BEGIN
  344. LEFTMARGIN, 7
  345. RIGHTMARGIN, 195
  346. TOPMARGIN, 7
  347. BOTTOMMARGIN, 149
  348. END
  349. END
  350. #endif // APSTUDIO_INVOKED
  351. /////////////////////////////////////////////////////////////////////////////
  352. //
  353. // Bitmap
  354. //
  355. IDB_WATERMARK BITMAP DISCARDABLE "watermrk.bmp"
  356. IDB_BANNER BITMAP DISCARDABLE "banner.bmp"
  357. IDB_SYSDM16 BITMAP DISCARDABLE "sysdm16.bmp"
  358. IDB_SYSDM32 BITMAP DISCARDABLE "sysdm32.bmp"
  359. IDB_TOOLBAR BITMAP DISCARDABLE "toolbar.bmp"
  360. /////////////////////////////////////////////////////////////////////////////
  361. //
  362. // String Table
  363. //
  364. STRINGTABLE DISCARDABLE
  365. BEGIN
  366. IDS_NAME_DEVMGR "Device Manager"
  367. IDS_DESC_DEVMGR "Device Manager"
  368. IDS_NAME_CLASS "Class"
  369. IDS_NAME_DEVICE "Device"
  370. IDS_NAME_COMPUTER "Computer"
  371. IDS_INVALID_COMPUTER_NAME
  372. "Unable to access the computer %s\n\nThe error was: %s"
  373. IDS_NAME_RESOURCES "Resources"
  374. IDS_NAME_IRQ "IRQs"
  375. END
  376. STRINGTABLE DISCARDABLE
  377. BEGIN
  378. IDS_NAME_IO "I/Os"
  379. IDS_NAME_DMA "DMAs"
  380. IDS_NAME_MEMORY "Memory"
  381. IDS_NO_DEVICEID "No device ID is given."
  382. END
  383. STRINGTABLE DISCARDABLE
  384. BEGIN
  385. IDS_UNKNOWN_DEVICE "Unknown device"
  386. END
  387. STRINGTABLE DISCARDABLE
  388. BEGIN
  389. IDS_REMOVE "&Uninstall"
  390. IDS_REFRESH "Sc&an for hardware changes"
  391. IDS_PROPERTIES "P&roperties"
  392. IDS_ENABLE "&Enable"
  393. IDS_DISABLE "&Disable"
  394. IDS_UPDATEDRIVER "U&pdate Driver..."
  395. END
  396. STRINGTABLE DISCARDABLE
  397. BEGIN
  398. IDS_BUTTON_REFRESH "Scan for hardware changes"
  399. IDS_TOOLTIP_REFRESH "Scan for hardware changes"
  400. IDS_BUTTON_ENABLE "Enable"
  401. IDS_TOOLTIP_ENABLE "Enable"
  402. IDS_BUTTON_DISABLE "Disable"
  403. IDS_TOOLTIP_DISABLE "Disable"
  404. IDS_BUTTON_REMOVE "Uninstall"
  405. IDS_TOOLTIP_REMOVE "Uninstall"
  406. IDS_BUTTON_UPDATEDRIVER "Update Driver"
  407. IDS_TOOLTIP_UPDATEDRIVER"Update Driver"
  408. END
  409. STRINGTABLE DISCARDABLE
  410. BEGIN
  411. IDS_HTMLHELP_NAME "devmgr.chm"
  412. IDS_HTMLHELP_OVERVIEW_TOPIC "/devmgr_overview.htm"
  413. IDS_ANNOTATION_WORKING "This device is working properly"
  414. IDS_ANNOTATION_PROBLEM "This device has a problem"
  415. IDS_ANNOTATION_DISABLED "This device is disabled"
  416. IDS_ANNOTATION_FORCED "This device has a forced configuration"
  417. END
  418. STRINGTABLE DISCARDABLE
  419. BEGIN
  420. IDS_UNKNOWN "Unknown"
  421. END
  422. STRINGTABLE DISCARDABLE
  423. BEGIN
  424. IDS_NOT_PRESENT "Not present"
  425. IDS_NOT_AVAILABLE "Not available"
  426. IDS_REMOVEDEV_WARN "Warning: You are about to uninstall this device from your system."
  427. END
  428. STRINGTABLE DISCARDABLE
  429. BEGIN
  430. IDS_VIEW_DEVICESBYTYPE "D&evices by type"
  431. IDS_VIEW_DEVICESBYCONNECTION "De&vices by connection"
  432. IDS_VIEW_RESOURCESBYTYPE "Resources by t&ype"
  433. IDS_VIEW_RESOURCESBYCONNECTION "Resources by co&nnection"
  434. IDS_VIEW_RESOURCE_IRQ "Interrupt request (IRQ)"
  435. IDS_VIEW_RESOURCE_DMA "Direct memory access (DMA)"
  436. IDS_VIEW_RESOURCE_IO "Input/output (IO)"
  437. IDS_VIEW_RESOURCE_MEM "Memory"
  438. IDS_PCI "(PCI) "
  439. IDS_ISA "(ISA) "
  440. END
  441. STRINGTABLE DISCARDABLE
  442. BEGIN
  443. IDS_EXTENSION_DESC "Device Manager extension"
  444. IDS_REMOVEDEV_RESTART "#To finish removing your hardware, you must restart your computer.\n\nDo you want to restart your computer now?"
  445. IDS_DEVCHANGE_RESTART "#Your hardware settings have changed. You must restart your computer for these changes to take effect.\n\nDo you want to restart your computer now?"
  446. IDS_POWERCYC1 "#You must shut down Windows and TURN YOUR COMPUTER OFF to continue setting up this PCMCIA device.\n\n"
  447. IDS_POWERCYC2 "Would you like to shut down your computer now?"
  448. IDS_DISPLAYNAME_SCOPE_DEVMGR "Device Manager on %s"
  449. IDS_LOCAL_MACHINE "local computer"
  450. IDS_SHOW_ALL "Sho&w hidden devices"
  451. IDS_ERROR_NOMEMORY "The system does not have enough memory for this program to carry out the operation\r\r Please close one or more other applications to increase available memory."
  452. END
  453. STRINGTABLE DISCARDABLE
  454. BEGIN
  455. IDS_WARN_NORMAL_DISABLE "Disabling this device will cause it to stop functioning. Do you really want to disable it?"
  456. IDS_LOCATION "%s"
  457. IDS_LOCATION_NOUINUMBER "on %s"
  458. IDS_UI_NUMBER_DESC_FORMAT
  459. "Location %1!u!"
  460. IDS_DEVDRV_NODRIVERFILE "No driver files are required or have been loaded for this device."
  461. IDS_DEVDRV_NOROLLBACK "No driver files have been backed up for this device.\r\n\r\nIf you are having problems with this device you should view the Troubleshooter information. Would you like to launch the Troubleshooter?"
  462. IDS_DEVDRV_YESROLLBACK "Are you sure you would like to roll back to the previous driver?"
  463. END
  464. STRINGTABLE DISCARDABLE
  465. BEGIN
  466. IDS_PROB_NOT_CONFIGURED "This device is not configured correctly.%s"
  467. IDS_PROB_DEVLOADERFAILED
  468. "Windows cannot load the driver for this device.%s"
  469. IDS_PROB_OUT_OF_MEMORY "The driver for this device might be corrupted, or your system may be running low on memory or other resources.%s"
  470. IDS_PROB_WRONG_TYPE "This device is not working properly. One of its drivers or your registry might be corrupted.%s"
  471. IDS_PROB_LACKEDARBITRATOR
  472. "The driver for this device needs a resource that Windows cannot manage.%s"
  473. IDS_PROB_BOOT_CONFIG_CONFLICT
  474. "The boot configuration for this device conflicts with other devices.%s"
  475. IDS_PROB_FAILED_FILTER "Cannot filter.%s"
  476. IDS_PROB_DEVLOADER_NOT_FOUND
  477. "The driver loader for the device is missing.%s"
  478. IDS_PROB_INVALID_DATA "Windows cannot identify this hardware because it does not have a valid hardware identification number.%s\r\n\r\nFor assistance, contact the hardware manufacturer."
  479. IDS_PROB_FAILED_START "This device cannot start.%s"
  480. IDS_PROB_LIAR "This device failed.%s"
  481. IDS_PROB_NORMAL_CONFLICT
  482. "This device cannot find enough free resources that it can use.%s\r\n\r\nIf you want to use this device, you will need to disable one of the other devices on this system."
  483. IDS_PROB_NOT_VERIFIED "Windows cannot verify this device's resources.%s"
  484. IDS_PROB_NEEDRESTART "This device cannot work properly until you restart your computer.%s"
  485. IDS_PROB_REENUMERATION "This device is not working properly because there is probably a reenumeration problem.%s"
  486. IDS_PROB_PARTIALCONFIG "Windows cannot identify all the resources this device uses.%s"
  487. IDS_PROB_UNKNOWN_RESOURCE
  488. "This device is asking for an unknown resource type.%s"
  489. IDS_PROB_REINSTALL "Reinstall the drivers for this device.%s"
  490. IDS_PROB_REGISTRY "Windows cannot start this hardware device because its configuration information (in the registry) is incomplete or damaged.%s"
  491. IDS_PROB_WILL_BE_REMOVED "Windows is removing this device.%s"
  492. IDS_PROB_DISABLED "This device is disabled.%s"
  493. IDS_DEVICE_NOT_THERE "This device is not present, is not working properly, or does not have all its drivers installed.%s"
  494. IDS_PROB_MOVED "Windows is still setting up this device.%s"
  495. IDS_PROB_TOO_EARLY "Windows is still setting up this device.%s"
  496. IDS_PROB_NO_VALID_LOG_CONF
  497. "This device does not have valid log configuration.%s"
  498. IDS_PROB_FAILEDINSTALL "The drivers for this device are not installed.%s"
  499. IDS_PROB_HARDWAREDISABLED
  500. "This device is disabled because the firmware of the device did not give it the required resources.%s"
  501. IDS_PROB_CANT_SHARE_IRQ "This device is using an Interrupt Request (IRQ) resource that another device is using.%s"
  502. IDS_PROB_FAILED_ADD "This device is not working properly because Windows cannot load the drivers required for this device.%s"
  503. IDS_PROB_DISABLED_SERVICE
  504. "A driver (service) for this device has been disabled. An alternate driver may be providing this functionality.%s"
  505. IDS_PROB_TRANSLATION_FAILED
  506. "Windows cannot determine which resources are required for this device.%s"
  507. IDS_PROB_NO_SOFTCONFIG "Windows cannot determine the settings for this device. Consult the documentation that came with this device and use the Resource tab to set the configuration.%s"
  508. IDS_PROB_BIOS_TABLE "Your computer's system firmware does not include enough information to properly configure and use this device. To use this device, contact your computer manufacturer to obtain a firmware or BIOS update.%s"
  509. IDS_PROB_IRQ_TRANSLATION_FAILED
  510. "This device is requesting a PCI interrupt but is configured for an ISA interrupt (or vice versa). Please use the computer's system setup program to reconfigure the interrupt for this device.%s"
  511. IDS_PROB_FAILED_DRIVER_ENTRY
  512. "Windows cannot initialize the device driver for this hardware.%s"
  513. IDS_PROB_DRIVER_FAILED_PRIOR_UNLOAD
  514. "Windows cannot load the device driver for this hardware because a previous instance of the device driver is still in memory.%s"
  515. IDS_PROB_DRIVER_FAILED_LOAD
  516. "Windows cannot load the device driver for this hardware. The driver may be corrupted or missing.%s"
  517. IDS_PROB_DRIVER_SERVICE_KEY_INVALID
  518. "Windows cannot access this hardware because its service key information in the registry is missing or recorded incorrectly.%s"
  519. IDS_PROB_LEGACY_SERVICE_NO_DEVICES
  520. "Windows successfully loaded the device driver for this hardware but cannot find the hardware device.%s"
  521. IDS_PROB_DUPLICATE_DEVICE
  522. "Windows cannot load the device driver for this hardware because there is a duplicate device already running in the system.%s"
  523. IDS_PROB_FAILED_POST_START
  524. "Windows has stopped this device because it has reported problems.%s"
  525. IDS_PROB_HALTED "An application or service has shut down this hardware device.%s"
  526. IDS_PROB_PHANTOM "Currently, this hardware device is not connected to the computer.%s\r\n\r\nTo fix this problem, reconnect this hardware device to the computer."
  527. IDS_PROB_SYSTEM_SHUTDOWN
  528. "Windows cannot gain access to this hardware device because the operating system is in the process of shutting down.%s\r\n\r\nThe hardware device should work correctly next time you start your computer."
  529. IDS_PROB_HELD_FOR_EJECT "Windows cannot use this hardware device because it has been prepared for ""safe removal"", but it has not been removed from the computer.%s\r\n\r\nTo fix this problem, unplug this device from your computer and then plug it in again."
  530. IDS_PROB_DRIVER_BLOCKED "The software for this device has been blocked from starting because it is known to have problems with Windows. Contact the hardware vendor for a new driver.%s"
  531. IDS_PROB_REGISTRY_TOO_LARGE
  532. "Windows cannot start new hardware devices because the system hive is too large (exceeds the Registry Size Limit).%s\r\n\r\nTo fix this problem, you should first try uninstalling any hardware devices that you are no longer using. If that doesn't solve the problem, then you will have to reinstall Windows."
  533. IDS_PROB_SETPROPERTIES_FAILED
  534. "Windows cannot apply all of the properties for this device. Device properties may include information that describes the device's capabilities and settings (such as security settings for example). %s\r\n\r\nTo fix this problem, you can try reinstalling this device. However, it is recommended that you contact the hardware manufacturer for a new driver."
  535. IDS_PROB_SYSTEMFAILURE "System failure: Try changing the driver for this device. If that doesn't work, see your hardware documentation.%s"
  536. IDS_PROB_NOPROBLEM "This device is working properly."
  537. IDS_PROB_UNKNOWN "This device has a problem, but Windows cannot determine what the problem is."
  538. IDS_PROB_UNKNOWN_WITHCODE
  539. "This device has a problem that Windows cannot identify.%s"
  540. IDS_PROB_CODE " (Code %d)"
  541. IDS_SPECIALPROB_NODRIVERS
  542. "No drivers are installed for this device. "
  543. IDS_SPECIALPROB_PRIVATEPROB
  544. "This device is no longer functioning properly and may need to be replaced. Contact the manufacturer of this device for assistance."
  545. IDS_SPECIALPROB_SAFEMODE
  546. "Status is not available for this device when Windows is running in Safe Mode."
  547. IDS_PROPSHEET_WARNING "You cannot uninstall the device while it has a property sheet attached to it.\n Choosing OK will bring the property sheet to the foreground."
  548. END
  549. STRINGTABLE DISCARDABLE
  550. BEGIN
  551. IDS_FIXIT_RESTARTCOMPUTER "Restart &Computer..."
  552. IDS_FIXIT_REINSTALL "Re&install Driver..."
  553. IDS_FIXIT_TROUBLESHOOTER "&Troubleshoot..."
  554. IDS_PROGRAM_PROVIDER "Microsoft Corporation"
  555. IDS_PROGRAM_VERSION "1.0"
  556. IDS_PROGRAM_ABOUT "You can use Device Manager to view a list of hardware devices installed on your computer and set properties for each device."
  557. IDS_ABOUT_DEVMGR "About Device Manager"
  558. IDS_NOADMIN_WARNING "You do not have sufficient security privileges to uninstall devices or to change device properties or device drivers. Please contact your site administrator, or logout and log in again as an administrator and try again."
  559. IDS_REMOTE_WARNING1 "Device Manager is running in read-only mode because you are running it on a remote computer. "
  560. END
  561. STRINGTABLE DISCARDABLE
  562. BEGIN
  563. IDS_ENABLE_CURRENT "Use this device (enable)"
  564. IDS_DISABLE_CURRENT "Do not use this device (disable)"
  565. IDS_DISABLE_IN_PROFILE "Do not use this device in the current hardware profile (disable)"
  566. IDS_DISABLE_GLOBAL "Do not use this device in any hardware profiles (disable)"
  567. IDS_NO_DIGITALSIGNATURE "Not digitally signed"
  568. END
  569. STRINGTABLE DISCARDABLE
  570. BEGIN
  571. IDS_GENERAL_PAGE_WARNING
  572. "Device Manager has its own General page. The page is not replaceable."
  573. IDS_TROUBLESHOOTING_NAME "Device Problems Troubleshooting Wizard"
  574. END
  575. STRINGTABLE DISCARDABLE
  576. BEGIN
  577. IDS_TS_ENABLE "Enabling a device"
  578. IDS_TS_ENABLE_INFO "Do you want to enable this device?"
  579. IDS_TS_ENABLE_FINISH "Enabling a device"
  580. IDS_TS_ENABLE_FINISH_INFO
  581. "Windows has finished attempting to enable this device."
  582. IDS_TS_ENABLEDEVICE_SUCCESS "Windows successfully enabled this device."
  583. IDS_TS_ENABLEDEVICE_FAIL "Windows was not able to enable this device."
  584. IDS_TS_ENABLEDEVICE_RESTART
  585. "You will need to restart the computer to finish enabling this device."
  586. IDS_TS_ENABLEDEVICE_PROBLEM
  587. "Windows successfully enabled this device, however, this device is still not working properly."
  588. IDS_TS_RESTART_FINISH "Restart your computer"
  589. IDS_TS_RESTART_FINISH_INFO "Windows will now restart your computer."
  590. END
  591. STRINGTABLE DISCARDABLE
  592. BEGIN
  593. IDS_DESCENDANTS_VETO "Cannot uninstall this device because its descendants refused the request. This can happen if the device's descendants are required to boot up the computer. "
  594. IDS_UNINSTALL_FAILED "Failed to uninstall the device. The device may be required to boot up the computer."
  595. IDS_PRINT_DOC_TITLE "System Resource Report"
  596. IDS_PRINT_SUMMARY_PAGE_TITLE "Resource Summary Report - Page: %d"
  597. IDS_PRINT_CLASSDEVICE_PAGE_TITLE "Selected Resource Report - Page: %d"
  598. IDS_PRINT_SUMMARY_CLASSDEVICE_PAGE_TITLE
  599. "System Resource Report - Page: %d"
  600. IDS_PRINT_BANNER "******************** %s ********************"
  601. IDS_PRINT_HEADING_IRQSUMMARY "IRQ SUMMARY"
  602. IDS_PRINT_HEADING_IOSUMMARY "IO PORT SUMMARY"
  603. IDS_PRINT_HEADING_DMASUMMARY "DMA USAGE SUMMARY"
  604. IDS_PRINT_HEADING_MEMSUMMARY "MEMORY SUMMARY"
  605. END
  606. STRINGTABLE DISCARDABLE
  607. BEGIN
  608. IDS_CPU_REVISION_ALPHA " Model %C, Pass %d"
  609. IDS_PRINT_HEADING_SYSSUMMARY "SYSTEM SUMMARY"
  610. IDS_PRINT_HEADING_DISKINFO "DISK DRIVE INFO"
  611. IDS_PRINT_WINVER "Windows Version: "
  612. IDS_PRINT_COMPUTERNAME "Computer Name: "
  613. IDS_PRINT_PROCESSOR_TYPE "Processor Type: "
  614. IDS_PRINT_SYSBIOS_DATE "System BIOS Date: "
  615. IDS_PRINT_SYSBIOS_VERSION "System BIOS Version: "
  616. IDS_PRINT_MACHINE_TYPE "Machine Type: "
  617. IDS_PRINT_OWNER "Registered Owner: "
  618. IDS_PRINT_ORGANIZATION "Registered Organization: "
  619. IDS_PRINT_PROCESSORS "Number of Processors: "
  620. IDS_PRINT_PHY_MEMORY "Physical Memory: "
  621. IDS_WINDOWS_NT "Windows "
  622. IDS_BUILD_NUMBER " (Build %s)"
  623. END
  624. STRINGTABLE DISCARDABLE
  625. BEGIN
  626. IDS_PRINT_HEADING_SYSDEVINFO "SYSTEM DEVICE INFO"
  627. IDS_PRINT_HEADING_SYSDEVCLASS "SYSTEM DEVICE CLASS"
  628. IDS_PRINT_HEADING_SYSDEVICE "SYSTEM DEVICE"
  629. IDS_PRINT_DEVICE_DISABLED "*DISABLED DEVICE*"
  630. IDS_PRINT_IRQ_FORMAT "IRQ: [%08d]"
  631. IDS_PRINT_DMA_FORMAT "DMA: [%08d]"
  632. IDS_PRINT_MEM_FORMAT "MEM: [%08lX - %08lX]"
  633. IDS_PRINT_IO_FORMAT "IO: [%08lX - %08lX]"
  634. IDS_PRINT_DRVINFO "Device Drivers:"
  635. IDS_PRINT_FILESIZE "File size: %lu bytes"
  636. IDS_PRINT_FILEVERSION "File version: %s"
  637. IDS_PRINT_FILEMFG "Manufacturer: %s"
  638. IDS_PRINT_FILECOPYRIGHT "Copyright: %s"
  639. IDS_PRINT_DRVMISSING "Driver file may be missing"
  640. IDS_PRINT_NOVERSION "No version information"
  641. IDS_PRINT_RESOURCE "Resource:"
  642. END
  643. STRINGTABLE DISCARDABLE
  644. BEGIN
  645. IDS_PRINT_NORES "No resources used."
  646. IDS_PRINT_UNKNOWN "Unknown"
  647. IDS_PRINT_CLASS "Class: %s"
  648. IDS_PRINT_DEVICE "Device: %s"
  649. IDS_PRINT_IRQSUM "IRQ Usage Summary:"
  650. IDS_PRINT_DMASUM "DMA Usage Summary:"
  651. IDS_PRINT_MEMSUM "Memory Usage Summary:"
  652. IDS_PRINT_IOSUM "I/O Ports Usage Summary:"
  653. IDS_CPU_INTEL_386 "Intel 80386"
  654. IDS_CPU_INTEL_486 "Intel 80486"
  655. IDS_CPU_INTEL_PENTIUM "Intel Pentium"
  656. IDS_CPU_ALPHA "Alpha"
  657. IDS_CPU_REVISION_MODEL_STEPPING " Model %d Stepping %d"
  658. IDS_CPU_REVISION_STEPPING " Stepping %d Minor stepping %d"
  659. END
  660. STRINGTABLE DISCARDABLE
  661. BEGIN
  662. IDS_PRINT_PROCESSOR_VENDOR "Processor Vendor: "
  663. IDS_PRINT_MEMORY_UNIT "%lu MB "
  664. IDS_INST_ENABLEDEVICE "\r\n\r\nClick Enable Device to enable this device."
  665. IDS_INST_RESTARTCOMPUTER
  666. "\r\n\r\nClick Restart Computer to restart your computer."
  667. IDS_INST_REINSTALL "\r\n\r\nTo reinstall the drivers for this device, click Reinstall Driver."
  668. IDS_INST_TROUBLESHOOTER "\r\n\r\nClick Troubleshoot to start the troubleshooter for this device."
  669. IDS_INST_WORKING_TROUBLESHOOTER "\r\n\r\nIf you are having problems with this device, click Troubleshoot to start the troubleshooter."
  670. IDS_FIXIT_ENABLEDEVICE "E&nable Device"
  671. IDS_WILL_BE_REMOVED "\r\n\r\nThe drivers for this device will be uninstalled when the machine is restarted. Any changes you make to this device will not be preserved."
  672. IDS_NEED_RESTART "\r\n\r\nYou need to restart your computer before the changes you made to this device will take affect."
  673. IDS_DRIVER_BLOCKED "\r\n\r\nWindows did not start a related device driver. To learn more, click the Driver tab and then click Driver Details."
  674. IDS_WILL_BE_REMOVED_NO_UPDATE_DRIVER
  675. "You cannot update the driver for this device at this time because it is in the process of being removed.\r\n\r\n"
  676. IDS_WILL_BE_REMOVED_NO_ROLLBACK_DRIVER
  677. "You cannot roll back the driver for this device at this time because it is in the process of being removed.\r\n\r\n"
  678. IDS_WILL_BE_REMOVED_NO_CHANGE_SETTINGS
  679. "You cannot change the settings of this device at this time because it is in the process of being removed.\r\n\r\n"
  680. IDS_CHILD_WITH_INVALID_ID
  681. "There is a secondary device connected to this hardware that Windows cannot identify because it does not have a valid hardware identification number.\r\n\r\nFor assistance, contact the hardware manufacturer."
  682. END
  683. STRINGTABLE DISCARDABLE
  684. BEGIN
  685. IDS_PRINT_DRIVE_LETTER "Drive %C:"
  686. IDS_PRINT_DRIVE_TYPE "Type: %s "
  687. IDS_PRINT_TOTAL_SPACE "Total Space: %s bytes"
  688. IDS_PRINT_FREE_SPACE "Free Space: %s bytes"
  689. IDS_PRINT_CYLINDERS "Cylinders: %lu"
  690. IDS_PRINT_CYLINDERS_XL "Cylinders: %lu%lu"
  691. IDS_PRINT_HEADS "Heads: %lu "
  692. IDS_PRINT_TRACKSIZE "Sectors Per Track: %lu"
  693. IDS_PRINT_SECTORSIZE "Bytes Per Sector: %lu"
  694. IDS_MEDIA_BASE + 0 "Unknown"
  695. IDS_MEDIA_BASE + 1 "5.25"" 1.2MB floppy disk drive"
  696. IDS_MEDIA_BASE + 2 "3.5"" 1.44MB floppy disk drive"
  697. IDS_MEDIA_BASE + 3 "3.5"" 2.88MB floppy disk drive"
  698. IDS_MEDIA_BASE + 4 "3.5"" 20.8MB floppy disk drive"
  699. END
  700. STRINGTABLE DISCARDABLE
  701. BEGIN
  702. IDS_MEDIA_BASE + 5 "3.5"" 720KB floppy disk drive"
  703. IDS_MEDIA_BASE + 6 "5.25"" 360KB floppy disk drive"
  704. IDS_MEDIA_BASE + 7 "5.25"" 320KB floppy disk drive"
  705. IDS_MEDIA_BASE + 8 "5.25"" 320KB floppy disk drive"
  706. IDS_MEDIA_BASE + 9 "5.25"" 180KB floppy disk drive"
  707. IDS_MEDIA_BASE + 10 "5.25"" 160KB floppy disk drive"
  708. IDS_MEDIA_BASE + 11 "Removable disk drive"
  709. IDS_MEDIA_BASE + 12 "Fixed disk drive"
  710. IDS_MEDIA_BASE + 13 "3.5"" 1.2MB floppy disk drive"
  711. IDS_MEDIA_BASE + 14 "3.5"" 640KB floppy disk drive"
  712. IDS_MEDIA_BASE + 15 "5.25"" 640KB floppy disk drive"
  713. IDS_MEDIA_BASE + 16 "5.25"" 720KB floppy disk drive"
  714. IDS_MEDIA_BASE + 17 "3.5"" 1.2MB floppy disk drive"
  715. IDS_MEDIA_BASE + 18 "3.5"" 1.23MB floppy disk drive"
  716. IDS_MEDIA_BASE + 19 "5.25"" 1.23MB floppy disk drive"
  717. IDS_MEDIA_BASE + 20 "3.5"" MO 128MB floppy disk drive"
  718. END
  719. STRINGTABLE DISCARDABLE
  720. BEGIN
  721. IDS_MEDIA_BASE + 21 "3.5"" MO 230MB floppy disk drive"
  722. IDS_MEDIA_BASE + 22 "8"" 256KB floppy disk drive"
  723. IDS_MEDIA_BASE + 23 "Uknown"
  724. IDS_MEDIA_BASE + 24 "Uknown"
  725. IDS_MEDIA_BASE + 25 "Uknown"
  726. IDS_MEDIA_BASE + 26 "Uknown"
  727. IDS_MEDIA_BASE + 27 "Uknown"
  728. IDS_MEDIA_BASE + 28 "Uknown"
  729. IDS_MEDIA_BASE + 29 "Uknown"
  730. IDS_MEDIA_BASE + 30 "Uknown"
  731. IDS_MEDIA_BASE + 31 "Uknown"
  732. IDS_MEDIA_BASE + 32 "Tape - DAT DDS1, 2.."
  733. IDS_MEDIA_BASE + 33 "Tape - miniQIC"
  734. IDS_MEDIA_BASE + 34 "Tape - Travan TR-1,2,3,..."
  735. IDS_MEDIA_BASE + 35 "Tape - QIC"
  736. IDS_MEDIA_BASE + 36 "Tape - 8mm Exabyte Metal Particle"
  737. END
  738. STRINGTABLE DISCARDABLE
  739. BEGIN
  740. IDS_MEDIA_BASE + 37 "Tape - 8mm Exabyte Advanced Metal Evap"
  741. IDS_MEDIA_BASE + 38 "Tape - 8mm Sony AIT1"
  742. IDS_MEDIA_BASE + 39 "Tape - DLT Compact IIIxt, IV"
  743. IDS_MEDIA_BASE + 40 "Tape - Philips NCTP"
  744. IDS_MEDIA_BASE + 41 "Tape - IBM 3480"
  745. IDS_MEDIA_BASE + 42 "Tape - IBM 3490E"
  746. IDS_MEDIA_BASE + 43 "Tape - IBM Magstar 3590"
  747. IDS_MEDIA_BASE + 44 "Tape - IBM Magstar MP"
  748. IDS_MEDIA_BASE + 45 "Tape - STK Data D3"
  749. IDS_MEDIA_BASE + 46 "Tape - Sony DTF"
  750. IDS_MEDIA_BASE + 47 "Tape - 6mm Digital Video"
  751. IDS_MEDIA_BASE + 48 "Tape - Exabyte DMI and compatibles"
  752. IDS_MEDIA_BASE + 49 "Tape - Sony D2S and D2L"
  753. IDS_MEDIA_BASE + 50 "Cleaner - All Drive types that support Drive Cleaners"
  754. IDS_MEDIA_BASE + 51 "CD-ROM drive"
  755. IDS_MEDIA_BASE + 52 "Opt_Disk - CD-Recordable (Write Once"
  756. END
  757. STRINGTABLE DISCARDABLE
  758. BEGIN
  759. IDS_MEDIA_BASE + 53 "Opt_Disk - CD-Rewriteable"
  760. IDS_MEDIA_BASE + 54 "Opt_Disk - DVD-ROM"
  761. IDS_MEDIA_BASE + 55 "Opt_Disk - DVD-Recordable (Write Once)"
  762. IDS_MEDIA_BASE + 56 "Opt_Disk - DVD-Rewriteable"
  763. IDS_MEDIA_BASE + 57 "Opt_Disk - 3.5"" Rewriteable MO Disk"
  764. IDS_MEDIA_BASE + 58 "Opt_Disk - MO 5.25"" Write Once"
  765. IDS_MEDIA_BASE + 59 "Opt_Disk - MO 5.25"" Rewriteable (not LIMDOW)"
  766. IDS_MEDIA_BASE + 60 "Opt_Disk - MO 5.25"" Rewriteable (LIMDOW)"
  767. IDS_MEDIA_BASE + 61 "Opt_Disk - Phase Change 5.25"" Write Once Optical"
  768. IDS_MEDIA_BASE + 62 "Opt_Disk - Phase Change 5.25"" Rewriteable"
  769. IDS_MEDIA_BASE + 63 "Opt_Disk - PhaseChange Dual Rewriteable"
  770. IDS_MEDIA_BASE + 64 "Opt_Disk - Ablative 5.25"" Write Once Optical"
  771. IDS_MEDIA_BASE + 65 "Opt_Disk - Pinnacle Apex 4.6GB Rewriteable Optical"
  772. IDS_MEDIA_BASE + 66 "Opt_Disk - Sony 12"" Write Once"
  773. IDS_MEDIA_BASE + 67 "Opt_Disk - Philips/LMS 12"" Write Once"
  774. IDS_MEDIA_BASE + 68 "Opt_Disk - Hitachi 12"" Write Once"
  775. END
  776. STRINGTABLE DISCARDABLE
  777. BEGIN
  778. IDS_MEDIA_BASE + 69 "Opt_Disk - Cygnet/ATG 12"" Write Once"
  779. IDS_MEDIA_BASE + 70 "Opt_Disk - Kodak 14"" Write Once"
  780. IDS_MEDIA_BASE + 71 "Opt_Disk - Near Field Recording (Terastor)"
  781. IDS_MEDIA_BASE + 72 "Opt_Disk - Nikon 12"" Rewriteable"
  782. IDS_MEDIA_BASE + 73 "Mag_Disk - Iomega Zip"
  783. IDS_MEDIA_BASE + 74 "Mag_Disk - Iomega Jaz"
  784. IDS_MEDIA_BASE + 75 "Mag_Disk - Syquest EZ135"
  785. IDS_MEDIA_BASE + 76 "Mag_Disk - Syquest EzFlyer"
  786. IDS_MEDIA_BASE + 77 "Mag_Disk - Syquest SyJet"
  787. IDS_MEDIA_BASE + 78 "Mag_Disk - 2.5"" Floppy"
  788. IDS_MEDIA_BASE + 79 "Tape - 8mm Hitachi"
  789. END
  790. STRINGTABLE DISCARDABLE
  791. BEGIN
  792. IDS_STATUS_DEVICES_BYTYPE " Devices(view by type) on %s"
  793. IDS_STATUS_DEVICES_BYCONN " Devices(view by connection) on %s"
  794. IDS_STATUS_RESOURCES_BYTYPE " Resources(view by type) on %s"
  795. IDS_STATUS_RESOURCES_BYCONN " Resources(view by connection) on %s"
  796. IDS_REMOTE_WARNING2 "To uninstall devices or to change device properties or drivers, you must run Device Manager on the computer where you wish to make changes."
  797. END
  798. STRINGTABLE DISCARDABLE
  799. BEGIN
  800. IDS_MENU_STATUS_DEVBYTYPE "Displays devices by hardware type."
  801. IDS_MENU_STATUS_DEVBYCONNECTION "Displays devices by connection."
  802. IDS_MENU_STATUS_RESBYTYPE "Displays resources by type."
  803. IDS_MENU_STATUS_RESBYCONNECTION "Displays resources by connection."
  804. IDS_MENU_STATUS_HIDDEN_DEVICES
  805. "Displays legacy devices and devices that are no longer installed."
  806. IDS_MENU_STATUS_SCAN_CHANGES
  807. "Scan for changed or new Plug and Play devices."
  808. IDS_MENU_STATUS_PRINT "Prints a report of the devices that are installed."
  809. IDS_MENU_STATUS_REMOVE "Uninstalls the driver for the selected device."
  810. IDS_MENU_STATUS_PROPERTIES
  811. "Opens property sheet for the current selection."
  812. IDS_MENU_STATUS_ENABLE "Enables the selected device."
  813. IDS_MENU_STATUS_DISABLE "Disables the selected device."
  814. IDS_MENU_STATUS_UPDATEDRIVER
  815. "Launches the Hardware Update Wizard for the selected device."
  816. END
  817. STRINGTABLE DISCARDABLE
  818. BEGIN
  819. IDS_HWTAB_MFG "Manufacturer: %s"
  820. IDS_HWTAB_LOC "Location: %s"
  821. IDS_HWTAB_STATUS "Device Status: %s"
  822. IDS_HWTAB_LV_NAME "Name"
  823. IDS_HWTAB_LV_TYPE "Type"
  824. END
  825. STRINGTABLE DISCARDABLE
  826. BEGIN
  827. IDS_DETAILS_DEVICEINSTANCEID "Device Instance Id"
  828. IDS_DETAILS_HARDWAREIDS "Hardware Ids"
  829. IDS_DETAILS_COMPATIDS "Compatible Ids"
  830. IDS_DETAILS_MATCHINGID "Matching Device Id"
  831. IDS_DETAILS_SERVICE "Service"
  832. IDS_DETAILS_ENUMERATOR "Enumerator"
  833. IDS_DETAILS_CAPABILITIES "Capabilities"
  834. IDS_DETAILS_DEVNODE_FLAGS "Devnode Flags"
  835. IDS_DETAILS_CONFIGFLAGS "ConfigFlags"
  836. IDS_DETAILS_CSCONFIGFLAGS "CSConfigFlags"
  837. IDS_DETAILS_EJECTIONRELATIONS "Ejection Relations"
  838. IDS_DETAILS_REMOVALRELATIONS "Removal Relations"
  839. IDS_DETAILS_BUSRELATIONS "Bus Relations"
  840. IDS_DETAILS_DEVICEUPPERFILTERS "Device Upper Filters"
  841. IDS_DETAILS_DEVICELOWERFILTERS "Device Lower Filters"
  842. IDS_DETAILS_CLASSUPPERFILTERS "Class Upper Filters"
  843. IDS_DETAILS_CLASSLOWERFILTERS "Class Lower Filters"
  844. IDS_DETAILS_CLASSINSTALLER "Class Installer"
  845. IDS_DETAILS_CLASSCOINSTALLERS "Class Coinstallers"
  846. IDS_DETAILS_DEVICECOINSTALLERS "Device Coinstallers"
  847. IDS_DETAILS_FIRMWAREREVISION "Firmware Revision"
  848. IDS_DETAILS_CURRENTPOWERSTATE "Current Power State"
  849. IDS_DETAILS_POWERCAPABILITIES "Power Capabilities"
  850. IDS_DETAILS_POWERSTATEMAPPINGS "Power State Mappings"
  851. END
  852. //
  853. // Do not localize these flags
  854. //
  855. STRINGTABLE DISCARDABLE
  856. BEGIN
  857. IDS_DN_ROOT_ENUMERATED "DN_ROOT_ENUMERATED"
  858. IDS_DN_DRIVER_LOADED "DN_DRIVER_LOADED"
  859. IDS_DN_ENUM_LOADED "DN_ENUM_LOADED"
  860. IDS_DN_STARTED "DN_STARTED"
  861. IDS_DN_MANUAL "DN_MANUAL"
  862. IDS_DN_NEED_TO_ENUM "DN_NEED_TO_ENUM"
  863. IDS_DN_DRIVER_BLOCKED "DN_DRIVER_BLOCKED"
  864. IDS_DN_HARDWARE_ENUM "DN_HARDWARE_ENUM"
  865. IDS_DN_NEED_RESTART "DN_NEED_RESTART"
  866. IDS_DN_HAS_MARK "DN_HAS_MARK"
  867. IDS_DN_HAS_PROBLEM "DN_HAS_PROBLEM"
  868. IDS_DN_FILTERED "DN_FILTERED"
  869. IDS_DN_MOVED "DN_MOVED"
  870. IDS_DN_DISABLEABLE "DN_DISABLEABLE"
  871. IDS_DN_REMOVABLE "DN_REMOVABLE"
  872. IDS_DN_PRIVATE_PROBLEM "DN_PRIVATE_PROBLEM"
  873. IDS_DN_MF_PARENT "DN_MF_PARENT"
  874. IDS_DN_MF_CHILD "DN_MF_CHILD"
  875. IDS_DN_WILL_BE_REMOVED "DN_WILL_BE_REMOVED"
  876. IDS_DN_NOT_FIRST_TIMEE "DN_NOT_FIRST_TIMEE"
  877. IDS_DN_STOP_FREE_RES "DN_STOP_FREE_RES"
  878. IDS_DN_REBAL_CANDIDATE "DN_REBAL_CANDIADATE"
  879. IDS_DN_BAD_PARTIAL "DN_BAD_PARTIAL"
  880. IDS_DN_NT_ENUMERATOR "DN_NT_ENUMERATOR"
  881. IDS_DN_NT_DRIVER "DN_NT_DRIVER"
  882. IDS_DN_NEEDS_LOCKING "DN_NEEDS_LOCKING"
  883. IDS_DN_ARM_WAKEUP "DN_ARM_WAKEUP"
  884. IDS_DN_APM_ENUMERATOR "DN_APM_ENUMERATOR"
  885. IDS_DN_APM_DRIVER "DN_APM_DRIVER"
  886. IDS_DN_SILTEN_INSTALL "DN_SILENT_INSTALL"
  887. IDS_DN_NO_SHOW_IN_DM "DN_NO_SHOW_IN_DM"
  888. IDS_DN_BOOT_LOG_PROB "DN_BOOT_LOG_PROB"
  889. END
  890. //
  891. // Do not localize these flags
  892. //
  893. STRINGTABLE DISCARDABLE
  894. BEGIN
  895. IDS_CM_DEVCAP_LOCKSUPPORTED "CM_DEVCAP_LOCKSUPPORTED"
  896. IDS_CM_DEVCAP_EJECTSUPPORTED "CM_DEVCAP_EJECTSUPPORTED"
  897. IDS_CM_DEVCAP_REMOVALBE "CM_DEVCAP_REMOVABLE"
  898. IDS_CM_DEVCAP_DOCKDEVICE "CM_DEVCAP_DOCKDEVICE"
  899. IDS_CM_DEVCAP_UNIQUEID "CM_DEVCAP_UNIQUEID"
  900. IDS_CM_DEVCAP_SILENTINSTALL "CM_DEVCAP_SILENTINSTALL"
  901. IDS_CM_DEVCAP_RAWDEVICEOK "CM_DEVCAP_RAWDEVICEOK"
  902. IDS_CM_DEVCAP_SURPRISEREMOVEALOK "CM_DEVCAP_SURPRISEREMOVALOK"
  903. IDS_CM_DEVCAP_HARDWAREDISABLED "CM_DEVCAP_HARDWAREDISABLED"
  904. IDS_CM_DEVCAP_NONDYNAMIC "CM_DEVCAP_NONDYNAMIC"
  905. END
  906. //
  907. // Do not localize these flags
  908. //
  909. STRINGTABLE DISCARDABLE
  910. BEGIN
  911. IDS_CONFIGFLAG_DISABLED "CONFIGFLAG_DISABLED"
  912. IDS_CONFIGFLAG_REMOVED "CONFIGFLAG_REMOVED"
  913. IDS_CONFIGFLAG_MANUAL_INSTALL "CONFIGFLAG_MANUAL_INSTALL"
  914. IDS_CONFIGFLAG_IGNORE_BOOT_LC "CONFIGFLAG_IGNORE_BOOT_LC"
  915. IDS_CONFIGFLAG_NET_BOOT "CONFIGFLAG_NET_BOOT"
  916. IDS_CONFIGFLAG_REINSTALL "CONFIGFLAG_REINSTALL"
  917. IDS_CONFIGFLAG_FAILEDINSTALL "CONFIGFLAG_FAILEDINSTALL"
  918. IDS_CONFIGFLAG_CANTSTOPACHILD "CONFIGFLAG_CANTSTOPACHILD"
  919. IDS_CONFIGFLAG_OKREMOVEROM "CONFIGFLAG_OKREMOVEROM"
  920. IDS_CONFIGFLAG_NOREMOVEEXIT "CONFIGFLAG_NOREMOVEEXIT"
  921. IDS_CONFIGFLAG_FINISH_INSTALL "CONFIGFLAG_FINISH_INSTALL"
  922. IDS_CONFIGFLAG_NEEDS_FORCED_CONFIG "CONFIGFLAG_NEEDS_FORCED_CONFIG"
  923. IDS_CONFIGFLAG_NETBOOT_CARD "CONFIGFLAG_NETBOOT_CARD"
  924. IDS_CONFIGFLAG_PARTIAL_LOG_CONF "CONFIGFLAG_PARTIAL_LOG_CONF"
  925. IDS_CSCONFIGFLAG_DISABLED "CSCONFIGFLAG_DISABLED"
  926. IDS_CSCONFIGFLAG_DO_NOT_CREATE "CSCONFIGFLAG_DO_NOT_CREATE"
  927. IDS_CSCONFIGFLAG_DO_NOT_START "CSCONFIGFLAG_DO_NOT_START"
  928. END
  929. //
  930. // Do not localize these flags
  931. //
  932. STRINGTABLE DISCARDABLE
  933. BEGIN
  934. IDS_PDCAP_D0_SUPPORTED "PDCAP_D0_SUPPORTED"
  935. IDS_PDCAP_D1_SUPPORTED "PDCAP_D1_SUPPORTED"
  936. IDS_PDCAP_D2_SUPPORTED "PDCAP_D2_SUPPORTED"
  937. IDS_PDCAP_D3_SUPPORTED "PDCAP_D3_SUPPORTED"
  938. IDS_PDCAP_WAKE_FROM_D0_SUPPORTED "PDCAP_WAKE_FROM_D0_SUPPORTED"
  939. IDS_PDCAP_WAKE_FROM_D1_SUPPORTED "PDCAP_WAKE_FROM_D1_SUPPORTED"
  940. IDS_PDCAP_WAKE_FROM_D2_SUPPORTED "PDCAP_WAKE_FROM_D2_SUPPORTED"
  941. IDS_PDCAP_WAKE_FROM_D3_SUPPORTED "PDCAP_WAKE_FROM_D3_SUPPORTED"
  942. IDS_PDCAP_WARM_EJECT_SUPPORTED "PDCAP_WARM_EJECT_SUPPORTED"
  943. END
  944. STRINGTABLE DISCARDABLE
  945. BEGIN
  946. IDS_POWERSTATE_UNSPECIFIED "Unspecified"
  947. IDS_POWERSTATE_D0 "D0"
  948. IDS_POWERSTATE_D1 "D1"
  949. IDS_POWERSTATE_D2 "D2"
  950. IDS_POWERSTATE_D3 "D3"
  951. END
  952. #endif // English (U.S.) resources
  953. /////////////////////////////////////////////////////////////////////////////
  954. #ifndef APSTUDIO_INVOKED
  955. /////////////////////////////////////////////////////////////////////////////
  956. //
  957. // Generated from the TEXTINCLUDE 3 resource.
  958. //
  959. /////////////////////////////////////////////////////////////////////////////
  960. #endif // not APSTUDIO_INVOKED