Index: dll/win32/syssetup/lang/bg-BG.rc =================================================================== --- dll/win32/syssetup/lang/bg-BG.rc (revision 70995) +++ dll/win32/syssetup/lang/bg-BG.rc (working copy) @@ -83,6 +83,48 @@ AUTOCHECKBOX "Самопревключване на часовника за зимно и лятно време", IDC_AUTODAYLIGHT, 53, 124, 220, 10 END +IDD_NETWORKSETPAGE DIALOGEX 0, 0, 317, 143 +STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU +CAPTION "ReactOS Setup" +FONT 8, "MS Shell Dlg" +BEGIN + ICON IDI_ICON6, IDC_STATIC, 21, 10, 20, 20 + LTEXT "Choose whether to use typical or custom settings:", IDC_STATIC, 53, 7, 240, 20 + AUTORADIOBUTTON "Typical Settings", IDC_NETWORK_TYPICAL, 53, 27, 253, 20, WS_TABSTOP | WS_GROUP + AUTORADIOBUTTON "Custom Settings", IDC_NETWORK_CUSTOM, 53, 72, 253, 20, WS_TABSTOP + LTEXT "Creates network connetions using the Client for ReactOS Networks, File and Print Sharing for ReactOS Networks, and the TCP/IP transport protocol with automatic addressing.", IDC_STATIC, 65, 45, 240, 30 + LTEXT "Allows you to manually configure network components.", IDC_STATIC, 65, 90, 243, 20 +END + +IDD_NETWORKCOMPPAGE DIALOGEX 0, 0, 317, 143 +STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU +CAPTION "ReactOS Setup" +FONT 8, "MS Shell Dlg" +BEGIN + LTEXT "For Device:", IDC_STATIC, 33, 2, 100, 20 + LTEXT "n/a", IDC_NETWORK_DEVICE, 75, 2, 253, 20 + LTEXT "Components checked are used by this connection:", IDC_STATIC, 33, 12, 253, 20 + CONTROL "", IDC_COMPONENTSLIST, "SysListView32", LVS_REPORT | LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_NOCOLUMNHEADER | LVS_NOSORTHEADER | WS_BORDER | WS_TABSTOP, 33, 22, 250, 50 + PUSHBUTTON "&Install...", IDC_NETWORK_INSTALL, 122, 75, 50, 14, WS_DISABLED | WS_TABSTOP + PUSHBUTTON "&Uninstall", IDC_NETWORK_UNINSTALL, 177, 75, 50, 14, WS_DISABLED | WS_TABSTOP + PUSHBUTTON "&Properties", IDC_NETWORK_PROPERTIES, 232, 75, 50, 14, WS_DISABLED | WS_TABSTOP + GROUPBOX "Description", IDC_STATIC, 33, 90, 250, 50, BS_GROUPBOX +END + +IDD_DOMAINPAGE DIALOGEX 0, 0, 317, 143 +STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU +CAPTION "ReactOS Setup" +FONT 8, "MS Shell Dlg" +BEGIN + LTEXT "Do you want this computer to be a member of a domain?\n\ +(You can obtain this information from your network administator.)", IDC_STATIC, 33, 2, 263, 50 + AUTORADIOBUTTON "No, this computer will be part of a workgroup.", IDC_SELECT_WORKGROUP, 33, 32, 253, 20, WS_TABSTOP | WS_GROUP + AUTORADIOBUTTON "Yes, this computer will be part of a domain.", IDC_SELECT_DOMAIN, 33, 47, 253, 20, WS_TABSTOP + LTEXT "Workgroup or Domain Name:", IDC_STATIC, 33, 72, 126, 14 + EDITTEXT IDC_DOMAIN_NAME, 33, 82, 126, 14, WS_VISIBLE | WS_TABSTOP | ES_AUTOHSCROLL + LTEXT "NOTE: If this computer isn't going to be part of a network, you don't have sufficient rights to join a domain, or you don't know what to enter, then just choose workgroup for now. These options can be changed at a later time.", IDC_STATIC, 33, 107, 263, 50 +END + IDD_PROCESSPAGE DIALOGEX 0, 0, 317, 143 STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU CAPTION "Настройка на РеактОС" @@ -133,6 +175,12 @@ IDS_LOCALESUBTITLE "Можете да нагласите РеактОС за различни области и езици." IDS_DATETIMETITLE "Дата и време" IDS_DATETIMESUBTITLE "Задайте правилните дата и време." + IDS_NETWORKSETTINGSTITLE "Network Settings" + IDS_NETWORKSETTINGSSUBTITLE "Installs network software used to connect to other networks, computers, and the Internet." + IDS_NETWORKTITLE "Network Components" + IDS_NETWORKSUBTITLE "Determine which networking components are used on your computer. To add new components, click on Install." + IDS_DOMAINTITLE "Workgroup or Computer Domain" + IDS_DOMAINSUBTITLE "A domain is a group of computers defined by a network administator. A workgroup is a group of computers sharing the same workgroup name." IDS_PROCESSTITLE "Вписване на съставните" IDS_PROCESSSUBTITLE "Почакайте..." END Index: dll/win32/syssetup/lang/cs-CZ.rc =================================================================== --- dll/win32/syssetup/lang/cs-CZ.rc (revision 70995) +++ dll/win32/syssetup/lang/cs-CZ.rc (working copy) @@ -89,6 +89,48 @@ AUTOCHECKBOX "Automaticky nastavit hodiny při přechodu na &letní čas a zpět", IDC_AUTODAYLIGHT, 53, 124, 201, 10 END +IDD_NETWORKSETPAGE DIALOGEX 0, 0, 317, 143 +STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU +CAPTION "ReactOS Setup" +FONT 8, "MS Shell Dlg" +BEGIN + ICON IDI_ICON6, IDC_STATIC, 21, 10, 20, 20 + LTEXT "Choose whether to use typical or custom settings:", IDC_STATIC, 53, 7, 240, 20 + AUTORADIOBUTTON "Typical Settings", IDC_NETWORK_TYPICAL, 53, 27, 253, 20, WS_TABSTOP | WS_GROUP + AUTORADIOBUTTON "Custom Settings", IDC_NETWORK_CUSTOM, 53, 72, 253, 20, WS_TABSTOP + LTEXT "Creates network connetions using the Client for ReactOS Networks, File and Print Sharing for ReactOS Networks, and the TCP/IP transport protocol with automatic addressing.", IDC_STATIC, 65, 45, 240, 30 + LTEXT "Allows you to manually configure network components.", IDC_STATIC, 65, 90, 243, 20 +END + +IDD_NETWORKCOMPPAGE DIALOGEX 0, 0, 317, 143 +STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU +CAPTION "ReactOS Setup" +FONT 8, "MS Shell Dlg" +BEGIN + LTEXT "For Device:", IDC_STATIC, 33, 2, 100, 20 + LTEXT "n/a", IDC_NETWORK_DEVICE, 75, 2, 253, 20 + LTEXT "Components checked are used by this connection:", IDC_STATIC, 33, 12, 253, 20 + CONTROL "", IDC_COMPONENTSLIST, "SysListView32", LVS_REPORT | LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_NOCOLUMNHEADER | LVS_NOSORTHEADER | WS_BORDER | WS_TABSTOP, 33, 22, 250, 50 + PUSHBUTTON "&Install...", IDC_NETWORK_INSTALL, 122, 75, 50, 14, WS_DISABLED | WS_TABSTOP + PUSHBUTTON "&Uninstall", IDC_NETWORK_UNINSTALL, 177, 75, 50, 14, WS_DISABLED | WS_TABSTOP + PUSHBUTTON "&Properties", IDC_NETWORK_PROPERTIES, 232, 75, 50, 14, WS_DISABLED | WS_TABSTOP + GROUPBOX "Description", IDC_STATIC, 33, 90, 250, 50, BS_GROUPBOX +END + +IDD_DOMAINPAGE DIALOGEX 0, 0, 317, 143 +STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU +CAPTION "ReactOS Setup" +FONT 8, "MS Shell Dlg" +BEGIN + LTEXT "Do you want this computer to be a member of a domain?\n\ +(You can obtain this information from your network administator.)", IDC_STATIC, 33, 2, 263, 50 + AUTORADIOBUTTON "No, this computer will be part of a workgroup.", IDC_SELECT_WORKGROUP, 33, 32, 253, 20, WS_TABSTOP | WS_GROUP + AUTORADIOBUTTON "Yes, this computer will be part of a domain.", IDC_SELECT_DOMAIN, 33, 47, 253, 20, WS_TABSTOP + LTEXT "Workgroup or Domain Name:", IDC_STATIC, 33, 72, 126, 14 + EDITTEXT IDC_DOMAIN_NAME, 33, 82, 126, 14, WS_VISIBLE | WS_TABSTOP | ES_AUTOHSCROLL + LTEXT "NOTE: If this computer isn't going to be part of a network, you don't have sufficient rights to join a domain, or you don't know what to enter, then just choose workgroup for now. These options can be changed at a later time.", IDC_STATIC, 33, 107, 263, 50 +END + IDD_PROCESSPAGE DIALOGEX 0, 0, 317, 143 STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU CAPTION "ReactOS Instalátor" @@ -139,6 +181,12 @@ IDS_LOCALESUBTITLE "Systém ReactOS můžete přizpůsobit různým regionům a jazykům." IDS_DATETIMETITLE "Datum a čas" IDS_DATETIMESUBTITLE "Nastavte správný čas pro Váš počítač." + IDS_NETWORKSETTINGSTITLE "Network Settings" + IDS_NETWORKSETTINGSSUBTITLE "Installs network software used to connect to other networks, computers, and the Internet." + IDS_NETWORKTITLE "Network Components" + IDS_NETWORKSUBTITLE "Determine which networking components are used on your computer. To add new components, click on Install." + IDS_DOMAINTITLE "Workgroup or Computer Domain" + IDS_DOMAINSUBTITLE "A domain is a group of computers defined by a network administator. A workgroup is a group of computers sharing the same workgroup name." IDS_PROCESSTITLE "Registrace součástí" IDS_PROCESSSUBTITLE "Prosím čekejte..." END Index: dll/win32/syssetup/lang/de-DE.rc =================================================================== --- dll/win32/syssetup/lang/de-DE.rc (revision 70995) +++ dll/win32/syssetup/lang/de-DE.rc (working copy) @@ -83,6 +83,48 @@ AUTOCHECKBOX "&Uhr automatisch auf Sommer-/Winterzeit umstellen", IDC_AUTODAYLIGHT, 53, 124, 201, 10 END +IDD_NETWORKSETPAGE DIALOGEX 0, 0, 317, 143 +STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU +CAPTION "ReactOS Setup" +FONT 8, "MS Shell Dlg" +BEGIN + ICON IDI_ICON6, IDC_STATIC, 21, 10, 20, 20 + LTEXT "Choose whether to use typical or custom settings:", IDC_STATIC, 53, 7, 240, 20 + AUTORADIOBUTTON "Typical Settings", IDC_NETWORK_TYPICAL, 53, 27, 253, 20, WS_TABSTOP | WS_GROUP + AUTORADIOBUTTON "Custom Settings", IDC_NETWORK_CUSTOM, 53, 72, 253, 20, WS_TABSTOP + LTEXT "Creates network connetions using the Client for ReactOS Networks, File and Print Sharing for ReactOS Networks, and the TCP/IP transport protocol with automatic addressing.", IDC_STATIC, 65, 45, 240, 30 + LTEXT "Allows you to manually configure network components.", IDC_STATIC, 65, 90, 243, 20 +END + +IDD_NETWORKCOMPPAGE DIALOGEX 0, 0, 317, 143 +STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU +CAPTION "ReactOS Setup" +FONT 8, "MS Shell Dlg" +BEGIN + LTEXT "For Device:", IDC_STATIC, 33, 2, 100, 20 + LTEXT "n/a", IDC_NETWORK_DEVICE, 75, 2, 253, 20 + LTEXT "Components checked are used by this connection:", IDC_STATIC, 33, 12, 253, 20 + CONTROL "", IDC_COMPONENTSLIST, "SysListView32", LVS_REPORT | LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_NOCOLUMNHEADER | LVS_NOSORTHEADER | WS_BORDER | WS_TABSTOP, 33, 22, 250, 50 + PUSHBUTTON "&Install...", IDC_NETWORK_INSTALL, 122, 75, 50, 14, WS_DISABLED | WS_TABSTOP + PUSHBUTTON "&Uninstall", IDC_NETWORK_UNINSTALL, 177, 75, 50, 14, WS_DISABLED | WS_TABSTOP + PUSHBUTTON "&Properties", IDC_NETWORK_PROPERTIES, 232, 75, 50, 14, WS_DISABLED | WS_TABSTOP + GROUPBOX "Description", IDC_STATIC, 33, 90, 250, 50, BS_GROUPBOX +END + +IDD_DOMAINPAGE DIALOGEX 0, 0, 317, 143 +STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU +CAPTION "ReactOS Setup" +FONT 8, "MS Shell Dlg" +BEGIN + LTEXT "Do you want this computer to be a member of a domain?\n\ +(You can obtain this information from your network administator.)", IDC_STATIC, 33, 2, 263, 50 + AUTORADIOBUTTON "No, this computer will be part of a workgroup.", IDC_SELECT_WORKGROUP, 33, 32, 253, 20, WS_TABSTOP | WS_GROUP + AUTORADIOBUTTON "Yes, this computer will be part of a domain.", IDC_SELECT_DOMAIN, 33, 47, 253, 20, WS_TABSTOP + LTEXT "Workgroup or Domain Name:", IDC_STATIC, 33, 72, 126, 14 + EDITTEXT IDC_DOMAIN_NAME, 33, 82, 126, 14, WS_VISIBLE | WS_TABSTOP | ES_AUTOHSCROLL + LTEXT "NOTE: If this computer isn't going to be part of a network, you don't have sufficient rights to join a domain, or you don't know what to enter, then just choose workgroup for now. These options can be changed at a later time.", IDC_STATIC, 33, 107, 263, 50 +END + IDD_PROCESSPAGE DIALOGEX 0, 0, 317, 143 STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU CAPTION "ReactOS-Installation" @@ -133,6 +175,12 @@ IDS_LOCALESUBTITLE "Sie können ReactOS auf unterschiedliche Regionen und Sprachen einstellen." IDS_DATETIMETITLE "Datum und Uhrzeit" IDS_DATETIMESUBTITLE "Stellen Sie das korrekte Datum und die Uhrzeit für Ihren Computer ein." + IDS_NETWORKSETTINGSTITLE "Network Settings" + IDS_NETWORKSETTINGSSUBTITLE "Installs network software used to connect to other networks, computers, and the Internet." + IDS_NETWORKTITLE "Network Components" + IDS_NETWORKSUBTITLE "Determine which networking components are used on your computer. To add new components, click on Install." + IDS_DOMAINTITLE "Workgroup or Computer Domain" + IDS_DOMAINSUBTITLE "A domain is a group of computers defined by a network administator. A workgroup is a group of computers sharing the same workgroup name." IDS_PROCESSTITLE "Komponenten werden registriert" IDS_PROCESSSUBTITLE "Bitte warten..." END Index: dll/win32/syssetup/lang/el-GR.rc =================================================================== --- dll/win32/syssetup/lang/el-GR.rc (revision 70995) +++ dll/win32/syssetup/lang/el-GR.rc (working copy) @@ -83,6 +83,48 @@ AUTOCHECKBOX "&Αυτόματη ρύθμιση με την αλλαγή θερινής ώρας", IDC_AUTODAYLIGHT, 53, 114, 190, 20 END +IDD_NETWORKSETPAGE DIALOGEX 0, 0, 317, 143 +STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU +CAPTION "ReactOS Setup" +FONT 8, "MS Shell Dlg" +BEGIN + ICON IDI_ICON6, IDC_STATIC, 21, 10, 20, 20 + LTEXT "Choose whether to use typical or custom settings:", IDC_STATIC, 53, 7, 240, 20 + AUTORADIOBUTTON "Typical Settings", IDC_NETWORK_TYPICAL, 53, 27, 253, 20, WS_TABSTOP | WS_GROUP + AUTORADIOBUTTON "Custom Settings", IDC_NETWORK_CUSTOM, 53, 72, 253, 20, WS_TABSTOP + LTEXT "Creates network connetions using the Client for ReactOS Networks, File and Print Sharing for ReactOS Networks, and the TCP/IP transport protocol with automatic addressing.", IDC_STATIC, 65, 45, 240, 30 + LTEXT "Allows you to manually configure network components.", IDC_STATIC, 65, 90, 243, 20 +END + +IDD_NETWORKCOMPPAGE DIALOGEX 0, 0, 317, 143 +STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU +CAPTION "ReactOS Setup" +FONT 8, "MS Shell Dlg" +BEGIN + LTEXT "For Device:", IDC_STATIC, 33, 2, 100, 20 + LTEXT "n/a", IDC_NETWORK_DEVICE, 75, 2, 253, 20 + LTEXT "Components checked are used by this connection:", IDC_STATIC, 33, 12, 253, 20 + CONTROL "", IDC_COMPONENTSLIST, "SysListView32", LVS_REPORT | LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_NOCOLUMNHEADER | LVS_NOSORTHEADER | WS_BORDER | WS_TABSTOP, 33, 22, 250, 50 + PUSHBUTTON "&Install...", IDC_NETWORK_INSTALL, 122, 75, 50, 14, WS_DISABLED | WS_TABSTOP + PUSHBUTTON "&Uninstall", IDC_NETWORK_UNINSTALL, 177, 75, 50, 14, WS_DISABLED | WS_TABSTOP + PUSHBUTTON "&Properties", IDC_NETWORK_PROPERTIES, 232, 75, 50, 14, WS_DISABLED | WS_TABSTOP + GROUPBOX "Description", IDC_STATIC, 33, 90, 250, 50, BS_GROUPBOX +END + +IDD_DOMAINPAGE DIALOGEX 0, 0, 317, 143 +STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU +CAPTION "ReactOS Setup" +FONT 8, "MS Shell Dlg" +BEGIN + LTEXT "Do you want this computer to be a member of a domain?\n\ +(You can obtain this information from your network administator.)", IDC_STATIC, 33, 2, 263, 50 + AUTORADIOBUTTON "No, this computer will be part of a workgroup.", IDC_SELECT_WORKGROUP, 33, 32, 253, 20, WS_TABSTOP | WS_GROUP + AUTORADIOBUTTON "Yes, this computer will be part of a domain.", IDC_SELECT_DOMAIN, 33, 47, 253, 20, WS_TABSTOP + LTEXT "Workgroup or Domain Name:", IDC_STATIC, 33, 72, 126, 14 + EDITTEXT IDC_DOMAIN_NAME, 33, 82, 126, 14, WS_VISIBLE | WS_TABSTOP | ES_AUTOHSCROLL + LTEXT "NOTE: If this computer isn't going to be part of a network, you don't have sufficient rights to join a domain, or you don't know what to enter, then just choose workgroup for now. These options can be changed at a later time.", IDC_STATIC, 33, 107, 263, 50 +END + IDD_PROCESSPAGE DIALOGEX 0, 0, 317, 143 STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU CAPTION "Εγκατάσταση του ReactOS" @@ -133,6 +175,12 @@ IDS_LOCALESUBTITLE "Μπορείτε να προσαρμόσετε το ReactOS για διαφορετικές περιοχές και γλώσσες." IDS_DATETIMETITLE "Ημερομηνία και ώρα" IDS_DATETIMESUBTITLE "Ορίστε τη σωστή ημερομηνία και ώρα για τον υπολογιστή σας." + IDS_NETWORKSETTINGSTITLE "Network Settings" + IDS_NETWORKSETTINGSSUBTITLE "Installs network software used to connect to other networks, computers, and the Internet." + IDS_NETWORKTITLE "Network Components" + IDS_NETWORKSUBTITLE "Determine which networking components are used on your computer. To add new components, click on Install." + IDS_DOMAINTITLE "Workgroup or Computer Domain" + IDS_DOMAINSUBTITLE "A domain is a group of computers defined by a network administator. A workgroup is a group of computers sharing the same workgroup name." IDS_PROCESSTITLE "Τίτλος" IDS_PROCESSSUBTITLE "Υπότιτλος" END Index: dll/win32/syssetup/lang/en-US.rc =================================================================== --- dll/win32/syssetup/lang/en-US.rc (revision 70995) +++ dll/win32/syssetup/lang/en-US.rc (working copy) @@ -102,6 +102,48 @@ AUTOCHECKBOX "Automatically adjust clock for &daylight saving changes", IDC_AUTODAYLIGHT, 53, 124, 201, 10 END +IDD_NETWORKSETPAGE DIALOGEX 0, 0, 317, 143 +STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU +CAPTION "ReactOS Setup" +FONT 8, "MS Shell Dlg" +BEGIN + ICON IDI_ICON6, IDC_STATIC, 21, 10, 20, 20 + LTEXT "Choose whether to use typical or custom settings:", IDC_STATIC, 53, 7, 240, 20 + AUTORADIOBUTTON "Typical Settings", IDC_NETWORK_TYPICAL, 53, 27, 253, 20, WS_TABSTOP | WS_GROUP + AUTORADIOBUTTON "Custom Settings", IDC_NETWORK_CUSTOM, 53, 72, 253, 20, WS_TABSTOP + LTEXT "Creates network connetions using the Client for ReactOS Networks, File and Print Sharing for ReactOS Networks, and the TCP/IP transport protocol with automatic addressing.", IDC_STATIC, 65, 45, 240, 30 + LTEXT "Allows you to manually configure network components.", IDC_STATIC, 65, 90, 243, 20 +END + +IDD_NETWORKCOMPPAGE DIALOGEX 0, 0, 317, 143 +STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU +CAPTION "ReactOS Setup" +FONT 8, "MS Shell Dlg" +BEGIN + LTEXT "For Device:", IDC_STATIC, 33, 2, 100, 20 + LTEXT "n/a", IDC_NETWORK_DEVICE, 75, 2, 253, 20 + LTEXT "Components checked are used by this connection:", IDC_STATIC, 33, 12, 253, 20 + CONTROL "", IDC_COMPONENTSLIST, "SysListView32", LVS_REPORT | LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_NOCOLUMNHEADER | LVS_NOSORTHEADER | WS_BORDER | WS_TABSTOP, 33, 22, 250, 50 + PUSHBUTTON "&Install...", IDC_NETWORK_INSTALL, 122, 75, 50, 14, WS_DISABLED | WS_TABSTOP + PUSHBUTTON "&Uninstall", IDC_NETWORK_UNINSTALL, 177, 75, 50, 14, WS_DISABLED | WS_TABSTOP + PUSHBUTTON "&Properties", IDC_NETWORK_PROPERTIES, 232, 75, 50, 14, WS_DISABLED | WS_TABSTOP + GROUPBOX "Description", IDC_STATIC, 33, 90, 250, 50, BS_GROUPBOX +END + +IDD_DOMAINPAGE DIALOGEX 0, 0, 317, 143 +STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU +CAPTION "ReactOS Setup" +FONT 8, "MS Shell Dlg" +BEGIN + LTEXT "Do you want this computer to be a member of a domain?\n\ +(You can obtain this information from your network administator.)", IDC_STATIC, 33, 2, 263, 50 + AUTORADIOBUTTON "No, this computer will be part of a workgroup.", IDC_SELECT_WORKGROUP, 33, 32, 253, 20, WS_TABSTOP | WS_GROUP + AUTORADIOBUTTON "Yes, this computer will be part of a domain.", IDC_SELECT_DOMAIN, 33, 47, 253, 20, WS_TABSTOP + LTEXT "Workgroup or Domain Name:", IDC_STATIC, 33, 72, 126, 14 + EDITTEXT IDC_DOMAIN_NAME, 33, 82, 126, 14, WS_VISIBLE | WS_TABSTOP | ES_AUTOHSCROLL + LTEXT "NOTE: If this computer isn't going to be part of a network, you don't have sufficient rights to join a domain, or you don't know what to enter, then just choose workgroup for now. These options can be changed at a later time.", IDC_STATIC, 33, 107, 263, 50 +END + IDD_PROCESSPAGE DIALOGEX 0, 0, 317, 143 STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU CAPTION "ReactOS Setup" @@ -152,6 +194,12 @@ IDS_LOCALESUBTITLE "You can customize ReactOS for different regions and languages." IDS_DATETIMETITLE "Date and Time" IDS_DATETIMESUBTITLE "Set the correct date and time for your computer." + IDS_NETWORKSETTINGSTITLE "Network Settings" + IDS_NETWORKSETTINGSSUBTITLE "Installs network software used to connect to other networks, computers, and the Internet." + IDS_NETWORKTITLE "Network Components" + IDS_NETWORKSUBTITLE "Determine which networking components are used on your computer. To add new components, click on Install." + IDS_DOMAINTITLE "Workgroup or Computer Domain" + IDS_DOMAINSUBTITLE "A domain is a group of computers defined by a network administator. A workgroup is a group of computers sharing the same workgroup name." IDS_PROCESSTITLE "Registering Components" IDS_PROCESSSUBTITLE "Please wait..." END @@ -186,6 +234,7 @@ IDS_WZD_PASSWORDMATCH "The passwords you entered do not match. Please enter the desired password again." IDS_WZD_PASSWORDCHAR "The password you entered contains invalid characters. Please enter a cleaned password." IDS_WZD_LOCALTIME "Setup was unable to set the local time." + IDS_WZD_DOMAIN_NAME "Setup cannot continue until you\nenter the name of your domain\nor workgroup." END STRINGTABLE Index: dll/win32/syssetup/lang/es-ES.rc =================================================================== --- dll/win32/syssetup/lang/es-ES.rc (revision 70995) +++ dll/win32/syssetup/lang/es-ES.rc (working copy) @@ -84,6 +84,48 @@ AUTOCHECKBOX "Ajustar el reloj automáticamente durante el horario de verano", IDC_AUTODAYLIGHT, 53, 124, 230, 10 //201 END +IDD_NETWORKSETPAGE DIALOGEX 0, 0, 317, 143 +STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU +CAPTION "ReactOS Setup" +FONT 8, "MS Shell Dlg" +BEGIN + ICON IDI_ICON6, IDC_STATIC, 21, 10, 20, 20 + LTEXT "Choose whether to use typical or custom settings:", IDC_STATIC, 53, 7, 240, 20 + AUTORADIOBUTTON "Typical Settings", IDC_NETWORK_TYPICAL, 53, 27, 253, 20, WS_TABSTOP | WS_GROUP + AUTORADIOBUTTON "Custom Settings", IDC_NETWORK_CUSTOM, 53, 72, 253, 20, WS_TABSTOP + LTEXT "Creates network connetions using the Client for ReactOS Networks, File and Print Sharing for ReactOS Networks, and the TCP/IP transport protocol with automatic addressing.", IDC_STATIC, 65, 45, 240, 30 + LTEXT "Allows you to manually configure network components.", IDC_STATIC, 65, 90, 243, 20 +END + +IDD_NETWORKCOMPPAGE DIALOGEX 0, 0, 317, 143 +STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU +CAPTION "ReactOS Setup" +FONT 8, "MS Shell Dlg" +BEGIN + LTEXT "For Device:", IDC_STATIC, 33, 2, 100, 20 + LTEXT "n/a", IDC_NETWORK_DEVICE, 75, 2, 253, 20 + LTEXT "Components checked are used by this connection:", IDC_STATIC, 33, 12, 253, 20 + CONTROL "", IDC_COMPONENTSLIST, "SysListView32", LVS_REPORT | LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_NOCOLUMNHEADER | LVS_NOSORTHEADER | WS_BORDER | WS_TABSTOP, 33, 22, 250, 50 + PUSHBUTTON "&Install...", IDC_NETWORK_INSTALL, 122, 75, 50, 14, WS_DISABLED | WS_TABSTOP + PUSHBUTTON "&Uninstall", IDC_NETWORK_UNINSTALL, 177, 75, 50, 14, WS_DISABLED | WS_TABSTOP + PUSHBUTTON "&Properties", IDC_NETWORK_PROPERTIES, 232, 75, 50, 14, WS_DISABLED | WS_TABSTOP + GROUPBOX "Description", IDC_STATIC, 33, 90, 250, 50, BS_GROUPBOX +END + +IDD_DOMAINPAGE DIALOGEX 0, 0, 317, 143 +STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU +CAPTION "ReactOS Setup" +FONT 8, "MS Shell Dlg" +BEGIN + LTEXT "Do you want this computer to be a member of a domain?\n\ +(You can obtain this information from your network administator.)", IDC_STATIC, 33, 2, 263, 50 + AUTORADIOBUTTON "No, this computer will be part of a workgroup.", IDC_SELECT_WORKGROUP, 33, 32, 253, 20, WS_TABSTOP | WS_GROUP + AUTORADIOBUTTON "Yes, this computer will be part of a domain.", IDC_SELECT_DOMAIN, 33, 47, 253, 20, WS_TABSTOP + LTEXT "Workgroup or Domain Name:", IDC_STATIC, 33, 72, 126, 14 + EDITTEXT IDC_DOMAIN_NAME, 33, 82, 126, 14, WS_VISIBLE | WS_TABSTOP | ES_AUTOHSCROLL + LTEXT "NOTE: If this computer isn't going to be part of a network, you don't have sufficient rights to join a domain, or you don't know what to enter, then just choose workgroup for now. These options can be changed at a later time.", IDC_STATIC, 33, 107, 263, 50 +END + IDD_PROCESSPAGE DIALOGEX 0, 0, 317, 143 STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU CAPTION "Instalación de ReactOS" @@ -134,6 +176,12 @@ IDS_LOCALESUBTITLE "Puede personalizar ReactOS para diferentes regiones e idiomas." IDS_DATETIMETITLE "Fecha y hora" IDS_DATETIMESUBTITLE "Fije la fecha y hora correcta de su equipo." + IDS_NETWORKSETTINGSTITLE "Network Settings" + IDS_NETWORKSETTINGSSUBTITLE "Installs network software used to connect to other networks, computers, and the Internet." + IDS_NETWORKTITLE "Network Components" + IDS_NETWORKSUBTITLE "Determine which networking components are used on your computer. To add new components, click on Install." + IDS_DOMAINTITLE "Workgroup or Computer Domain" + IDS_DOMAINSUBTITLE "A domain is a group of computers defined by a network administator. A workgroup is a group of computers sharing the same workgroup name." IDS_PROCESSTITLE "Registrando componentes" IDS_PROCESSSUBTITLE "Espere un momento..." END Index: dll/win32/syssetup/lang/et-EE.rc =================================================================== --- dll/win32/syssetup/lang/et-EE.rc (revision 70995) +++ dll/win32/syssetup/lang/et-EE.rc (working copy) @@ -83,6 +83,48 @@ AUTOCHECKBOX "Säti &suveajale üleminekul kellaaeg automaatselt", IDC_AUTODAYLIGHT, 53, 124, 201, 10 END +IDD_NETWORKSETPAGE DIALOGEX 0, 0, 317, 143 +STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU +CAPTION "ReactOS Setup" +FONT 8, "MS Shell Dlg" +BEGIN + ICON IDI_ICON6, IDC_STATIC, 21, 10, 20, 20 + LTEXT "Choose whether to use typical or custom settings:", IDC_STATIC, 53, 7, 240, 20 + AUTORADIOBUTTON "Typical Settings", IDC_NETWORK_TYPICAL, 53, 27, 253, 20, WS_TABSTOP | WS_GROUP + AUTORADIOBUTTON "Custom Settings", IDC_NETWORK_CUSTOM, 53, 72, 253, 20, WS_TABSTOP + LTEXT "Creates network connetions using the Client for ReactOS Networks, File and Print Sharing for ReactOS Networks, and the TCP/IP transport protocol with automatic addressing.", IDC_STATIC, 65, 45, 240, 30 + LTEXT "Allows you to manually configure network components.", IDC_STATIC, 65, 90, 243, 20 +END + +IDD_NETWORKCOMPPAGE DIALOGEX 0, 0, 317, 143 +STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU +CAPTION "ReactOS Setup" +FONT 8, "MS Shell Dlg" +BEGIN + LTEXT "For Device:", IDC_STATIC, 33, 2, 100, 20 + LTEXT "n/a", IDC_NETWORK_DEVICE, 75, 2, 253, 20 + LTEXT "Components checked are used by this connection:", IDC_STATIC, 33, 12, 253, 20 + CONTROL "", IDC_COMPONENTSLIST, "SysListView32", LVS_REPORT | LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_NOCOLUMNHEADER | LVS_NOSORTHEADER | WS_BORDER | WS_TABSTOP, 33, 22, 250, 50 + PUSHBUTTON "&Install...", IDC_NETWORK_INSTALL, 122, 75, 50, 14, WS_DISABLED | WS_TABSTOP + PUSHBUTTON "&Uninstall", IDC_NETWORK_UNINSTALL, 177, 75, 50, 14, WS_DISABLED | WS_TABSTOP + PUSHBUTTON "&Properties", IDC_NETWORK_PROPERTIES, 232, 75, 50, 14, WS_DISABLED | WS_TABSTOP + GROUPBOX "Description", IDC_STATIC, 33, 90, 250, 50, BS_GROUPBOX +END + +IDD_DOMAINPAGE DIALOGEX 0, 0, 317, 143 +STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU +CAPTION "ReactOS Setup" +FONT 8, "MS Shell Dlg" +BEGIN + LTEXT "Do you want this computer to be a member of a domain?\n\ +(You can obtain this information from your network administator.)", IDC_STATIC, 33, 2, 263, 50 + AUTORADIOBUTTON "No, this computer will be part of a workgroup.", IDC_SELECT_WORKGROUP, 33, 32, 253, 20, WS_TABSTOP | WS_GROUP + AUTORADIOBUTTON "Yes, this computer will be part of a domain.", IDC_SELECT_DOMAIN, 33, 47, 253, 20, WS_TABSTOP + LTEXT "Workgroup or Domain Name:", IDC_STATIC, 33, 72, 126, 14 + EDITTEXT IDC_DOMAIN_NAME, 33, 82, 126, 14, WS_VISIBLE | WS_TABSTOP | ES_AUTOHSCROLL + LTEXT "NOTE: If this computer isn't going to be part of a network, you don't have sufficient rights to join a domain, or you don't know what to enter, then just choose workgroup for now. These options can be changed at a later time.", IDC_STATIC, 33, 107, 263, 50 +END + IDD_PROCESSPAGE DIALOGEX 0, 0, 317, 143 STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU CAPTION "ReactOSi paigaldamine" @@ -133,6 +175,12 @@ IDS_LOCALESUBTITLE "ReactOSi saab kohandada erinevatele regioonidele ja keeltele vastavaks." IDS_DATETIMETITLE "Kuupäev ja kellaaeg" IDS_DATETIMESUBTITLE "Sisesta õige kellaaeg ja kuupäev." + IDS_NETWORKSETTINGSTITLE "Network Settings" + IDS_NETWORKSETTINGSSUBTITLE "Installs network software used to connect to other networks, computers, and the Internet." + IDS_NETWORKTITLE "Network Components" + IDS_NETWORKSUBTITLE "Determine which networking components are used on your computer. To add new components, click on Install." + IDS_DOMAINTITLE "Workgroup or Computer Domain" + IDS_DOMAINSUBTITLE "A domain is a group of computers defined by a network administator. A workgroup is a group of computers sharing the same workgroup name." IDS_PROCESSTITLE "Komponentide registreerimine" IDS_PROCESSSUBTITLE "Palun oota..." END Index: dll/win32/syssetup/lang/fr-FR.rc =================================================================== --- dll/win32/syssetup/lang/fr-FR.rc (revision 70995) +++ dll/win32/syssetup/lang/fr-FR.rc (working copy) @@ -83,6 +83,48 @@ AUTOCHECKBOX "Ajuster automatiquement l'horloge pour l'heure &d'été", IDC_AUTODAYLIGHT, 53, 124, 201, 10 END +IDD_NETWORKSETPAGE DIALOGEX 0, 0, 317, 143 +STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU +CAPTION "ReactOS Setup" +FONT 8, "MS Shell Dlg" +BEGIN + ICON IDI_ICON6, IDC_STATIC, 21, 10, 20, 20 + LTEXT "Choose whether to use typical or custom settings:", IDC_STATIC, 53, 7, 240, 20 + AUTORADIOBUTTON "Typical Settings", IDC_NETWORK_TYPICAL, 53, 27, 253, 20, WS_TABSTOP | WS_GROUP + AUTORADIOBUTTON "Custom Settings", IDC_NETWORK_CUSTOM, 53, 72, 253, 20, WS_TABSTOP + LTEXT "Creates network connetions using the Client for ReactOS Networks, File and Print Sharing for ReactOS Networks, and the TCP/IP transport protocol with automatic addressing.", IDC_STATIC, 65, 45, 240, 30 + LTEXT "Allows you to manually configure network components.", IDC_STATIC, 65, 90, 243, 20 +END + +IDD_NETWORKCOMPPAGE DIALOGEX 0, 0, 317, 143 +STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU +CAPTION "ReactOS Setup" +FONT 8, "MS Shell Dlg" +BEGIN + LTEXT "For Device:", IDC_STATIC, 33, 2, 100, 20 + LTEXT "n/a", IDC_NETWORK_DEVICE, 75, 2, 253, 20 + LTEXT "Components checked are used by this connection:", IDC_STATIC, 33, 12, 253, 20 + CONTROL "", IDC_COMPONENTSLIST, "SysListView32", LVS_REPORT | LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_NOCOLUMNHEADER | LVS_NOSORTHEADER | WS_BORDER | WS_TABSTOP, 33, 22, 250, 50 + PUSHBUTTON "&Install...", IDC_NETWORK_INSTALL, 122, 75, 50, 14, WS_DISABLED | WS_TABSTOP + PUSHBUTTON "&Uninstall", IDC_NETWORK_UNINSTALL, 177, 75, 50, 14, WS_DISABLED | WS_TABSTOP + PUSHBUTTON "&Properties", IDC_NETWORK_PROPERTIES, 232, 75, 50, 14, WS_DISABLED | WS_TABSTOP + GROUPBOX "Description", IDC_STATIC, 33, 90, 250, 50, BS_GROUPBOX +END + +IDD_DOMAINPAGE DIALOGEX 0, 0, 317, 143 +STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU +CAPTION "ReactOS Setup" +FONT 8, "MS Shell Dlg" +BEGIN + LTEXT "Do you want this computer to be a member of a domain?\n\ +(You can obtain this information from your network administator.)", IDC_STATIC, 33, 2, 263, 50 + AUTORADIOBUTTON "No, this computer will be part of a workgroup.", IDC_SELECT_WORKGROUP, 33, 32, 253, 20, WS_TABSTOP | WS_GROUP + AUTORADIOBUTTON "Yes, this computer will be part of a domain.", IDC_SELECT_DOMAIN, 33, 47, 253, 20, WS_TABSTOP + LTEXT "Workgroup or Domain Name:", IDC_STATIC, 33, 72, 126, 14 + EDITTEXT IDC_DOMAIN_NAME, 33, 82, 126, 14, WS_VISIBLE | WS_TABSTOP | ES_AUTOHSCROLL + LTEXT "NOTE: If this computer isn't going to be part of a network, you don't have sufficient rights to join a domain, or you don't know what to enter, then just choose workgroup for now. These options can be changed at a later time.", IDC_STATIC, 33, 107, 263, 50 +END + IDD_PROCESSPAGE DIALOGEX 0, 0, 317, 143 STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU CAPTION "Installation de ReactOS" @@ -133,6 +175,12 @@ IDS_LOCALESUBTITLE "Vous pouvez modifier ReactOS pour différentes régions et langues." IDS_DATETIMETITLE "Date et Heure" IDS_DATETIMESUBTITLE "Configurez la date et l'heure correcte pour votre ordinateur." + IDS_NETWORKSETTINGSTITLE "Network Settings" + IDS_NETWORKSETTINGSSUBTITLE "Installs network software used to connect to other networks, computers, and the Internet." + IDS_NETWORKTITLE "Network Components" + IDS_NETWORKSUBTITLE "Determine which networking components are used on your computer. To add new components, click on Install." + IDS_DOMAINTITLE "Workgroup or Computer Domain" + IDS_DOMAINSUBTITLE "A domain is a group of computers defined by a network administator. A workgroup is a group of computers sharing the same workgroup name." IDS_PROCESSTITLE "Enregistrement des composants" IDS_PROCESSSUBTITLE "Veuillez patienter..." END Index: dll/win32/syssetup/lang/he-IL.rc =================================================================== --- dll/win32/syssetup/lang/he-IL.rc (revision 70995) +++ dll/win32/syssetup/lang/he-IL.rc (working copy) @@ -83,6 +83,48 @@ AUTOCHECKBOX "Automatically adjust clock for &daylight saving changes", IDC_AUTODAYLIGHT, 53, 124, 201, 10 END +IDD_NETWORKSETPAGE DIALOGEX 0, 0, 317, 143 +STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU +CAPTION "ReactOS Setup" +FONT 8, "MS Shell Dlg" +BEGIN + ICON IDI_ICON6, IDC_STATIC, 21, 10, 20, 20 + LTEXT "Choose whether to use typical or custom settings:", IDC_STATIC, 53, 7, 240, 20 + AUTORADIOBUTTON "Typical Settings", IDC_NETWORK_TYPICAL, 53, 27, 253, 20, WS_TABSTOP | WS_GROUP + AUTORADIOBUTTON "Custom Settings", IDC_NETWORK_CUSTOM, 53, 72, 253, 20, WS_TABSTOP + LTEXT "Creates network connetions using the Client for ReactOS Networks, File and Print Sharing for ReactOS Networks, and the TCP/IP transport protocol with automatic addressing.", IDC_STATIC, 65, 45, 240, 30 + LTEXT "Allows you to manually configure network components.", IDC_STATIC, 65, 90, 243, 20 +END + +IDD_NETWORKCOMPPAGE DIALOGEX 0, 0, 317, 143 +STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU +CAPTION "ReactOS Setup" +FONT 8, "MS Shell Dlg" +BEGIN + LTEXT "For Device:", IDC_STATIC, 33, 2, 100, 20 + LTEXT "n/a", IDC_NETWORK_DEVICE, 75, 2, 253, 20 + LTEXT "Components checked are used by this connection:", IDC_STATIC, 33, 12, 253, 20 + CONTROL "", IDC_COMPONENTSLIST, "SysListView32", LVS_REPORT | LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_NOCOLUMNHEADER | LVS_NOSORTHEADER | WS_BORDER | WS_TABSTOP, 33, 22, 250, 50 + PUSHBUTTON "&Install...", IDC_NETWORK_INSTALL, 122, 75, 50, 14, WS_DISABLED | WS_TABSTOP + PUSHBUTTON "&Uninstall", IDC_NETWORK_UNINSTALL, 177, 75, 50, 14, WS_DISABLED | WS_TABSTOP + PUSHBUTTON "&Properties", IDC_NETWORK_PROPERTIES, 232, 75, 50, 14, WS_DISABLED | WS_TABSTOP + GROUPBOX "Description", IDC_STATIC, 33, 90, 250, 50, BS_GROUPBOX +END + +IDD_DOMAINPAGE DIALOGEX 0, 0, 317, 143 +STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU +CAPTION "ReactOS Setup" +FONT 8, "MS Shell Dlg" +BEGIN + LTEXT "Do you want this computer to be a member of a domain?\n\ +(You can obtain this information from your network administator.)", IDC_STATIC, 33, 2, 263, 50 + AUTORADIOBUTTON "No, this computer will be part of a workgroup.", IDC_SELECT_WORKGROUP, 33, 32, 253, 20, WS_TABSTOP | WS_GROUP + AUTORADIOBUTTON "Yes, this computer will be part of a domain.", IDC_SELECT_DOMAIN, 33, 47, 253, 20, WS_TABSTOP + LTEXT "Workgroup or Domain Name:", IDC_STATIC, 33, 72, 126, 14 + EDITTEXT IDC_DOMAIN_NAME, 33, 82, 126, 14, WS_VISIBLE | WS_TABSTOP | ES_AUTOHSCROLL + LTEXT "NOTE: If this computer isn't going to be part of a network, you don't have sufficient rights to join a domain, or you don't know what to enter, then just choose workgroup for now. These options can be changed at a later time.", IDC_STATIC, 33, 107, 263, 50 +END + IDD_PROCESSPAGE DIALOGEX 0, 0, 317, 143 STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU CAPTION "התקנת ReactOS" @@ -133,6 +175,12 @@ IDS_LOCALESUBTITLE "You can customize ReactOS for different regions and languages." IDS_DATETIMETITLE "תאריך ושעה" IDS_DATETIMESUBTITLE "Set the correct date and time for your computer." + IDS_NETWORKSETTINGSTITLE "Network Settings" + IDS_NETWORKSETTINGSSUBTITLE "Installs network software used to connect to other networks, computers, and the Internet." + IDS_NETWORKTITLE "Network Components" + IDS_NETWORKSUBTITLE "Determine which networking components are used on your computer. To add new components, click on Install." + IDS_DOMAINTITLE "Workgroup or Computer Domain" + IDS_DOMAINSUBTITLE "A domain is a group of computers defined by a network administator. A workgroup is a group of computers sharing the same workgroup name." IDS_PROCESSTITLE "רושם מרכיבים" IDS_PROCESSSUBTITLE "נא להמתין..." END Index: dll/win32/syssetup/lang/hu-HU.rc =================================================================== --- dll/win32/syssetup/lang/hu-HU.rc (revision 70995) +++ dll/win32/syssetup/lang/hu-HU.rc (working copy) @@ -83,6 +83,48 @@ AUTOCHECKBOX "Automatikus átállás a nyári idõszámításra", IDC_AUTODAYLIGHT, 53, 124, 201, 10 END +IDD_NETWORKSETPAGE DIALOGEX 0, 0, 317, 143 +STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU +CAPTION "ReactOS Setup" +FONT 8, "MS Shell Dlg" +BEGIN + ICON IDI_ICON6, IDC_STATIC, 21, 10, 20, 20 + LTEXT "Choose whether to use typical or custom settings:", IDC_STATIC, 53, 7, 240, 20 + AUTORADIOBUTTON "Typical Settings", IDC_NETWORK_TYPICAL, 53, 27, 253, 20, WS_TABSTOP | WS_GROUP + AUTORADIOBUTTON "Custom Settings", IDC_NETWORK_CUSTOM, 53, 72, 253, 20, WS_TABSTOP + LTEXT "Creates network connetions using the Client for ReactOS Networks, File and Print Sharing for ReactOS Networks, and the TCP/IP transport protocol with automatic addressing.", IDC_STATIC, 65, 45, 240, 30 + LTEXT "Allows you to manually configure network components.", IDC_STATIC, 65, 90, 243, 20 +END + +IDD_NETWORKCOMPPAGE DIALOGEX 0, 0, 317, 143 +STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU +CAPTION "ReactOS Setup" +FONT 8, "MS Shell Dlg" +BEGIN + LTEXT "For Device:", IDC_STATIC, 33, 2, 100, 20 + LTEXT "n/a", IDC_NETWORK_DEVICE, 75, 2, 253, 20 + LTEXT "Components checked are used by this connection:", IDC_STATIC, 33, 12, 253, 20 + CONTROL "", IDC_COMPONENTSLIST, "SysListView32", LVS_REPORT | LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_NOCOLUMNHEADER | LVS_NOSORTHEADER | WS_BORDER | WS_TABSTOP, 33, 22, 250, 50 + PUSHBUTTON "&Install...", IDC_NETWORK_INSTALL, 122, 75, 50, 14, WS_DISABLED | WS_TABSTOP + PUSHBUTTON "&Uninstall", IDC_NETWORK_UNINSTALL, 177, 75, 50, 14, WS_DISABLED | WS_TABSTOP + PUSHBUTTON "&Properties", IDC_NETWORK_PROPERTIES, 232, 75, 50, 14, WS_DISABLED | WS_TABSTOP + GROUPBOX "Description", IDC_STATIC, 33, 90, 250, 50, BS_GROUPBOX +END + +IDD_DOMAINPAGE DIALOGEX 0, 0, 317, 143 +STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU +CAPTION "ReactOS Setup" +FONT 8, "MS Shell Dlg" +BEGIN + LTEXT "Do you want this computer to be a member of a domain?\n\ +(You can obtain this information from your network administator.)", IDC_STATIC, 33, 2, 263, 50 + AUTORADIOBUTTON "No, this computer will be part of a workgroup.", IDC_SELECT_WORKGROUP, 33, 32, 253, 20, WS_TABSTOP | WS_GROUP + AUTORADIOBUTTON "Yes, this computer will be part of a domain.", IDC_SELECT_DOMAIN, 33, 47, 253, 20, WS_TABSTOP + LTEXT "Workgroup or Domain Name:", IDC_STATIC, 33, 72, 126, 14 + EDITTEXT IDC_DOMAIN_NAME, 33, 82, 126, 14, WS_VISIBLE | WS_TABSTOP | ES_AUTOHSCROLL + LTEXT "NOTE: If this computer isn't going to be part of a network, you don't have sufficient rights to join a domain, or you don't know what to enter, then just choose workgroup for now. These options can be changed at a later time.", IDC_STATIC, 33, 107, 263, 50 +END + IDD_PROCESSPAGE DIALOGEX 0, 0, 317, 143 STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU CAPTION "ReactOS Telepítõ" @@ -133,6 +175,12 @@ IDS_LOCALESUBTITLE "Beállíthatod, hogy a ReactOS milyen területi és nyelvibeállításokkal mûködjön." IDS_DATETIMETITLE "Dátum és idõ" IDS_DATETIMESUBTITLE "Beállíthatod a számítógép dátumát és óráját." + IDS_NETWORKSETTINGSTITLE "Network Settings" + IDS_NETWORKSETTINGSSUBTITLE "Installs network software used to connect to other networks, computers, and the Internet." + IDS_NETWORKTITLE "Network Components" + IDS_NETWORKSUBTITLE "Determine which networking components are used on your computer. To add new components, click on Install." + IDS_DOMAINTITLE "Workgroup or Computer Domain" + IDS_DOMAINSUBTITLE "A domain is a group of computers defined by a network administator. A workgroup is a group of computers sharing the same workgroup name." IDS_PROCESSTITLE "Process page title" IDS_PROCESSSUBTITLE "Process page subtitle" END Index: dll/win32/syssetup/lang/id-ID.rc =================================================================== --- dll/win32/syssetup/lang/id-ID.rc (revision 70995) +++ dll/win32/syssetup/lang/id-ID.rc (working copy) @@ -83,6 +83,48 @@ AUTOCHECKBOX "Otomatis menyesuaikan waktu atas perubahan &daylight saving", IDC_AUTODAYLIGHT, 53, 124, 201, 10 END +IDD_NETWORKSETPAGE DIALOGEX 0, 0, 317, 143 +STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU +CAPTION "ReactOS Setup" +FONT 8, "MS Shell Dlg" +BEGIN + ICON IDI_ICON6, IDC_STATIC, 21, 10, 20, 20 + LTEXT "Choose whether to use typical or custom settings:", IDC_STATIC, 53, 7, 240, 20 + AUTORADIOBUTTON "Typical Settings", IDC_NETWORK_TYPICAL, 53, 27, 253, 20, WS_TABSTOP | WS_GROUP + AUTORADIOBUTTON "Custom Settings", IDC_NETWORK_CUSTOM, 53, 72, 253, 20, WS_TABSTOP + LTEXT "Creates network connetions using the Client for ReactOS Networks, File and Print Sharing for ReactOS Networks, and the TCP/IP transport protocol with automatic addressing.", IDC_STATIC, 65, 45, 240, 30 + LTEXT "Allows you to manually configure network components.", IDC_STATIC, 65, 90, 243, 20 +END + +IDD_NETWORKCOMPPAGE DIALOGEX 0, 0, 317, 143 +STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU +CAPTION "ReactOS Setup" +FONT 8, "MS Shell Dlg" +BEGIN + LTEXT "For Device:", IDC_STATIC, 33, 2, 100, 20 + LTEXT "n/a", IDC_NETWORK_DEVICE, 75, 2, 253, 20 + LTEXT "Components checked are used by this connection:", IDC_STATIC, 33, 12, 253, 20 + CONTROL "", IDC_COMPONENTSLIST, "SysListView32", LVS_REPORT | LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_NOCOLUMNHEADER | LVS_NOSORTHEADER | WS_BORDER | WS_TABSTOP, 33, 22, 250, 50 + PUSHBUTTON "&Install...", IDC_NETWORK_INSTALL, 122, 75, 50, 14, WS_DISABLED | WS_TABSTOP + PUSHBUTTON "&Uninstall", IDC_NETWORK_UNINSTALL, 177, 75, 50, 14, WS_DISABLED | WS_TABSTOP + PUSHBUTTON "&Properties", IDC_NETWORK_PROPERTIES, 232, 75, 50, 14, WS_DISABLED | WS_TABSTOP + GROUPBOX "Description", IDC_STATIC, 33, 90, 250, 50, BS_GROUPBOX +END + +IDD_DOMAINPAGE DIALOGEX 0, 0, 317, 143 +STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU +CAPTION "ReactOS Setup" +FONT 8, "MS Shell Dlg" +BEGIN + LTEXT "Do you want this computer to be a member of a domain?\n\ +(You can obtain this information from your network administator.)", IDC_STATIC, 33, 2, 263, 50 + AUTORADIOBUTTON "No, this computer will be part of a workgroup.", IDC_SELECT_WORKGROUP, 33, 32, 253, 20, WS_TABSTOP | WS_GROUP + AUTORADIOBUTTON "Yes, this computer will be part of a domain.", IDC_SELECT_DOMAIN, 33, 47, 253, 20, WS_TABSTOP + LTEXT "Workgroup or Domain Name:", IDC_STATIC, 33, 72, 126, 14 + EDITTEXT IDC_DOMAIN_NAME, 33, 82, 126, 14, WS_VISIBLE | WS_TABSTOP | ES_AUTOHSCROLL + LTEXT "NOTE: If this computer isn't going to be part of a network, you don't have sufficient rights to join a domain, or you don't know what to enter, then just choose workgroup for now. These options can be changed at a later time.", IDC_STATIC, 33, 107, 263, 50 +END + IDD_PROCESSPAGE DIALOGEX 0, 0, 317, 143 STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU CAPTION "Setup ReactOS" @@ -133,6 +175,12 @@ IDS_LOCALESUBTITLE "Anda bisa mengkustomisasi ReactOS untuk regional dan bahasa berbeda." IDS_DATETIMETITLE "Tanggal dan Jam" IDS_DATETIMESUBTITLE "Setel tanggal dan jam yang benar untuk komputer anda." + IDS_NETWORKSETTINGSTITLE "Network Settings" + IDS_NETWORKSETTINGSSUBTITLE "Installs network software used to connect to other networks, computers, and the Internet." + IDS_NETWORKTITLE "Network Components" + IDS_NETWORKSUBTITLE "Determine which networking components are used on your computer. To add new components, click on Install." + IDS_DOMAINTITLE "Workgroup or Computer Domain" + IDS_DOMAINSUBTITLE "A domain is a group of computers defined by a network administator. A workgroup is a group of computers sharing the same workgroup name." IDS_PROCESSTITLE "Judul halaman proses" IDS_PROCESSSUBTITLE "Subjudul halaman proses" END Index: dll/win32/syssetup/lang/it-IT.rc =================================================================== --- dll/win32/syssetup/lang/it-IT.rc (revision 70995) +++ dll/win32/syssetup/lang/it-IT.rc (working copy) @@ -83,6 +83,48 @@ AUTOCHECKBOX "Cambia automaticamente con l'ora &legale", IDC_AUTODAYLIGHT, 53, 124, 201, 10 END +IDD_NETWORKSETPAGE DIALOGEX 0, 0, 317, 143 +STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU +CAPTION "ReactOS Setup" +FONT 8, "MS Shell Dlg" +BEGIN + ICON IDI_ICON6, IDC_STATIC, 21, 10, 20, 20 + LTEXT "Choose whether to use typical or custom settings:", IDC_STATIC, 53, 7, 240, 20 + AUTORADIOBUTTON "Typical Settings", IDC_NETWORK_TYPICAL, 53, 27, 253, 20, WS_TABSTOP | WS_GROUP + AUTORADIOBUTTON "Custom Settings", IDC_NETWORK_CUSTOM, 53, 72, 253, 20, WS_TABSTOP + LTEXT "Creates network connetions using the Client for ReactOS Networks, File and Print Sharing for ReactOS Networks, and the TCP/IP transport protocol with automatic addressing.", IDC_STATIC, 65, 45, 240, 30 + LTEXT "Allows you to manually configure network components.", IDC_STATIC, 65, 90, 243, 20 +END + +IDD_NETWORKCOMPPAGE DIALOGEX 0, 0, 317, 143 +STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU +CAPTION "ReactOS Setup" +FONT 8, "MS Shell Dlg" +BEGIN + LTEXT "For Device:", IDC_STATIC, 33, 2, 100, 20 + LTEXT "n/a", IDC_NETWORK_DEVICE, 75, 2, 253, 20 + LTEXT "Components checked are used by this connection:", IDC_STATIC, 33, 12, 253, 20 + CONTROL "", IDC_COMPONENTSLIST, "SysListView32", LVS_REPORT | LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_NOCOLUMNHEADER | LVS_NOSORTHEADER | WS_BORDER | WS_TABSTOP, 33, 22, 250, 50 + PUSHBUTTON "&Install...", IDC_NETWORK_INSTALL, 122, 75, 50, 14, WS_DISABLED | WS_TABSTOP + PUSHBUTTON "&Uninstall", IDC_NETWORK_UNINSTALL, 177, 75, 50, 14, WS_DISABLED | WS_TABSTOP + PUSHBUTTON "&Properties", IDC_NETWORK_PROPERTIES, 232, 75, 50, 14, WS_DISABLED | WS_TABSTOP + GROUPBOX "Description", IDC_STATIC, 33, 90, 250, 50, BS_GROUPBOX +END + +IDD_DOMAINPAGE DIALOGEX 0, 0, 317, 143 +STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU +CAPTION "ReactOS Setup" +FONT 8, "MS Shell Dlg" +BEGIN + LTEXT "Do you want this computer to be a member of a domain?\n\ +(You can obtain this information from your network administator.)", IDC_STATIC, 33, 2, 263, 50 + AUTORADIOBUTTON "No, this computer will be part of a workgroup.", IDC_SELECT_WORKGROUP, 33, 32, 253, 20, WS_TABSTOP | WS_GROUP + AUTORADIOBUTTON "Yes, this computer will be part of a domain.", IDC_SELECT_DOMAIN, 33, 47, 253, 20, WS_TABSTOP + LTEXT "Workgroup or Domain Name:", IDC_STATIC, 33, 72, 126, 14 + EDITTEXT IDC_DOMAIN_NAME, 33, 82, 126, 14, WS_VISIBLE | WS_TABSTOP | ES_AUTOHSCROLL + LTEXT "NOTE: If this computer isn't going to be part of a network, you don't have sufficient rights to join a domain, or you don't know what to enter, then just choose workgroup for now. These options can be changed at a later time.", IDC_STATIC, 33, 107, 263, 50 +END + IDD_PROCESSPAGE DIALOGEX 0, 0, 317, 143 STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU CAPTION "Installazione di ReactOS" @@ -133,6 +175,12 @@ IDS_LOCALESUBTITLE "È possibile personalizzare ReactOS per regioni e lingue differenti." IDS_DATETIMETITLE "Data e ora" IDS_DATETIMESUBTITLE "Impostare la data e l'ora corrette per il proprio computer." + IDS_NETWORKSETTINGSTITLE "Network Settings" + IDS_NETWORKSETTINGSSUBTITLE "Installs network software used to connect to other networks, computers, and the Internet." + IDS_NETWORKTITLE "Network Components" + IDS_NETWORKSUBTITLE "Determine which networking components are used on your computer. To add new components, click on Install." + IDS_DOMAINTITLE "Workgroup or Computer Domain" + IDS_DOMAINSUBTITLE "A domain is a group of computers defined by a network administator. A workgroup is a group of computers sharing the same workgroup name." IDS_PROCESSTITLE "Registrazione dei componenti" IDS_PROCESSSUBTITLE "Attendere prego..." END Index: dll/win32/syssetup/lang/ja-JP.rc =================================================================== --- dll/win32/syssetup/lang/ja-JP.rc (revision 70995) +++ dll/win32/syssetup/lang/ja-JP.rc (working copy) @@ -83,6 +83,48 @@ AUTOCHECKBOX "自動的にサマータイムの調整をする(&D)", IDC_AUTODAYLIGHT, 53, 124, 201, 10 END +IDD_NETWORKSETPAGE DIALOGEX 0, 0, 317, 143 +STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU +CAPTION "ReactOS Setup" +FONT 9, "MS UI Gothic" +BEGIN + ICON IDI_ICON6, IDC_STATIC, 21, 10, 20, 20 + LTEXT "Choose whether to use typical or custom settings:", IDC_STATIC, 53, 7, 240, 20 + AUTORADIOBUTTON "Typical Settings", IDC_NETWORK_TYPICAL, 53, 27, 253, 20, WS_TABSTOP | WS_GROUP + AUTORADIOBUTTON "Custom Settings", IDC_NETWORK_CUSTOM, 53, 72, 253, 20, WS_TABSTOP + LTEXT "Creates network connetions using the Client for ReactOS Networks, File and Print Sharing for ReactOS Networks, and the TCP/IP transport protocol with automatic addressing.", IDC_STATIC, 65, 45, 240, 30 + LTEXT "Allows you to manually configure network components.", IDC_STATIC, 65, 90, 243, 20 +END + +IDD_NETWORKCOMPPAGE DIALOGEX 0, 0, 317, 143 +STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU +CAPTION "ReactOS Setup" +FONT 9, "MS UI Gothic" +BEGIN + LTEXT "For Device:", IDC_STATIC, 33, 2, 100, 20 + LTEXT "n/a", IDC_NETWORK_DEVICE, 75, 2, 253, 20 + LTEXT "Components checked are used by this connection:", IDC_STATIC, 33, 12, 253, 20 + CONTROL "", IDC_COMPONENTSLIST, "SysListView32", LVS_REPORT | LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_NOCOLUMNHEADER | LVS_NOSORTHEADER | WS_BORDER | WS_TABSTOP, 33, 22, 250, 50 + PUSHBUTTON "&Install...", IDC_NETWORK_INSTALL, 122, 75, 50, 14, WS_DISABLED | WS_TABSTOP + PUSHBUTTON "&Uninstall", IDC_NETWORK_UNINSTALL, 177, 75, 50, 14, WS_DISABLED | WS_TABSTOP + PUSHBUTTON "&Properties", IDC_NETWORK_PROPERTIES, 232, 75, 50, 14, WS_DISABLED | WS_TABSTOP + GROUPBOX "Description", IDC_STATIC, 33, 90, 250, 50, BS_GROUPBOX +END + +IDD_DOMAINPAGE DIALOGEX 0, 0, 317, 143 +STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU +CAPTION "ReactOS Setup" +FONT 9, "MS UI Gothic" +BEGIN + LTEXT "Do you want this computer to be a member of a domain?\n\ +(You can obtain this information from your network administator.)", IDC_STATIC, 33, 2, 263, 50 + AUTORADIOBUTTON "No, this computer will be part of a workgroup.", IDC_SELECT_WORKGROUP, 33, 32, 253, 20, WS_TABSTOP | WS_GROUP + AUTORADIOBUTTON "Yes, this computer will be part of a domain.", IDC_SELECT_DOMAIN, 33, 47, 253, 20, WS_TABSTOP + LTEXT "Workgroup or Domain Name:", IDC_STATIC, 33, 72, 126, 14 + EDITTEXT IDC_DOMAIN_NAME, 33, 82, 126, 14, WS_VISIBLE | WS_TABSTOP | ES_AUTOHSCROLL + LTEXT "NOTE: If this computer isn't going to be part of a network, you don't have sufficient rights to join a domain, or you don't know what to enter, then just choose workgroup for now. These options can be changed at a later time.", IDC_STATIC, 33, 107, 263, 50 +END + IDD_PROCESSPAGE DIALOGEX 0, 0, 317, 143 STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU CAPTION "ReactOS セットアップ" @@ -133,6 +175,12 @@ IDS_LOCALESUBTITLE "ReactOS を様々な地域と言語にあわせてカスタマイズすることができます。" IDS_DATETIMETITLE "日付と時刻" IDS_DATETIMESUBTITLE "コンピュータの日付と時刻を正しく設定してください。" + IDS_NETWORKSETTINGSTITLE "Network Settings" + IDS_NETWORKSETTINGSSUBTITLE "Installs network software used to connect to other networks, computers, and the Internet." + IDS_NETWORKTITLE "Network Components" + IDS_NETWORKSUBTITLE "Determine which networking components are used on your computer. To add new components, click on Install." + IDS_DOMAINTITLE "Workgroup or Computer Domain" + IDS_DOMAINSUBTITLE "A domain is a group of computers defined by a network administator. A workgroup is a group of computers sharing the same workgroup name." IDS_PROCESSTITLE "コンポーネントの登録中" IDS_PROCESSSUBTITLE "お待ちください..." END Index: dll/win32/syssetup/lang/nl-NL.rc =================================================================== --- dll/win32/syssetup/lang/nl-NL.rc (revision 70995) +++ dll/win32/syssetup/lang/nl-NL.rc (working copy) @@ -83,6 +83,48 @@ AUTOCHECKBOX "Automatically adjust clock for &daylight saving changes", IDC_AUTODAYLIGHT, 53, 124, 201, 10 END +IDD_NETWORKSETPAGE DIALOGEX 0, 0, 317, 143 +STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU +CAPTION "ReactOS Setup" +FONT 8, "MS Shell Dlg" +BEGIN + ICON IDI_ICON6, IDC_STATIC, 21, 10, 20, 20 + LTEXT "Choose whether to use typical or custom settings:", IDC_STATIC, 53, 7, 240, 20 + AUTORADIOBUTTON "Typical Settings", IDC_NETWORK_TYPICAL, 53, 27, 253, 20, WS_TABSTOP | WS_GROUP + AUTORADIOBUTTON "Custom Settings", IDC_NETWORK_CUSTOM, 53, 72, 253, 20, WS_TABSTOP + LTEXT "Creates network connetions using the Client for ReactOS Networks, File and Print Sharing for ReactOS Networks, and the TCP/IP transport protocol with automatic addressing.", IDC_STATIC, 65, 45, 240, 30 + LTEXT "Allows you to manually configure network components.", IDC_STATIC, 65, 90, 243, 20 +END + +IDD_NETWORKCOMPPAGE DIALOGEX 0, 0, 317, 143 +STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU +CAPTION "ReactOS Setup" +FONT 8, "MS Shell Dlg" +BEGIN + LTEXT "For Device:", IDC_STATIC, 33, 2, 100, 20 + LTEXT "n/a", IDC_NETWORK_DEVICE, 75, 2, 253, 20 + LTEXT "Components checked are used by this connection:", IDC_STATIC, 33, 12, 253, 20 + CONTROL "", IDC_COMPONENTSLIST, "SysListView32", LVS_REPORT | LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_NOCOLUMNHEADER | LVS_NOSORTHEADER | WS_BORDER | WS_TABSTOP, 33, 22, 250, 50 + PUSHBUTTON "&Install...", IDC_NETWORK_INSTALL, 122, 75, 50, 14, WS_DISABLED | WS_TABSTOP + PUSHBUTTON "&Uninstall", IDC_NETWORK_UNINSTALL, 177, 75, 50, 14, WS_DISABLED | WS_TABSTOP + PUSHBUTTON "&Properties", IDC_NETWORK_PROPERTIES, 232, 75, 50, 14, WS_DISABLED | WS_TABSTOP + GROUPBOX "Description", IDC_STATIC, 33, 90, 250, 50, BS_GROUPBOX +END + +IDD_DOMAINPAGE DIALOGEX 0, 0, 317, 143 +STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU +CAPTION "ReactOS Setup" +FONT 8, "MS Shell Dlg" +BEGIN + LTEXT "Do you want this computer to be a member of a domain?\n\ +(You can obtain this information from your network administator.)", IDC_STATIC, 33, 2, 263, 50 + AUTORADIOBUTTON "No, this computer will be part of a workgroup.", IDC_SELECT_WORKGROUP, 33, 32, 253, 20, WS_TABSTOP | WS_GROUP + AUTORADIOBUTTON "Yes, this computer will be part of a domain.", IDC_SELECT_DOMAIN, 33, 47, 253, 20, WS_TABSTOP + LTEXT "Workgroup or Domain Name:", IDC_STATIC, 33, 72, 126, 14 + EDITTEXT IDC_DOMAIN_NAME, 33, 82, 126, 14, WS_VISIBLE | WS_TABSTOP | ES_AUTOHSCROLL + LTEXT "NOTE: If this computer isn't going to be part of a network, you don't have sufficient rights to join a domain, or you don't know what to enter, then just choose workgroup for now. These options can be changed at a later time.", IDC_STATIC, 33, 107, 263, 50 +END + IDD_PROCESSPAGE DIALOGEX 0, 0, 317, 143 STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU CAPTION "ReactOS Setup" @@ -133,6 +175,12 @@ IDS_LOCALESUBTITLE "You can customize ReactOS for different regions and languages." IDS_DATETIMETITLE "Date and Time" IDS_DATETIMESUBTITLE "Set the correct date and time for your computer." + IDS_NETWORKSETTINGSTITLE "Network Settings" + IDS_NETWORKSETTINGSSUBTITLE "Installs network software used to connect to other networks, computers, and the Internet." + IDS_NETWORKTITLE "Network Components" + IDS_NETWORKSUBTITLE "Determine which networking components are used on your computer. To add new components, click on Install." + IDS_DOMAINTITLE "Workgroup or Computer Domain" + IDS_DOMAINSUBTITLE "A domain is a group of computers defined by a network administator. A workgroup is a group of computers sharing the same workgroup name." IDS_PROCESSTITLE "Registering Components" IDS_PROCESSSUBTITLE "Please wait..." END Index: dll/win32/syssetup/lang/no-NO.rc =================================================================== --- dll/win32/syssetup/lang/no-NO.rc (revision 70995) +++ dll/win32/syssetup/lang/no-NO.rc (working copy) @@ -83,6 +83,48 @@ AUTOCHECKBOX "Juster klokken automatisk for &sommertid", IDC_AUTODAYLIGHT, 53, 124, 201, 10 END +IDD_NETWORKSETPAGE DIALOGEX 0, 0, 317, 143 +STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU +CAPTION "ReactOS Setup" +FONT 8, "MS Shell Dlg" +BEGIN + ICON IDI_ICON6, IDC_STATIC, 21, 10, 20, 20 + LTEXT "Choose whether to use typical or custom settings:", IDC_STATIC, 53, 7, 240, 20 + AUTORADIOBUTTON "Typical Settings", IDC_NETWORK_TYPICAL, 53, 27, 253, 20, WS_TABSTOP | WS_GROUP + AUTORADIOBUTTON "Custom Settings", IDC_NETWORK_CUSTOM, 53, 72, 253, 20, WS_TABSTOP + LTEXT "Creates network connetions using the Client for ReactOS Networks, File and Print Sharing for ReactOS Networks, and the TCP/IP transport protocol with automatic addressing.", IDC_STATIC, 65, 45, 240, 30 + LTEXT "Allows you to manually configure network components.", IDC_STATIC, 65, 90, 243, 20 +END + +IDD_NETWORKCOMPPAGE DIALOGEX 0, 0, 317, 143 +STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU +CAPTION "ReactOS Setup" +FONT 8, "MS Shell Dlg" +BEGIN + LTEXT "For Device:", IDC_STATIC, 33, 2, 100, 20 + LTEXT "n/a", IDC_NETWORK_DEVICE, 75, 2, 253, 20 + LTEXT "Components checked are used by this connection:", IDC_STATIC, 33, 12, 253, 20 + CONTROL "", IDC_COMPONENTSLIST, "SysListView32", LVS_REPORT | LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_NOCOLUMNHEADER | LVS_NOSORTHEADER | WS_BORDER | WS_TABSTOP, 33, 22, 250, 50 + PUSHBUTTON "&Install...", IDC_NETWORK_INSTALL, 122, 75, 50, 14, WS_DISABLED | WS_TABSTOP + PUSHBUTTON "&Uninstall", IDC_NETWORK_UNINSTALL, 177, 75, 50, 14, WS_DISABLED | WS_TABSTOP + PUSHBUTTON "&Properties", IDC_NETWORK_PROPERTIES, 232, 75, 50, 14, WS_DISABLED | WS_TABSTOP + GROUPBOX "Description", IDC_STATIC, 33, 90, 250, 50, BS_GROUPBOX +END + +IDD_DOMAINPAGE DIALOGEX 0, 0, 317, 143 +STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU +CAPTION "ReactOS Setup" +FONT 8, "MS Shell Dlg" +BEGIN + LTEXT "Do you want this computer to be a member of a domain?\n\ +(You can obtain this information from your network administator.)", IDC_STATIC, 33, 2, 263, 50 + AUTORADIOBUTTON "No, this computer will be part of a workgroup.", IDC_SELECT_WORKGROUP, 33, 32, 253, 20, WS_TABSTOP | WS_GROUP + AUTORADIOBUTTON "Yes, this computer will be part of a domain.", IDC_SELECT_DOMAIN, 33, 47, 253, 20, WS_TABSTOP + LTEXT "Workgroup or Domain Name:", IDC_STATIC, 33, 72, 126, 14 + EDITTEXT IDC_DOMAIN_NAME, 33, 82, 126, 14, WS_VISIBLE | WS_TABSTOP | ES_AUTOHSCROLL + LTEXT "NOTE: If this computer isn't going to be part of a network, you don't have sufficient rights to join a domain, or you don't know what to enter, then just choose workgroup for now. These options can be changed at a later time.", IDC_STATIC, 33, 107, 263, 50 +END + IDD_PROCESSPAGE DIALOGEX 0, 0, 317, 143 STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU CAPTION "ReactOS installasjon" @@ -133,6 +175,12 @@ IDS_LOCALESUBTITLE "Du kan stille inn ReactOS for andre regioner og språk." IDS_DATETIMETITLE "Dato og tid" IDS_DATETIMESUBTITLE "Still inn dato og tid for din datamaskin." + IDS_NETWORKSETTINGSTITLE "Network Settings" + IDS_NETWORKSETTINGSSUBTITLE "Installs network software used to connect to other networks, computers, and the Internet." + IDS_NETWORKTITLE "Network Components" + IDS_NETWORKSUBTITLE "Determine which networking components are used on your computer. To add new components, click on Install." + IDS_DOMAINTITLE "Workgroup or Computer Domain" + IDS_DOMAINSUBTITLE "A domain is a group of computers defined by a network administator. A workgroup is a group of computers sharing the same workgroup name." IDS_PROCESSTITLE "Bearbeid side tittel" IDS_PROCESSSUBTITLE "Bearbeider side undertittel" END Index: dll/win32/syssetup/lang/pl-PL.rc =================================================================== --- dll/win32/syssetup/lang/pl-PL.rc (revision 70995) +++ dll/win32/syssetup/lang/pl-PL.rc (working copy) @@ -83,6 +83,48 @@ AUTOCHECKBOX "Automatycznie ustaw zegar przy &zmianie czasu (DST)", IDC_AUTODAYLIGHT, 53, 124, 201, 10 END +IDD_NETWORKSETPAGE DIALOGEX 0, 0, 317, 143 +STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU +CAPTION "ReactOS Setup" +FONT 8, "MS Shell Dlg" +BEGIN + ICON IDI_ICON6, IDC_STATIC, 21, 10, 20, 20 + LTEXT "Choose whether to use typical or custom settings:", IDC_STATIC, 53, 7, 240, 20 + AUTORADIOBUTTON "Typical Settings", IDC_NETWORK_TYPICAL, 53, 27, 253, 20, WS_TABSTOP | WS_GROUP + AUTORADIOBUTTON "Custom Settings", IDC_NETWORK_CUSTOM, 53, 72, 253, 20, WS_TABSTOP + LTEXT "Creates network connetions using the Client for ReactOS Networks, File and Print Sharing for ReactOS Networks, and the TCP/IP transport protocol with automatic addressing.", IDC_STATIC, 65, 45, 240, 30 + LTEXT "Allows you to manually configure network components.", IDC_STATIC, 65, 90, 243, 20 +END + +IDD_NETWORKCOMPPAGE DIALOGEX 0, 0, 317, 143 +STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU +CAPTION "ReactOS Setup" +FONT 8, "MS Shell Dlg" +BEGIN + LTEXT "For Device:", IDC_STATIC, 33, 2, 100, 20 + LTEXT "n/a", IDC_NETWORK_DEVICE, 75, 2, 253, 20 + LTEXT "Components checked are used by this connection:", IDC_STATIC, 33, 12, 253, 20 + CONTROL "", IDC_COMPONENTSLIST, "SysListView32", LVS_REPORT | LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_NOCOLUMNHEADER | LVS_NOSORTHEADER | WS_BORDER | WS_TABSTOP, 33, 22, 250, 50 + PUSHBUTTON "&Install...", IDC_NETWORK_INSTALL, 122, 75, 50, 14, WS_DISABLED | WS_TABSTOP + PUSHBUTTON "&Uninstall", IDC_NETWORK_UNINSTALL, 177, 75, 50, 14, WS_DISABLED | WS_TABSTOP + PUSHBUTTON "&Properties", IDC_NETWORK_PROPERTIES, 232, 75, 50, 14, WS_DISABLED | WS_TABSTOP + GROUPBOX "Description", IDC_STATIC, 33, 90, 250, 50, BS_GROUPBOX +END + +IDD_DOMAINPAGE DIALOGEX 0, 0, 317, 143 +STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU +CAPTION "ReactOS Setup" +FONT 8, "MS Shell Dlg" +BEGIN + LTEXT "Do you want this computer to be a member of a domain?\n\ +(You can obtain this information from your network administator.)", IDC_STATIC, 33, 2, 263, 50 + AUTORADIOBUTTON "No, this computer will be part of a workgroup.", IDC_SELECT_WORKGROUP, 33, 32, 253, 20, WS_TABSTOP | WS_GROUP + AUTORADIOBUTTON "Yes, this computer will be part of a domain.", IDC_SELECT_DOMAIN, 33, 47, 253, 20, WS_TABSTOP + LTEXT "Workgroup or Domain Name:", IDC_STATIC, 33, 72, 126, 14 + EDITTEXT IDC_DOMAIN_NAME, 33, 82, 126, 14, WS_VISIBLE | WS_TABSTOP | ES_AUTOHSCROLL + LTEXT "NOTE: If this computer isn't going to be part of a network, you don't have sufficient rights to join a domain, or you don't know what to enter, then just choose workgroup for now. These options can be changed at a later time.", IDC_STATIC, 33, 107, 263, 50 +END + IDD_PROCESSPAGE DIALOGEX 0, 0, 317, 143 STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU CAPTION "Instalator ReactOS" @@ -133,6 +175,12 @@ IDS_LOCALESUBTITLE "Możesz ustawić ReactOS pod kątem języka i sposobu wyświetlania danych." IDS_DATETIMETITLE "Data i czas" IDS_DATETIMESUBTITLE "Ustaw prawidłową datę i czas." + IDS_NETWORKSETTINGSTITLE "Network Settings" + IDS_NETWORKSETTINGSSUBTITLE "Installs network software used to connect to other networks, computers, and the Internet." + IDS_NETWORKTITLE "Network Components" + IDS_NETWORKSUBTITLE "Determine which networking components are used on your computer. To add new components, click on Install." + IDS_DOMAINTITLE "Workgroup or Computer Domain" + IDS_DOMAINSUBTITLE "A domain is a group of computers defined by a network administator. A workgroup is a group of computers sharing the same workgroup name." IDS_PROCESSTITLE "Rejestracja składników" IDS_PROCESSSUBTITLE "Proszę czekać..." END Index: dll/win32/syssetup/lang/pt-BR.rc =================================================================== --- dll/win32/syssetup/lang/pt-BR.rc (revision 70995) +++ dll/win32/syssetup/lang/pt-BR.rc (working copy) @@ -83,6 +83,48 @@ AUTOCHECKBOX "Ajustar o relógio automaticamente para o horário de &verão", IDC_AUTODAYLIGHT, 53, 124, 201, 10 END +IDD_NETWORKSETPAGE DIALOGEX 0, 0, 317, 143 +STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU +CAPTION "ReactOS Setup" +FONT 8, "MS Shell Dlg" +BEGIN + ICON IDI_ICON6, IDC_STATIC, 21, 10, 20, 20 + LTEXT "Choose whether to use typical or custom settings:", IDC_STATIC, 53, 7, 240, 20 + AUTORADIOBUTTON "Typical Settings", IDC_NETWORK_TYPICAL, 53, 27, 253, 20, WS_TABSTOP | WS_GROUP + AUTORADIOBUTTON "Custom Settings", IDC_NETWORK_CUSTOM, 53, 72, 253, 20, WS_TABSTOP + LTEXT "Creates network connetions using the Client for ReactOS Networks, File and Print Sharing for ReactOS Networks, and the TCP/IP transport protocol with automatic addressing.", IDC_STATIC, 65, 45, 240, 30 + LTEXT "Allows you to manually configure network components.", IDC_STATIC, 65, 90, 243, 20 +END + +IDD_NETWORKCOMPPAGE DIALOGEX 0, 0, 317, 143 +STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU +CAPTION "ReactOS Setup" +FONT 8, "MS Shell Dlg" +BEGIN + LTEXT "For Device:", IDC_STATIC, 33, 2, 100, 20 + LTEXT "n/a", IDC_NETWORK_DEVICE, 75, 2, 253, 20 + LTEXT "Components checked are used by this connection:", IDC_STATIC, 33, 12, 253, 20 + CONTROL "", IDC_COMPONENTSLIST, "SysListView32", LVS_REPORT | LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_NOCOLUMNHEADER | LVS_NOSORTHEADER | WS_BORDER | WS_TABSTOP, 33, 22, 250, 50 + PUSHBUTTON "&Install...", IDC_NETWORK_INSTALL, 122, 75, 50, 14, WS_DISABLED | WS_TABSTOP + PUSHBUTTON "&Uninstall", IDC_NETWORK_UNINSTALL, 177, 75, 50, 14, WS_DISABLED | WS_TABSTOP + PUSHBUTTON "&Properties", IDC_NETWORK_PROPERTIES, 232, 75, 50, 14, WS_DISABLED | WS_TABSTOP + GROUPBOX "Description", IDC_STATIC, 33, 90, 250, 50, BS_GROUPBOX +END + +IDD_DOMAINPAGE DIALOGEX 0, 0, 317, 143 +STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU +CAPTION "ReactOS Setup" +FONT 8, "MS Shell Dlg" +BEGIN + LTEXT "Do you want this computer to be a member of a domain?\n\ +(You can obtain this information from your network administator.)", IDC_STATIC, 33, 2, 263, 50 + AUTORADIOBUTTON "No, this computer will be part of a workgroup.", IDC_SELECT_WORKGROUP, 33, 32, 253, 20, WS_TABSTOP | WS_GROUP + AUTORADIOBUTTON "Yes, this computer will be part of a domain.", IDC_SELECT_DOMAIN, 33, 47, 253, 20, WS_TABSTOP + LTEXT "Workgroup or Domain Name:", IDC_STATIC, 33, 72, 126, 14 + EDITTEXT IDC_DOMAIN_NAME, 33, 82, 126, 14, WS_VISIBLE | WS_TABSTOP | ES_AUTOHSCROLL + LTEXT "NOTE: If this computer isn't going to be part of a network, you don't have sufficient rights to join a domain, or you don't know what to enter, then just choose workgroup for now. These options can be changed at a later time.", IDC_STATIC, 33, 107, 263, 50 +END + IDD_PROCESSPAGE DIALOGEX 0, 0, 317, 143 STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU CAPTION "Instalação do ReactOS" @@ -133,6 +175,12 @@ IDS_LOCALESUBTITLE "Você pode personalizar o ReactOS para diferentes regiões e línguas." IDS_DATETIMETITLE "Data e Hora" IDS_DATETIMESUBTITLE "Definir a data e a hora corretas para o seu computador." + IDS_NETWORKSETTINGSTITLE "Network Settings" + IDS_NETWORKSETTINGSSUBTITLE "Installs network software used to connect to other networks, computers, and the Internet." + IDS_NETWORKTITLE "Network Components" + IDS_NETWORKSUBTITLE "Determine which networking components are used on your computer. To add new components, click on Install." + IDS_DOMAINTITLE "Workgroup or Computer Domain" + IDS_DOMAINSUBTITLE "A domain is a group of computers defined by a network administator. A workgroup is a group of computers sharing the same workgroup name." IDS_PROCESSTITLE "Registrando componentes" IDS_PROCESSSUBTITLE "Por favor aguarde..." END Index: dll/win32/syssetup/lang/ro-RO.rc =================================================================== --- dll/win32/syssetup/lang/ro-RO.rc (revision 70995) +++ dll/win32/syssetup/lang/ro-RO.rc (working copy) @@ -92,6 +92,48 @@ AUTOCHECKBOX "Aj&ustează ora automat la schimbarea fusului orar", IDC_AUTODAYLIGHT, 53, 124, 201, 10 END +IDD_NETWORKSETPAGE DIALOGEX 0, 0, 317, 143 +STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU +CAPTION "ReactOS Setup" +FONT 8, "MS Shell Dlg" +BEGIN + ICON IDI_ICON6, IDC_STATIC, 21, 10, 20, 20 + LTEXT "Choose whether to use typical or custom settings:", IDC_STATIC, 53, 7, 240, 20 + AUTORADIOBUTTON "Typical Settings", IDC_NETWORK_TYPICAL, 53, 27, 253, 20, WS_TABSTOP | WS_GROUP + AUTORADIOBUTTON "Custom Settings", IDC_NETWORK_CUSTOM, 53, 72, 253, 20, WS_TABSTOP + LTEXT "Creates network connetions using the Client for ReactOS Networks, File and Print Sharing for ReactOS Networks, and the TCP/IP transport protocol with automatic addressing.", IDC_STATIC, 65, 45, 240, 30 + LTEXT "Allows you to manually configure network components.", IDC_STATIC, 65, 90, 243, 20 +END + +IDD_NETWORKCOMPPAGE DIALOGEX 0, 0, 317, 143 +STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU +CAPTION "ReactOS Setup" +FONT 8, "MS Shell Dlg" +BEGIN + LTEXT "For Device:", IDC_STATIC, 33, 2, 100, 20 + LTEXT "n/a", IDC_NETWORK_DEVICE, 75, 2, 253, 20 + LTEXT "Components checked are used by this connection:", IDC_STATIC, 33, 12, 253, 20 + CONTROL "", IDC_COMPONENTSLIST, "SysListView32", LVS_REPORT | LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_NOCOLUMNHEADER | LVS_NOSORTHEADER | WS_BORDER | WS_TABSTOP, 33, 22, 250, 50 + PUSHBUTTON "&Install...", IDC_NETWORK_INSTALL, 122, 75, 50, 14, WS_DISABLED | WS_TABSTOP + PUSHBUTTON "&Uninstall", IDC_NETWORK_UNINSTALL, 177, 75, 50, 14, WS_DISABLED | WS_TABSTOP + PUSHBUTTON "&Properties", IDC_NETWORK_PROPERTIES, 232, 75, 50, 14, WS_DISABLED | WS_TABSTOP + GROUPBOX "Description", IDC_STATIC, 33, 90, 250, 50, BS_GROUPBOX +END + +IDD_DOMAINPAGE DIALOGEX 0, 0, 317, 143 +STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU +CAPTION "ReactOS Setup" +FONT 8, "MS Shell Dlg" +BEGIN + LTEXT "Do you want this computer to be a member of a domain?\n\ +(You can obtain this information from your network administator.)", IDC_STATIC, 33, 2, 263, 50 + AUTORADIOBUTTON "No, this computer will be part of a workgroup.", IDC_SELECT_WORKGROUP, 33, 32, 253, 20, WS_TABSTOP | WS_GROUP + AUTORADIOBUTTON "Yes, this computer will be part of a domain.", IDC_SELECT_DOMAIN, 33, 47, 253, 20, WS_TABSTOP + LTEXT "Workgroup or Domain Name:", IDC_STATIC, 33, 72, 126, 14 + EDITTEXT IDC_DOMAIN_NAME, 33, 82, 126, 14, WS_VISIBLE | WS_TABSTOP | ES_AUTOHSCROLL + LTEXT "NOTE: If this computer isn't going to be part of a network, you don't have sufficient rights to join a domain, or you don't know what to enter, then just choose workgroup for now. These options can be changed at a later time.", IDC_STATIC, 33, 107, 263, 50 +END + IDD_PROCESSPAGE DIALOGEX 0, 0, 317, 143 STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU CAPTION "Asistent de instalare ReactOS" @@ -142,6 +184,12 @@ IDS_LOCALESUBTITLE "Particularizare sistem pentru anumite regiuni sau limbi" IDS_DATETIMETITLE "Dată și oră" IDS_DATETIMESUBTITLE "Stabilire dată și oră corectă pentru calculator" + IDS_NETWORKSETTINGSTITLE "Network Settings" + IDS_NETWORKSETTINGSSUBTITLE "Installs network software used to connect to other networks, computers, and the Internet." + IDS_NETWORKTITLE "Network Components" + IDS_NETWORKSUBTITLE "Determine which networking components are used on your computer. To add new components, click on Install." + IDS_DOMAINTITLE "Workgroup or Computer Domain" + IDS_DOMAINSUBTITLE "A domain is a group of computers defined by a network administator. A workgroup is a group of computers sharing the same workgroup name." IDS_PROCESSTITLE "Înregistrare componente" IDS_PROCESSSUBTITLE "Așteptați…" END Index: dll/win32/syssetup/lang/ru-RU.rc =================================================================== --- dll/win32/syssetup/lang/ru-RU.rc (revision 70995) +++ dll/win32/syssetup/lang/ru-RU.rc (working copy) @@ -85,6 +85,48 @@ AUTOCHECKBOX "Ав&томатический переход на летнее время и обратно.", IDC_AUTODAYLIGHT, 53, 124, 201, 10 END +IDD_NETWORKSETPAGE DIALOGEX 0, 0, 317, 143 +STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU +CAPTION "ReactOS Setup" +FONT 8, "MS Shell Dlg" +BEGIN + ICON IDI_ICON6, IDC_STATIC, 21, 10, 20, 20 + LTEXT "Choose whether to use typical or custom settings:", IDC_STATIC, 53, 7, 240, 20 + AUTORADIOBUTTON "Typical Settings", IDC_NETWORK_TYPICAL, 53, 27, 253, 20, WS_TABSTOP | WS_GROUP + AUTORADIOBUTTON "Custom Settings", IDC_NETWORK_CUSTOM, 53, 72, 253, 20, WS_TABSTOP + LTEXT "Creates network connetions using the Client for ReactOS Networks, File and Print Sharing for ReactOS Networks, and the TCP/IP transport protocol with automatic addressing.", IDC_STATIC, 65, 45, 240, 30 + LTEXT "Allows you to manually configure network components.", IDC_STATIC, 65, 90, 243, 20 +END + +IDD_NETWORKCOMPPAGE DIALOGEX 0, 0, 317, 143 +STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU +CAPTION "ReactOS Setup" +FONT 8, "MS Shell Dlg" +BEGIN + LTEXT "For Device:", IDC_STATIC, 33, 2, 100, 20 + LTEXT "n/a", IDC_NETWORK_DEVICE, 75, 2, 253, 20 + LTEXT "Components checked are used by this connection:", IDC_STATIC, 33, 12, 253, 20 + CONTROL "", IDC_COMPONENTSLIST, "SysListView32", LVS_REPORT | LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_NOCOLUMNHEADER | LVS_NOSORTHEADER | WS_BORDER | WS_TABSTOP, 33, 22, 250, 50 + PUSHBUTTON "&Install...", IDC_NETWORK_INSTALL, 122, 75, 50, 14, WS_DISABLED | WS_TABSTOP + PUSHBUTTON "&Uninstall", IDC_NETWORK_UNINSTALL, 177, 75, 50, 14, WS_DISABLED | WS_TABSTOP + PUSHBUTTON "&Properties", IDC_NETWORK_PROPERTIES, 232, 75, 50, 14, WS_DISABLED | WS_TABSTOP + GROUPBOX "Description", IDC_STATIC, 33, 90, 250, 50, BS_GROUPBOX +END + +IDD_DOMAINPAGE DIALOGEX 0, 0, 317, 143 +STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU +CAPTION "ReactOS Setup" +FONT 8, "MS Shell Dlg" +BEGIN + LTEXT "Do you want this computer to be a member of a domain?\n\ +(You can obtain this information from your network administator.)", IDC_STATIC, 33, 2, 263, 50 + AUTORADIOBUTTON "No, this computer will be part of a workgroup.", IDC_SELECT_WORKGROUP, 33, 32, 253, 20, WS_TABSTOP | WS_GROUP + AUTORADIOBUTTON "Yes, this computer will be part of a domain.", IDC_SELECT_DOMAIN, 33, 47, 253, 20, WS_TABSTOP + LTEXT "Workgroup or Domain Name:", IDC_STATIC, 33, 72, 126, 14 + EDITTEXT IDC_DOMAIN_NAME, 33, 82, 126, 14, WS_VISIBLE | WS_TABSTOP | ES_AUTOHSCROLL + LTEXT "NOTE: If this computer isn't going to be part of a network, you don't have sufficient rights to join a domain, or you don't know what to enter, then just choose workgroup for now. These options can be changed at a later time.", IDC_STATIC, 33, 107, 263, 50 +END + IDD_PROCESSPAGE DIALOGEX 0, 0, 317, 143 STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU CAPTION "Установка ReactOS" @@ -135,6 +177,12 @@ IDS_LOCALESUBTITLE "Вы можете настраивать ReactOS для разных регионов и языков." IDS_DATETIMETITLE "Дата и время" IDS_DATETIMESUBTITLE "Установите правильную дату и время на вашем компьютере." + IDS_NETWORKSETTINGSTITLE "Network Settings" + IDS_NETWORKSETTINGSSUBTITLE "Installs network software used to connect to other networks, computers, and the Internet." + IDS_NETWORKTITLE "Network Components" + IDS_NETWORKSUBTITLE "Determine which networking components are used on your computer. To add new components, click on Install." + IDS_DOMAINTITLE "Workgroup or Computer Domain" + IDS_DOMAINSUBTITLE "A domain is a group of computers defined by a network administator. A workgroup is a group of computers sharing the same workgroup name." IDS_PROCESSTITLE "Процесс установки" IDS_PROCESSSUBTITLE "Установка ReactOS на ваш компьютер." END Index: dll/win32/syssetup/lang/sk-SK.rc =================================================================== --- dll/win32/syssetup/lang/sk-SK.rc (revision 70995) +++ dll/win32/syssetup/lang/sk-SK.rc (working copy) @@ -89,6 +89,48 @@ AUTOCHECKBOX "Automaticky posunúť hodiny pri prechode na &letný čas a späť", IDC_AUTODAYLIGHT, 53, 124, 220, 10 END +IDD_NETWORKSETPAGE DIALOGEX 0, 0, 317, 143 +STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU +CAPTION "ReactOS Setup" +FONT 8, "MS Shell Dlg" +BEGIN + ICON IDI_ICON6, IDC_STATIC, 21, 10, 20, 20 + LTEXT "Choose whether to use typical or custom settings:", IDC_STATIC, 53, 7, 240, 20 + AUTORADIOBUTTON "Typical Settings", IDC_NETWORK_TYPICAL, 53, 27, 253, 20, WS_TABSTOP | WS_GROUP + AUTORADIOBUTTON "Custom Settings", IDC_NETWORK_CUSTOM, 53, 72, 253, 20, WS_TABSTOP + LTEXT "Creates network connetions using the Client for ReactOS Networks, File and Print Sharing for ReactOS Networks, and the TCP/IP transport protocol with automatic addressing.", IDC_STATIC, 65, 45, 240, 30 + LTEXT "Allows you to manually configure network components.", IDC_STATIC, 65, 90, 243, 20 +END + +IDD_NETWORKCOMPPAGE DIALOGEX 0, 0, 317, 143 +STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU +CAPTION "ReactOS Setup" +FONT 8, "MS Shell Dlg" +BEGIN + LTEXT "For Device:", IDC_STATIC, 33, 2, 100, 20 + LTEXT "n/a", IDC_NETWORK_DEVICE, 75, 2, 253, 20 + LTEXT "Components checked are used by this connection:", IDC_STATIC, 33, 12, 253, 20 + CONTROL "", IDC_COMPONENTSLIST, "SysListView32", LVS_REPORT | LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_NOCOLUMNHEADER | LVS_NOSORTHEADER | WS_BORDER | WS_TABSTOP, 33, 22, 250, 50 + PUSHBUTTON "&Install...", IDC_NETWORK_INSTALL, 122, 75, 50, 14, WS_DISABLED | WS_TABSTOP + PUSHBUTTON "&Uninstall", IDC_NETWORK_UNINSTALL, 177, 75, 50, 14, WS_DISABLED | WS_TABSTOP + PUSHBUTTON "&Properties", IDC_NETWORK_PROPERTIES, 232, 75, 50, 14, WS_DISABLED | WS_TABSTOP + GROUPBOX "Description", IDC_STATIC, 33, 90, 250, 50, BS_GROUPBOX +END + +IDD_DOMAINPAGE DIALOGEX 0, 0, 317, 143 +STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU +CAPTION "ReactOS Setup" +FONT 8, "MS Shell Dlg" +BEGIN + LTEXT "Do you want this computer to be a member of a domain?\n\ +(You can obtain this information from your network administator.)", IDC_STATIC, 33, 2, 263, 50 + AUTORADIOBUTTON "No, this computer will be part of a workgroup.", IDC_SELECT_WORKGROUP, 33, 32, 253, 20, WS_TABSTOP | WS_GROUP + AUTORADIOBUTTON "Yes, this computer will be part of a domain.", IDC_SELECT_DOMAIN, 33, 47, 253, 20, WS_TABSTOP + LTEXT "Workgroup or Domain Name:", IDC_STATIC, 33, 72, 126, 14 + EDITTEXT IDC_DOMAIN_NAME, 33, 82, 126, 14, WS_VISIBLE | WS_TABSTOP | ES_AUTOHSCROLL + LTEXT "NOTE: If this computer isn't going to be part of a network, you don't have sufficient rights to join a domain, or you don't know what to enter, then just choose workgroup for now. These options can be changed at a later time.", IDC_STATIC, 33, 107, 263, 50 +END + IDD_PROCESSPAGE DIALOGEX 0, 0, 317, 143 STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU CAPTION "Inštalátor systému ReactOS" @@ -139,6 +181,12 @@ IDS_LOCALESUBTITLE "Systém ReactOS môžete prispôsobiť rôznym regiónom a jazykom." IDS_DATETIMETITLE "Dátum a čas" IDS_DATETIMESUBTITLE "Nastavte správny čas pre Váš počítač." + IDS_NETWORKSETTINGSTITLE "Network Settings" + IDS_NETWORKSETTINGSSUBTITLE "Installs network software used to connect to other networks, computers, and the Internet." + IDS_NETWORKTITLE "Network Components" + IDS_NETWORKSUBTITLE "Determine which networking components are used on your computer. To add new components, click on Install." + IDS_DOMAINTITLE "Workgroup or Computer Domain" + IDS_DOMAINSUBTITLE "A domain is a group of computers defined by a network administator. A workgroup is a group of computers sharing the same workgroup name." IDS_PROCESSTITLE "Registrácia súčastí" IDS_PROCESSSUBTITLE "Počkajte, prosím ..." END Index: dll/win32/syssetup/lang/sq-AL.rc =================================================================== --- dll/win32/syssetup/lang/sq-AL.rc (revision 70995) +++ dll/win32/syssetup/lang/sq-AL.rc (working copy) @@ -102,6 +102,48 @@ AUTOCHECKBOX "Adaptohen automatikisht orën për ditën me diell dhe ruaj ndryshimet", IDC_AUTODAYLIGHT, 53, 124, 201, 10 END +IDD_NETWORKSETPAGE DIALOGEX 0, 0, 317, 143 +STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU +CAPTION "ReactOS Setup" +FONT 8, "MS Shell Dlg" +BEGIN + ICON IDI_ICON6, IDC_STATIC, 21, 10, 20, 20 + LTEXT "Choose whether to use typical or custom settings:", IDC_STATIC, 53, 7, 240, 20 + AUTORADIOBUTTON "Typical Settings", IDC_NETWORK_TYPICAL, 53, 27, 253, 20, WS_TABSTOP | WS_GROUP + AUTORADIOBUTTON "Custom Settings", IDC_NETWORK_CUSTOM, 53, 72, 253, 20, WS_TABSTOP + LTEXT "Creates network connetions using the Client for ReactOS Networks, File and Print Sharing for ReactOS Networks, and the TCP/IP transport protocol with automatic addressing.", IDC_STATIC, 65, 45, 240, 30 + LTEXT "Allows you to manually configure network components.", IDC_STATIC, 65, 90, 243, 20 +END + +IDD_NETWORKCOMPPAGE DIALOGEX 0, 0, 317, 143 +STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU +CAPTION "ReactOS Setup" +FONT 8, "MS Shell Dlg" +BEGIN + LTEXT "For Device:", IDC_STATIC, 33, 2, 100, 20 + LTEXT "n/a", IDC_NETWORK_DEVICE, 75, 2, 253, 20 + LTEXT "Components checked are used by this connection:", IDC_STATIC, 33, 12, 253, 20 + CONTROL "", IDC_COMPONENTSLIST, "SysListView32", LVS_REPORT | LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_NOCOLUMNHEADER | LVS_NOSORTHEADER | WS_BORDER | WS_TABSTOP, 33, 22, 250, 50 + PUSHBUTTON "&Install...", IDC_NETWORK_INSTALL, 122, 75, 50, 14, WS_DISABLED | WS_TABSTOP + PUSHBUTTON "&Uninstall", IDC_NETWORK_UNINSTALL, 177, 75, 50, 14, WS_DISABLED | WS_TABSTOP + PUSHBUTTON "&Properties", IDC_NETWORK_PROPERTIES, 232, 75, 50, 14, WS_DISABLED | WS_TABSTOP + GROUPBOX "Description", IDC_STATIC, 33, 90, 250, 50, BS_GROUPBOX +END + +IDD_DOMAINPAGE DIALOGEX 0, 0, 317, 143 +STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU +CAPTION "ReactOS Setup" +FONT 8, "MS Shell Dlg" +BEGIN + LTEXT "Do you want this computer to be a member of a domain?\n\ +(You can obtain this information from your network administator.)", IDC_STATIC, 33, 2, 263, 50 + AUTORADIOBUTTON "No, this computer will be part of a workgroup.", IDC_SELECT_WORKGROUP, 33, 32, 253, 20, WS_TABSTOP | WS_GROUP + AUTORADIOBUTTON "Yes, this computer will be part of a domain.", IDC_SELECT_DOMAIN, 33, 47, 253, 20, WS_TABSTOP + LTEXT "Workgroup or Domain Name:", IDC_STATIC, 33, 72, 126, 14 + EDITTEXT IDC_DOMAIN_NAME, 33, 82, 126, 14, WS_VISIBLE | WS_TABSTOP | ES_AUTOHSCROLL + LTEXT "NOTE: If this computer isn't going to be part of a network, you don't have sufficient rights to join a domain, or you don't know what to enter, then just choose workgroup for now. These options can be changed at a later time.", IDC_STATIC, 33, 107, 263, 50 +END + IDD_PROCESSPAGE DIALOGEX 0, 0, 317, 143 STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU CAPTION "Ndërto ReactOS" @@ -152,6 +194,12 @@ IDS_LOCALESUBTITLE "Ju mund ta rregulloje ReactOS për rajone dhe gjuhë të ndryshme." IDS_DATETIMETITLE "Data dhe Ora" IDS_DATETIMESUBTITLE "Vendos datën e saktë dhe orën për kompjuterin tuaj." + IDS_NETWORKSETTINGSTITLE "Network Settings" + IDS_NETWORKSETTINGSSUBTITLE "Installs network software used to connect to other networks, computers, and the Internet." + IDS_NETWORKTITLE "Network Components" + IDS_NETWORKSUBTITLE "Determine which networking components are used on your computer. To add new components, click on Install." + IDS_DOMAINTITLE "Workgroup or Computer Domain" + IDS_DOMAINSUBTITLE "A domain is a group of computers defined by a network administator. A workgroup is a group of computers sharing the same workgroup name." IDS_PROCESSTITLE "Regjistrimi Komponenteve" IDS_PROCESSSUBTITLE "Ju Lutem prisni..." END Index: dll/win32/syssetup/lang/tr-TR.rc =================================================================== --- dll/win32/syssetup/lang/tr-TR.rc (revision 70995) +++ dll/win32/syssetup/lang/tr-TR.rc (working copy) @@ -83,6 +83,48 @@ AUTOCHECKBOX "Gün ışığından yararlanma sistemine göre saati ayarla", IDC_AUTODAYLIGHT, 53, 124, 201, 10 END +IDD_NETWORKSETPAGE DIALOGEX 0, 0, 317, 143 +STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU +CAPTION "ReactOS Setup" +FONT 8, "MS Shell Dlg" +BEGIN + ICON IDI_ICON6, IDC_STATIC, 21, 10, 20, 20 + LTEXT "Choose whether to use typical or custom settings:", IDC_STATIC, 53, 7, 240, 20 + AUTORADIOBUTTON "Typical Settings", IDC_NETWORK_TYPICAL, 53, 27, 253, 20, WS_TABSTOP | WS_GROUP + AUTORADIOBUTTON "Custom Settings", IDC_NETWORK_CUSTOM, 53, 72, 253, 20, WS_TABSTOP + LTEXT "Creates network connetions using the Client for ReactOS Networks, File and Print Sharing for ReactOS Networks, and the TCP/IP transport protocol with automatic addressing.", IDC_STATIC, 65, 45, 240, 30 + LTEXT "Allows you to manually configure network components.", IDC_STATIC, 65, 90, 243, 20 +END + +IDD_NETWORKCOMPPAGE DIALOGEX 0, 0, 317, 143 +STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU +CAPTION "ReactOS Setup" +FONT 8, "MS Shell Dlg" +BEGIN + LTEXT "For Device:", IDC_STATIC, 33, 2, 100, 20 + LTEXT "n/a", IDC_NETWORK_DEVICE, 75, 2, 253, 20 + LTEXT "Components checked are used by this connection:", IDC_STATIC, 33, 12, 253, 20 + CONTROL "", IDC_COMPONENTSLIST, "SysListView32", LVS_REPORT | LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_NOCOLUMNHEADER | LVS_NOSORTHEADER | WS_BORDER | WS_TABSTOP, 33, 22, 250, 50 + PUSHBUTTON "&Install...", IDC_NETWORK_INSTALL, 122, 75, 50, 14, WS_DISABLED | WS_TABSTOP + PUSHBUTTON "&Uninstall", IDC_NETWORK_UNINSTALL, 177, 75, 50, 14, WS_DISABLED | WS_TABSTOP + PUSHBUTTON "&Properties", IDC_NETWORK_PROPERTIES, 232, 75, 50, 14, WS_DISABLED | WS_TABSTOP + GROUPBOX "Description", IDC_STATIC, 33, 90, 250, 50, BS_GROUPBOX +END + +IDD_DOMAINPAGE DIALOGEX 0, 0, 317, 143 +STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU +CAPTION "ReactOS Setup" +FONT 8, "MS Shell Dlg" +BEGIN + LTEXT "Do you want this computer to be a member of a domain?\n\ +(You can obtain this information from your network administator.)", IDC_STATIC, 33, 2, 263, 50 + AUTORADIOBUTTON "No, this computer will be part of a workgroup.", IDC_SELECT_WORKGROUP, 33, 32, 253, 20, WS_TABSTOP | WS_GROUP + AUTORADIOBUTTON "Yes, this computer will be part of a domain.", IDC_SELECT_DOMAIN, 33, 47, 253, 20, WS_TABSTOP + LTEXT "Workgroup or Domain Name:", IDC_STATIC, 33, 72, 126, 14 + EDITTEXT IDC_DOMAIN_NAME, 33, 82, 126, 14, WS_VISIBLE | WS_TABSTOP | ES_AUTOHSCROLL + LTEXT "NOTE: If this computer isn't going to be part of a network, you don't have sufficient rights to join a domain, or you don't know what to enter, then just choose workgroup for now. These options can be changed at a later time.", IDC_STATIC, 33, 107, 263, 50 +END + IDD_PROCESSPAGE DIALOGEX 0, 0, 317, 143 STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU CAPTION "ReactOS Kur" @@ -133,6 +175,12 @@ IDS_LOCALESUBTITLE "ReactOS'ı farklı bölgesel seçenekler için yapılandırın." IDS_DATETIMETITLE "Tarih ve Saat" IDS_DATETIMESUBTITLE "Bilgisayarını için tarih ve saati ayarlayın." + IDS_NETWORKSETTINGSTITLE "Network Settings" + IDS_NETWORKSETTINGSSUBTITLE "Installs network software used to connect to other networks, computers, and the Internet." + IDS_NETWORKTITLE "Network Components" + IDS_NETWORKSUBTITLE "Determine which networking components are used on your computer. To add new components, click on Install." + IDS_DOMAINTITLE "Workgroup or Computer Domain" + IDS_DOMAINSUBTITLE "A domain is a group of computers defined by a network administator. A workgroup is a group of computers sharing the same workgroup name." IDS_PROCESSTITLE "Bileşenler Kaydediliyor" IDS_PROCESSSUBTITLE "Lütfen bekleyin..." END Index: dll/win32/syssetup/lang/uk-UA.rc =================================================================== --- dll/win32/syssetup/lang/uk-UA.rc (revision 70995) +++ dll/win32/syssetup/lang/uk-UA.rc (working copy) @@ -91,6 +91,48 @@ AUTOCHECKBOX "Автомати&чне переведення годинника на літний/зимовий час", IDC_AUTODAYLIGHT, 53, 124, 219, 10 END +IDD_NETWORKSETPAGE DIALOGEX 0, 0, 317, 143 +STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU +CAPTION "ReactOS Setup" +FONT 8, "MS Shell Dlg" +BEGIN + ICON IDI_ICON6, IDC_STATIC, 21, 10, 20, 20 + LTEXT "Choose whether to use typical or custom settings:", IDC_STATIC, 53, 7, 240, 20 + AUTORADIOBUTTON "Typical Settings", IDC_NETWORK_TYPICAL, 53, 27, 253, 20, WS_TABSTOP | WS_GROUP + AUTORADIOBUTTON "Custom Settings", IDC_NETWORK_CUSTOM, 53, 72, 253, 20, WS_TABSTOP + LTEXT "Creates network connetions using the Client for ReactOS Networks, File and Print Sharing for ReactOS Networks, and the TCP/IP transport protocol with automatic addressing.", IDC_STATIC, 65, 45, 240, 30 + LTEXT "Allows you to manually configure network components.", IDC_STATIC, 65, 90, 243, 20 +END + +IDD_NETWORKCOMPPAGE DIALOGEX 0, 0, 317, 143 +STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU +CAPTION "ReactOS Setup" +FONT 8, "MS Shell Dlg" +BEGIN + LTEXT "For Device:", IDC_STATIC, 33, 2, 100, 20 + LTEXT "n/a", IDC_NETWORK_DEVICE, 75, 2, 253, 20 + LTEXT "Components checked are used by this connection:", IDC_STATIC, 33, 12, 253, 20 + CONTROL "", IDC_COMPONENTSLIST, "SysListView32", LVS_REPORT | LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_NOCOLUMNHEADER | LVS_NOSORTHEADER | WS_BORDER | WS_TABSTOP, 33, 22, 250, 50 + PUSHBUTTON "&Install...", IDC_NETWORK_INSTALL, 122, 75, 50, 14, WS_DISABLED | WS_TABSTOP + PUSHBUTTON "&Uninstall", IDC_NETWORK_UNINSTALL, 177, 75, 50, 14, WS_DISABLED | WS_TABSTOP + PUSHBUTTON "&Properties", IDC_NETWORK_PROPERTIES, 232, 75, 50, 14, WS_DISABLED | WS_TABSTOP + GROUPBOX "Description", IDC_STATIC, 33, 90, 250, 50, BS_GROUPBOX +END + +IDD_DOMAINPAGE DIALOGEX 0, 0, 317, 143 +STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU +CAPTION "ReactOS Setup" +FONT 8, "MS Shell Dlg" +BEGIN + LTEXT "Do you want this computer to be a member of a domain?\n\ +(You can obtain this information from your network administator.)", IDC_STATIC, 33, 2, 263, 50 + AUTORADIOBUTTON "No, this computer will be part of a workgroup.", IDC_SELECT_WORKGROUP, 33, 32, 253, 20, WS_TABSTOP | WS_GROUP + AUTORADIOBUTTON "Yes, this computer will be part of a domain.", IDC_SELECT_DOMAIN, 33, 47, 253, 20, WS_TABSTOP + LTEXT "Workgroup or Domain Name:", IDC_STATIC, 33, 72, 126, 14 + EDITTEXT IDC_DOMAIN_NAME, 33, 82, 126, 14, WS_VISIBLE | WS_TABSTOP | ES_AUTOHSCROLL + LTEXT "NOTE: If this computer isn't going to be part of a network, you don't have sufficient rights to join a domain, or you don't know what to enter, then just choose workgroup for now. These options can be changed at a later time.", IDC_STATIC, 33, 107, 263, 50 +END + IDD_PROCESSPAGE DIALOGEX 0, 0, 317, 143 STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU CAPTION "Встановлення ReactOS" @@ -141,6 +183,12 @@ IDS_LOCALESUBTITLE "Ви можете налаштувати ReactOS для різних регіонів і мов." IDS_DATETIMETITLE "Дата та час" IDS_DATETIMESUBTITLE "Встановити правильні дату і час для Вашого комп'ютера." + IDS_NETWORKSETTINGSTITLE "Network Settings" + IDS_NETWORKSETTINGSSUBTITLE "Installs network software used to connect to other networks, computers, and the Internet." + IDS_NETWORKTITLE "Network Components" + IDS_NETWORKSUBTITLE "Determine which networking components are used on your computer. To add new components, click on Install." + IDS_DOMAINTITLE "Workgroup or Computer Domain" + IDS_DOMAINSUBTITLE "A domain is a group of computers defined by a network administator. A workgroup is a group of computers sharing the same workgroup name." IDS_PROCESSTITLE "Реєстрація компонентів" IDS_PROCESSSUBTITLE "Зачекайте, будь ласка..." END Index: dll/win32/syssetup/lang/zh-CN.rc =================================================================== --- dll/win32/syssetup/lang/zh-CN.rc (revision 70995) +++ dll/win32/syssetup/lang/zh-CN.rc (working copy) @@ -83,6 +83,48 @@ AUTOCHECKBOX "夏时制自动调整时间(&D)", IDC_AUTODAYLIGHT, 53, 124, 201, 10 END +IDD_NETWORKSETPAGE DIALOGEX 0, 0, 317, 143 +STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU +CAPTION "ReactOS Setup" +FONT 8, "MS Shell Dlg" +BEGIN + ICON IDI_ICON6, IDC_STATIC, 21, 10, 20, 20 + LTEXT "Choose whether to use typical or custom settings:", IDC_STATIC, 53, 7, 240, 20 + AUTORADIOBUTTON "Typical Settings", IDC_NETWORK_TYPICAL, 53, 27, 253, 20, WS_TABSTOP | WS_GROUP + AUTORADIOBUTTON "Custom Settings", IDC_NETWORK_CUSTOM, 53, 72, 253, 20, WS_TABSTOP + LTEXT "Creates network connetions using the Client for ReactOS Networks, File and Print Sharing for ReactOS Networks, and the TCP/IP transport protocol with automatic addressing.", IDC_STATIC, 65, 45, 240, 30 + LTEXT "Allows you to manually configure network components.", IDC_STATIC, 65, 90, 243, 20 +END + +IDD_NETWORKCOMPPAGE DIALOGEX 0, 0, 317, 143 +STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU +CAPTION "ReactOS Setup" +FONT 8, "MS Shell Dlg" +BEGIN + LTEXT "For Device:", IDC_STATIC, 33, 2, 100, 20 + LTEXT "n/a", IDC_NETWORK_DEVICE, 75, 2, 253, 20 + LTEXT "Components checked are used by this connection:", IDC_STATIC, 33, 12, 253, 20 + CONTROL "", IDC_COMPONENTSLIST, "SysListView32", LVS_REPORT | LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_NOCOLUMNHEADER | LVS_NOSORTHEADER | WS_BORDER | WS_TABSTOP, 33, 22, 250, 50 + PUSHBUTTON "&Install...", IDC_NETWORK_INSTALL, 122, 75, 50, 14, WS_DISABLED | WS_TABSTOP + PUSHBUTTON "&Uninstall", IDC_NETWORK_UNINSTALL, 177, 75, 50, 14, WS_DISABLED | WS_TABSTOP + PUSHBUTTON "&Properties", IDC_NETWORK_PROPERTIES, 232, 75, 50, 14, WS_DISABLED | WS_TABSTOP + GROUPBOX "Description", IDC_STATIC, 33, 90, 250, 50, BS_GROUPBOX +END + +IDD_DOMAINPAGE DIALOGEX 0, 0, 317, 143 +STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU +CAPTION "ReactOS Setup" +FONT 8, "MS Shell Dlg" +BEGIN + LTEXT "Do you want this computer to be a member of a domain?\n\ +(You can obtain this information from your network administator.)", IDC_STATIC, 33, 2, 263, 50 + AUTORADIOBUTTON "No, this computer will be part of a workgroup.", IDC_SELECT_WORKGROUP, 33, 32, 253, 20, WS_TABSTOP | WS_GROUP + AUTORADIOBUTTON "Yes, this computer will be part of a domain.", IDC_SELECT_DOMAIN, 33, 47, 253, 20, WS_TABSTOP + LTEXT "Workgroup or Domain Name:", IDC_STATIC, 33, 72, 126, 14 + EDITTEXT IDC_DOMAIN_NAME, 33, 82, 126, 14, WS_VISIBLE | WS_TABSTOP | ES_AUTOHSCROLL + LTEXT "NOTE: If this computer isn't going to be part of a network, you don't have sufficient rights to join a domain, or you don't know what to enter, then just choose workgroup for now. These options can be changed at a later time.", IDC_STATIC, 33, 107, 263, 50 +END + IDD_PROCESSPAGE DIALOGEX 0, 0, 317, 143 STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU CAPTION "ReactOS 安装向导 " @@ -133,6 +175,12 @@ IDS_LOCALESUBTITLE "您可以为不同的区域和语言自定义 ReactOS。" IDS_DATETIMETITLE "日期和时间 " IDS_DATETIMESUBTITLE "为您的计算机配置正确的日期和时间。" + IDS_NETWORKSETTINGSTITLE "Network Settings" + IDS_NETWORKSETTINGSSUBTITLE "Installs network software used to connect to other networks, computers, and the Internet." + IDS_NETWORKTITLE "Network Components" + IDS_NETWORKSUBTITLE "Determine which networking components are used on your computer. To add new components, click on Install." + IDS_DOMAINTITLE "Workgroup or Computer Domain" + IDS_DOMAINSUBTITLE "A domain is a group of computers defined by a network administator. A workgroup is a group of computers sharing the same workgroup name." IDS_PROCESSTITLE "正在安装" IDS_PROCESSSUBTITLE "正在完成 ReactOS 最后的安装" END Index: dll/win32/syssetup/lang/zh-TW.rc =================================================================== --- dll/win32/syssetup/lang/zh-TW.rc (revision 70995) +++ dll/win32/syssetup/lang/zh-TW.rc (working copy) @@ -85,6 +85,48 @@ AUTOCHECKBOX "夏時制自動調整時間(&D)", IDC_AUTODAYLIGHT, 53, 124, 201, 10 END +IDD_NETWORKSETPAGE DIALOGEX 0, 0, 317, 143 +STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU +CAPTION "ReactOS Setup" +FONT 8, "MS Shell Dlg" +BEGIN + ICON IDI_ICON6, IDC_STATIC, 21, 10, 20, 20 + LTEXT "Choose whether to use typical or custom settings:", IDC_STATIC, 53, 7, 240, 20 + AUTORADIOBUTTON "Typical Settings", IDC_NETWORK_TYPICAL, 53, 27, 253, 20, WS_TABSTOP | WS_GROUP + AUTORADIOBUTTON "Custom Settings", IDC_NETWORK_CUSTOM, 53, 72, 253, 20, WS_TABSTOP + LTEXT "Creates network connetions using the Client for ReactOS Networks, File and Print Sharing for ReactOS Networks, and the TCP/IP transport protocol with automatic addressing.", IDC_STATIC, 65, 45, 240, 30 + LTEXT "Allows you to manually configure network components.", IDC_STATIC, 65, 90, 243, 20 +END + +IDD_NETWORKCOMPPAGE DIALOGEX 0, 0, 317, 143 +STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU +CAPTION "ReactOS Setup" +FONT 8, "MS Shell Dlg" +BEGIN + LTEXT "For Device:", IDC_STATIC, 33, 2, 100, 20 + LTEXT "n/a", IDC_NETWORK_DEVICE, 75, 2, 253, 20 + LTEXT "Components checked are used by this connection:", IDC_STATIC, 33, 12, 253, 20 + CONTROL "", IDC_COMPONENTSLIST, "SysListView32", LVS_REPORT | LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_NOCOLUMNHEADER | LVS_NOSORTHEADER | WS_BORDER | WS_TABSTOP, 33, 22, 250, 50 + PUSHBUTTON "&Install...", IDC_NETWORK_INSTALL, 122, 75, 50, 14, WS_DISABLED | WS_TABSTOP + PUSHBUTTON "&Uninstall", IDC_NETWORK_UNINSTALL, 177, 75, 50, 14, WS_DISABLED | WS_TABSTOP + PUSHBUTTON "&Properties", IDC_NETWORK_PROPERTIES, 232, 75, 50, 14, WS_DISABLED | WS_TABSTOP + GROUPBOX "Description", IDC_STATIC, 33, 90, 250, 50, BS_GROUPBOX +END + +IDD_DOMAINPAGE DIALOGEX 0, 0, 317, 143 +STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU +CAPTION "ReactOS Setup" +FONT 8, "MS Shell Dlg" +BEGIN + LTEXT "Do you want this computer to be a member of a domain?\n\ +(You can obtain this information from your network administator.)", IDC_STATIC, 33, 2, 263, 50 + AUTORADIOBUTTON "No, this computer will be part of a workgroup.", IDC_SELECT_WORKGROUP, 33, 32, 253, 20, WS_TABSTOP | WS_GROUP + AUTORADIOBUTTON "Yes, this computer will be part of a domain.", IDC_SELECT_DOMAIN, 33, 47, 253, 20, WS_TABSTOP + LTEXT "Workgroup or Domain Name:", IDC_STATIC, 33, 72, 126, 14 + EDITTEXT IDC_DOMAIN_NAME, 33, 82, 126, 14, WS_VISIBLE | WS_TABSTOP | ES_AUTOHSCROLL + LTEXT "NOTE: If this computer isn't going to be part of a network, you don't have sufficient rights to join a domain, or you don't know what to enter, then just choose workgroup for now. These options can be changed at a later time.", IDC_STATIC, 33, 107, 263, 50 +END + IDD_PROCESSPAGE DIALOGEX 0, 0, 317, 143 STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU CAPTION "ReactOS 安裝嚮導 " @@ -135,6 +177,12 @@ IDS_LOCALESUBTITLE "您可以爲不同的區域和語言自定義 ReactOS。" IDS_DATETIMETITLE "日期和時間 " IDS_DATETIMESUBTITLE "爲您的計算機配置正確的日期和時間。" + IDS_NETWORKSETTINGSTITLE "Network Settings" + IDS_NETWORKSETTINGSSUBTITLE "Installs network software used to connect to other networks, computers, and the Internet." + IDS_NETWORKTITLE "Network Components" + IDS_NETWORKSUBTITLE "Determine which networking components are used on your computer. To add new components, click on Install." + IDS_DOMAINTITLE "Workgroup or Computer Domain" + IDS_DOMAINSUBTITLE "A domain is a group of computers defined by a network administator. A workgroup is a group of computers sharing the same workgroup name." IDS_PROCESSTITLE "正在安裝" IDS_PROCESSSUBTITLE "正在完成 ReactOS 最後的安裝" END Index: dll/win32/syssetup/resource.h =================================================================== --- dll/win32/syssetup/resource.h (revision 70995) +++ dll/win32/syssetup/resource.h (working copy) @@ -26,6 +26,7 @@ #define IDI_ICON3 12 #define IDI_ICON4 13 #define IDI_ICON5 14 +#define IDI_ICON6 15 #define IDC_STATIC -1 @@ -57,15 +58,31 @@ #define IDC_TIMEZONELIST 1053 #define IDC_AUTODAYLIGHT 1054 -#define IDD_PROCESSPAGE 1060 -#define IDC_ACTIVITY 1061 -#define IDC_ITEM 1062 -#define IDC_PROCESSPROGRESS 1063 +#define IDD_NETWORKSETPAGE 1055 +#define IDC_NETWORK_TYPICAL 1056 +#define IDC_NETWORK_CUSTOM 1057 +#define IDD_NETWORKCOMPPAGE 1060 +#define IDC_COMPONENTSLIST 1061 +#define IDC_NETWORK_DEVICE 1062 +#define IDC_NETWORK_INSTALL 1063 +#define IDC_NETWORK_UNINSTALL 1064 +#define IDC_NETWORK_PROPERTIES 1065 + +#define IDD_PROCESSPAGE 1066 +#define IDC_ACTIVITY 1067 +#define IDC_ITEM 1068 +#define IDC_PROCESSPROGRESS 1069 + #define IDD_FINISHPAGE 1070 #define IDC_FINISHTITLE 1071 #define IDC_RESTART_PROGRESS 1072 +#define IDD_DOMAINPAGE 1080 +#define IDC_SELECT_WORKGROUP 1081 +#define IDC_SELECT_DOMAIN 1082 +#define IDC_DOMAIN_NAME 1083 + #define IDD_GPL 2100 #define IDC_GPL_TEXT 2101 @@ -87,9 +104,18 @@ #define IDS_DATETIMETITLE 3050 #define IDS_DATETIMESUBTITLE 3051 +#define IDS_NETWORKTITLE 3052 +#define IDS_NETWORKSUBTITLE 3053 + +#define IDS_DOMAINTITLE 3054 +#define IDS_DOMAINSUBTITLE 3055 + #define IDS_PROCESSTITLE 3060 #define IDS_PROCESSSUBTITLE 3061 +#define IDS_NETWORKSETTINGSTITLE 3070 +#define IDS_NETWORKSETTINGSSUBTITLE 3071 + #define IDS_ACKPROJECTS 3100 #define IDS_REACTOS_SETUP 3300 @@ -111,6 +137,7 @@ #define IDS_WZD_PASSWORDMATCH 3454 #define IDS_WZD_PASSWORDCHAR 3455 #define IDS_WZD_LOCALTIME 3456 +#define IDS_WZD_DOMAIN_NAME 3457 #define IDS_STATUS_INSTALL_DEV 3500 Index: dll/win32/syssetup/syssetup.rc =================================================================== --- dll/win32/syssetup/syssetup.rc (revision 70995) +++ dll/win32/syssetup/syssetup.rc (working copy) @@ -21,6 +21,7 @@ IDI_ICON3 ICON "resources/3.ico" IDI_ICON4 ICON "resources/4.ico" IDI_ICON5 ICON "resources/5.ico" +IDI_ICON6 ICON "resources/6.ico" #include Index: dll/win32/syssetup/wizard.c =================================================================== --- dll/win32/syssetup/wizard.c (revision 70995) +++ dll/win32/syssetup/wizard.c (working copy) @@ -96,6 +96,30 @@ #endif static VOID +SetBoldText(HWND hwndDlg, INT control) +{ + HWND hWndTmp; + HFONT hBoldFont; + HDC hDc; + LOGFONTW tmpFont = {0}; + + /* Grabs the Drawing Context */ + hDc = GetDC(hwndDlg); + + tmpFont.lfHeight = -MulDiv(8, GetDeviceCaps(hDc, LOGPIXELSY), 72); + tmpFont.lfWeight = FW_HEAVY; + wcscpy(tmpFont.lfFaceName, L"MS Shell Dlg"); + + hBoldFont = CreateFontIndirectW(&tmpFont); + + ReleaseDC(hwndDlg, hDc); + + hWndTmp = GetDlgItem(hwndDlg, control); + + SendMessage(hWndTmp, WM_SETFONT, (WPARAM)hBoldFont, MAKELPARAM(TRUE, 0)); +} + +static VOID CenterWindow(HWND hWnd) { HWND hWndParent; @@ -1585,7 +1609,7 @@ PropSheet_SetWizButtons(GetParent(hwndDlg), PSWIZB_BACK | PSWIZB_NEXT); if (SetupData->UnattendSetup && WriteDateTimeSettings(hwndDlg, SetupData)) { - SetWindowLongPtr(hwndDlg, DWL_MSGRESULT, IDD_PROCESSPAGE); + SetWindowLongPtr(hwndDlg, DWL_MSGRESULT, IDD_NETWORKSETPAGE); return TRUE; } break; @@ -1617,7 +1641,257 @@ return FALSE; } +static INT_PTR CALLBACK +NetworkSettingsPageDlgProc(HWND hwndDlg, + UINT uMsg, + WPARAM wParam, + LPARAM lParam) +{ + PSETUPDATA SetupData; + /* Retrieve pointer to the global setup data */ + SetupData = (PSETUPDATA)GetWindowLongPtr (hwndDlg, GWL_USERDATA); + + switch (uMsg) + { + case WM_INITDIALOG: + { + /* Save pointer to the global setup data */ + SetupData = (PSETUPDATA)((LPPROPSHEETPAGE)lParam)->lParam; + SetWindowLongPtr(hwndDlg, GWL_USERDATA, (DWORD_PTR)SetupData); + + /* Set the fonts of both the options to bold */ + SetBoldText(hwndDlg, IDC_NETWORK_TYPICAL); + SetBoldText(hwndDlg, IDC_NETWORK_CUSTOM); + + /* Set the typical settings option as the default */ + SendMessage(GetDlgItem(hwndDlg, IDC_NETWORK_TYPICAL), BM_SETCHECK, (WPARAM)BST_CHECKED, 0); + + if (SetupData->UnattendSetup) + { + //... + } + } + break; + + case WM_DESTROY: + { + //... + } + break; + + case WM_NOTIFY: + { + LPNMHDR lpnm = (LPNMHDR)lParam; + + switch (lpnm->code) + { + case PSN_SETACTIVE: + { + /* Enable the Back and Next buttons */ + PropSheet_SetWizButtons(GetParent(hwndDlg), PSWIZB_BACK | PSWIZB_NEXT); + if (SetupData->UnattendSetup) + { + SetWindowLongPtr(hwndDlg, DWL_MSGRESULT, IDD_NETWORKCOMPPAGE); + return TRUE; + } + } + break; + case PSN_WIZNEXT: + { + /* If the Typical Settings button is chosen, then skip to the Domain Page */ + if (IsDlgButtonChecked(hwndDlg, IDC_NETWORK_TYPICAL) == BST_CHECKED) + { + SetWindowLongPtr(hwndDlg, DWL_MSGRESULT, IDD_DOMAINPAGE); + return TRUE; + } + } + break; + + case PSN_WIZBACK: + { + SetupData->UnattendSetup = FALSE; + break; + } + } + } + break; + + default: + break; + } + + return FALSE; +} + +static INT_PTR CALLBACK +NetworkPageDlgProc(HWND hwndDlg, + UINT uMsg, + WPARAM wParam, + LPARAM lParam) +{ + PSETUPDATA SetupData; + + /* Retrieve pointer to the global setup data */ + SetupData = (PSETUPDATA)GetWindowLongPtr (hwndDlg, GWL_USERDATA); + + switch (uMsg) + { + case WM_INITDIALOG: + { + /* Save pointer to the global setup data */ + SetupData = (PSETUPDATA)((LPPROPSHEETPAGE)lParam)->lParam; + SetWindowLongPtr(hwndDlg, GWL_USERDATA, (DWORD_PTR)SetupData); + + SetBoldText(hwndDlg, IDC_NETWORK_DEVICE); + + if (SetupData->UnattendSetup) + { + //... + } + } + break; + + case WM_NOTIFY: + { + LPNMHDR lpnm = (LPNMHDR)lParam; + + switch (lpnm->code) + { + case PSN_SETACTIVE: + { + /* Enable the Back and Next buttons */ + PropSheet_SetWizButtons(GetParent(hwndDlg), PSWIZB_BACK | PSWIZB_NEXT); + if (SetupData->UnattendSetup) + { + SetWindowLongPtr(hwndDlg, DWL_MSGRESULT, IDD_DOMAINPAGE); + return TRUE; + } + } + break; + + case PSN_WIZBACK: + SetupData->UnattendSetup = FALSE; + break; + } + } + break; + + case WM_DESTROY: + { + //... + } + + default: + break; + } + + return FALSE; +} + +static INT_PTR CALLBACK +DomainPageDlgProc(HWND hwndDlg, + UINT uMsg, + WPARAM wParam, + LPARAM lParam) +{ + WCHAR DomainName[51]; + WCHAR Title[64]; + WCHAR ErrorName[256]; + LPNMHDR lpnm; + PSETUPDATA SetupData; + + /* Retrieve pointer to the global setup data */ + SetupData = (PSETUPDATA)GetWindowLongPtr (hwndDlg, GWL_USERDATA); + + switch (uMsg) + { + case WM_INITDIALOG: + { + HWND hWndDomain; + + /* Save pointer to the global setup data */ + SetupData = (PSETUPDATA)((LPPROPSHEETPAGE)lParam)->lParam; + SetWindowLongPtr(hwndDlg, GWL_USERDATA, (DWORD_PTR)SetupData); + + /* Set the workgroup option as the default */ + hWndDomain = GetDlgItem(hwndDlg, IDC_SELECT_WORKGROUP); + SendMessage(hWndDomain, BM_SETCHECK, (WPARAM)BST_CHECKED, 0); + + wcscpy(DomainName, L"WORKGROUP"); + + /* Display current computer name */ + SetDlgItemTextW(hwndDlg, IDC_DOMAIN_NAME, DomainName); + + /* Set focus to owner name */ + SetFocus(GetDlgItem(hwndDlg, IDC_DOMAIN_NAME)); + + if (SetupData->UnattendSetup) + { + //... + } + } + break; + case WM_NOTIFY: + { + lpnm = (LPNMHDR)lParam; + + switch (lpnm->code) + { + case PSN_SETACTIVE: + { + /* Enable the Back and Next buttons */ + PropSheet_SetWizButtons(GetParent(hwndDlg), PSWIZB_BACK | PSWIZB_NEXT); + if (SetupData->UnattendSetup) + { + SetWindowLongPtr(hwndDlg, DWL_MSGRESULT, IDD_PROCESSPAGE); + return TRUE; + } + } + case PSN_WIZNEXT: + { + DomainName[0] = 0; + if (GetDlgItemTextW(hwndDlg, IDC_DOMAIN_NAME, DomainName, 50) == 0) + { + if (0 == LoadStringW(hDllInstance, IDS_REACTOS_SETUP, Title, sizeof(Title) / sizeof(Title[0]))) + { + wcscpy(Title, L"ReactOS Setup"); + } + if (0 == LoadStringW(hDllInstance, IDS_WZD_DOMAIN_NAME, ErrorName, sizeof(ErrorName) / sizeof(ErrorName[0]))) + { + wcscpy(ErrorName, L"Setup cannot continue until you\nenter the name of your domain/workgroup."); + } + MessageBoxW(hwndDlg, ErrorName, Title, MB_ICONERROR | MB_OK); + + SetFocus(GetDlgItem(hwndDlg, IDC_DOMAIN_NAME)); + SetWindowLongPtr(hwndDlg, DWL_MSGRESULT, -1); + + //TODO: Implement setting the Domain/Workgroup + + return TRUE; + } + } + + case PSN_WIZBACK: + { + SetupData->UnattendSetup = FALSE; + break; + } + } + } + + case WM_DESTROY: + { + //... + } + + default: + break; + } + + return FALSE; +} + static UINT CALLBACK RegistrationNotificationProc(PVOID Context, UINT Notification, @@ -2370,7 +2644,7 @@ InstallWizard(VOID) { PROPSHEETHEADER psh; - HPROPSHEETPAGE ahpsp[8]; + HPROPSHEETPAGE ahpsp[11]; PROPSHEETPAGE psp = {0}; UINT nPages = 0; HWND hWnd; @@ -2439,7 +2713,7 @@ ahpsp[nPages++] = CreatePropertySheetPage(&psp); - /* Create the DateTime page */ + /* Create the Date/Time page */ psp.dwFlags = PSP_DEFAULT | PSP_USEHEADERTITLE | PSP_USEHEADERSUBTITLE; psp.pszHeaderTitle = MAKEINTRESOURCE(IDS_DATETIMETITLE); psp.pszHeaderSubTitle = MAKEINTRESOURCE(IDS_DATETIMESUBTITLE); @@ -2447,7 +2721,30 @@ psp.pszTemplate = MAKEINTRESOURCE(IDD_DATETIMEPAGE); ahpsp[nPages++] = CreatePropertySheetPage(&psp); + /* Create the Network Settings page */ + psp.dwFlags = PSP_DEFAULT | PSP_USEHEADERTITLE | PSP_USEHEADERSUBTITLE; + psp.pszHeaderTitle = MAKEINTRESOURCE(IDS_NETWORKSETTINGSTITLE); + psp.pszHeaderSubTitle = MAKEINTRESOURCE(IDS_NETWORKSETTINGSSUBTITLE); + psp.pfnDlgProc = NetworkSettingsPageDlgProc; + psp.pszTemplate = MAKEINTRESOURCE(IDD_NETWORKSETPAGE); + ahpsp[nPages++] = CreatePropertySheetPage(&psp); + /* Create the Network Components page */ + psp.dwFlags = PSP_DEFAULT | PSP_USEHEADERTITLE | PSP_USEHEADERSUBTITLE; + psp.pszHeaderTitle = MAKEINTRESOURCE(IDS_NETWORKTITLE); + psp.pszHeaderSubTitle = MAKEINTRESOURCE(IDS_NETWORKSUBTITLE); + psp.pfnDlgProc = NetworkPageDlgProc; + psp.pszTemplate = MAKEINTRESOURCE(IDD_NETWORKCOMPPAGE); + ahpsp[nPages++] = CreatePropertySheetPage(&psp); + + /* Create the Domain/Workgroup page */ + psp.dwFlags = PSP_DEFAULT | PSP_USEHEADERTITLE | PSP_USEHEADERSUBTITLE; + psp.pszHeaderTitle = MAKEINTRESOURCE(IDS_DOMAINTITLE); + psp.pszHeaderSubTitle = MAKEINTRESOURCE(IDS_DOMAINSUBTITLE); + psp.pfnDlgProc = DomainPageDlgProc; + psp.pszTemplate = MAKEINTRESOURCE(IDD_DOMAINPAGE); + ahpsp[nPages++] = CreatePropertySheetPage(&psp); + /* Create the Process page */ psp.dwFlags = PSP_DEFAULT | PSP_USEHEADERTITLE | PSP_USEHEADERSUBTITLE; psp.pszHeaderTitle = MAKEINTRESOURCE(IDS_PROCESSTITLE); @@ -2456,7 +2753,6 @@ psp.pszTemplate = MAKEINTRESOURCE(IDD_PROCESSPAGE); ahpsp[nPages++] = CreatePropertySheetPage(&psp); - /* Create the Finish page */ psp.dwFlags = PSP_DEFAULT | PSP_HIDEHEADER; psp.pfnDlgProc = FinishDlgProc;