mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-17 08:11:49 -06:00
9.06 beta
This commit is contained in:
committed by
Kornel Lesiński
parent
829409452d
commit
c99f3ebdd6
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user