2005-10-03 12:12:19 +00:00
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
2005-10-03 07:48:59 +00:00
2015-04-18 20:03:37 +00:00
IDD_STARTPAGE DIALOGEX 0, 0, 317, 186
2009-01-06 18:32:51 +00:00
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "Add Hardware Wizard"
FONT 8, "MS Shell Dlg"
BEGIN
2013-11-28 22:12:52 +00:00
LTEXT "Welcome to the Add Hardware Wizard", IDC_FINISHTITLE, 114, 8, 203, 24
LTEXT "This wizard helps you:", -1, 114, 40, 182, 8
LTEXT "1) Install software to support the hardware you add to your computer.", -1, 121, 56, 184, 16
LTEXT "2) Troubleshoot problems you may be having with your hardware.", -1, 121, 78, 185, 16
ICON IDI_WARNINGICON, IDC_WARNINGICON, 124, 109, 20, 20
LTEXT "If your hardware came with an installation CD, it is recommended that you click Cancel to close this wizard and use the manufacturer's CD to install this hardware.", 503, 150, 106, 155, 50
LTEXT "To continue, click Next.", -1, 114, 166, 193, 8
2009-01-06 18:32:51 +00:00
END
2015-04-18 20:03:37 +00:00
IDD_SEARCHPAGE DIALOGEX 0, 0, 317, 143
2009-01-06 18:32:51 +00:00
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "Add Hardware Wizard"
FONT 8, "MS Shell Dlg"
BEGIN
2013-11-28 22:12:52 +00:00
LTEXT "", IDC_STATUSTEXT, 21, 8, 275, 32
ICON IDI_SEARCHICON, IDC_SEARCHICON, 148, 50, 20, 20
2009-01-06 18:32:51 +00:00
END
2015-04-18 20:03:37 +00:00
IDD_ISCONNECTEDPAGE DIALOGEX 0, 0, 317, 143
2009-01-06 18:32:51 +00:00
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "Add Hardware Wizard"
FONT 8, "MS Shell Dlg"
BEGIN
2013-11-28 22:12:52 +00:00
LTEXT "Have you already connected this hardware to your computer?", -1, 20, 11, 275, 8
AUTORADIOBUTTON "&Yes, I have already connected the hardware", IDC_CONNECTED, 29, 23, 266, 8, WS_GROUP
AUTORADIOBUTTON "&No, I have not added the hardware yet", IDC_NOTCONNECTED, 29, 35, 266, 8
2009-01-06 18:32:51 +00:00
END
2015-04-18 20:03:37 +00:00
IDD_PROBELISTPAGE DIALOGEX 0, 0, 317, 143
2009-01-06 21:19:50 +00:00
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "Add Hardware Wizard"
FONT 8, "MS Shell Dlg"
BEGIN
2013-11-28 22:12:52 +00:00
LTEXT "From the list below, select an installed hardware device, then click Next to check properties or troubleshoot a problem you might be having.", -1, 21, 8, 275, 22
LTEXT "To add hardware not shown in the list, click ""Add a new hardware device.""", -1, 21, 32, 275, 24
LTEXT "I&nstalled hardware:", -1, 21, 62, 140, 8
CONTROL "", IDC_PROBELIST, "SysListView32", WS_BORDER | WS_GROUP | WS_TABSTOP | LVS_REPORT | LVS_NOSORTHEADER | LVS_SINGLESEL | LVS_SHAREIMAGELISTS | LVS_NOCOLUMNHEADER, 21, 72, 275, 66
2009-01-06 21:19:50 +00:00
END
2015-04-18 20:03:37 +00:00
IDD_SELECTWAYPAGE DIALOGEX 0, 0, 317, 143
2009-01-06 21:19:50 +00:00
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "Add Hardware Wizard"
FONT 8, "MS Shell Dlg"
BEGIN
2013-11-28 22:12:52 +00:00
LTEXT "The wizard can search for other hardware and automatically install it for you. Or, if you know exactly which hardware model you want to install, you can select it from a list.", -1, 21, 8, 280, 24
LTEXT "What do you want the wizard to do?", -1, 23, 40, 275, 8
AUTORADIOBUTTON "&Search for and install the hardware automatically (Recommended)", IDC_AUTOINSTALL, 30, 55, 266, 8, WS_GROUP | NOT WS_TABSTOP
AUTORADIOBUTTON "Install the hardware that I &manually select from a list (Advanced)", IDC_MANUALLYINST, 30, 70, 266, 8, NOT WS_TABSTOP
2009-01-06 21:19:50 +00:00
END
2015-04-18 20:03:37 +00:00
IDD_DETECTEDHWPAGE DIALOGEX 0, 0, 317, 143
2009-01-06 21:19:50 +00:00
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "Add Hardware Wizard"
FONT 8, "MS Shell Dlg"
BEGIN
2013-11-28 22:12:52 +00:00
LTEXT "", IDC_STATUSTEXT, 21, 9, 275, 40
LTEXT "Detected hardware:", IDC_DETECTEDHWTEXT, 21, 53, 176, 8
CONTROL "", IDC_DETECTEDHWLIST, "SysListView32", WS_BORDER | WS_GROUP | WS_TABSTOP | LVS_REPORT | LVS_NOSORTHEADER | LVS_SINGLESEL | LVS_SHAREIMAGELISTS | LVS_NOCOLUMNHEADER, 21, 65, 275, 70
2009-01-06 21:19:50 +00:00
END
2015-04-18 20:03:37 +00:00
IDD_HWTYPESPAGE DIALOGEX 0, 0, 317, 143
2009-01-06 21:19:50 +00:00
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "Add Hardware Wizard"
FONT 8, "MS Shell Dlg"
BEGIN
2013-11-28 22:12:52 +00:00
LTEXT "If you do not see the hardware category you want, click Show All Devices.", IDC_STATUSTEXT, 21, 9, 275, 18
LTEXT "Common &hardware types:", IDC_HWTYPESTEXT, 21, 31, 180, 8
CONTROL "", IDC_HWTYPESLIST, "SysListView32", WS_BORDER | WS_GROUP | WS_TABSTOP | LVS_REPORT | LVS_NOSORTHEADER | LVS_SINGLESEL | LVS_SHAREIMAGELISTS | LVS_NOCOLUMNHEADER, 21, 42, 275, 92
2009-01-06 21:19:50 +00:00
END
2015-04-18 20:03:37 +00:00
IDD_PROGRESSPAGE DIALOGEX 0, 0, 317, 143
2009-01-06 21:19:50 +00:00
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "Add Hardware Wizard"
FONT 8, "MS Shell Dlg"
BEGIN
2013-11-28 22:12:52 +00:00
LTEXT "It may take several minutes to search for hardware.", -1, 21, 8, 275, 15
LTEXT "Total progress:", IDC_TPROGRESSTEXT, 21, 25, 275, 8
CONTROL "", IDC_TPROGRESSBAR, "msctls_progress32", 0, 21, 37, 275, 14
LTEXT "", IDC_PROGRESSTEXT, 58, 58, 200, 8, SS_NOPREFIX
CONTROL "", IDC_PROGRESSBAR, "msctls_progress32", 0, 58, 70, 200, 8
2009-01-06 21:19:50 +00:00
END
2015-04-18 20:03:37 +00:00
IDD_FINISHPAGE DIALOGEX 0, 0, 317, 186
2009-01-06 18:32:51 +00:00
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "Add Hardware Wizard"
FONT 8, "MS Shell Dlg"
BEGIN
2013-11-28 22:12:52 +00:00
LTEXT "Completing the Add Hardware Wizard", IDC_FINISHTITLE, 114, 8, 203, 24
LTEXT "You have successfully completed the Add Hardware wizard.", -1, 114, 32, 193, 19
LTEXT "", IDC_STATUSTEXT, 114, 70, 193, 92
LTEXT "To close this wizard, click Finish.", -1, 114, 166, 132, 8
2009-01-06 18:32:51 +00:00
END
2015-04-18 20:03:37 +00:00
IDD_ISFOUNDPAGE DIALOGEX 0, 0, 317, 186
2009-01-06 21:19:50 +00:00
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "Add Hardware Wizard"
FONT 8, "MS Shell Dlg"
BEGIN
2013-11-28 22:12:52 +00:00
LTEXT "Completing the Add Hardware Wizard", IDC_FINISHTITLE, 114, 8, 203, 24
LTEXT "The wizard found the following hardware connected to your computer:", -1, 114, 32, 193, 19
LTEXT "To close this wizard, click Finish.", -1, 114, 166, 132, 8
CONTROL "", IDC_FOUNDHARDWARELIST, "SysListView32", WS_BORDER | WS_GROUP | WS_TABSTOP | LVS_REPORT | LVS_NOSORTHEADER | LVS_SINGLESEL | LVS_SHAREIMAGELISTS, 114, 56, 193, 78
2009-01-06 21:19:50 +00:00
END
2015-04-18 20:03:37 +00:00
IDD_HWSTATUSPAGE DIALOGEX 0, 0, 317, 186
2009-01-06 21:19:50 +00:00
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "Add Hardware Wizard"
FONT 8, "MS Shell Dlg"
BEGIN
2013-11-28 22:12:52 +00:00
LTEXT "Completing the Add Hardware Wizard", IDC_FINISHTITLE, 114, 8, 195, 28
LTEXT "Here is the current status of the hardware you selected:", -1, 114, 40, 193, 19
EDITTEXT IDC_HWSTATUSEDIT, 114, 60, 193, 70, ES_MULTILINE | ES_AUTOVSCROLL | ES_READONLY | WS_VSCROLL | NOT WS_TABSTOP
LTEXT "To start a troubleshooter that can help you resolve any problems you might be having, click Finish.", -1, 114, 136, 193, 16
LTEXT "To exit this wizard, click Cancel.", IDC_STATUSTEXT, 114, 166, 132, 8
2009-01-06 21:19:50 +00:00
END
2015-04-18 20:03:37 +00:00
IDD_NOTCONNECTEDPAGE DIALOGEX 0, 0, 317, 186
2009-01-07 13:50:54 +00:00
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "Add Hardware Wizard"
FONT 8, "MS Shell Dlg"
BEGIN
2013-11-28 22:12:52 +00:00
LTEXT "Cannot Continue the Add Hardware Wizard", IDC_FINISHTITLE, 114, 8, 203, 28
LTEXT "To continue, connect this hardware to your computer.", -1, 114, 40, 193, 16
AUTOCHECKBOX "&Turn off the computer when I click Finish so that I can open the computer and connect the hardware.", IDC_TURNOFFCHECKBOX, 114, 64, 203, 20, BS_TOP | BS_MULTILINE
LTEXT "In most cases ReactOS will automatically install your hardware after you connect it. If ReactOS does not find it, you can reopen this wizard to install the supporting software.", -1, 114, 98, 193, 32
LTEXT "To close this wizard, click Finish.", IDC_STATUSTEXT, 114, 166, 193, 8
2009-01-07 13:50:54 +00:00
END
2005-10-03 07:48:59 +00:00
STRINGTABLE
BEGIN
2015-10-25 10:38:15 +00:00
IDS_CPLNAME "Add Hardware"
2013-11-28 22:12:52 +00:00
IDS_CPLDESCRIPTION "Add hardware to your computer."
IDS_SEARCHTITLE "Please wait while the wizard searches..."
IDS_SEARCHTEXT "This wizard is searching for hardware that has been connected to your computer recently but has not yet been installed."
IDS_ISCONNECTED "Is the hardware connected?"
IDS_PROBELISTTITLE "The following hardware is already installed on your computer"
IDS_ADDNEWDEVICE "Add a new hardware device"
IDS_SELECTWAYTITLE "The wizard can help you install other hardware"
IDS_HDTYPESTITLE "From the list below, select the type of hardware you are installing"
2005-10-03 07:48:59 +00:00
END