1LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US 2 3IDD_STARTPAGE DIALOGEX 0, 0, 317, 193 4STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU 5CAPTION "ReactOS Setup" 6FONT 8, "MS Shell Dlg" 7BEGIN 8 LTEXT "Welcome to the ReactOS Setup Wizard", IDC_STARTTITLE, 115, 8, 195, 24 9 LTEXT "You cannot install ReactOS directly from this CD yet! Please restart your computer from this CD in order to install ReactOS.", IDC_STATIC, 115, 40, 195, 100 10 LTEXT "Click Finish to exit the Setup.", IDC_STATIC, 115, 169, 195, 17 11END 12 13IDD_TYPEPAGE DIALOGEX 0, 0, 317, 143 14STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU 15CAPTION "ReactOS Setup" 16FONT 8, "MS Shell Dlg" 17BEGIN 18 AUTORADIOBUTTON "Install ReactOS", IDC_INSTALL, 7, 7, 277, 10, WS_GROUP | WS_TABSTOP 19 LTEXT "Install a new copy of ReactOS. This option does not keep your files, settings and programs. You can make changes to disks and partitions.", IDC_INSTALLTEXT, 18, 18, 269, 25, NOT WS_GROUP 20 AUTORADIOBUTTON "Update or repair ReactOS", IDC_UPDATE, 7, 50, 277, 10 21 LTEXT "Update or repair an installed copy of ReactOS. This option keeps your files, settings and programs. This option is only available if ReactOS is already installed on this computer.", IDC_UPDATETEXT, 18, 61, 269, 30, NOT WS_GROUP 22 LTEXT "Click Next to continue.", IDC_STATIC, 7, 128, 297, 8 23END 24 25IDD_UPDATEREPAIRPAGE DIALOGEX 0, 0, 317, 143 26STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU 27CAPTION "ReactOS Setup" 28FONT 8, "MS Shell Dlg" 29BEGIN 30 LTEXT "The ReactOS Setup can upgrade one of the available ReactOS installations listed below, or, if a ReactOS installation is damaged, the Setup program can attempt to repair it.", IDC_STATIC, 6, 6, 300, 18 31 CONTROL "", IDC_NTOSLIST, "SysListView32", LVS_REPORT | LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_ALIGNLEFT | WS_BORDER | WS_TABSTOP, 6, 30, 303, 90 32 PUSHBUTTON "&Do not upgrade", IDC_SKIPUPGRADE, 230, 128, 80, 14 33 LTEXT "Click Next to upgrade the selected OS installation, or on 'Do not upgrade' to continue a new installation without upgrading.", IDC_STATIC, 7, 124, 222, 16 34END 35 36IDD_DEVICEPAGE DIALOGEX 0, 0, 317, 143 37STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU 38CAPTION "ReactOS Setup" 39FONT 8, "MS Shell Dlg" 40BEGIN 41 LTEXT "Computer:", IDC_STATIC, 20, 15, 80, 10 42 CONTROL "", IDC_COMPUTER, "ComboBox", WS_VSCROLL | WS_TABSTOP | CBS_DROPDOWNLIST, 100, 15, 180, 80 43 LTEXT "Display:", IDC_STATIC, 20, 35, 80, 10 44 CONTROL "", IDC_DISPLAY, "ComboBox", WS_VSCROLL | WS_TABSTOP | CBS_DROPDOWNLIST, 100, 35, 180, 80 45 LTEXT "Keyboard:", IDC_STATIC, 20, 55, 80, 10 46 CONTROL "", IDC_KEYBOARD, "ComboBox", WS_VSCROLL | WS_TABSTOP | CBS_DROPDOWNLIST, 100, 55, 180, 80 47 LTEXT "Click Next to continue setup on the installation device.", IDC_STATIC, 7, 128, 297, 8 48END 49 50IDD_DRIVEPAGE DIALOGEX 0, 0, 317, 143 51STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU 52CAPTION "ReactOS Setup" 53FONT 8, "MS Shell Dlg" 54BEGIN 55 CONTROL "", IDC_PARTITION, "SysTreeList32", WS_BORDER | WS_VISIBLE | WS_TABSTOP | LVS_REPORT | LVS_SINGLESEL, 7, 7, 303, 112 56 PUSHBUTTON "&Create", IDC_PARTCREATE, 7, 122, 50, 14 57 PUSHBUTTON "&Delete", IDC_PARTDELETE, 63, 122, 50, 14 58 PUSHBUTTON "D&river", IDC_DEVICEDRIVER, 174, 122, 50, 14, WS_DISABLED 59 PUSHBUTTON "&Advanced Options...", IDC_PARTMOREOPTS, 230, 122, 80, 14 60 // LTEXT "Click Next to check the summary.", IDC_STATIC, 7, 128, 277, 8 61END 62 63IDD_PARTITION DIALOGEX 0, 0, 145, 90 64STYLE DS_SHELLFONT | WS_VISIBLE | WS_CAPTION 65CAPTION "Create Partition" 66FONT 8, "MS Shell Dlg" 67BEGIN 68 CONTROL "", IDC_UPDOWN1, "msctls_updown32", WS_VISIBLE, 104, 22, 9, 13 69 CONTROL "Create and format partition", IDC_STATIC, "Button", BS_GROUPBOX, 7, 5, 129, 57 70 LTEXT "Size:", IDC_STATIC, 13, 24, 27, 9 71 EDITTEXT IDC_PARTSIZE, 58, 22, 47, 13, WS_VISIBLE | WS_TABSTOP 72 LTEXT "GB", IDC_UNIT, 117, 24, 14, 9 73 LTEXT "File System:", IDC_STATIC, 13, 46, 42, 9 74 CONTROL "", IDC_FSTYPE, "ComboBox", WS_VISIBLE | WS_TABSTOP | CBS_DROPDOWNLIST, 58, 42, 73, 50 75 PUSHBUTTON "&OK", IDOK, 35, 68, 47, 15, WS_VISIBLE | WS_TABSTOP 76 PUSHBUTTON "&Cancel", IDCANCEL, 87, 68, 47, 15, WS_VISIBLE | WS_TABSTOP 77END 78 79IDD_BOOTOPTIONS DIALOGEX 0, 0, 305, 116 80STYLE DS_SHELLFONT | WS_VISIBLE | WS_CAPTION 81CAPTION "Advanced Partition Settings" 82FONT 8, "MS Shell Dlg" 83BEGIN 84 CONTROL "Installation folder", IDC_STATIC, "Button", BS_GROUPBOX, 4, 1, 298, 30 85 EDITTEXT IDC_PATH, 10, 11, 278, 13, WS_VISIBLE 86 CONTROL "Boot loader installation", IDC_STATIC, "Button", BS_GROUPBOX, 4, 36, 298, 52 87 CONTROL "Install boot loader on the hard disk (MBR and VBR)", IDC_INSTFREELDR, "Button", BS_AUTORADIOBUTTON | WS_TABSTOP, 10, 46, 278, 11 88 CONTROL "Install boot loader on the hard disk (VBR only)", IDC_INSTVBRONLY, "Button", BS_AUTORADIOBUTTON | WS_TABSTOP, 10, 57, 278, 11 89 CONTROL "No installation of bootloader", IDC_NOINSTFREELDR, "Button", BS_AUTORADIOBUTTON | WS_TABSTOP | WS_DISABLED, 10, 68, 278, 11 90 PUSHBUTTON "&OK", IDOK, 180, 94, 50, 15, WS_TABSTOP | WS_VISIBLE 91 PUSHBUTTON "&Cancel", IDCANCEL, 240, 94, 50, 15, WS_TABSTOP | WS_VISIBLE 92END 93 94IDD_SUMMARYPAGE DIALOGEX 0, 0, 317, 143 95STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU 96CAPTION "ReactOS Setup" 97FONT 8, "MS Shell Dlg" 98BEGIN 99 LTEXT "Installation type:", IDC_STATIC, 18, 5, 74, 11 100 EDITTEXT IDC_INSTALLTYPE, 95, 4, 210, 13, ES_READONLY | ES_AUTOHSCROLL | WS_VISIBLE | NOT WS_BORDER | NOT WS_TABSTOP 101 LTEXT "Installation source:", IDC_STATIC, 18, 17, 74, 11 102 EDITTEXT IDC_INSTALLSOURCE, 95, 16, 210, 13, ES_READONLY | ES_AUTOHSCROLL | WS_VISIBLE | NOT WS_BORDER | NOT WS_TABSTOP 103 LTEXT "Architecture:", IDC_STATIC, 18, 29, 74, 11 104 EDITTEXT IDC_ARCHITECTURE, 95, 28, 210, 13, ES_READONLY | ES_AUTOHSCROLL | WS_VISIBLE | NOT WS_BORDER | NOT WS_TABSTOP 105 LTEXT "Computer:", IDC_STATIC, 18, 41, 74, 11 106 EDITTEXT IDC_COMPUTER, 95, 40, 210, 13, ES_READONLY | ES_AUTOHSCROLL | WS_VISIBLE | NOT WS_BORDER | NOT WS_TABSTOP 107 LTEXT "Display:", IDC_STATIC, 18, 53, 74, 11 108 EDITTEXT IDC_DISPLAY, 95, 52, 210, 13, ES_READONLY | ES_AUTOHSCROLL | WS_VISIBLE | NOT WS_BORDER | NOT WS_TABSTOP 109 LTEXT "Keyboard:", IDC_STATIC, 18, 65, 74, 11 110 EDITTEXT IDC_KEYBOARD, 95, 64, 210, 13, ES_READONLY | ES_AUTOHSCROLL | WS_VISIBLE | NOT WS_BORDER | NOT WS_TABSTOP 111 LTEXT "Destination volume:", IDC_STATIC, 18, 77, 74, 11 112 EDITTEXT IDC_DESTDRIVE, 95, 76, 210, 13, ES_READONLY | ES_AUTOHSCROLL | WS_VISIBLE | NOT WS_BORDER | NOT WS_TABSTOP 113 LTEXT "Destination directory:", IDC_STATIC, 18, 89, 74, 11 114 EDITTEXT IDC_PATH, 95, 88, 210, 13, ES_READONLY | ES_AUTOHSCROLL | WS_VISIBLE | NOT WS_BORDER | NOT WS_TABSTOP 115 AUTOCHECKBOX "I confirm that all the installation settings are correct. I also acknowledge that\nReactOS is alpha-quality software and may break on my computer or corrupt my data.", 116 IDC_CONFIRM_INSTALL, 7, 104, 303, 18, BS_MULTILINE 117 LTEXT "Please confirm that all the installation settings are correct,\nthen click on Install to start the installation process.", IDC_STATIC, 7, 124, 303, 18 118END 119 120IDD_PROCESSPAGE DIALOGEX 0, 0, 317, 143 121STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU 122CAPTION "ReactOS Setup" 123FONT 8, "MS Shell Dlg" 124BEGIN 125 LTEXT "Install files...", IDC_ACTIVITY, 20, 50, 277, 10 126 LTEXT "test.txt", IDC_ITEM, 30, 80, 257, 10 127 CONTROL "", IDC_PROCESSPROGRESS, "msctls_progress32", PBS_SMOOTH | WS_CHILD | WS_VISIBLE | WS_BORDER, 7, 120, 303, 8 128END 129 130IDD_RESTARTPAGE DIALOGEX 0, 0, 317, 193 131STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU 132CAPTION "Completing ReactOS Setup" 133FONT 8, "MS Shell Dlg" 134BEGIN 135 LTEXT "Completing the ReactOS Setup Wizard", IDC_FINISHTITLE, 115, 8, 195, 24 136 LTEXT "You have successfully completed the first stage of ReactOS Setup.", IDC_STATIC, 115, 50, 195, 10 137 LTEXT "When you click Finish, your computer will restart.", IDC_STATIC, 115, 80, 195, 10 138 CONTROL "", IDC_RESTART_PROGRESS, "msctls_progress32", PBS_SMOOTH | WS_CHILD | WS_VISIBLE | WS_BORDER, 115, 110, 195, 8 139 LTEXT "If there is a CD in a drive, remove it. Then, to restart your computer, click Finish.", IDC_STATIC, 115, 169, 195, 17 140END 141 142STRINGTABLE 143BEGIN 144 IDS_TYPETITLE "Welcome to ReactOS Setup" 145 IDS_TYPESUBTITLE "Choose setup type." 146 IDS_DEVICETITLE "Setup the basic devices" 147 IDS_DEVICESUBTITLE "Set the settings of display and keyboard." 148 IDS_DRIVETITLE "Setup the installation partition and system folder" 149 IDS_DRIVESUBTITLE "Prepare installation partition, system folder and boot loader." 150 IDS_PROCESSTITLE "Setup partition, copy files and setup system" 151 IDS_PROCESSSUBTITLE "Create and format partition, copy files, install and setup boot loader" 152 IDS_RESTARTTITLE "First stage of setup finished" 153 IDS_RESTARTSUBTITLE "The first stage of setup has been completed, restart to continue with second stage" 154 IDS_SUMMARYTITLE "Installation Summary" 155 IDS_SUMMARYSUBTITLE "List installation properties to check before apply to the installation device" 156 IDS_ABORTSETUP "ReactOS is not completely installed on your computer. If you quit Setup now, you will need to run Setup again to install ReactOS. Really quit?" 157 IDS_ABORTSETUP2 "Abort installation?" 158 IDS_NO_TXTSETUP_SIF "Unable to find 'txtsetup.sif'.\nSetup is unable to continue." 159 IDS_CAPTION "ReactOS Setup" 160END 161 162STRINGTABLE 163BEGIN 164 IDS_INSTALLATION_NAME "Name" 165 IDS_INSTALLATION_PATH "Installation Path" 166 IDS_INSTALLATION_VENDOR "Vendor Name" 167END 168 169STRINGTABLE 170BEGIN 171 IDS_PARTITION_NAME "Name" 172 IDS_PARTITION_TYPE "Type" 173 IDS_PARTITION_SIZE "Size" 174 IDS_PARTITION_STATUS "Status" 175END 176