Source code of Windows XP (NT5)
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.

1040 lines
48 KiB

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