mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-26 19:33:31 +00:00
[SETUP:REACTOS] Improve the Installation Progress page layout
- Move around the status items static controls. - Bolden the main status label. - Whereas the repair/upgrade procedure may move, rename, or delete files, the regular installation only copies files. Therefore, display only the file name instead of the full "Copying..." message in this case. (Based upon a suggestion by Carl Bialorucki.)
This commit is contained in:
@@ -148,9 +148,9 @@ STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYS
|
||||
CAPTION "Настройка на РеактОС"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
LTEXT "Слагане на файлове...", IDC_ACTIVITY, 20, 50, 277, 10
|
||||
LTEXT "test.txt", IDC_ITEM, 30, 80, 257, 10
|
||||
CONTROL "", IDC_PROCESSPROGRESS, "msctls_progress32", PBS_SMOOTH | WS_CHILD | WS_VISIBLE | WS_BORDER, 20, 120, 277, 8
|
||||
LTEXT "Слагане на файлове...", IDC_ACTIVITY, 20, 35, 277, 10
|
||||
LTEXT "test.txt", IDC_ITEM, 20, 83, 277, 10
|
||||
CONTROL "", IDC_PROCESSPROGRESS, "msctls_progress32", PBS_SMOOTH | WS_CHILD | WS_VISIBLE | WS_BORDER, 20, 97, 277, 11
|
||||
END
|
||||
|
||||
IDD_FINISHPAGE DIALOGEX 0, 0, 317, 193
|
||||
@@ -249,7 +249,7 @@ BEGIN
|
||||
IDS_CONFIG_SYSTEM_PARTITION "Configuring the system partition..."
|
||||
IDS_PREPARE_PARTITIONS "Preparing partitions..."
|
||||
IDS_PREPARE_FILES "Preparing the list of files to be copied, please wait..."
|
||||
IDS_COPYING_FILES "Copying the files..."
|
||||
IDS_COPYING_FILES "Copying files..."
|
||||
|
||||
IDS_CREATE_REGISTRY "Creating the registry..."
|
||||
IDS_UPDATE_REGISTRY "Updating the registry..."
|
||||
|
||||
@@ -154,9 +154,9 @@ STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYS
|
||||
CAPTION "Instalace systému ReactOS"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
LTEXT "Instalace souborů...", IDC_ACTIVITY, 20, 50, 277, 10
|
||||
LTEXT "test.txt", IDC_ITEM, 30, 80, 257, 10
|
||||
CONTROL "", IDC_PROCESSPROGRESS, "msctls_progress32", PBS_SMOOTH | WS_CHILD | WS_VISIBLE | WS_BORDER, 20, 120, 277, 8
|
||||
LTEXT "Instalace souborů...", IDC_ACTIVITY, 20, 35, 277, 10
|
||||
LTEXT "test.txt", IDC_ITEM, 20, 83, 277, 10
|
||||
CONTROL "", IDC_PROCESSPROGRESS, "msctls_progress32", PBS_SMOOTH | WS_CHILD | WS_VISIBLE | WS_BORDER, 20, 97, 277, 11
|
||||
END
|
||||
|
||||
IDD_FINISHPAGE DIALOGEX 0, 0, 317, 193
|
||||
@@ -255,7 +255,7 @@ BEGIN
|
||||
IDS_CONFIG_SYSTEM_PARTITION "Configuring the system partition..."
|
||||
IDS_PREPARE_PARTITIONS "Preparing partitions..."
|
||||
IDS_PREPARE_FILES "Preparing the list of files to be copied, please wait..."
|
||||
IDS_COPYING_FILES "Copying the files..."
|
||||
IDS_COPYING_FILES "Copying files..."
|
||||
|
||||
IDS_CREATE_REGISTRY "Creating the registry..."
|
||||
IDS_UPDATE_REGISTRY "Updating the registry..."
|
||||
|
||||
@@ -148,9 +148,9 @@ STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYS
|
||||
CAPTION "ReactOS-Setup"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
LTEXT "Installation der Dateien...", IDC_ACTIVITY, 20, 50, 277, 10
|
||||
LTEXT "test.txt", IDC_ITEM, 30, 80, 257, 10
|
||||
CONTROL "", IDC_PROCESSPROGRESS, "msctls_progress32", PBS_SMOOTH | WS_CHILD | WS_VISIBLE | WS_BORDER, 20, 120, 277, 8
|
||||
LTEXT "Installation der Dateien...", IDC_ACTIVITY, 20, 35, 277, 10
|
||||
LTEXT "test.txt", IDC_ITEM, 20, 83, 277, 10
|
||||
CONTROL "", IDC_PROCESSPROGRESS, "msctls_progress32", PBS_SMOOTH | WS_CHILD | WS_VISIBLE | WS_BORDER, 20, 97, 277, 11
|
||||
END
|
||||
|
||||
IDD_FINISHPAGE DIALOGEX 0, 0, 317, 193
|
||||
@@ -249,7 +249,7 @@ BEGIN
|
||||
IDS_CONFIG_SYSTEM_PARTITION "Configuring the system partition..."
|
||||
IDS_PREPARE_PARTITIONS "Preparing partitions..."
|
||||
IDS_PREPARE_FILES "Preparing the list of files to be copied, please wait..."
|
||||
IDS_COPYING_FILES "Copying the files..."
|
||||
IDS_COPYING_FILES "Copying files..."
|
||||
|
||||
IDS_CREATE_REGISTRY "Creating the registry..."
|
||||
IDS_UPDATE_REGISTRY "Updating the registry..."
|
||||
|
||||
@@ -148,9 +148,9 @@ STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYS
|
||||
CAPTION "Εγκατάσταση του ReactOS"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
LTEXT "Install files...", IDC_ACTIVITY, 20, 50, 277, 10
|
||||
LTEXT "test.txt", IDC_ITEM, 30, 80, 257, 10
|
||||
CONTROL "", IDC_PROCESSPROGRESS, "msctls_progress32", PBS_SMOOTH | WS_CHILD | WS_VISIBLE | WS_BORDER, 20, 120, 277, 8
|
||||
LTEXT "Install files...", IDC_ACTIVITY, 20, 35, 277, 10
|
||||
LTEXT "test.txt", IDC_ITEM, 20, 83, 277, 10
|
||||
CONTROL "", IDC_PROCESSPROGRESS, "msctls_progress32", PBS_SMOOTH | WS_CHILD | WS_VISIBLE | WS_BORDER, 20, 97, 277, 11
|
||||
END
|
||||
|
||||
IDD_FINISHPAGE DIALOGEX 0, 0, 317, 193
|
||||
@@ -249,7 +249,7 @@ BEGIN
|
||||
IDS_CONFIG_SYSTEM_PARTITION "Configuring the system partition..."
|
||||
IDS_PREPARE_PARTITIONS "Preparing partitions..."
|
||||
IDS_PREPARE_FILES "Preparing the list of files to be copied, please wait..."
|
||||
IDS_COPYING_FILES "Copying the files..."
|
||||
IDS_COPYING_FILES "Copying files..."
|
||||
|
||||
IDS_CREATE_REGISTRY "Creating the registry..."
|
||||
IDS_UPDATE_REGISTRY "Updating the registry..."
|
||||
|
||||
@@ -148,9 +148,9 @@ STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYS
|
||||
CAPTION "ReactOS Setup"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
LTEXT "Install files...", IDC_ACTIVITY, 20, 50, 277, 10
|
||||
LTEXT "test.txt", IDC_ITEM, 30, 80, 257, 10
|
||||
CONTROL "", IDC_PROCESSPROGRESS, "msctls_progress32", PBS_SMOOTH | WS_CHILD | WS_VISIBLE | WS_BORDER, 7, 120, 303, 8
|
||||
LTEXT "Install files...", IDC_ACTIVITY, 20, 35, 277, 10
|
||||
LTEXT "test.txt", IDC_ITEM, 20, 83, 277, 10
|
||||
CONTROL "", IDC_PROCESSPROGRESS, "msctls_progress32", PBS_SMOOTH | WS_CHILD | WS_VISIBLE | WS_BORDER, 20, 97, 277, 11
|
||||
END
|
||||
|
||||
IDD_FINISHPAGE DIALOGEX 0, 0, 317, 193
|
||||
@@ -249,7 +249,7 @@ BEGIN
|
||||
IDS_CONFIG_SYSTEM_PARTITION "Configuring the system partition..."
|
||||
IDS_PREPARE_PARTITIONS "Preparing partitions..."
|
||||
IDS_PREPARE_FILES "Preparing the list of files to be copied, please wait..."
|
||||
IDS_COPYING_FILES "Copying the files..."
|
||||
IDS_COPYING_FILES "Copying files..."
|
||||
|
||||
IDS_CREATE_REGISTRY "Creating the registry..."
|
||||
IDS_UPDATE_REGISTRY "Updating the registry..."
|
||||
|
||||
@@ -157,9 +157,9 @@ STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYS
|
||||
CAPTION "Instalación de ReactOS"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
LTEXT "Instalando archivos...", IDC_ACTIVITY, 20, 50, 277, 10
|
||||
LTEXT "test.txt", IDC_ITEM, 30, 80, 257, 10
|
||||
CONTROL "", IDC_PROCESSPROGRESS, "msctls_progress32", PBS_SMOOTH | WS_CHILD | WS_VISIBLE | WS_BORDER, 20, 120, 277, 8
|
||||
LTEXT "Instalando archivos...", IDC_ACTIVITY, 20, 35, 277, 10
|
||||
LTEXT "test.txt", IDC_ITEM, 20, 83, 277, 10
|
||||
CONTROL "", IDC_PROCESSPROGRESS, "msctls_progress32", PBS_SMOOTH | WS_CHILD | WS_VISIBLE | WS_BORDER, 20, 97, 277, 11
|
||||
END
|
||||
|
||||
IDD_FINISHPAGE DIALOGEX 0, 0, 317, 193
|
||||
@@ -258,7 +258,7 @@ BEGIN
|
||||
IDS_CONFIG_SYSTEM_PARTITION "Configuring the system partition..."
|
||||
IDS_PREPARE_PARTITIONS "Preparing partitions..."
|
||||
IDS_PREPARE_FILES "Preparing the list of files to be copied, please wait..."
|
||||
IDS_COPYING_FILES "Copying the files..."
|
||||
IDS_COPYING_FILES "Copying files..."
|
||||
|
||||
IDS_CREATE_REGISTRY "Creating the registry..."
|
||||
IDS_UPDATE_REGISTRY "Updating the registry..."
|
||||
|
||||
@@ -148,9 +148,9 @@ STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYS
|
||||
CAPTION "ReactOS'i paigaldamine"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
LTEXT "Install failid...", IDC_ACTIVITY, 20, 50, 277, 10
|
||||
LTEXT "test.txt", IDC_ITEM, 30, 80, 257, 10
|
||||
CONTROL "", IDC_PROCESSPROGRESS, "msctls_progress32", PBS_SMOOTH | WS_CHILD | WS_VISIBLE | WS_BORDER, 20, 120, 277, 8
|
||||
LTEXT "Install failid...", IDC_ACTIVITY, 20, 35, 277, 10
|
||||
LTEXT "test.txt", IDC_ITEM, 20, 83, 277, 10
|
||||
CONTROL "", IDC_PROCESSPROGRESS, "msctls_progress32", PBS_SMOOTH | WS_CHILD | WS_VISIBLE | WS_BORDER, 20, 97, 277, 11
|
||||
END
|
||||
|
||||
IDD_FINISHPAGE DIALOGEX 0, 0, 317, 193
|
||||
@@ -249,7 +249,7 @@ BEGIN
|
||||
IDS_CONFIG_SYSTEM_PARTITION "Configuring the system partition..."
|
||||
IDS_PREPARE_PARTITIONS "Preparing partitions..."
|
||||
IDS_PREPARE_FILES "Preparing the list of files to be copied, please wait..."
|
||||
IDS_COPYING_FILES "Copying the files..."
|
||||
IDS_COPYING_FILES "Copying files..."
|
||||
|
||||
IDS_CREATE_REGISTRY "Creating the registry..."
|
||||
IDS_UPDATE_REGISTRY "Updating the registry..."
|
||||
|
||||
@@ -155,9 +155,9 @@ STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYS
|
||||
CAPTION "Instalación de ReactOS"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
LTEXT "Instalando archivos...", IDC_ACTIVITY, 20, 50, 277, 10
|
||||
LTEXT "test.txt", IDC_ITEM, 30, 80, 257, 10
|
||||
CONTROL "", IDC_PROCESSPROGRESS, "msctls_progress32", PBS_SMOOTH | WS_CHILD | WS_VISIBLE | WS_BORDER, 20, 120, 277, 8
|
||||
LTEXT "Instalando archivos...", IDC_ACTIVITY, 20, 35, 277, 10
|
||||
LTEXT "test.txt", IDC_ITEM, 20, 83, 277, 10
|
||||
CONTROL "", IDC_PROCESSPROGRESS, "msctls_progress32", PBS_SMOOTH | WS_CHILD | WS_VISIBLE | WS_BORDER, 20, 97, 277, 11
|
||||
END
|
||||
|
||||
IDD_FINISHPAGE DIALOGEX 0, 0, 317, 193
|
||||
@@ -256,7 +256,7 @@ BEGIN
|
||||
IDS_CONFIG_SYSTEM_PARTITION "Configuring the system partition..."
|
||||
IDS_PREPARE_PARTITIONS "Preparing partitions..."
|
||||
IDS_PREPARE_FILES "Preparing the list of files to be copied, please wait..."
|
||||
IDS_COPYING_FILES "Copying the files..."
|
||||
IDS_COPYING_FILES "Copying files..."
|
||||
|
||||
IDS_CREATE_REGISTRY "Creating the registry..."
|
||||
IDS_UPDATE_REGISTRY "Updating the registry..."
|
||||
|
||||
@@ -148,9 +148,9 @@ STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYS
|
||||
CAPTION "ReactOS Setup"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
LTEXT "Install files...", IDC_ACTIVITY, 20, 50, 277, 10
|
||||
LTEXT "test.txt", IDC_ITEM, 30, 80, 257, 10
|
||||
CONTROL "", IDC_PROCESSPROGRESS, "msctls_progress32", PBS_SMOOTH | WS_CHILD | WS_VISIBLE | WS_BORDER, 20, 120, 277, 8
|
||||
LTEXT "Install files...", IDC_ACTIVITY, 20, 35, 277, 10
|
||||
LTEXT "test.txt", IDC_ITEM, 20, 83, 277, 10
|
||||
CONTROL "", IDC_PROCESSPROGRESS, "msctls_progress32", PBS_SMOOTH | WS_CHILD | WS_VISIBLE | WS_BORDER, 20, 97, 277, 11
|
||||
END
|
||||
|
||||
IDD_FINISHPAGE DIALOGEX 0, 0, 317, 193
|
||||
@@ -249,7 +249,7 @@ BEGIN
|
||||
IDS_CONFIG_SYSTEM_PARTITION "Configuring the system partition..."
|
||||
IDS_PREPARE_PARTITIONS "Preparing partitions..."
|
||||
IDS_PREPARE_FILES "Preparing the list of files to be copied, please wait..."
|
||||
IDS_COPYING_FILES "Copying the files..."
|
||||
IDS_COPYING_FILES "Copying files..."
|
||||
|
||||
IDS_CREATE_REGISTRY "Creating the registry..."
|
||||
IDS_UPDATE_REGISTRY "Updating the registry..."
|
||||
|
||||
@@ -148,9 +148,9 @@ STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYS
|
||||
CAPTION "Installation de ReactOS"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
LTEXT "Fichiers d'installation...", IDC_ACTIVITY, 20, 50, 277, 10
|
||||
LTEXT "test.txt", IDC_ITEM, 30, 80, 257, 10
|
||||
CONTROL "", IDC_PROCESSPROGRESS, "msctls_progress32", PBS_SMOOTH | WS_CHILD | WS_VISIBLE | WS_BORDER, 20, 120, 277, 8
|
||||
LTEXT "Fichiers d'installation...", IDC_ACTIVITY, 20, 35, 277, 10
|
||||
LTEXT "test.txt", IDC_ITEM, 20, 83, 277, 10
|
||||
CONTROL "", IDC_PROCESSPROGRESS, "msctls_progress32", PBS_SMOOTH | WS_CHILD | WS_VISIBLE | WS_BORDER, 20, 97, 277, 11
|
||||
END
|
||||
|
||||
IDD_FINISHPAGE DIALOGEX 0, 0, 317, 193
|
||||
@@ -247,11 +247,11 @@ BEGIN
|
||||
IDS_DELETING "Supprime %s"
|
||||
|
||||
IDS_CONFIG_SYSTEM_PARTITION "Configuration de la partition système..."
|
||||
IDS_PREPARE_PARTITIONS "Prépare les partitions..."
|
||||
IDS_PREPARE_FILES "Prépare la liste de fichiers à copier, veuillez patienter..."
|
||||
IDS_COPYING_FILES "Copie les fichiers..."
|
||||
IDS_PREPARE_PARTITIONS "Préparation des partitions..."
|
||||
IDS_PREPARE_FILES "Préparation de la liste de fichiers à copier, veuillez patienter..."
|
||||
IDS_COPYING_FILES "Copie des fichiers..."
|
||||
|
||||
IDS_CREATE_REGISTRY "Crée la base de registres..."
|
||||
IDS_CREATE_REGISTRY "Création de la base de registres..."
|
||||
IDS_UPDATE_REGISTRY "Mise à jour de la base de registres..."
|
||||
|
||||
// IDS_INSTALL_FINALIZE "Finalisation de l'installation..."
|
||||
|
||||
@@ -150,9 +150,9 @@ STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYS
|
||||
CAPTION "התקנת ReactOS"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
LTEXT "התקן קבצים...", IDC_ACTIVITY, 20, 50, 277, 10
|
||||
LTEXT "test.txt", IDC_ITEM, 30, 80, 257, 10
|
||||
CONTROL "", IDC_PROCESSPROGRESS, "msctls_progress32", PBS_SMOOTH | WS_CHILD | WS_VISIBLE | WS_BORDER, 20, 120, 277, 8
|
||||
LTEXT "התקן קבצים...", IDC_ACTIVITY, 20, 35, 277, 10
|
||||
LTEXT "test.txt", IDC_ITEM, 20, 83, 277, 10
|
||||
CONTROL "", IDC_PROCESSPROGRESS, "msctls_progress32", PBS_SMOOTH | WS_CHILD | WS_VISIBLE | WS_BORDER, 20, 97, 277, 11
|
||||
END
|
||||
|
||||
IDD_FINISHPAGE DIALOGEX 0, 0, 317, 193
|
||||
@@ -251,7 +251,7 @@ BEGIN
|
||||
IDS_CONFIG_SYSTEM_PARTITION "Configuring the system partition..."
|
||||
IDS_PREPARE_PARTITIONS "Preparing partitions..."
|
||||
IDS_PREPARE_FILES "Preparing the list of files to be copied, please wait..."
|
||||
IDS_COPYING_FILES "Copying the files..."
|
||||
IDS_COPYING_FILES "Copying files..."
|
||||
|
||||
IDS_CREATE_REGISTRY "Creating the registry..."
|
||||
IDS_UPDATE_REGISTRY "Updating the registry..."
|
||||
|
||||
@@ -155,9 +155,9 @@ STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYS
|
||||
CAPTION "रिऐक्ट ओएस सेटअप"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
LTEXT "फाइलें इंस्टॉल करें...", IDC_ACTIVITY, 20, 50, 277, 10
|
||||
LTEXT "test.txt", IDC_ITEM, 30, 80, 257, 10
|
||||
CONTROL "", IDC_PROCESSPROGRESS, "msctls_progress32", PBS_SMOOTH | WS_CHILD | WS_VISIBLE | WS_BORDER, 7, 120, 303, 8
|
||||
LTEXT "फाइलें इंस्टॉल करें...", IDC_ACTIVITY, 20, 35, 277, 10
|
||||
LTEXT "test.txt", IDC_ITEM, 20, 83, 277, 10
|
||||
CONTROL "", IDC_PROCESSPROGRESS, "msctls_progress32", PBS_SMOOTH | WS_CHILD | WS_VISIBLE | WS_BORDER, 20, 97, 277, 11
|
||||
END
|
||||
|
||||
IDD_FINISHPAGE DIALOGEX 0, 0, 317, 193
|
||||
@@ -256,7 +256,7 @@ BEGIN
|
||||
IDS_CONFIG_SYSTEM_PARTITION "Configuring the system partition..."
|
||||
IDS_PREPARE_PARTITIONS "Preparing partitions..."
|
||||
IDS_PREPARE_FILES "Preparing the list of files to be copied, please wait..."
|
||||
IDS_COPYING_FILES "Copying the files..."
|
||||
IDS_COPYING_FILES "Copying files..."
|
||||
|
||||
IDS_CREATE_REGISTRY "Creating the registry..."
|
||||
IDS_UPDATE_REGISTRY "Updating the registry..."
|
||||
|
||||
@@ -150,9 +150,9 @@ STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYS
|
||||
CAPTION "ReactOS telepítõ"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
LTEXT "Install files...", IDC_ACTIVITY, 20, 50, 277, 10
|
||||
LTEXT "test.txt", IDC_ITEM, 30, 80, 257, 10
|
||||
CONTROL "", IDC_PROCESSPROGRESS, "msctls_progress32", PBS_SMOOTH | WS_CHILD | WS_VISIBLE | WS_BORDER, 20, 120, 277, 8
|
||||
LTEXT "Install files...", IDC_ACTIVITY, 20, 35, 277, 10
|
||||
LTEXT "test.txt", IDC_ITEM, 20, 83, 277, 10
|
||||
CONTROL "", IDC_PROCESSPROGRESS, "msctls_progress32", PBS_SMOOTH | WS_CHILD | WS_VISIBLE | WS_BORDER, 20, 97, 277, 11
|
||||
END
|
||||
|
||||
IDD_FINISHPAGE DIALOGEX 0, 0, 317, 193
|
||||
@@ -251,7 +251,7 @@ BEGIN
|
||||
IDS_CONFIG_SYSTEM_PARTITION "Configuring the system partition..."
|
||||
IDS_PREPARE_PARTITIONS "Preparing partitions..."
|
||||
IDS_PREPARE_FILES "Preparing the list of files to be copied, please wait..."
|
||||
IDS_COPYING_FILES "Copying the files..."
|
||||
IDS_COPYING_FILES "Copying files..."
|
||||
|
||||
IDS_CREATE_REGISTRY "Creating the registry..."
|
||||
IDS_UPDATE_REGISTRY "Updating the registry..."
|
||||
|
||||
@@ -148,9 +148,9 @@ STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYS
|
||||
CAPTION "Penyetelan ReactOS"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
LTEXT "Pasang berkas...", IDC_ACTIVITY, 20, 50, 277, 10
|
||||
LTEXT "tes.txt", IDC_ITEM, 30, 80, 257, 10
|
||||
CONTROL "", IDC_PROCESSPROGRESS, "msctls_progress32", PBS_SMOOTH | WS_CHILD | WS_VISIBLE | WS_BORDER, 7, 120, 303, 8
|
||||
LTEXT "Pasang berkas...", IDC_ACTIVITY, 20, 35, 277, 10
|
||||
LTEXT "test.txt", IDC_ITEM, 20, 83, 277, 10
|
||||
CONTROL "", IDC_PROCESSPROGRESS, "msctls_progress32", PBS_SMOOTH | WS_CHILD | WS_VISIBLE | WS_BORDER, 20, 97, 277, 11
|
||||
END
|
||||
|
||||
IDD_FINISHPAGE DIALOGEX 0, 0, 317, 193
|
||||
|
||||
@@ -148,9 +148,9 @@ STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYS
|
||||
CAPTION "Installazione di ReactOS"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
LTEXT "File da installare...", IDC_ACTIVITY, 20, 50, 277, 10
|
||||
LTEXT "test.txt", IDC_ITEM, 30, 80, 257, 10
|
||||
CONTROL "", IDC_PROCESSPROGRESS, "msctls_progress32", PBS_SMOOTH | WS_CHILD | WS_VISIBLE | WS_BORDER, 20, 120, 277, 8
|
||||
LTEXT "File da installare...", IDC_ACTIVITY, 20, 35, 277, 10
|
||||
LTEXT "test.txt", IDC_ITEM, 20, 83, 277, 10
|
||||
CONTROL "", IDC_PROCESSPROGRESS, "msctls_progress32", PBS_SMOOTH | WS_CHILD | WS_VISIBLE | WS_BORDER, 20, 97, 277, 11
|
||||
END
|
||||
|
||||
IDD_FINISHPAGE DIALOGEX 0, 0, 317, 193
|
||||
@@ -249,7 +249,7 @@ BEGIN
|
||||
IDS_CONFIG_SYSTEM_PARTITION "Configuring the system partition..."
|
||||
IDS_PREPARE_PARTITIONS "Preparing partitions..."
|
||||
IDS_PREPARE_FILES "Preparing the list of files to be copied, please wait..."
|
||||
IDS_COPYING_FILES "Copying the files..."
|
||||
IDS_COPYING_FILES "Copying files..."
|
||||
|
||||
IDS_CREATE_REGISTRY "Creating the registry..."
|
||||
IDS_UPDATE_REGISTRY "Updating the registry..."
|
||||
|
||||
@@ -144,9 +144,9 @@ STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYS
|
||||
CAPTION "ReactOS セットアップ"
|
||||
FONT 9, "MS UI Gothic"
|
||||
BEGIN
|
||||
LTEXT "ファイルをインストール中...", IDC_ACTIVITY, 20, 50, 277, 10
|
||||
LTEXT "test.txt", IDC_ITEM, 30, 80, 257, 10
|
||||
CONTROL "", IDC_PROCESSPROGRESS, "msctls_progress32", PBS_SMOOTH | WS_CHILD | WS_VISIBLE | WS_BORDER, 7, 120, 303, 8
|
||||
LTEXT "ファイルをインストール中...", IDC_ACTIVITY, 20, 35, 277, 10
|
||||
LTEXT "test.txt", IDC_ITEM, 20, 83, 277, 10
|
||||
CONTROL "", IDC_PROCESSPROGRESS, "msctls_progress32", PBS_SMOOTH | WS_CHILD | WS_VISIBLE | WS_BORDER, 20, 97, 277, 11
|
||||
END
|
||||
|
||||
IDD_FINISHPAGE DIALOGEX 0, 0, 317, 193
|
||||
|
||||
@@ -150,9 +150,9 @@ STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYS
|
||||
CAPTION "ReactOS Persediaan"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
LTEXT "Memasang fail...", IDC_ACTIVITY, 20, 50, 277, 10
|
||||
LTEXT "test.txt", IDC_ITEM, 30, 80, 257, 10
|
||||
CONTROL "", IDC_PROCESSPROGRESS, "msctls_progress32", PBS_SMOOTH | WS_CHILD | WS_VISIBLE | WS_BORDER, 20, 120, 277, 8
|
||||
LTEXT "Memasang fail...", IDC_ACTIVITY, 20, 35, 277, 10
|
||||
LTEXT "test.txt", IDC_ITEM, 20, 83, 277, 10
|
||||
CONTROL "", IDC_PROCESSPROGRESS, "msctls_progress32", PBS_SMOOTH | WS_CHILD | WS_VISIBLE | WS_BORDER, 20, 97, 277, 11
|
||||
END
|
||||
|
||||
IDD_FINISHPAGE DIALOGEX 0, 0, 317, 193
|
||||
@@ -251,7 +251,7 @@ BEGIN
|
||||
IDS_CONFIG_SYSTEM_PARTITION "Configuring the system partition..."
|
||||
IDS_PREPARE_PARTITIONS "Preparing partitions..."
|
||||
IDS_PREPARE_FILES "Preparing the list of files to be copied, please wait..."
|
||||
IDS_COPYING_FILES "Copying the files..."
|
||||
IDS_COPYING_FILES "Copying files..."
|
||||
|
||||
IDS_CREATE_REGISTRY "Creating the registry..."
|
||||
IDS_UPDATE_REGISTRY "Updating the registry..."
|
||||
|
||||
@@ -148,9 +148,9 @@ STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYS
|
||||
CAPTION "ReactOS installering"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
LTEXT "Installer filer...", IDC_ACTIVITY, 20, 50, 277, 10
|
||||
LTEXT "test.txt", IDC_ITEM, 30, 80, 257, 10
|
||||
CONTROL "", IDC_PROCESSPROGRESS, "msctls_progress32", PBS_SMOOTH | WS_CHILD | WS_VISIBLE | WS_BORDER, 20, 120, 277, 8
|
||||
LTEXT "Installer filer...", IDC_ACTIVITY, 20, 35, 277, 10
|
||||
LTEXT "test.txt", IDC_ITEM, 20, 83, 277, 10
|
||||
CONTROL "", IDC_PROCESSPROGRESS, "msctls_progress32", PBS_SMOOTH | WS_CHILD | WS_VISIBLE | WS_BORDER, 20, 97, 277, 11
|
||||
END
|
||||
|
||||
IDD_FINISHPAGE DIALOGEX 0, 0, 317, 193
|
||||
@@ -249,7 +249,7 @@ BEGIN
|
||||
IDS_CONFIG_SYSTEM_PARTITION "Configuring the system partition..."
|
||||
IDS_PREPARE_PARTITIONS "Preparing partitions..."
|
||||
IDS_PREPARE_FILES "Preparing the list of files to be copied, please wait..."
|
||||
IDS_COPYING_FILES "Copying the files..."
|
||||
IDS_COPYING_FILES "Copying files..."
|
||||
|
||||
IDS_CREATE_REGISTRY "Creating the registry..."
|
||||
IDS_UPDATE_REGISTRY "Updating the registry..."
|
||||
|
||||
@@ -159,9 +159,9 @@ STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYS
|
||||
CAPTION "Instalator systemu ReactOS"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
LTEXT "Instalacja plików...", IDC_ACTIVITY, 20, 50, 277, 10
|
||||
LTEXT "test.txt", IDC_ITEM, 30, 80, 257, 10
|
||||
CONTROL "", IDC_PROCESSPROGRESS, "msctls_progress32", PBS_SMOOTH | WS_CHILD | WS_VISIBLE | WS_BORDER, 20, 120, 277, 8
|
||||
LTEXT "Instalacja plików...", IDC_ACTIVITY, 20, 35, 277, 10
|
||||
LTEXT "test.txt", IDC_ITEM, 20, 83, 277, 10
|
||||
CONTROL "", IDC_PROCESSPROGRESS, "msctls_progress32", PBS_SMOOTH | WS_CHILD | WS_VISIBLE | WS_BORDER, 20, 97, 277, 11
|
||||
END
|
||||
|
||||
IDD_FINISHPAGE DIALOGEX 0, 0, 317, 193
|
||||
@@ -260,7 +260,7 @@ BEGIN
|
||||
IDS_CONFIG_SYSTEM_PARTITION "Configuring the system partition..."
|
||||
IDS_PREPARE_PARTITIONS "Preparing partitions..."
|
||||
IDS_PREPARE_FILES "Preparing the list of files to be copied, please wait..."
|
||||
IDS_COPYING_FILES "Copying the files..."
|
||||
IDS_COPYING_FILES "Copying files..."
|
||||
|
||||
IDS_CREATE_REGISTRY "Creating the registry..."
|
||||
IDS_UPDATE_REGISTRY "Updating the registry..."
|
||||
|
||||
@@ -148,9 +148,9 @@ STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYS
|
||||
CAPTION "Instalação do ReactOS"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
LTEXT "Instalar arquivos...", IDC_ACTIVITY, 20, 50, 277, 10
|
||||
LTEXT "teste.txt", IDC_ITEM, 30, 80, 257, 10
|
||||
CONTROL "", IDC_PROCESSPROGRESS, "msctls_progress32", PBS_SMOOTH | WS_CHILD | WS_VISIBLE | WS_BORDER, 20, 120, 277, 8
|
||||
LTEXT "Instalar arquivos...", IDC_ACTIVITY, 20, 35, 277, 10
|
||||
LTEXT "test.txt", IDC_ITEM, 20, 83, 277, 10
|
||||
CONTROL "", IDC_PROCESSPROGRESS, "msctls_progress32", PBS_SMOOTH | WS_CHILD | WS_VISIBLE | WS_BORDER, 20, 97, 277, 11
|
||||
END
|
||||
|
||||
IDD_FINISHPAGE DIALOGEX 0, 0, 317, 193
|
||||
@@ -249,7 +249,7 @@ BEGIN
|
||||
IDS_CONFIG_SYSTEM_PARTITION "Configuring the system partition..."
|
||||
IDS_PREPARE_PARTITIONS "Preparing partitions..."
|
||||
IDS_PREPARE_FILES "Preparing the list of files to be copied, please wait..."
|
||||
IDS_COPYING_FILES "Copying the files..."
|
||||
IDS_COPYING_FILES "Copying files..."
|
||||
|
||||
IDS_CREATE_REGISTRY "Creating the registry..."
|
||||
IDS_UPDATE_REGISTRY "Updating the registry..."
|
||||
|
||||
@@ -148,9 +148,9 @@ STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYS
|
||||
CAPTION "Instalação do ReactOS"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
LTEXT "Instalar arquivos...", IDC_ACTIVITY, 20, 50, 277, 10
|
||||
LTEXT "teste.txt", IDC_ITEM, 30, 80, 257, 10
|
||||
CONTROL "", IDC_PROCESSPROGRESS, "msctls_progress32", PBS_SMOOTH | WS_CHILD | WS_VISIBLE | WS_BORDER, 20, 120, 277, 8
|
||||
LTEXT "Instalar arquivos...", IDC_ACTIVITY, 20, 35, 277, 10
|
||||
LTEXT "test.txt", IDC_ITEM, 20, 83, 277, 10
|
||||
CONTROL "", IDC_PROCESSPROGRESS, "msctls_progress32", PBS_SMOOTH | WS_CHILD | WS_VISIBLE | WS_BORDER, 20, 97, 277, 11
|
||||
END
|
||||
|
||||
IDD_FINISHPAGE DIALOGEX 0, 0, 317, 193
|
||||
@@ -249,7 +249,7 @@ BEGIN
|
||||
IDS_CONFIG_SYSTEM_PARTITION "Configuring the system partition..."
|
||||
IDS_PREPARE_PARTITIONS "Preparing partitions..."
|
||||
IDS_PREPARE_FILES "Preparing the list of files to be copied, please wait..."
|
||||
IDS_COPYING_FILES "Copying the files..."
|
||||
IDS_COPYING_FILES "Copying files..."
|
||||
|
||||
IDS_CREATE_REGISTRY "Creating the registry..."
|
||||
IDS_UPDATE_REGISTRY "Updating the registry..."
|
||||
|
||||
@@ -157,9 +157,9 @@ STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYS
|
||||
CAPTION "Expert de instalare ReactOS"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
LTEXT "Fișiere în copiere…", IDC_ACTIVITY, 20, 50, 277, 10
|
||||
LTEXT "test.txt", IDC_ITEM, 30, 80, 257, 10
|
||||
CONTROL "", IDC_PROCESSPROGRESS, "msctls_progress32", PBS_SMOOTH | WS_CHILD | WS_VISIBLE | WS_BORDER, 20, 120, 277, 8
|
||||
LTEXT "Fișiere în copiere…", IDC_ACTIVITY, 20, 35, 277, 10
|
||||
LTEXT "test.txt", IDC_ITEM, 20, 83, 277, 10
|
||||
CONTROL "", IDC_PROCESSPROGRESS, "msctls_progress32", PBS_SMOOTH | WS_CHILD | WS_VISIBLE | WS_BORDER, 20, 97, 277, 11
|
||||
END
|
||||
|
||||
IDD_FINISHPAGE DIALOGEX 0, 0, 317, 193
|
||||
|
||||
@@ -148,9 +148,9 @@ STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYS
|
||||
CAPTION "Установка ReactOS"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
LTEXT "Копирование файлов...", IDC_ACTIVITY, 20, 50, 277, 10
|
||||
LTEXT "test.txt", IDC_ITEM, 30, 80, 257, 10
|
||||
CONTROL "", IDC_PROCESSPROGRESS, "msctls_progress32", PBS_SMOOTH | WS_CHILD | WS_VISIBLE | WS_BORDER, 20, 120, 277, 8
|
||||
LTEXT "Копирование файлов...", IDC_ACTIVITY, 20, 35, 277, 10
|
||||
LTEXT "test.txt", IDC_ITEM, 20, 83, 277, 10
|
||||
CONTROL "", IDC_PROCESSPROGRESS, "msctls_progress32", PBS_SMOOTH | WS_CHILD | WS_VISIBLE | WS_BORDER, 20, 97, 277, 11
|
||||
END
|
||||
|
||||
IDD_FINISHPAGE DIALOGEX 0, 0, 317, 193
|
||||
@@ -249,7 +249,7 @@ BEGIN
|
||||
IDS_CONFIG_SYSTEM_PARTITION "Configuring the system partition..."
|
||||
IDS_PREPARE_PARTITIONS "Preparing partitions..."
|
||||
IDS_PREPARE_FILES "Preparing the list of files to be copied, please wait..."
|
||||
IDS_COPYING_FILES "Copying the files..."
|
||||
IDS_COPYING_FILES "Copying files..."
|
||||
|
||||
IDS_CREATE_REGISTRY "Creating the registry..."
|
||||
IDS_UPDATE_REGISTRY "Updating the registry..."
|
||||
|
||||
@@ -153,9 +153,9 @@ STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYS
|
||||
CAPTION "Inštalácia systému ReactOS"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
LTEXT "Install files...", IDC_ACTIVITY, 20, 50, 277, 10
|
||||
LTEXT "test.txt", IDC_ITEM, 30, 80, 257, 10
|
||||
CONTROL "", IDC_PROCESSPROGRESS, "msctls_progress32", PBS_SMOOTH | WS_CHILD | WS_VISIBLE | WS_BORDER, 20, 120, 277, 8
|
||||
LTEXT "Install files...", IDC_ACTIVITY, 20, 35, 277, 10
|
||||
LTEXT "test.txt", IDC_ITEM, 20, 83, 277, 10
|
||||
CONTROL "", IDC_PROCESSPROGRESS, "msctls_progress32", PBS_SMOOTH | WS_CHILD | WS_VISIBLE | WS_BORDER, 20, 97, 277, 11
|
||||
END
|
||||
|
||||
IDD_FINISHPAGE DIALOGEX 0, 0, 317, 193
|
||||
@@ -254,7 +254,7 @@ BEGIN
|
||||
IDS_CONFIG_SYSTEM_PARTITION "Configuring the system partition..."
|
||||
IDS_PREPARE_PARTITIONS "Preparing partitions..."
|
||||
IDS_PREPARE_FILES "Preparing the list of files to be copied, please wait..."
|
||||
IDS_COPYING_FILES "Copying the files..."
|
||||
IDS_COPYING_FILES "Copying files..."
|
||||
|
||||
IDS_CREATE_REGISTRY "Creating the registry..."
|
||||
IDS_UPDATE_REGISTRY "Updating the registry..."
|
||||
|
||||
@@ -150,9 +150,9 @@ STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYS
|
||||
CAPTION "Instalimi i ReactOS"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
LTEXT "Instalimi i dokumentave...", IDC_ACTIVITY, 20, 50, 277, 10
|
||||
LTEXT "test.txt", IDC_ITEM, 30, 80, 257, 10
|
||||
CONTROL "", IDC_PROCESSPROGRESS, "msctls_progress32", PBS_SMOOTH | WS_CHILD | WS_VISIBLE | WS_BORDER, 20, 120, 277, 8
|
||||
LTEXT "Instalimi i dokumentave...", IDC_ACTIVITY, 20, 35, 277, 10
|
||||
LTEXT "test.txt", IDC_ITEM, 20, 83, 277, 10
|
||||
CONTROL "", IDC_PROCESSPROGRESS, "msctls_progress32", PBS_SMOOTH | WS_CHILD | WS_VISIBLE | WS_BORDER, 20, 97, 277, 11
|
||||
END
|
||||
|
||||
IDD_FINISHPAGE DIALOGEX 0, 0, 317, 193
|
||||
@@ -251,7 +251,7 @@ BEGIN
|
||||
IDS_CONFIG_SYSTEM_PARTITION "Configuring the system partition..."
|
||||
IDS_PREPARE_PARTITIONS "Preparing partitions..."
|
||||
IDS_PREPARE_FILES "Preparing the list of files to be copied, please wait..."
|
||||
IDS_COPYING_FILES "Copying the files..."
|
||||
IDS_COPYING_FILES "Copying files..."
|
||||
|
||||
IDS_CREATE_REGISTRY "Creating the registry..."
|
||||
IDS_UPDATE_REGISTRY "Updating the registry..."
|
||||
|
||||
@@ -155,9 +155,9 @@ STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYS
|
||||
CAPTION "ReactOS Kur"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
LTEXT "Dosyalar yükleniyor...", IDC_ACTIVITY, 20, 50, 277, 10
|
||||
LTEXT "sınama.txt", IDC_ITEM, 30, 80, 257, 10
|
||||
CONTROL "", IDC_PROCESSPROGRESS, "msctls_progress32", PBS_SMOOTH | WS_CHILD | WS_VISIBLE | WS_BORDER, 20, 120, 277, 8
|
||||
LTEXT "Dosyalar yükleniyor...", IDC_ACTIVITY, 20, 35, 277, 10
|
||||
LTEXT "test.txt", IDC_ITEM, 20, 83, 277, 10
|
||||
CONTROL "", IDC_PROCESSPROGRESS, "msctls_progress32", PBS_SMOOTH | WS_CHILD | WS_VISIBLE | WS_BORDER, 20, 97, 277, 11
|
||||
END
|
||||
|
||||
IDD_FINISHPAGE DIALOGEX 0, 0, 317, 193
|
||||
@@ -256,7 +256,7 @@ BEGIN
|
||||
IDS_CONFIG_SYSTEM_PARTITION "Configuring the system partition..."
|
||||
IDS_PREPARE_PARTITIONS "Preparing partitions..."
|
||||
IDS_PREPARE_FILES "Preparing the list of files to be copied, please wait..."
|
||||
IDS_COPYING_FILES "Copying the files..."
|
||||
IDS_COPYING_FILES "Copying files..."
|
||||
|
||||
IDS_CREATE_REGISTRY "Creating the registry..."
|
||||
IDS_UPDATE_REGISTRY "Updating the registry..."
|
||||
|
||||
@@ -156,9 +156,9 @@ STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYS
|
||||
CAPTION "Встановлення ReactOS"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
LTEXT "Копіювання файлів...", IDC_ACTIVITY, 20, 50, 277, 10
|
||||
LTEXT "test.txt", IDC_ITEM, 30, 80, 257, 10
|
||||
CONTROL "", IDC_PROCESSPROGRESS, "msctls_progress32", PBS_SMOOTH | WS_CHILD | WS_VISIBLE | WS_BORDER, 20, 120, 277, 8
|
||||
LTEXT "Копіювання файлів...", IDC_ACTIVITY, 20, 35, 277, 10
|
||||
LTEXT "test.txt", IDC_ITEM, 20, 83, 277, 10
|
||||
CONTROL "", IDC_PROCESSPROGRESS, "msctls_progress32", PBS_SMOOTH | WS_CHILD | WS_VISIBLE | WS_BORDER, 20, 97, 277, 11
|
||||
END
|
||||
|
||||
IDD_FINISHPAGE DIALOGEX 0, 0, 317, 193
|
||||
@@ -257,7 +257,7 @@ BEGIN
|
||||
IDS_CONFIG_SYSTEM_PARTITION "Configuring the system partition..."
|
||||
IDS_PREPARE_PARTITIONS "Preparing partitions..."
|
||||
IDS_PREPARE_FILES "Preparing the list of files to be copied, please wait..."
|
||||
IDS_COPYING_FILES "Copying the files..."
|
||||
IDS_COPYING_FILES "Copying files..."
|
||||
|
||||
IDS_CREATE_REGISTRY "Creating the registry..."
|
||||
IDS_UPDATE_REGISTRY "Updating the registry..."
|
||||
|
||||
@@ -148,9 +148,9 @@ STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYS
|
||||
CAPTION "Cài đặt ReactOS"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
LTEXT "Cài đặt các tập tin...", IDC_ACTIVITY, 20, 50, 277, 10
|
||||
LTEXT "test.txt", IDC_ITEM, 30, 80, 257, 10
|
||||
CONTROL "", IDC_PROCESSPROGRESS, "msctls_progress32", PBS_SMOOTH | WS_CHILD | WS_VISIBLE | WS_BORDER, 7, 120, 303, 8
|
||||
LTEXT "Cài đặt các tập tin...", IDC_ACTIVITY, 20, 35, 277, 10
|
||||
LTEXT "test.txt", IDC_ITEM, 20, 83, 277, 10
|
||||
CONTROL "", IDC_PROCESSPROGRESS, "msctls_progress32", PBS_SMOOTH | WS_CHILD | WS_VISIBLE | WS_BORDER, 20, 97, 277, 11
|
||||
END
|
||||
|
||||
IDD_FINISHPAGE DIALOGEX 0, 0, 317, 193
|
||||
@@ -249,7 +249,7 @@ BEGIN
|
||||
IDS_CONFIG_SYSTEM_PARTITION "Configuring the system partition..."
|
||||
IDS_PREPARE_PARTITIONS "Preparing partitions..."
|
||||
IDS_PREPARE_FILES "Preparing the list of files to be copied, please wait..."
|
||||
IDS_COPYING_FILES "Copying the files..."
|
||||
IDS_COPYING_FILES "Copying files..."
|
||||
|
||||
IDS_CREATE_REGISTRY "Creating the registry..."
|
||||
IDS_UPDATE_REGISTRY "Updating the registry..."
|
||||
|
||||
@@ -148,9 +148,9 @@ STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYS
|
||||
CAPTION "ReactOS 安装程序"
|
||||
FONT 9, "宋体"
|
||||
BEGIN
|
||||
LTEXT "安装文件...", IDC_ACTIVITY, 20, 50, 277, 10
|
||||
LTEXT "test.txt", IDC_ITEM, 30, 80, 257, 10
|
||||
CONTROL "", IDC_PROCESSPROGRESS, "msctls_progress32", PBS_SMOOTH | WS_CHILD | WS_VISIBLE | WS_BORDER, 20, 120, 277, 8
|
||||
LTEXT "安装文件...", IDC_ACTIVITY, 20, 35, 277, 10
|
||||
LTEXT "test.txt", IDC_ITEM, 20, 83, 277, 10
|
||||
CONTROL "", IDC_PROCESSPROGRESS, "msctls_progress32", PBS_SMOOTH | WS_CHILD | WS_VISIBLE | WS_BORDER, 20, 97, 277, 11
|
||||
END
|
||||
|
||||
IDD_FINISHPAGE DIALOGEX 0, 0, 317, 193
|
||||
@@ -249,7 +249,7 @@ BEGIN
|
||||
IDS_CONFIG_SYSTEM_PARTITION "Configuring the system partition..."
|
||||
IDS_PREPARE_PARTITIONS "Preparing partitions..."
|
||||
IDS_PREPARE_FILES "Preparing the list of files to be copied, please wait..."
|
||||
IDS_COPYING_FILES "Copying the files..."
|
||||
IDS_COPYING_FILES "Copying files..."
|
||||
|
||||
IDS_CREATE_REGISTRY "Creating the registry..."
|
||||
IDS_UPDATE_REGISTRY "Updating the registry..."
|
||||
|
||||
@@ -156,9 +156,9 @@ STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYS
|
||||
CAPTION "ReactOS 安裝程式"
|
||||
FONT 9, "新細明體"
|
||||
BEGIN
|
||||
LTEXT "安裝檔案...", IDC_ACTIVITY, 20, 50, 277, 10
|
||||
LTEXT "test.txt", IDC_ITEM, 30, 80, 257, 10
|
||||
CONTROL "", IDC_PROCESSPROGRESS, "msctls_progress32", PBS_SMOOTH | WS_CHILD | WS_VISIBLE | WS_BORDER, 20, 120, 277, 8
|
||||
LTEXT "安裝檔案...", IDC_ACTIVITY, 20, 35, 277, 10
|
||||
LTEXT "test.txt", IDC_ITEM, 20, 83, 277, 10
|
||||
CONTROL "", IDC_PROCESSPROGRESS, "msctls_progress32", PBS_SMOOTH | WS_CHILD | WS_VISIBLE | WS_BORDER, 20, 97, 277, 11
|
||||
END
|
||||
|
||||
IDD_FINISHPAGE DIALOGEX 0, 0, 317, 193
|
||||
@@ -257,7 +257,7 @@ BEGIN
|
||||
IDS_CONFIG_SYSTEM_PARTITION "Configuring the system partition..."
|
||||
IDS_PREPARE_PARTITIONS "Preparing partitions..."
|
||||
IDS_PREPARE_FILES "Preparing the list of files to be copied, please wait..."
|
||||
IDS_COPYING_FILES "Copying the files..."
|
||||
IDS_COPYING_FILES "Copying files..."
|
||||
|
||||
IDS_CREATE_REGISTRY "Creating the registry..."
|
||||
IDS_UPDATE_REGISTRY "Updating the registry..."
|
||||
|
||||
@@ -156,9 +156,9 @@ STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYS
|
||||
CAPTION "ReactOS 安裝程式"
|
||||
FONT 9, "新細明體"
|
||||
BEGIN
|
||||
LTEXT "安裝檔案...", IDC_ACTIVITY, 20, 50, 277, 10
|
||||
LTEXT "test.txt", IDC_ITEM, 30, 80, 257, 10
|
||||
CONTROL "", IDC_PROCESSPROGRESS, "msctls_progress32", PBS_SMOOTH | WS_CHILD | WS_VISIBLE | WS_BORDER, 20, 120, 277, 8
|
||||
LTEXT "安裝檔案...", IDC_ACTIVITY, 20, 35, 277, 10
|
||||
LTEXT "test.txt", IDC_ITEM, 20, 83, 277, 10
|
||||
CONTROL "", IDC_PROCESSPROGRESS, "msctls_progress32", PBS_SMOOTH | WS_CHILD | WS_VISIBLE | WS_BORDER, 20, 97, 277, 11
|
||||
END
|
||||
|
||||
IDD_FINISHPAGE DIALOGEX 0, 0, 317, 193
|
||||
|
||||
@@ -1798,10 +1798,21 @@ FileCopyCallback(PVOID Context,
|
||||
if (DstFileName) ++DstFileName;
|
||||
else DstFileName = FilePathInfo->Target;
|
||||
|
||||
SetWindowResPrintfW(UiContext.hWndItem,
|
||||
SetupData.hInstance,
|
||||
IDS_COPYING, // STRING_COPYING
|
||||
DstFileName);
|
||||
/* Whereas the repair/upgrade procedure may move, rename, or
|
||||
* delete files, the regular installation only copies files.
|
||||
* Therefore, display only the file name instead of the full
|
||||
* "Copying..." message in this case. */
|
||||
if (SetupData.RepairUpdateFlag)
|
||||
{
|
||||
SetWindowResPrintfW(UiContext.hWndItem,
|
||||
SetupData.hInstance,
|
||||
IDS_COPYING, // STRING_COPYING
|
||||
DstFileName);
|
||||
}
|
||||
else
|
||||
{
|
||||
SetWindowTextW(UiContext.hWndItem, DstFileName);
|
||||
}
|
||||
}
|
||||
break;
|
||||
}
|
||||
@@ -2286,9 +2297,10 @@ ProcessDlgProc(
|
||||
pSetupData = (PSETUPDATA)((LPPROPSHEETPAGE)lParam)->lParam;
|
||||
SetWindowLongPtrW(hwndDlg, GWLP_USERDATA, (DWORD_PTR)pSetupData);
|
||||
|
||||
/* Reset status text */
|
||||
/* Reset the status text and set the main label in bold */
|
||||
SetDlgItemTextW(hwndDlg, IDC_ACTIVITY, L"");
|
||||
SetDlgItemTextW(hwndDlg, IDC_ITEM, L"");
|
||||
SetDlgItemFont(hwndDlg, IDC_ACTIVITY, pSetupData->hBoldFont, TRUE);
|
||||
break;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user