mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 05:22:57 +00:00
[SETUP:REACTOS] Refactor the Welcome page (#7579)
- Rewrite the introductory text. - Add a temporary (ReactOS-Alpha) informational message. - Hide the "Back" button when the Welcome page is active, and show it back again when switching to the following ones.
This commit is contained in:
parent
894e5cddd6
commit
8d00977681
34 changed files with 449 additions and 97 deletions
|
@ -8,8 +8,18 @@ CAPTION "Настройка на РеактОС"
|
||||||
FONT 8, "MS Shell Dlg"
|
FONT 8, "MS Shell Dlg"
|
||||||
BEGIN
|
BEGIN
|
||||||
LTEXT "Съветникът за настройка на РеактОС ви приветства", IDC_STARTTITLE, 115, 8, 195, 24
|
LTEXT "Съветникът за настройка на РеактОС ви приветства", IDC_STARTTITLE, 115, 8, 195, 24
|
||||||
LTEXT "Все още не можете да сложите РеактОС направо от този КД! Презапуснете компютъра с този КД, за да сложите РеактОС.", IDC_STATIC, 115, 40, 195, 100
|
LTEXT "This wizard will install or upgrade ReactOS on your computer, \
|
||||||
LTEXT "Натиснете „Приключване“ за изход от настройването.", IDC_STATIC, 115, 169, 195, 17
|
and prepare the second part of the setup.", IDC_STATIC, 115, 40, 195, 27
|
||||||
|
////
|
||||||
|
GROUPBOX " IMPORTANT INFORMATION ", IDC_WARNTEXT1, 115, 70, 195, 90, BS_CENTER
|
||||||
|
LTEXT "ReactOS is in Alpha stage: it is not feature- complete and is \
|
||||||
|
under heavy development. It is recommended to use it only for \
|
||||||
|
evaluation and testing and not as your daily-usage OS.\n\
|
||||||
|
It may corrupt your data or damage your hardware.", IDC_WARNTEXT2, 120, 80, 185, 50, SS_CENTER
|
||||||
|
LTEXT "Backup your data or test on a secondary computer \
|
||||||
|
if you attempt to run ReactOS on real hardware.", IDC_WARNTEXT3, 120, 130, 185, 27, SS_CENTER
|
||||||
|
////
|
||||||
|
LTEXT "Натиснете „Напред“ за продължаване на настройката.", IDC_STATIC, 115, 169, 195, 17
|
||||||
END
|
END
|
||||||
|
|
||||||
IDD_TYPEPAGE DIALOGEX 0, 0, 317, 143
|
IDD_TYPEPAGE DIALOGEX 0, 0, 317, 143
|
||||||
|
|
|
@ -14,8 +14,18 @@ CAPTION "Instalace systému ReactOS"
|
||||||
FONT 8, "MS Shell Dlg"
|
FONT 8, "MS Shell Dlg"
|
||||||
BEGIN
|
BEGIN
|
||||||
LTEXT "Vítejte v průvodci instalace systému ReactOS", IDC_STARTTITLE, 115, 8, 195, 24
|
LTEXT "Vítejte v průvodci instalace systému ReactOS", IDC_STARTTITLE, 115, 8, 195, 24
|
||||||
LTEXT "Systém ReactOS zatím nelze nainstalovat přímo z tohoto CD! Pro instalaci restartuje počítač z tohoto CD.", IDC_STATIC, 115, 40, 195, 100
|
LTEXT "This wizard will install or upgrade ReactOS on your computer, \
|
||||||
LTEXT "Klepnutím na Dokončit ukončíte instalaci.", IDC_STATIC, 115, 169, 195, 17
|
and prepare the second part of the setup.", IDC_STATIC, 115, 40, 195, 27
|
||||||
|
////
|
||||||
|
GROUPBOX " IMPORTANT INFORMATION ", IDC_WARNTEXT1, 115, 70, 195, 90, BS_CENTER
|
||||||
|
LTEXT "ReactOS is in Alpha stage: it is not feature- complete and is \
|
||||||
|
under heavy development. It is recommended to use it only for \
|
||||||
|
evaluation and testing and not as your daily-usage OS.\n\
|
||||||
|
It may corrupt your data or damage your hardware.", IDC_WARNTEXT2, 120, 80, 185, 50, SS_CENTER
|
||||||
|
LTEXT "Backup your data or test on a secondary computer \
|
||||||
|
if you attempt to run ReactOS on real hardware.", IDC_WARNTEXT3, 120, 130, 185, 27, SS_CENTER
|
||||||
|
////
|
||||||
|
LTEXT "Kliknutím na Další pokračujte v instalaci.", IDC_STATIC, 115, 169, 195, 17
|
||||||
END
|
END
|
||||||
|
|
||||||
IDD_TYPEPAGE DIALOGEX 0, 0, 317, 143
|
IDD_TYPEPAGE DIALOGEX 0, 0, 317, 143
|
||||||
|
|
|
@ -7,9 +7,19 @@ STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYS
|
||||||
CAPTION "ReactOS-Setup"
|
CAPTION "ReactOS-Setup"
|
||||||
FONT 8, "MS Shell Dlg"
|
FONT 8, "MS Shell Dlg"
|
||||||
BEGIN
|
BEGIN
|
||||||
LTEXT "Willkommen beim ReactOS-Setup-Assistenten", IDC_STARTTITLE, 115, 8, 195, 24
|
LTEXT "Willkommen beim ReactOS Installationsassistenten", IDC_STARTTITLE, 115, 8, 195, 24
|
||||||
LTEXT "ReactOS kann noch nicht direkt von dieser CD installiert werden! Bitte starten Sie Ihren Computer mit dieser CD um ReactOS zu installieren.", IDC_STATIC, 115, 40, 195, 100
|
LTEXT "This wizard will install or upgrade ReactOS on your computer, \
|
||||||
LTEXT "Klicken Sie auf Beenden um das Setup zu verlassen.", IDC_STATIC, 115, 169, 195, 17
|
and prepare the second part of the setup.", IDC_STATIC, 115, 40, 195, 27
|
||||||
|
////
|
||||||
|
GROUPBOX " IMPORTANT INFORMATION ", IDC_WARNTEXT1, 115, 70, 195, 90, BS_CENTER
|
||||||
|
LTEXT "ReactOS is in Alpha stage: it is not feature- complete and is \
|
||||||
|
under heavy development. It is recommended to use it only for \
|
||||||
|
evaluation and testing and not as your daily-usage OS.\n\
|
||||||
|
It may corrupt your data or damage your hardware.", IDC_WARNTEXT2, 120, 80, 185, 50, SS_CENTER
|
||||||
|
LTEXT "Backup your data or test on a secondary computer \
|
||||||
|
if you attempt to run ReactOS on real hardware.", IDC_WARNTEXT3, 120, 130, 185, 27, SS_CENTER
|
||||||
|
////
|
||||||
|
LTEXT "Klicken Sie auf Weiter, um fortzufahren.", IDC_STATIC, 115, 169, 195, 17
|
||||||
END
|
END
|
||||||
|
|
||||||
IDD_TYPEPAGE DIALOGEX 0, 0, 317, 143
|
IDD_TYPEPAGE DIALOGEX 0, 0, 317, 143
|
||||||
|
|
|
@ -8,8 +8,18 @@ CAPTION "Εγκατάσταση του ReactOS"
|
||||||
FONT 8, "MS Shell Dlg"
|
FONT 8, "MS Shell Dlg"
|
||||||
BEGIN
|
BEGIN
|
||||||
LTEXT "Καλώς ήλθατε στον οδηγό εγκατάστασης του ReactOS", IDC_STARTTITLE, 115, 8, 195, 24
|
LTEXT "Καλώς ήλθατε στον οδηγό εγκατάστασης του ReactOS", IDC_STARTTITLE, 115, 8, 195, 24
|
||||||
LTEXT "Δε μπορείτε να εγκαταστήσετε το ReactOS απευθείας από αυτό το CD ακόμα! Παρακαλούμε επανεκκινήστε τον υπολογιστή σας από αυτό το CD για να μπορέσετε να εγκαταστήσετε το ReactOS.", IDC_STATIC, 115, 40, 195, 100
|
LTEXT "This wizard will install or upgrade ReactOS on your computer, \
|
||||||
LTEXT "Πατήστε Ολοκλήρωση για να βγείτε από την Εγκατάσταση.", IDC_STATIC, 115, 169, 195, 17
|
and prepare the second part of the setup.", IDC_STATIC, 115, 40, 195, 27
|
||||||
|
////
|
||||||
|
GROUPBOX " IMPORTANT INFORMATION ", IDC_WARNTEXT1, 115, 70, 195, 90, BS_CENTER
|
||||||
|
LTEXT "ReactOS is in Alpha stage: it is not feature- complete and is \
|
||||||
|
under heavy development. It is recommended to use it only for \
|
||||||
|
evaluation and testing and not as your daily-usage OS.\n\
|
||||||
|
It may corrupt your data or damage your hardware.", IDC_WARNTEXT2, 120, 80, 185, 50, SS_CENTER
|
||||||
|
LTEXT "Backup your data or test on a secondary computer \
|
||||||
|
if you attempt to run ReactOS on real hardware.", IDC_WARNTEXT3, 120, 130, 185, 27, SS_CENTER
|
||||||
|
////
|
||||||
|
LTEXT "Πατήστε το 'Επόμενο' για να συνεχίσει η εγκατάσταση.", IDC_STATIC, 115, 169, 195, 17
|
||||||
END
|
END
|
||||||
|
|
||||||
IDD_TYPEPAGE DIALOGEX 0, 0, 317, 143
|
IDD_TYPEPAGE DIALOGEX 0, 0, 317, 143
|
||||||
|
|
|
@ -8,8 +8,18 @@ CAPTION "ReactOS Setup"
|
||||||
FONT 8, "MS Shell Dlg"
|
FONT 8, "MS Shell Dlg"
|
||||||
BEGIN
|
BEGIN
|
||||||
LTEXT "Welcome to the ReactOS Setup Wizard", IDC_STARTTITLE, 115, 8, 195, 24
|
LTEXT "Welcome to the ReactOS Setup Wizard", IDC_STARTTITLE, 115, 8, 195, 24
|
||||||
LTEXT "You cannot install ReactOS directly from this CD yet! Please restart your computer from this CD in order to install ReactOS.", IDC_STATIC, 115, 40, 195, 100
|
LTEXT "This wizard will install or upgrade ReactOS on your computer, \
|
||||||
LTEXT "Click Finish to exit the Setup.", IDC_STATIC, 115, 169, 195, 17
|
and prepare the second part of the setup.", IDC_STATIC, 115, 40, 195, 27
|
||||||
|
////
|
||||||
|
GROUPBOX " IMPORTANT INFORMATION ", IDC_WARNTEXT1, 115, 70, 195, 90, BS_CENTER
|
||||||
|
LTEXT "ReactOS is in Alpha stage: it is not feature- complete and is \
|
||||||
|
under heavy development. It is recommended to use it only for \
|
||||||
|
evaluation and testing and not as your daily-usage OS.\n\
|
||||||
|
It may corrupt your data or damage your hardware.", IDC_WARNTEXT2, 120, 80, 185, 50, SS_CENTER
|
||||||
|
LTEXT "Backup your data or test on a secondary computer \
|
||||||
|
if you attempt to run ReactOS on real hardware.", IDC_WARNTEXT3, 120, 130, 185, 27, SS_CENTER
|
||||||
|
////
|
||||||
|
LTEXT "Click Next to continue with Setup.", IDC_STATIC, 115, 169, 195, 17
|
||||||
END
|
END
|
||||||
|
|
||||||
IDD_TYPEPAGE DIALOGEX 0, 0, 317, 143
|
IDD_TYPEPAGE DIALOGEX 0, 0, 317, 143
|
||||||
|
|
|
@ -17,8 +17,18 @@ CAPTION "Instalación de ReactOS"
|
||||||
FONT 8, "MS Shell Dlg"
|
FONT 8, "MS Shell Dlg"
|
||||||
BEGIN
|
BEGIN
|
||||||
LTEXT "Bienvenido al Asistente de Instalación de ReactOS", IDC_STARTTITLE, 115, 8, 195, 24
|
LTEXT "Bienvenido al Asistente de Instalación de ReactOS", IDC_STARTTITLE, 115, 8, 195, 24
|
||||||
LTEXT "¡Aún no puede instalar ReactOS desde el ejecutable del CD! Por favor, arranque su equipo desde el CD para instalar ReactOS.", IDC_STATIC, 115, 40, 200, 100
|
LTEXT "This wizard will install or upgrade ReactOS on your computer, \
|
||||||
LTEXT "Pulse Finalizar para salir del instalador.", IDC_STATIC, 115, 169, 195, 17
|
and prepare the second part of the setup.", IDC_STATIC, 115, 40, 195, 27
|
||||||
|
////
|
||||||
|
GROUPBOX " IMPORTANT INFORMATION ", IDC_WARNTEXT1, 115, 70, 195, 90, BS_CENTER
|
||||||
|
LTEXT "ReactOS is in Alpha stage: it is not feature- complete and is \
|
||||||
|
under heavy development. It is recommended to use it only for \
|
||||||
|
evaluation and testing and not as your daily-usage OS.\n\
|
||||||
|
It may corrupt your data or damage your hardware.", IDC_WARNTEXT2, 120, 80, 185, 50, SS_CENTER
|
||||||
|
LTEXT "Backup your data or test on a secondary computer \
|
||||||
|
if you attempt to run ReactOS on real hardware.", IDC_WARNTEXT3, 120, 130, 185, 27, SS_CENTER
|
||||||
|
////
|
||||||
|
LTEXT "Pulse Siguiente para continuar con la instalación.", IDC_STATIC, 115, 169, 195, 17
|
||||||
END
|
END
|
||||||
|
|
||||||
IDD_TYPEPAGE DIALOGEX 0, 0, 317, 143
|
IDD_TYPEPAGE DIALOGEX 0, 0, 317, 143
|
||||||
|
|
|
@ -8,8 +8,18 @@ CAPTION "ReactOS'i paigaldamine"
|
||||||
FONT 8, "MS Shell Dlg"
|
FONT 8, "MS Shell Dlg"
|
||||||
BEGIN
|
BEGIN
|
||||||
LTEXT "Tere tulemast ReactOS'i paigaldamus viisardisse", IDC_STARTTITLE, 115, 8, 195, 24
|
LTEXT "Tere tulemast ReactOS'i paigaldamus viisardisse", IDC_STARTTITLE, 115, 8, 195, 24
|
||||||
LTEXT "Selle CD pealt ei saa praegu veel ReactOS'i paigaldada! ReactOS'i paigaldamiseks on tarvis arvuti taaskäivitada selle CD-ga.", IDC_STATIC, 115, 40, 195, 100
|
LTEXT "This wizard will install or upgrade ReactOS on your computer, \
|
||||||
LTEXT "Vajuta lõpeta, et installeerimine lõpetada.", IDC_STATIC, 115, 169, 195, 17
|
and prepare the second part of the setup.", IDC_STATIC, 115, 40, 195, 27
|
||||||
|
////
|
||||||
|
GROUPBOX " IMPORTANT INFORMATION ", IDC_WARNTEXT1, 115, 70, 195, 90, BS_CENTER
|
||||||
|
LTEXT "ReactOS is in Alpha stage: it is not feature- complete and is \
|
||||||
|
under heavy development. It is recommended to use it only for \
|
||||||
|
evaluation and testing and not as your daily-usage OS.\n\
|
||||||
|
It may corrupt your data or damage your hardware.", IDC_WARNTEXT2, 120, 80, 185, 50, SS_CENTER
|
||||||
|
LTEXT "Backup your data or test on a secondary computer \
|
||||||
|
if you attempt to run ReactOS on real hardware.", IDC_WARNTEXT3, 120, 130, 185, 27, SS_CENTER
|
||||||
|
////
|
||||||
|
LTEXT "Vajuta Edasi paigaldamise jätkamiseks.", IDC_STATIC, 115, 169, 195, 17
|
||||||
END
|
END
|
||||||
|
|
||||||
IDD_TYPEPAGE DIALOGEX 0, 0, 317, 143
|
IDD_TYPEPAGE DIALOGEX 0, 0, 317, 143
|
||||||
|
|
|
@ -15,8 +15,18 @@ CAPTION "Instalación de ReactOS"
|
||||||
FONT 8, "MS Shell Dlg"
|
FONT 8, "MS Shell Dlg"
|
||||||
BEGIN
|
BEGIN
|
||||||
LTEXT "Bienvenido al Asistente de Instalación de ReactOS", IDC_STARTTITLE, 115, 8, 195, 24
|
LTEXT "Bienvenido al Asistente de Instalación de ReactOS", IDC_STARTTITLE, 115, 8, 195, 24
|
||||||
LTEXT "¡Aún no puede instalar ReactOS directamente desde el CD! Por favor, reinicie su equipo desde el CD para instalar ReactOS.", IDC_STATIC, 115, 40, 200, 100
|
LTEXT "This wizard will install or upgrade ReactOS on your computer, \
|
||||||
LTEXT "Pulse Finalizar para salir del instalador.", IDC_STATIC, 115, 169, 195, 17
|
and prepare the second part of the setup.", IDC_STATIC, 115, 40, 195, 27
|
||||||
|
////
|
||||||
|
GROUPBOX " IMPORTANT INFORMATION ", IDC_WARNTEXT1, 115, 70, 195, 90, BS_CENTER
|
||||||
|
LTEXT "ReactOS is in Alpha stage: it is not feature- complete and is \
|
||||||
|
under heavy development. It is recommended to use it only for \
|
||||||
|
evaluation and testing and not as your daily-usage OS.\n\
|
||||||
|
It may corrupt your data or damage your hardware.", IDC_WARNTEXT2, 120, 80, 185, 50, SS_CENTER
|
||||||
|
LTEXT "Backup your data or test on a secondary computer \
|
||||||
|
if you attempt to run ReactOS on real hardware.", IDC_WARNTEXT3, 120, 130, 185, 27, SS_CENTER
|
||||||
|
////
|
||||||
|
LTEXT "Sakatu Aurrera instalazioa jarraitzeko.", IDC_STATIC, 115, 169, 195, 17
|
||||||
END
|
END
|
||||||
|
|
||||||
IDD_TYPEPAGE DIALOGEX 0, 0, 317, 143
|
IDD_TYPEPAGE DIALOGEX 0, 0, 317, 143
|
||||||
|
|
|
@ -8,8 +8,18 @@ CAPTION "ReactOS Asennus"
|
||||||
FONT 8, "MS Shell Dlg"
|
FONT 8, "MS Shell Dlg"
|
||||||
BEGIN
|
BEGIN
|
||||||
LTEXT "Welcome to the ReactOS Setup Wizard", IDC_STARTTITLE, 115, 8, 195, 24
|
LTEXT "Welcome to the ReactOS Setup Wizard", IDC_STARTTITLE, 115, 8, 195, 24
|
||||||
LTEXT "Et voi asentaa ReactOS:ä suoraan tältä CDlevyltä! Käynnistä tietokoneesi tältä CD levyltä asentaaksesi ReactOS:ä.", IDC_STATIC, 115, 40, 195, 100
|
LTEXT "This wizard will install or upgrade ReactOS on your computer, \
|
||||||
LTEXT "Click Finish to exit the Setup.", IDC_STATIC, 115, 169, 195, 17
|
and prepare the second part of the setup.", IDC_STATIC, 115, 40, 195, 27
|
||||||
|
////
|
||||||
|
GROUPBOX " IMPORTANT INFORMATION ", IDC_WARNTEXT1, 115, 70, 195, 90, BS_CENTER
|
||||||
|
LTEXT "ReactOS is in Alpha stage: it is not feature- complete and is \
|
||||||
|
under heavy development. It is recommended to use it only for \
|
||||||
|
evaluation and testing and not as your daily-usage OS.\n\
|
||||||
|
It may corrupt your data or damage your hardware.", IDC_WARNTEXT2, 120, 80, 185, 50, SS_CENTER
|
||||||
|
LTEXT "Backup your data or test on a secondary computer \
|
||||||
|
if you attempt to run ReactOS on real hardware.", IDC_WARNTEXT3, 120, 130, 185, 27, SS_CENTER
|
||||||
|
////
|
||||||
|
LTEXT "Click Next to continue with Setup.", IDC_STATIC, 115, 169, 195, 17
|
||||||
END
|
END
|
||||||
|
|
||||||
IDD_TYPEPAGE DIALOGEX 0, 0, 317, 143
|
IDD_TYPEPAGE DIALOGEX 0, 0, 317, 143
|
||||||
|
|
|
@ -8,8 +8,18 @@ CAPTION "Installation de ReactOS"
|
||||||
FONT 8, "MS Shell Dlg"
|
FONT 8, "MS Shell Dlg"
|
||||||
BEGIN
|
BEGIN
|
||||||
LTEXT "Bienvenue dans l'assistant d'installation de ReactOS", IDC_STARTTITLE, 115, 8, 195, 24
|
LTEXT "Bienvenue dans l'assistant d'installation de ReactOS", IDC_STARTTITLE, 115, 8, 195, 24
|
||||||
LTEXT "Vous ne pouvez pas encore installer ReactOS directement depuis ce CD ! Veuillez redémarrer votre ordinateur depuis ce CD pour pouvoir installer ReactOS.", IDC_STATIC, 115, 40, 195, 100
|
LTEXT "Cet assistant installe ou met à niveau ReactOS sur votre ordinateur, \
|
||||||
LTEXT "Cliquez sur Terminer pour quitter l'installation.", IDC_STATIC, 115, 169, 195, 17
|
et prépare la seconde étape d'installation.", IDC_STATIC, 115, 40, 195, 27
|
||||||
|
////
|
||||||
|
GROUPBOX " INFORMATION IMPORTANTE ", IDC_WARNTEXT1, 115, 70, 195, 90, BS_CENTER
|
||||||
|
LTEXT "ReactOS est en version Alpha : il n'est pas complet et est \
|
||||||
|
en cours de développement. Il est conseillé de ne l'utiliser \
|
||||||
|
que pour évaluation et test, pas pour un usage quotidien.\n\
|
||||||
|
Il peut corrompre vos données ou endommager votre matériel.", IDC_WARNTEXT2, 120, 80, 185, 50, SS_CENTER
|
||||||
|
LTEXT "Sauvegardez vos données ou testez sur un ordinateur secondaire \
|
||||||
|
si vous souhaitez utiliser ReactOS sur du matériel.", IDC_WARNTEXT3, 120, 130, 185, 27, SS_CENTER
|
||||||
|
////
|
||||||
|
LTEXT "Cliquez sur Suivant pour continuer l'installation.", IDC_STATIC, 115, 169, 195, 17
|
||||||
END
|
END
|
||||||
|
|
||||||
IDD_TYPEPAGE DIALOGEX 0, 0, 317, 143
|
IDD_TYPEPAGE DIALOGEX 0, 0, 317, 143
|
||||||
|
|
|
@ -9,9 +9,19 @@ STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYS
|
||||||
CAPTION "התקנת ReactOS"
|
CAPTION "התקנת ReactOS"
|
||||||
FONT 8, "MS Shell Dlg"
|
FONT 8, "MS Shell Dlg"
|
||||||
BEGIN
|
BEGIN
|
||||||
LTEXT "ברוכים הבאים לאשף ההתקנה של ReactOS", IDC_STARTTITLE, 115, 8, 195, 24
|
LTEXT "ברוכים לאשף ההתקנה של ReactOS", IDC_STARTTITLE, 115, 8, 195, 24
|
||||||
LTEXT "אתה לא יכול להתקין את ReactOS מהדיסק הזה ברגע זה! נע הפעל מחדש את המחשב מהדיסק הזה בשביל להתקין את ReactOS", IDC_STATIC, 115, 40, 195, 100
|
LTEXT "This wizard will install or upgrade ReactOS on your computer, \
|
||||||
LTEXT "לחץ על 'סיום' כדי לסיים את ההתקנה.", IDC_STATIC, 115, 169, 195, 17
|
and prepare the second part of the setup.", IDC_STATIC, 115, 40, 195, 27
|
||||||
|
////
|
||||||
|
GROUPBOX " IMPORTANT INFORMATION ", IDC_WARNTEXT1, 115, 70, 195, 90, BS_CENTER
|
||||||
|
LTEXT "ReactOS is in Alpha stage: it is not feature- complete and is \
|
||||||
|
under heavy development. It is recommended to use it only for \
|
||||||
|
evaluation and testing and not as your daily-usage OS.\n\
|
||||||
|
It may corrupt your data or damage your hardware.", IDC_WARNTEXT2, 120, 80, 185, 50, SS_CENTER
|
||||||
|
LTEXT "Backup your data or test on a secondary computer \
|
||||||
|
if you attempt to run ReactOS on real hardware.", IDC_WARNTEXT3, 120, 130, 185, 27, SS_CENTER
|
||||||
|
////
|
||||||
|
LTEXT "לחץ על הבא כדי להמשיך עם ההתקנה", IDC_STATIC, 115, 169, 195, 17
|
||||||
END
|
END
|
||||||
|
|
||||||
IDD_TYPEPAGE DIALOGEX 0, 0, 317, 143
|
IDD_TYPEPAGE DIALOGEX 0, 0, 317, 143
|
||||||
|
|
|
@ -15,8 +15,18 @@ CAPTION "रिऐक्ट ओएस सेटअप"
|
||||||
FONT 8, "MS Shell Dlg"
|
FONT 8, "MS Shell Dlg"
|
||||||
BEGIN
|
BEGIN
|
||||||
LTEXT "रिऐक्ट ओएस सेटअप विज़ार्ड में आपका स्वागत है।", IDC_STARTTITLE, 115, 8, 195, 24
|
LTEXT "रिऐक्ट ओएस सेटअप विज़ार्ड में आपका स्वागत है।", IDC_STARTTITLE, 115, 8, 195, 24
|
||||||
LTEXT "आप अभी तक इस सीडी से सीधे रिऐक्ट ओएस इंस्टॉल नहीं कर सकते हैं! कृपया अपने कंप्यूटर को रिऐक्ट ओएस इंस्टॉल करने के लिए इस सीडी से रीस्टॉर्ट करें।", IDC_STATIC, 115, 40, 195, 100
|
LTEXT "This wizard will install or upgrade ReactOS on your computer, \
|
||||||
LTEXT "सेटअप से बाहर निकलने के लिए समाप्त क्लिक करें।", IDC_STATIC, 115, 169, 195, 17
|
and prepare the second part of the setup.", IDC_STATIC, 115, 40, 195, 27
|
||||||
|
////
|
||||||
|
GROUPBOX " IMPORTANT INFORMATION ", IDC_WARNTEXT1, 115, 70, 195, 90, BS_CENTER
|
||||||
|
LTEXT "ReactOS is in Alpha stage: it is not feature- complete and is \
|
||||||
|
under heavy development. It is recommended to use it only for \
|
||||||
|
evaluation and testing and not as your daily-usage OS.\n\
|
||||||
|
It may corrupt your data or damage your hardware.", IDC_WARNTEXT2, 120, 80, 185, 50, SS_CENTER
|
||||||
|
LTEXT "Backup your data or test on a secondary computer \
|
||||||
|
if you attempt to run ReactOS on real hardware.", IDC_WARNTEXT3, 120, 130, 185, 27, SS_CENTER
|
||||||
|
////
|
||||||
|
LTEXT "सेटअप के साथ जारी रखने के लिए आगे क्लिक करें।", IDC_STATIC, 115, 169, 195, 17
|
||||||
END
|
END
|
||||||
|
|
||||||
IDD_TYPEPAGE DIALOGEX 0, 0, 317, 143
|
IDD_TYPEPAGE DIALOGEX 0, 0, 317, 143
|
||||||
|
|
|
@ -9,9 +9,19 @@ STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYS
|
||||||
CAPTION "ReactOS telepítõ"
|
CAPTION "ReactOS telepítõ"
|
||||||
FONT 8, "MS Shell Dlg"
|
FONT 8, "MS Shell Dlg"
|
||||||
BEGIN
|
BEGIN
|
||||||
LTEXT "Welcome to the ReactOS Setup Wizard", IDC_STARTTITLE, 115, 8, 195, 24
|
LTEXT "Üdvözöljük a ReactOS telepítőben", IDC_STARTTITLE, 115, 8, 195, 24
|
||||||
LTEXT "Nem tudod feltelepíteni a ReactOS rendszert így! Kérlek indítsd újra a számítógépet ezzel a CD-vel, hogy feltudjad telepíteni a ReactOS rendszert.", IDC_STATIC, 115, 40, 195, 100
|
LTEXT "This wizard will install or upgrade ReactOS on your computer, \
|
||||||
LTEXT "Click Finish to exit the Setup.", IDC_STATIC, 115, 169, 195, 17
|
and prepare the second part of the setup.", IDC_STATIC, 115, 40, 195, 27
|
||||||
|
////
|
||||||
|
GROUPBOX " IMPORTANT INFORMATION ", IDC_WARNTEXT1, 115, 70, 195, 90, BS_CENTER
|
||||||
|
LTEXT "ReactOS is in Alpha stage: it is not feature- complete and is \
|
||||||
|
under heavy development. It is recommended to use it only for \
|
||||||
|
evaluation and testing and not as your daily-usage OS.\n\
|
||||||
|
It may corrupt your data or damage your hardware.", IDC_WARNTEXT2, 120, 80, 185, 50, SS_CENTER
|
||||||
|
LTEXT "Backup your data or test on a secondary computer \
|
||||||
|
if you attempt to run ReactOS on real hardware.", IDC_WARNTEXT3, 120, 130, 185, 27, SS_CENTER
|
||||||
|
////
|
||||||
|
LTEXT "Kattintson a Tovább gombra a folytatáshoz.", IDC_STATIC, 115, 169, 195, 17
|
||||||
END
|
END
|
||||||
|
|
||||||
IDD_TYPEPAGE DIALOGEX 0, 0, 317, 143
|
IDD_TYPEPAGE DIALOGEX 0, 0, 317, 143
|
||||||
|
|
|
@ -8,8 +8,18 @@ CAPTION "Penyetelan ReactOS"
|
||||||
FONT 8, "MS Shell Dlg"
|
FONT 8, "MS Shell Dlg"
|
||||||
BEGIN
|
BEGIN
|
||||||
LTEXT "Selamat datang di Penuntun Penyetelan ReactOS", IDC_STARTTITLE, 115, 8, 195, 24
|
LTEXT "Selamat datang di Penuntun Penyetelan ReactOS", IDC_STARTTITLE, 115, 8, 195, 24
|
||||||
LTEXT "ReactOS belum bisa dipasang dari CD secara langsung! Mohon mulai ulang komputer ini dari CD secara berurutan untuk memasang ReactOS.", IDC_STATIC, 115, 40, 195, 100
|
LTEXT "This wizard will install or upgrade ReactOS on your computer, \
|
||||||
LTEXT "Klik selesai untuk keluar dari penyetelan.", IDC_STATIC, 115, 169, 195, 17
|
and prepare the second part of the setup.", IDC_STATIC, 115, 40, 195, 27
|
||||||
|
////
|
||||||
|
GROUPBOX " IMPORTANT INFORMATION ", IDC_WARNTEXT1, 115, 70, 195, 90, BS_CENTER
|
||||||
|
LTEXT "ReactOS is in Alpha stage: it is not feature- complete and is \
|
||||||
|
under heavy development. It is recommended to use it only for \
|
||||||
|
evaluation and testing and not as your daily-usage OS.\n\
|
||||||
|
It may corrupt your data or damage your hardware.", IDC_WARNTEXT2, 120, 80, 185, 50, SS_CENTER
|
||||||
|
LTEXT "Backup your data or test on a secondary computer \
|
||||||
|
if you attempt to run ReactOS on real hardware.", IDC_WARNTEXT3, 120, 130, 185, 27, SS_CENTER
|
||||||
|
////
|
||||||
|
LTEXT "Klik Lanjut untuk melanjutkan Penyetelan.", IDC_STATIC, 115, 169, 195, 17
|
||||||
END
|
END
|
||||||
|
|
||||||
IDD_TYPEPAGE DIALOGEX 0, 0, 317, 143
|
IDD_TYPEPAGE DIALOGEX 0, 0, 317, 143
|
||||||
|
|
|
@ -8,8 +8,18 @@ CAPTION "Installazione di ReactOS"
|
||||||
FONT 8, "MS Shell Dlg"
|
FONT 8, "MS Shell Dlg"
|
||||||
BEGIN
|
BEGIN
|
||||||
LTEXT "Benvenuto al wizard di installazione di ReactOS", IDC_STARTTITLE, 115, 8, 195, 24
|
LTEXT "Benvenuto al wizard di installazione di ReactOS", IDC_STARTTITLE, 115, 8, 195, 24
|
||||||
LTEXT "Non è ancora possibile installare ReactOS direttamente da questo CD! E' necessario riavviare il computer da questo CD per procedere alla installazione di ReactOS.", IDC_STATIC, 115, 40, 195, 100
|
LTEXT "This wizard will install or upgrade ReactOS on your computer, \
|
||||||
LTEXT "Cliccare Fine per uscire.", IDC_STATIC, 115, 169, 195, 17
|
and prepare the second part of the setup.", IDC_STATIC, 115, 40, 195, 27
|
||||||
|
////
|
||||||
|
GROUPBOX " IMPORTANT INFORMATION ", IDC_WARNTEXT1, 115, 70, 195, 90, BS_CENTER
|
||||||
|
LTEXT "ReactOS is in Alpha stage: it is not feature- complete and is \
|
||||||
|
under heavy development. It is recommended to use it only for \
|
||||||
|
evaluation and testing and not as your daily-usage OS.\n\
|
||||||
|
It may corrupt your data or damage your hardware.", IDC_WARNTEXT2, 120, 80, 185, 50, SS_CENTER
|
||||||
|
LTEXT "Backup your data or test on a secondary computer \
|
||||||
|
if you attempt to run ReactOS on real hardware.", IDC_WARNTEXT3, 120, 130, 185, 27, SS_CENTER
|
||||||
|
////
|
||||||
|
LTEXT "Selezionare Avanti per proseguire con la configurazione.", IDC_STATIC, 115, 169, 195, 17
|
||||||
END
|
END
|
||||||
|
|
||||||
IDD_TYPEPAGE DIALOGEX 0, 0, 317, 143
|
IDD_TYPEPAGE DIALOGEX 0, 0, 317, 143
|
||||||
|
|
|
@ -8,8 +8,18 @@ CAPTION "ReactOS セットアップ"
|
||||||
FONT 9, "MS UI Gothic"
|
FONT 9, "MS UI Gothic"
|
||||||
BEGIN
|
BEGIN
|
||||||
LTEXT "ReactOS セットアップウィザードへようこそ", IDC_STARTTITLE, 115, 8, 195, 24
|
LTEXT "ReactOS セットアップウィザードへようこそ", IDC_STARTTITLE, 115, 8, 195, 24
|
||||||
LTEXT "このCDからまだ直接ReactOSをインストールできません。ReactOSをインストールするために、このCDからコンピュータを再起動して下さい。", IDC_STATIC, 115, 40, 195, 100
|
LTEXT "This wizard will install or upgrade ReactOS on your computer, \
|
||||||
LTEXT "完了をクリックしてセットアップを終了して下さい。", IDC_STATIC, 115, 169, 195, 17
|
and prepare the second part of the setup.", IDC_STATIC, 115, 40, 195, 27
|
||||||
|
////
|
||||||
|
GROUPBOX " IMPORTANT INFORMATION ", IDC_WARNTEXT1, 115, 70, 195, 90, BS_CENTER
|
||||||
|
LTEXT "ReactOS is in Alpha stage: it is not feature- complete and is \
|
||||||
|
under heavy development. It is recommended to use it only for \
|
||||||
|
evaluation and testing and not as your daily-usage OS.\n\
|
||||||
|
It may corrupt your data or damage your hardware.", IDC_WARNTEXT2, 120, 80, 185, 50, SS_CENTER
|
||||||
|
LTEXT "Backup your data or test on a secondary computer \
|
||||||
|
if you attempt to run ReactOS on real hardware.", IDC_WARNTEXT3, 120, 130, 185, 27, SS_CENTER
|
||||||
|
////
|
||||||
|
LTEXT "セットアップを続行するには [次へ] をクリックして下さい。", IDC_STATIC, 115, 169, 195, 17
|
||||||
END
|
END
|
||||||
|
|
||||||
IDD_TYPEPAGE DIALOGEX 0, 0, 317, 143
|
IDD_TYPEPAGE DIALOGEX 0, 0, 317, 143
|
||||||
|
|
|
@ -10,8 +10,18 @@ CAPTION "ReactOS Persediaan"
|
||||||
FONT 8, "MS Shell Dlg"
|
FONT 8, "MS Shell Dlg"
|
||||||
BEGIN
|
BEGIN
|
||||||
LTEXT "Selamat datang ke Pendeta Persediaan ReactOS", IDC_STARTTITLE, 115, 8, 195, 24
|
LTEXT "Selamat datang ke Pendeta Persediaan ReactOS", IDC_STARTTITLE, 115, 8, 195, 24
|
||||||
LTEXT "Anda tidak boleh memasang ReactOS terus dari CD ini lagi! Sila mula semula komputer anda dari CD ini untuk memasang ReactOS.", IDC_STATIC, 115, 40, 195, 100
|
LTEXT "This wizard will install or upgrade ReactOS on your computer, \
|
||||||
LTEXT "Klik Selesai untuk keluar persediaan.", IDC_STATIC, 115, 169, 195, 17
|
and prepare the second part of the setup.", IDC_STATIC, 115, 40, 195, 27
|
||||||
|
////
|
||||||
|
GROUPBOX " IMPORTANT INFORMATION ", IDC_WARNTEXT1, 115, 70, 195, 90, BS_CENTER
|
||||||
|
LTEXT "ReactOS is in Alpha stage: it is not feature- complete and is \
|
||||||
|
under heavy development. It is recommended to use it only for \
|
||||||
|
evaluation and testing and not as your daily-usage OS.\n\
|
||||||
|
It may corrupt your data or damage your hardware.", IDC_WARNTEXT2, 120, 80, 185, 50, SS_CENTER
|
||||||
|
LTEXT "Backup your data or test on a secondary computer \
|
||||||
|
if you attempt to run ReactOS on real hardware.", IDC_WARNTEXT3, 120, 130, 185, 27, SS_CENTER
|
||||||
|
////
|
||||||
|
LTEXT "Click Next to continue with Setup.", IDC_STATIC, 115, 169, 195, 17
|
||||||
END
|
END
|
||||||
|
|
||||||
IDD_TYPEPAGE DIALOGEX 0, 0, 317, 143
|
IDD_TYPEPAGE DIALOGEX 0, 0, 317, 143
|
||||||
|
|
|
@ -7,9 +7,19 @@ STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYS
|
||||||
CAPTION "ReactOS installering"
|
CAPTION "ReactOS installering"
|
||||||
FONT 8, "MS Shell Dlg"
|
FONT 8, "MS Shell Dlg"
|
||||||
BEGIN
|
BEGIN
|
||||||
LTEXT "Velkommen til ReactOS installering veiviseren", IDC_STARTTITLE, 115, 8, 220, 24
|
LTEXT "Velkommen til ReactOS installering veiviseren", IDC_STARTTITLE, 115, 8, 195, 24
|
||||||
LTEXT "Du kan ennå ikke installere ReactOS direkte fra denne CD-en! Vennligst start datamaskinen på nytt og start fra denne platen for å installere ReactOS.", IDC_STATIC, 115, 40, 195, 100
|
LTEXT "This wizard will install or upgrade ReactOS on your computer, \
|
||||||
LTEXT "Trykk på Fullført for å avslutte installeringen.", IDC_STATIC, 115, 169, 195, 17
|
and prepare the second part of the setup.", IDC_STATIC, 115, 40, 195, 27
|
||||||
|
////
|
||||||
|
GROUPBOX " IMPORTANT INFORMATION ", IDC_WARNTEXT1, 115, 70, 195, 90, BS_CENTER
|
||||||
|
LTEXT "ReactOS is in Alpha stage: it is not feature- complete and is \
|
||||||
|
under heavy development. It is recommended to use it only for \
|
||||||
|
evaluation and testing and not as your daily-usage OS.\n\
|
||||||
|
It may corrupt your data or damage your hardware.", IDC_WARNTEXT2, 120, 80, 185, 50, SS_CENTER
|
||||||
|
LTEXT "Backup your data or test on a secondary computer \
|
||||||
|
if you attempt to run ReactOS on real hardware.", IDC_WARNTEXT3, 120, 130, 185, 27, SS_CENTER
|
||||||
|
////
|
||||||
|
LTEXT "Klikk Neste for å fortsette installasjonen.", IDC_STATIC, 115, 169, 195, 17
|
||||||
END
|
END
|
||||||
|
|
||||||
IDD_TYPEPAGE DIALOGEX 0, 0, 317, 143
|
IDD_TYPEPAGE DIALOGEX 0, 0, 317, 143
|
||||||
|
|
|
@ -19,8 +19,18 @@ CAPTION "Instalator systemu ReactOS"
|
||||||
FONT 8, "MS Shell Dlg"
|
FONT 8, "MS Shell Dlg"
|
||||||
BEGIN
|
BEGIN
|
||||||
LTEXT "Witamy w Kreatorze instalacji systemu ReactOS", IDC_STARTTITLE, 115, 8, 195, 24
|
LTEXT "Witamy w Kreatorze instalacji systemu ReactOS", IDC_STARTTITLE, 115, 8, 195, 24
|
||||||
LTEXT "Obecnie nie można zainstalować systemu ReactOS bezpośrednio! Uruchom ponownie komputer z tej płyty, aby zainstalować system ReactOS.", IDC_STATIC, 115, 40, 195, 100
|
LTEXT "This wizard will install or upgrade ReactOS on your computer, \
|
||||||
LTEXT "Kliknij przycisk Anuluj, aby zakończyć pracę instalatora.", IDC_STATIC, 115, 169, 195, 17
|
and prepare the second part of the setup.", IDC_STATIC, 115, 40, 195, 27
|
||||||
|
////
|
||||||
|
GROUPBOX " IMPORTANT INFORMATION ", IDC_WARNTEXT1, 115, 70, 195, 90, BS_CENTER
|
||||||
|
LTEXT "ReactOS is in Alpha stage: it is not feature- complete and is \
|
||||||
|
under heavy development. It is recommended to use it only for \
|
||||||
|
evaluation and testing and not as your daily-usage OS.\n\
|
||||||
|
It may corrupt your data or damage your hardware.", IDC_WARNTEXT2, 120, 80, 185, 50, SS_CENTER
|
||||||
|
LTEXT "Backup your data or test on a secondary computer \
|
||||||
|
if you attempt to run ReactOS on real hardware.", IDC_WARNTEXT3, 120, 130, 185, 27, SS_CENTER
|
||||||
|
////
|
||||||
|
LTEXT "Kliknij Dalej, by kontynuować.", IDC_STATIC, 115, 169, 160, 17
|
||||||
END
|
END
|
||||||
|
|
||||||
IDD_TYPEPAGE DIALOGEX 0, 0, 317, 143
|
IDD_TYPEPAGE DIALOGEX 0, 0, 317, 143
|
||||||
|
|
|
@ -8,8 +8,18 @@ CAPTION "Instalação do ReactOS"
|
||||||
FONT 8, "MS Shell Dlg"
|
FONT 8, "MS Shell Dlg"
|
||||||
BEGIN
|
BEGIN
|
||||||
LTEXT "Bem-vindo(a) ao Assistente de Instalação do ReactOS", IDC_STARTTITLE, 115, 8, 195, 24
|
LTEXT "Bem-vindo(a) ao Assistente de Instalação do ReactOS", IDC_STARTTITLE, 115, 8, 195, 24
|
||||||
LTEXT "Você não pode instalar o ReactOS diretamente deste CD! Por favor reinicie seu computador a partir deste CD para instalar o ReactOS.", IDC_STATIC, 115, 40, 195, 100
|
LTEXT "This wizard will install or upgrade ReactOS on your computer, \
|
||||||
LTEXT "Clique em Finalizar para sair da Instalação.", IDC_STATIC, 115, 169, 195, 17
|
and prepare the second part of the setup.", IDC_STATIC, 115, 40, 195, 27
|
||||||
|
////
|
||||||
|
GROUPBOX " IMPORTANT INFORMATION ", IDC_WARNTEXT1, 115, 70, 195, 90, BS_CENTER
|
||||||
|
LTEXT "ReactOS is in Alpha stage: it is not feature- complete and is \
|
||||||
|
under heavy development. It is recommended to use it only for \
|
||||||
|
evaluation and testing and not as your daily-usage OS.\n\
|
||||||
|
It may corrupt your data or damage your hardware.", IDC_WARNTEXT2, 120, 80, 185, 50, SS_CENTER
|
||||||
|
LTEXT "Backup your data or test on a secondary computer \
|
||||||
|
if you attempt to run ReactOS on real hardware.", IDC_WARNTEXT3, 120, 130, 185, 27, SS_CENTER
|
||||||
|
////
|
||||||
|
LTEXT "Clique Avançar para continuar a instalação.", IDC_STATIC, 115, 169, 195, 17
|
||||||
END
|
END
|
||||||
|
|
||||||
IDD_TYPEPAGE DIALOGEX 0, 0, 317, 143
|
IDD_TYPEPAGE DIALOGEX 0, 0, 317, 143
|
||||||
|
|
|
@ -8,8 +8,18 @@ CAPTION "Instalação do ReactOS"
|
||||||
FONT 8, "MS Shell Dlg"
|
FONT 8, "MS Shell Dlg"
|
||||||
BEGIN
|
BEGIN
|
||||||
LTEXT "Bem-vindo(a) ao Assistente de Instalação do ReactOS", IDC_STARTTITLE, 115, 8, 195, 24
|
LTEXT "Bem-vindo(a) ao Assistente de Instalação do ReactOS", IDC_STARTTITLE, 115, 8, 195, 24
|
||||||
LTEXT "Não pode instalar o ReactOS directamente deste CD! Por favor reinicie o computador a partir deste CD para instalar o ReactOS.", IDC_STATIC, 115, 40, 195, 100
|
LTEXT "This wizard will install or upgrade ReactOS on your computer, \
|
||||||
LTEXT "Clique em Finalizar para sair da Instalação.", IDC_STATIC, 115, 169, 195, 17
|
and prepare the second part of the setup.", IDC_STATIC, 115, 40, 195, 27
|
||||||
|
////
|
||||||
|
GROUPBOX " IMPORTANT INFORMATION ", IDC_WARNTEXT1, 115, 70, 195, 90, BS_CENTER
|
||||||
|
LTEXT "ReactOS is in Alpha stage: it is not feature- complete and is \
|
||||||
|
under heavy development. It is recommended to use it only for \
|
||||||
|
evaluation and testing and not as your daily-usage OS.\n\
|
||||||
|
It may corrupt your data or damage your hardware.", IDC_WARNTEXT2, 120, 80, 185, 50, SS_CENTER
|
||||||
|
LTEXT "Backup your data or test on a secondary computer \
|
||||||
|
if you attempt to run ReactOS on real hardware.", IDC_WARNTEXT3, 120, 130, 185, 27, SS_CENTER
|
||||||
|
////
|
||||||
|
LTEXT "Clique Avançar para continuar a instalação.", IDC_STATIC, 115, 169, 195, 17
|
||||||
END
|
END
|
||||||
|
|
||||||
IDD_TYPEPAGE DIALOGEX 0, 0, 317, 143
|
IDD_TYPEPAGE DIALOGEX 0, 0, 317, 143
|
||||||
|
|
|
@ -17,8 +17,18 @@ CAPTION "Expert de instalare ReactOS"
|
||||||
FONT 8, "MS Shell Dlg"
|
FONT 8, "MS Shell Dlg"
|
||||||
BEGIN
|
BEGIN
|
||||||
LTEXT "Bun venit la instalarea ReactOS", IDC_STARTTITLE, 115, 8, 195, 24
|
LTEXT "Bun venit la instalarea ReactOS", IDC_STARTTITLE, 115, 8, 195, 24
|
||||||
LTEXT "ReactOS încă nu poate fi instalat direct de pe acest CD! Pentru a instala ReactOS, reporniți calculatorul și utilizați acest CD în secvența de inițializare.", IDC_STATIC, 115, 40, 195, 100
|
LTEXT "This wizard will install or upgrade ReactOS on your computer, \
|
||||||
LTEXT "Apăsați pe Sfârșit pentru a ieși.", IDC_STATIC, 115, 169, 195, 17
|
and prepare the second part of the setup.", IDC_STATIC, 115, 40, 195, 27
|
||||||
|
////
|
||||||
|
GROUPBOX " IMPORTANT INFORMATION ", IDC_WARNTEXT1, 115, 70, 195, 90, BS_CENTER
|
||||||
|
LTEXT "ReactOS is in Alpha stage: it is not feature- complete and is \
|
||||||
|
under heavy development. It is recommended to use it only for \
|
||||||
|
evaluation and testing and not as your daily-usage OS.\n\
|
||||||
|
It may corrupt your data or damage your hardware.", IDC_WARNTEXT2, 120, 80, 185, 50, SS_CENTER
|
||||||
|
LTEXT "Backup your data or test on a secondary computer \
|
||||||
|
if you attempt to run ReactOS on real hardware.", IDC_WARNTEXT3, 120, 130, 185, 27, SS_CENTER
|
||||||
|
////
|
||||||
|
LTEXT "Apăsați Înainte pentru a continua.", IDC_STATIC, 115, 169, 195, 17
|
||||||
END
|
END
|
||||||
|
|
||||||
IDD_TYPEPAGE DIALOGEX 0, 0, 317, 143
|
IDD_TYPEPAGE DIALOGEX 0, 0, 317, 143
|
||||||
|
|
|
@ -8,8 +8,18 @@ CAPTION "Установка ReactOS"
|
||||||
FONT 8, "MS Shell Dlg"
|
FONT 8, "MS Shell Dlg"
|
||||||
BEGIN
|
BEGIN
|
||||||
LTEXT "Вас приветствует программа установки ReactOS", IDC_STARTTITLE, 115, 8, 195, 24
|
LTEXT "Вас приветствует программа установки ReactOS", IDC_STARTTITLE, 115, 8, 195, 24
|
||||||
LTEXT "Установку ReactOS можно производить только загрузившись с этого диска! После перезапуска компьютера выберите загрузку с CD и начните установку ReactOS.", IDC_STATIC, 115, 40, 195, 100
|
LTEXT "This wizard will install or upgrade ReactOS on your computer, \
|
||||||
LTEXT "Нажмите кнопку ""Завершить"" для выхода.", IDC_STATIC, 115, 169, 195, 17
|
and prepare the second part of the setup.", IDC_STATIC, 115, 40, 195, 27
|
||||||
|
////
|
||||||
|
GROUPBOX " IMPORTANT INFORMATION ", IDC_WARNTEXT1, 115, 70, 195, 90, BS_CENTER
|
||||||
|
LTEXT "ReactOS is in Alpha stage: it is not feature- complete and is \
|
||||||
|
under heavy development. It is recommended to use it only for \
|
||||||
|
evaluation and testing and not as your daily-usage OS.\n\
|
||||||
|
It may corrupt your data or damage your hardware.", IDC_WARNTEXT2, 120, 80, 185, 50, SS_CENTER
|
||||||
|
LTEXT "Backup your data or test on a secondary computer \
|
||||||
|
if you attempt to run ReactOS on real hardware.", IDC_WARNTEXT3, 120, 130, 185, 27, SS_CENTER
|
||||||
|
////
|
||||||
|
LTEXT "Нажмите ""Далее"" для продолжения установки.", IDC_STATIC, 115, 169, 195, 17
|
||||||
END
|
END
|
||||||
|
|
||||||
IDD_TYPEPAGE DIALOGEX 0, 0, 317, 143
|
IDD_TYPEPAGE DIALOGEX 0, 0, 317, 143
|
||||||
|
|
|
@ -13,8 +13,18 @@ CAPTION "Inštalácia systému ReactOS" //ReactOS Setup
|
||||||
FONT 8, "MS Shell Dlg"
|
FONT 8, "MS Shell Dlg"
|
||||||
BEGIN
|
BEGIN
|
||||||
LTEXT "Víta Vás sprievodca inštaláciou systému ReactOS", IDC_STARTTITLE, 115, 8, 195, 24
|
LTEXT "Víta Vás sprievodca inštaláciou systému ReactOS", IDC_STARTTITLE, 115, 8, 195, 24
|
||||||
LTEXT "Systém ReactOS sa z tohto CD nedá nainštalovať ihneď! Reštartujte, prosím, počítač a inštalačné CD nechajte vložené, aby sa mohol systém ReactOS nainštalovať.", IDC_STATIC, 115, 40, 195, 100
|
LTEXT "This wizard will install or upgrade ReactOS on your computer, \
|
||||||
LTEXT "Inštaláciu ukončíte kliknutím na tlačidlo Dokončiť.", IDC_STATIC, 115, 169, 195, 17
|
and prepare the second part of the setup.", IDC_STATIC, 115, 40, 195, 27
|
||||||
|
////
|
||||||
|
GROUPBOX " IMPORTANT INFORMATION ", IDC_WARNTEXT1, 115, 70, 195, 90, BS_CENTER
|
||||||
|
LTEXT "ReactOS is in Alpha stage: it is not feature- complete and is \
|
||||||
|
under heavy development. It is recommended to use it only for \
|
||||||
|
evaluation and testing and not as your daily-usage OS.\n\
|
||||||
|
It may corrupt your data or damage your hardware.", IDC_WARNTEXT2, 120, 80, 185, 50, SS_CENTER
|
||||||
|
LTEXT "Backup your data or test on a secondary computer \
|
||||||
|
if you attempt to run ReactOS on real hardware.", IDC_WARNTEXT3, 120, 130, 185, 27, SS_CENTER
|
||||||
|
////
|
||||||
|
LTEXT "Kliknutím na Ďalej pokračujte v inštalácii.", IDC_STATIC, 115, 169, 195, 17
|
||||||
END
|
END
|
||||||
|
|
||||||
IDD_TYPEPAGE DIALOGEX 0, 0, 317, 143
|
IDD_TYPEPAGE DIALOGEX 0, 0, 317, 143
|
||||||
|
|
|
@ -10,8 +10,18 @@ CAPTION "Instalimi i ReactOS"
|
||||||
FONT 8, "MS Shell Dlg"
|
FONT 8, "MS Shell Dlg"
|
||||||
BEGIN
|
BEGIN
|
||||||
LTEXT "Mirë se vini në instalimin e ReactOS", IDC_STARTTITLE, 115, 8, 195, 24
|
LTEXT "Mirë se vini në instalimin e ReactOS", IDC_STARTTITLE, 115, 8, 195, 24
|
||||||
LTEXT "Ju nuk mund të instaloni ReactOS direkt nga ky CD! Ju lutem rinisni kompjuterin tuaj nga CD'ja në mënyrë që të instaloni ReactOS.", IDC_STATIC, 115, 40, 195, 100
|
LTEXT "This wizard will install or upgrade ReactOS on your computer, \
|
||||||
LTEXT "Kliko Finish për të dalë nga instalimi.", IDC_STATIC, 115, 169, 195, 17
|
and prepare the second part of the setup.", IDC_STATIC, 115, 40, 195, 27
|
||||||
|
////
|
||||||
|
GROUPBOX " IMPORTANT INFORMATION ", IDC_WARNTEXT1, 115, 70, 195, 90, BS_CENTER
|
||||||
|
LTEXT "ReactOS is in Alpha stage: it is not feature- complete and is \
|
||||||
|
under heavy development. It is recommended to use it only for \
|
||||||
|
evaluation and testing and not as your daily-usage OS.\n\
|
||||||
|
It may corrupt your data or damage your hardware.", IDC_WARNTEXT2, 120, 80, 185, 50, SS_CENTER
|
||||||
|
LTEXT "Backup your data or test on a secondary computer \
|
||||||
|
if you attempt to run ReactOS on real hardware.", IDC_WARNTEXT3, 120, 130, 185, 27, SS_CENTER
|
||||||
|
////
|
||||||
|
LTEXT "Klikoni Tjetër për të vazhduar me Ndërtimin.", IDC_STATIC, 115, 169, 195, 17
|
||||||
END
|
END
|
||||||
|
|
||||||
IDD_TYPEPAGE DIALOGEX 0, 0, 317, 143
|
IDD_TYPEPAGE DIALOGEX 0, 0, 317, 143
|
||||||
|
|
|
@ -14,9 +14,19 @@ STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYS
|
||||||
CAPTION "ReactOS Kur"
|
CAPTION "ReactOS Kur"
|
||||||
FONT 8, "MS Shell Dlg"
|
FONT 8, "MS Shell Dlg"
|
||||||
BEGIN
|
BEGIN
|
||||||
LTEXT "ReactOS Kur Sihirbazına'na Hoş Geldiniz", IDC_STARTTITLE, 115, 8, 195, 24
|
LTEXT "ReactOS Kurulum Sihirbazı'na hoşgeldiniz", IDC_STARTTITLE, 115, 8, 195, 24
|
||||||
LTEXT "Bu CD'den, henüz ReactOS'u doğrudan kuramazsınız. Lütfen ReactOS'u kurmak için bu CD'den bilgisayarınızı yeniden başlatınız.", IDC_STATIC, 115, 40, 195, 100
|
LTEXT "This wizard will install or upgrade ReactOS on your computer, \
|
||||||
LTEXT "Kurulumdan çıkmak için İptal'e tıklayınız.", IDC_STATIC, 115, 169, 195, 17
|
and prepare the second part of the setup.", IDC_STATIC, 115, 40, 195, 27
|
||||||
|
////
|
||||||
|
GROUPBOX " IMPORTANT INFORMATION ", IDC_WARNTEXT1, 115, 70, 195, 90, BS_CENTER
|
||||||
|
LTEXT "ReactOS is in Alpha stage: it is not feature- complete and is \
|
||||||
|
under heavy development. It is recommended to use it only for \
|
||||||
|
evaluation and testing and not as your daily-usage OS.\n\
|
||||||
|
It may corrupt your data or damage your hardware.", IDC_WARNTEXT2, 120, 80, 185, 50, SS_CENTER
|
||||||
|
LTEXT "Backup your data or test on a secondary computer \
|
||||||
|
if you attempt to run ReactOS on real hardware.", IDC_WARNTEXT3, 120, 130, 185, 27, SS_CENTER
|
||||||
|
////
|
||||||
|
LTEXT "Kuruluma devam etmek için İleri'ye tıklayınız.", IDC_STATIC, 115, 169, 195, 17
|
||||||
END
|
END
|
||||||
|
|
||||||
IDD_TYPEPAGE DIALOGEX 0, 0, 317, 143
|
IDD_TYPEPAGE DIALOGEX 0, 0, 317, 143
|
||||||
|
|
|
@ -16,8 +16,18 @@ CAPTION "Встановлення ReactOS"
|
||||||
FONT 8, "MS Shell Dlg"
|
FONT 8, "MS Shell Dlg"
|
||||||
BEGIN
|
BEGIN
|
||||||
LTEXT "Вас вітає програма встановлення ReactOS", IDC_STARTTITLE, 115, 8, 195, 24
|
LTEXT "Вас вітає програма встановлення ReactOS", IDC_STARTTITLE, 115, 8, 195, 24
|
||||||
LTEXT "Ви не можете встановити ReactOS прямо з цього CD! Будь ласка перезапустіть Ваш комп’ютер з цього CD для того, щоб встановити ReactOS.", IDC_STATIC, 115, 40, 195, 100
|
LTEXT "This wizard will install or upgrade ReactOS on your computer, \
|
||||||
LTEXT "Натисніть кнопку Завершити для виходу.", IDC_STATIC, 115, 169, 195, 17
|
and prepare the second part of the setup.", IDC_STATIC, 115, 40, 195, 27
|
||||||
|
////
|
||||||
|
GROUPBOX " IMPORTANT INFORMATION ", IDC_WARNTEXT1, 115, 70, 195, 90, BS_CENTER
|
||||||
|
LTEXT "ReactOS is in Alpha stage: it is not feature- complete and is \
|
||||||
|
under heavy development. It is recommended to use it only for \
|
||||||
|
evaluation and testing and not as your daily-usage OS.\n\
|
||||||
|
It may corrupt your data or damage your hardware.", IDC_WARNTEXT2, 120, 80, 185, 50, SS_CENTER
|
||||||
|
LTEXT "Backup your data or test on a secondary computer \
|
||||||
|
if you attempt to run ReactOS on real hardware.", IDC_WARNTEXT3, 120, 130, 185, 27, SS_CENTER
|
||||||
|
////
|
||||||
|
LTEXT "Натисніть ""Далі"", щоб продовжити встановлення.", IDC_STATIC, 115, 169, 195, 17
|
||||||
END
|
END
|
||||||
|
|
||||||
IDD_TYPEPAGE DIALOGEX 0, 0, 317, 143
|
IDD_TYPEPAGE DIALOGEX 0, 0, 317, 143
|
||||||
|
|
|
@ -8,8 +8,18 @@ CAPTION "Cài đặt ReactOS"
|
||||||
FONT 8, "MS Shell Dlg"
|
FONT 8, "MS Shell Dlg"
|
||||||
BEGIN
|
BEGIN
|
||||||
LTEXT "Chào mừng đến với Trình hướng dẫn thiết lập ReactOS", IDC_STARTTITLE, 115, 8, 195, 24
|
LTEXT "Chào mừng đến với Trình hướng dẫn thiết lập ReactOS", IDC_STARTTITLE, 115, 8, 195, 24
|
||||||
LTEXT "Bạn chưa thể cài đặt ReactOS trực tiếp tư đĩa CD này được! Xin hãy khởi động lại máy tính của bạn từ đĩa CD trên để cài đặt ReactOS.", IDC_STATIC, 115, 40, 195, 100
|
LTEXT "This wizard will install or upgrade ReactOS on your computer, \
|
||||||
LTEXT "Ấn Hoàn tất để thoát trình Thiết lập.", IDC_STATIC, 115, 169, 195, 17
|
and prepare the second part of the setup.", IDC_STATIC, 115, 40, 195, 27
|
||||||
|
////
|
||||||
|
GROUPBOX " IMPORTANT INFORMATION ", IDC_WARNTEXT1, 115, 70, 195, 90, BS_CENTER
|
||||||
|
LTEXT "ReactOS is in Alpha stage: it is not feature- complete and is \
|
||||||
|
under heavy development. It is recommended to use it only for \
|
||||||
|
evaluation and testing and not as your daily-usage OS.\n\
|
||||||
|
It may corrupt your data or damage your hardware.", IDC_WARNTEXT2, 120, 80, 185, 50, SS_CENTER
|
||||||
|
LTEXT "Backup your data or test on a secondary computer \
|
||||||
|
if you attempt to run ReactOS on real hardware.", IDC_WARNTEXT3, 120, 130, 185, 27, SS_CENTER
|
||||||
|
////
|
||||||
|
LTEXT "Click Next to continue with Setup.", IDC_STATIC, 115, 169, 195, 17
|
||||||
END
|
END
|
||||||
|
|
||||||
IDD_TYPEPAGE DIALOGEX 0, 0, 317, 143
|
IDD_TYPEPAGE DIALOGEX 0, 0, 317, 143
|
||||||
|
|
|
@ -8,8 +8,18 @@ CAPTION "ReactOS 安装程序"
|
||||||
FONT 9, "宋体"
|
FONT 9, "宋体"
|
||||||
BEGIN
|
BEGIN
|
||||||
LTEXT "欢迎使用 ReactOS 安装程序", IDC_STARTTITLE, 115, 8, 195, 24
|
LTEXT "欢迎使用 ReactOS 安装程序", IDC_STARTTITLE, 115, 8, 195, 24
|
||||||
LTEXT "您暂时不能直接从此 CD 安装 ReactOS!请重新启动并从 CD 引导您的电脑以便安装 ReactOS。", IDC_STATIC, 115, 40, 195, 100
|
LTEXT "This wizard will install or upgrade ReactOS on your computer, \
|
||||||
LTEXT "点击完成退出安装。", IDC_STATIC, 115, 169, 195, 17
|
and prepare the second part of the setup.", IDC_STATIC, 115, 40, 195, 27
|
||||||
|
////
|
||||||
|
GROUPBOX " IMPORTANT INFORMATION ", IDC_WARNTEXT1, 115, 70, 195, 90, BS_CENTER
|
||||||
|
LTEXT "ReactOS is in Alpha stage: it is not feature- complete and is \
|
||||||
|
under heavy development. It is recommended to use it only for \
|
||||||
|
evaluation and testing and not as your daily-usage OS.\n\
|
||||||
|
It may corrupt your data or damage your hardware.", IDC_WARNTEXT2, 120, 80, 185, 50, SS_CENTER
|
||||||
|
LTEXT "Backup your data or test on a secondary computer \
|
||||||
|
if you attempt to run ReactOS on real hardware.", IDC_WARNTEXT3, 120, 130, 185, 27, SS_CENTER
|
||||||
|
////
|
||||||
|
LTEXT "若要继续,请单击“下一步”。", IDC_STATIC, 115, 169, 195, 17
|
||||||
END
|
END
|
||||||
|
|
||||||
IDD_TYPEPAGE DIALOGEX 0, 0, 317, 143
|
IDD_TYPEPAGE DIALOGEX 0, 0, 317, 143
|
||||||
|
|
|
@ -16,8 +16,18 @@ CAPTION "ReactOS 安裝程式"
|
||||||
FONT 9, "新細明體"
|
FONT 9, "新細明體"
|
||||||
BEGIN
|
BEGIN
|
||||||
LTEXT "歡迎使用 ReactOS 安裝程式精靈", IDC_STARTTITLE, 115, 8, 195, 24
|
LTEXT "歡迎使用 ReactOS 安裝程式精靈", IDC_STARTTITLE, 115, 8, 195, 24
|
||||||
LTEXT "您目前不能直接從這個 CD 安裝 ReactOS!\n請重新開機並從 CD 啟動您的電腦以安裝 ReactOS。", IDC_STATIC, 115, 40, 195, 100
|
LTEXT "This wizard will install or upgrade ReactOS on your computer, \
|
||||||
LTEXT "按[完成]退出安裝程式。", IDC_STATIC, 115, 169, 195, 17
|
and prepare the second part of the setup.", IDC_STATIC, 115, 40, 195, 27
|
||||||
|
////
|
||||||
|
GROUPBOX " IMPORTANT INFORMATION ", IDC_WARNTEXT1, 115, 70, 195, 90, BS_CENTER
|
||||||
|
LTEXT "ReactOS is in Alpha stage: it is not feature- complete and is \
|
||||||
|
under heavy development. It is recommended to use it only for \
|
||||||
|
evaluation and testing and not as your daily-usage OS.\n\
|
||||||
|
It may corrupt your data or damage your hardware.", IDC_WARNTEXT2, 120, 80, 185, 50, SS_CENTER
|
||||||
|
LTEXT "Backup your data or test on a secondary computer \
|
||||||
|
if you attempt to run ReactOS on real hardware.", IDC_WARNTEXT3, 120, 130, 185, 27, SS_CENTER
|
||||||
|
////
|
||||||
|
LTEXT "按[下一步]繼續安裝程式。", IDC_STATIC, 115, 169, 195, 17
|
||||||
END
|
END
|
||||||
|
|
||||||
IDD_TYPEPAGE DIALOGEX 0, 0, 317, 143
|
IDD_TYPEPAGE DIALOGEX 0, 0, 317, 143
|
||||||
|
|
|
@ -17,8 +17,18 @@ CAPTION "ReactOS 安裝程式"
|
||||||
FONT 9, "新細明體"
|
FONT 9, "新細明體"
|
||||||
BEGIN
|
BEGIN
|
||||||
LTEXT "歡迎使用 ReactOS 安裝程式精靈", IDC_STARTTITLE, 115, 8, 195, 24
|
LTEXT "歡迎使用 ReactOS 安裝程式精靈", IDC_STARTTITLE, 115, 8, 195, 24
|
||||||
LTEXT "您目前不能直接從這個 CD 安裝 ReactOS!請重新開機並從 CD 啟動您的電腦以便安裝 ReactOS。", IDC_STATIC, 115, 40, 195, 100
|
LTEXT "This wizard will install or upgrade ReactOS on your computer, \
|
||||||
LTEXT "按[完成]退出安裝程式。", IDC_STATIC, 115, 169, 195, 17
|
and prepare the second part of the setup.", IDC_STATIC, 115, 40, 195, 27
|
||||||
|
////
|
||||||
|
GROUPBOX " IMPORTANT INFORMATION ", IDC_WARNTEXT1, 115, 70, 195, 90, BS_CENTER
|
||||||
|
LTEXT "ReactOS is in Alpha stage: it is not feature- complete and is \
|
||||||
|
under heavy development. It is recommended to use it only for \
|
||||||
|
evaluation and testing and not as your daily-usage OS.\n\
|
||||||
|
It may corrupt your data or damage your hardware.", IDC_WARNTEXT2, 120, 80, 185, 50, SS_CENTER
|
||||||
|
LTEXT "Backup your data or test on a secondary computer \
|
||||||
|
if you attempt to run ReactOS on real hardware.", IDC_WARNTEXT3, 120, 130, 185, 27, SS_CENTER
|
||||||
|
////
|
||||||
|
LTEXT "按[下一步]繼續安裝程式。", IDC_STATIC, 115, 169, 195, 17
|
||||||
END
|
END
|
||||||
|
|
||||||
IDD_TYPEPAGE DIALOGEX 0, 0, 317, 143
|
IDD_TYPEPAGE DIALOGEX 0, 0, 317, 143
|
||||||
|
|
|
@ -79,29 +79,50 @@ CenterWindow(HWND hWnd)
|
||||||
SWP_NOSIZE);
|
SWP_NOSIZE);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief
|
||||||
|
* Create a bold font derived from the provided font.
|
||||||
|
**/
|
||||||
static HFONT
|
static HFONT
|
||||||
CreateTitleFont(VOID)
|
CreateBoldFont(
|
||||||
|
_In_opt_ HFONT hOrigFont,
|
||||||
|
_In_opt_ INT PointSize)
|
||||||
{
|
{
|
||||||
NONCLIENTMETRICS ncm;
|
LOGFONTW lf = {0};
|
||||||
LOGFONT LogFont;
|
|
||||||
HDC hdc;
|
|
||||||
INT FontSize;
|
|
||||||
HFONT hFont;
|
|
||||||
|
|
||||||
ncm.cbSize = sizeof(NONCLIENTMETRICS);
|
if (hOrigFont)
|
||||||
SystemParametersInfo(SPI_GETNONCLIENTMETRICS, 0, &ncm, 0);
|
{
|
||||||
|
GetObjectW(hOrigFont, sizeof(lf), &lf);
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
NONCLIENTMETRICSW ncm;
|
||||||
|
ncm.cbSize = sizeof(ncm);
|
||||||
|
SystemParametersInfoW(SPI_GETNONCLIENTMETRICS, 0, &ncm, 0);
|
||||||
|
lf = ncm.lfMessageFont;
|
||||||
|
}
|
||||||
|
|
||||||
LogFont = ncm.lfMessageFont;
|
/* Make the font bold, keeping the other attributes */
|
||||||
LogFont.lfWeight = FW_BOLD;
|
lf.lfWeight = FW_BOLD;
|
||||||
_tcscpy(LogFont.lfFaceName, _T("MS Shell Dlg"));
|
|
||||||
|
|
||||||
hdc = GetDC(NULL);
|
/* Determine the font height (logical units) if necessary */
|
||||||
FontSize = 12;
|
if (PointSize)
|
||||||
LogFont.lfHeight = 0 - GetDeviceCaps (hdc, LOGPIXELSY) * FontSize / 72;
|
{
|
||||||
hFont = CreateFontIndirect(&LogFont);
|
HDC hdc = GetDC(NULL);
|
||||||
|
lf.lfHeight = -MulDiv(PointSize, GetDeviceCaps(hdc, LOGPIXELSY), 72);
|
||||||
|
// lf.lfWidth = 0;
|
||||||
ReleaseDC(NULL, hdc);
|
ReleaseDC(NULL, hdc);
|
||||||
|
}
|
||||||
|
|
||||||
return hFont;
|
return CreateFontIndirect(&lf);
|
||||||
|
}
|
||||||
|
|
||||||
|
static inline HFONT
|
||||||
|
CreateTitleFont(
|
||||||
|
_In_opt_ HFONT hOrigFont)
|
||||||
|
{
|
||||||
|
/* Title font is 12pt bold */
|
||||||
|
return CreateBoldFont(hOrigFont, 12);
|
||||||
}
|
}
|
||||||
|
|
||||||
INT
|
INT
|
||||||
|
@ -307,11 +328,13 @@ StartDlgProc(
|
||||||
SetWindowLongPtrW(hwndDlg, GWLP_USERDATA, (DWORD_PTR)pSetupData);
|
SetWindowLongPtrW(hwndDlg, GWLP_USERDATA, (DWORD_PTR)pSetupData);
|
||||||
|
|
||||||
/* Set title font */
|
/* Set title font */
|
||||||
SendDlgItemMessage(hwndDlg,
|
SetDlgItemFont(hwndDlg, IDC_STARTTITLE, pSetupData->hTitleFont, TRUE);
|
||||||
IDC_STARTTITLE,
|
|
||||||
WM_SETFONT,
|
// TEMPTEMP: Set the ReactOS-Alpha information in bold.
|
||||||
(WPARAM)pSetupData->hTitleFont,
|
// TODO: Remove once we reach 0.5/Beta :)
|
||||||
(LPARAM)TRUE);
|
SetDlgItemFont(hwndDlg, IDC_WARNTEXT1, pSetupData->hBoldFont, TRUE);
|
||||||
|
SetDlgItemFont(hwndDlg, IDC_WARNTEXT2, pSetupData->hBoldFont, TRUE);
|
||||||
|
SetDlgItemFont(hwndDlg, IDC_WARNTEXT3, pSetupData->hBoldFont, TRUE);
|
||||||
|
|
||||||
/* Center the wizard window */
|
/* Center the wizard window */
|
||||||
CenterWindow(GetParent(hwndDlg));
|
CenterWindow(GetParent(hwndDlg));
|
||||||
|
@ -325,8 +348,21 @@ StartDlgProc(
|
||||||
switch (lpnm->code)
|
switch (lpnm->code)
|
||||||
{
|
{
|
||||||
case PSN_SETACTIVE:
|
case PSN_SETACTIVE:
|
||||||
|
{
|
||||||
|
/* Only "Next" and "Cancel" for the first page and hide "Back" */
|
||||||
PropSheet_SetWizButtons(GetParent(hwndDlg), PSWIZB_NEXT);
|
PropSheet_SetWizButtons(GetParent(hwndDlg), PSWIZB_NEXT);
|
||||||
|
// PropSheet_ShowWizButtons(GetParent(hwndDlg), 0, PSWIZB_BACK);
|
||||||
|
ShowDlgItem(GetParent(hwndDlg), ID_WIZBACK, SW_HIDE);
|
||||||
break;
|
break;
|
||||||
|
}
|
||||||
|
|
||||||
|
case PSN_KILLACTIVE:
|
||||||
|
{
|
||||||
|
/* Show "Back" button */
|
||||||
|
// PropSheet_ShowWizButtons(GetParent(hwndDlg), PSWIZB_BACK, PSWIZB_BACK);
|
||||||
|
ShowDlgItem(GetParent(hwndDlg), ID_WIZBACK, SW_SHOW);
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
|
||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
|
@ -2282,11 +2318,7 @@ RestartDlgProc(
|
||||||
SetWindowLongPtrW(hwndDlg, GWLP_USERDATA, (DWORD_PTR)pSetupData);
|
SetWindowLongPtrW(hwndDlg, GWLP_USERDATA, (DWORD_PTR)pSetupData);
|
||||||
|
|
||||||
/* Set title font */
|
/* Set title font */
|
||||||
SendDlgItemMessage(hwndDlg,
|
SetDlgItemFont(hwndDlg, IDC_FINISHTITLE, pSetupData->hTitleFont, TRUE);
|
||||||
IDC_FINISHTITLE,
|
|
||||||
WM_SETFONT,
|
|
||||||
(WPARAM)pSetupData->hTitleFont,
|
|
||||||
(LPARAM)TRUE);
|
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case WM_TIMER:
|
case WM_TIMER:
|
||||||
|
@ -2864,8 +2896,9 @@ _tWinMain(HINSTANCE hInst,
|
||||||
// RegisterTreeListClass(hInst);
|
// RegisterTreeListClass(hInst);
|
||||||
TreeListRegister(hInst);
|
TreeListRegister(hInst);
|
||||||
|
|
||||||
/* Create title font */
|
/* Create the title and bold fonts */
|
||||||
SetupData.hTitleFont = CreateTitleFont();
|
SetupData.hTitleFont = CreateTitleFont(NULL);
|
||||||
|
SetupData.hBoldFont = CreateBoldFont(NULL, 0);
|
||||||
|
|
||||||
if (!SetupData.bUnattend)
|
if (!SetupData.bUnattend)
|
||||||
{
|
{
|
||||||
|
@ -2976,8 +3009,10 @@ _tWinMain(HINSTANCE hInst,
|
||||||
CloseHandle(SetupData.hHaltInstallEvent);
|
CloseHandle(SetupData.hHaltInstallEvent);
|
||||||
SetupData.hHaltInstallEvent = NULL;
|
SetupData.hHaltInstallEvent = NULL;
|
||||||
|
|
||||||
|
if (SetupData.hBoldFont)
|
||||||
|
DeleteFont(SetupData.hBoldFont);
|
||||||
if (SetupData.hTitleFont)
|
if (SetupData.hTitleFont)
|
||||||
DeleteObject(SetupData.hTitleFont);
|
DeleteFont(SetupData.hTitleFont);
|
||||||
|
|
||||||
/* Unregister the TreeList control */
|
/* Unregister the TreeList control */
|
||||||
// UnregisterTreeListClass(hInst);
|
// UnregisterTreeListClass(hInst);
|
||||||
|
|
|
@ -51,6 +51,9 @@
|
||||||
#define ShowDlgItem(hDlg, nID, nCmdShow) \
|
#define ShowDlgItem(hDlg, nID, nCmdShow) \
|
||||||
ShowWindow(GetDlgItem((hDlg), (nID)), (nCmdShow))
|
ShowWindow(GetDlgItem((hDlg), (nID)), (nCmdShow))
|
||||||
|
|
||||||
|
#define SetDlgItemFont(hDlg, nID, hFont, bRedraw) \
|
||||||
|
SetWindowFont(GetDlgItem((hDlg), (nID)), (hFont), (bRedraw))
|
||||||
|
|
||||||
/* These are public names and values determined from MFC, and compatible with Windows */
|
/* These are public names and values determined from MFC, and compatible with Windows */
|
||||||
// Property Sheet control id's (determined with Spy++)
|
// Property Sheet control id's (determined with Spy++)
|
||||||
#define IDC_TAB_CONTROL 0x3020
|
#define IDC_TAB_CONTROL 0x3020
|
||||||
|
@ -134,6 +137,7 @@ typedef struct _SETUPDATA
|
||||||
BOOL bUnattend;
|
BOOL bUnattend;
|
||||||
|
|
||||||
HFONT hTitleFont;
|
HFONT hTitleFont;
|
||||||
|
HFONT hBoldFont;
|
||||||
|
|
||||||
HANDLE hInstallThread;
|
HANDLE hInstallThread;
|
||||||
HANDLE hHaltInstallEvent;
|
HANDLE hHaltInstallEvent;
|
||||||
|
|
|
@ -17,6 +17,9 @@
|
||||||
/* Dialogs */
|
/* Dialogs */
|
||||||
#define IDD_STARTPAGE 2000
|
#define IDD_STARTPAGE 2000
|
||||||
#define IDC_STARTTITLE 2001
|
#define IDC_STARTTITLE 2001
|
||||||
|
#define IDC_WARNTEXT1 2002 // TEMPTEMP: TODO: Remove once we reach 0.5/Beta :)
|
||||||
|
#define IDC_WARNTEXT2 2003 // TEMPTEMP: TODO: Remove once we reach 0.5/Beta :)
|
||||||
|
#define IDC_WARNTEXT3 2004 // TEMPTEMP: TODO: Remove once we reach 0.5/Beta :)
|
||||||
|
|
||||||
#define IDD_TYPEPAGE 2010
|
#define IDD_TYPEPAGE 2010
|
||||||
#define IDC_INSTALL 2011
|
#define IDC_INSTALL 2011
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue