Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/kornelski/7z.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'CPP/7zip/UI/FileManager/ProgressDialog2Res.h')
-rwxr-xr-xCPP/7zip/UI/FileManager/ProgressDialog2Res.h19
1 files changed, 17 insertions, 2 deletions
diff --git a/CPP/7zip/UI/FileManager/ProgressDialog2Res.h b/CPP/7zip/UI/FileManager/ProgressDialog2Res.h
index 16bf2634..21ac03c2 100755
--- a/CPP/7zip/UI/FileManager/ProgressDialog2Res.h
+++ b/CPP/7zip/UI/FileManager/ProgressDialog2Res.h
@@ -1,10 +1,16 @@
-#define IDC_BUTTON_PAUSE 3
-#define IDC_BUTTON_PROGRESS_PRIORITY 4
#define IDD_DIALOG_PROGRESS 500
+#define IDD_DIALOG_PROGRESS_2 600
+
+#define IDC_BUTTON_PAUSE 50
+#define IDC_BUTTON_PROGRESS_PRIORITY 51
+
#define IDS_PROGRESS_PAUSED 700
#define IDS_PROGRESS_FOREGROUND 701
#define IDS_PROGRESS_CONTINUE 702
#define IDS_PROGRESS_ASK_CANCEL 703
+#define IDS_CLOSE 704
+#define IDS_MESSAGES_DIALOG_MESSAGE_COLUMN 503
+
#define IDC_PROGRESS1 1000
#define IDC_PROGRESS_ELAPSED 1002
#define IDC_PROGRESS_ELAPSED_VALUE 1003
@@ -24,3 +30,12 @@
#define IDC_PROGRESS_PACKED_VALUE 1017
#define IDC_PROGRESS_UNPACKED 1018
#define IDC_PROGRESS_UNPACKED_VALUE 1019
+
+#define IDC_PROGRESS_ERRORS 1030
+#define IDC_PROGRESS_ERRORS_VALUE 1031
+#define IDC_PROGRESS_LIST 1032
+
+#define MY_PROGRESS_VALUE_UNITS 44
+#define MY_PROGRESS_LABEL_UNITS_MIN 60
+#define MY_PROGRESS_LABEL_UNITS_START 90
+#define MY_PROGRESS_PAD_UNITS 4