mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-10 04:07:12 -06:00
9.34
This commit is contained in:
committed by
Kornel Lesiński
parent
83f8ddcc5b
commit
f08f4dcc3c
136
CPP/7zip/UI/GUI/CompressDialogRes.h
Executable file → Normal file
136
CPP/7zip/UI/GUI/CompressDialogRes.h
Executable file → Normal file
@@ -1,81 +1,87 @@
|
||||
#define IDD_DIALOG_COMPRESS 551
|
||||
#define IDD_DIALOG_COMPRESS_2 651
|
||||
#define IDC_STATIC_COMPRESS_MEMORY 1022
|
||||
#define IDC_STATIC_COMPRESS_MEMORY_DE 1023
|
||||
#define IDC_STATIC_COMPRESS_MEMORY_VALUE 1027
|
||||
#define IDC_STATIC_COMPRESS_MEMORY_DE_VALUE 1028
|
||||
#define IDC_COMPRESS_COMBO_ARCHIVE 1072
|
||||
#define IDC_COMPRESS_BUTTON_SET_ARCHIVE 1073
|
||||
#define IDC_COMPRESS_COMBO_LEVEL 1074
|
||||
#define IDC_COMPRESS_COMBO_UPDATE_MODE 1075
|
||||
#define IDC_COMPRESS_COMBO_FORMAT 1076
|
||||
#define IDC_COMPRESS_COMBO_VOLUME 1077
|
||||
#define IDC_COMPRESS_COMBO_METHOD 1078
|
||||
#define IDC_COMPRESS_COMBO_DICTIONARY 1079
|
||||
#define IDC_COMPRESS_COMBO_ORDER 1080
|
||||
#define IDD_COMPRESS 4000
|
||||
#define IDD_COMPRESS_2 14000
|
||||
|
||||
#define IDC_COMPRESS_COMBO_SOLID 1081
|
||||
#define IDC_COMPRESS_COMBO_THREADS 1082
|
||||
#define IDC_COMPRESS_HARDWARE_THREADS 1083
|
||||
#define IDC_COMPRESS_ARCHIVE 100
|
||||
#define IDB_COMPRESS_SET_ARCHIVE 101
|
||||
#define IDC_COMPRESS_LEVEL 102
|
||||
#define IDC_COMPRESS_UPDATE_MODE 103
|
||||
#define IDC_COMPRESS_FORMAT 104
|
||||
#define IDC_COMPRESS_VOLUME 105
|
||||
#define IDC_COMPRESS_METHOD 106
|
||||
#define IDC_COMPRESS_DICTIONARY 107
|
||||
#define IDC_COMPRESS_ORDER 108
|
||||
#define IDC_COMPRESS_SOLID 109
|
||||
#define IDC_COMPRESS_THREADS 110
|
||||
#define IDE_COMPRESS_PARAMETERS 111
|
||||
|
||||
#define IDC_COMPRESS_SFX 1090
|
||||
#define IDC_COMPRESS_EDIT_PARAMETERS 1091
|
||||
#define IDT_COMPRESS_HARDWARE_THREADS 112
|
||||
#define IDT_COMPRESS_MEMORY_VALUE 113
|
||||
#define IDT_COMPRESS_MEMORY_DE_VALUE 114
|
||||
|
||||
// #define IDC_COMPRESS_SOLID 1092
|
||||
// #define IDC_COMPRESS_MULTI_THREAD 1093
|
||||
#define IDG_COMPRESS_NTFS 115
|
||||
#define IDC_COMPRESS_PATH_MODE 116
|
||||
|
||||
#define IDC_STATIC_COMPRESS_ARCHIVE 1097
|
||||
#define IDC_STATIC_COMPRESS_FORMAT 1098
|
||||
#define IDC_STATIC_COMPRESS_LEVEL 1099
|
||||
#define IDC_STATIC_COMPRESS_PARAMETERS 1100
|
||||
#define IDC_STATIC_COMPRESS_UPDATE_MODE 1101
|
||||
#define IDC_STATIC_COMPRESS_OPTIONS 1102
|
||||
#define IDC_STATIC_COMPRESS_VOLUME 1103
|
||||
#define IDC_STATIC_COMPRESS_METHOD 1104
|
||||
#define IDC_STATIC_COMPRESS_DICTIONARY 1105
|
||||
#define IDC_STATIC_COMPRESS_ORDER 1106
|
||||
#define IDE_COMPRESS_PASSWORD1 120
|
||||
#define IDE_COMPRESS_PASSWORD2 121
|
||||
#define IDC_COMPRESS_ENCRYPTION_METHOD 122
|
||||
|
||||
#define IDC_STATIC_COMPRESS_SOLID 1107
|
||||
#define IDC_STATIC_COMPRESS_THREADS 1108
|
||||
#define IDT_COMPRESS_ARCHIVE_FOLDER 130
|
||||
|
||||
#define IDC_COMPRESS_ENCRYPTION 1110
|
||||
#define IDC_STATIC_COMPRESS_PASSWORD1 1111
|
||||
#define IDC_COMPRESS_EDIT_PASSWORD1 1112
|
||||
#define IDC_STATIC_COMPRESS_PASSWORD2 1113
|
||||
#define IDC_COMPRESS_EDIT_PASSWORD2 1114
|
||||
#define IDC_COMPRESS_CHECK_SHOW_PASSWORD 1115
|
||||
#define IDT_COMPRESS_PATH_MODE 3410
|
||||
|
||||
#define IDC_STATIC_COMPRESS_ENCRYPTION_METHOD 1120
|
||||
#define IDC_COMPRESS_COMBO_ENCRYPTION_METHOD 1121
|
||||
#define IDT_PASSWORD_ENTER 3801
|
||||
#define IDT_PASSWORD_REENTER 3802
|
||||
#define IDX_PASSWORD_SHOW 3803
|
||||
#define IDS_PASSWORD_NOT_MATCH 3804
|
||||
#define IDS_PASSWORD_USE_ASCII 3805
|
||||
#define IDS_PASSWORD_TOO_LONG 3806
|
||||
|
||||
#define IDC_COMPRESS_CHECK_ENCRYPT_FILE_NAMES 1122
|
||||
#define IDT_COMPRESS_ARCHIVE 4001
|
||||
#define IDT_COMPRESS_UPDATE_MODE 4002
|
||||
#define IDT_COMPRESS_FORMAT 4003
|
||||
#define IDT_COMPRESS_LEVEL 4004
|
||||
#define IDT_COMPRESS_METHOD 4005
|
||||
#define IDT_COMPRESS_DICTIONARY 4006
|
||||
#define IDT_COMPRESS_ORDER 4007
|
||||
#define IDT_COMPRESS_SOLID 4008
|
||||
#define IDT_COMPRESS_THREADS 4009
|
||||
#define IDT_COMPRESS_PARAMETERS 4010
|
||||
#define IDG_COMPRESS_OPTIONS 4011
|
||||
|
||||
#define IDC_COMPRESS_SHARED 1130
|
||||
#define IDX_COMPRESS_SFX 4012
|
||||
#define IDX_COMPRESS_SHARED 4013
|
||||
|
||||
#define IDG_COMPRESS_ENCRYPTION 4014
|
||||
#define IDT_COMPRESS_ENCRYPTION_METHOD 4015
|
||||
#define IDX_COMPRESS_ENCRYPT_FILE_NAMES 4016
|
||||
|
||||
#define IDT_COMPRESS_MEMORY 4017
|
||||
#define IDT_COMPRESS_MEMORY_DE 4018
|
||||
|
||||
#define IDS_OPEN_TYPE_ALL_FILES 80
|
||||
#define IDX_COMPRESS_DEL 4019
|
||||
|
||||
#define IDS_METHOD_STORE 81
|
||||
#define IDS_METHOD_NORMAL 82
|
||||
#define IDS_METHOD_MAXIMUM 83
|
||||
#define IDS_METHOD_FAST 84
|
||||
#define IDS_METHOD_FASTEST 85
|
||||
#define IDS_METHOD_ULTRA 86
|
||||
#define IDX_COMPRESS_NT_SYM_LINKS 4040
|
||||
#define IDX_COMPRESS_NT_HARD_LINKS 4041
|
||||
#define IDX_COMPRESS_NT_ALT_STREAMS 4042
|
||||
#define IDX_COMPRESS_NT_SECUR 4043
|
||||
|
||||
#define IDS_COMPRESS_NON_SOLID 88
|
||||
#define IDS_COMPRESS_SOLID 89
|
||||
#define IDS_METHOD_STORE 4050
|
||||
#define IDS_METHOD_FASTEST 4051
|
||||
#define IDS_METHOD_FAST 4052
|
||||
#define IDS_METHOD_NORMAL 4053
|
||||
#define IDS_METHOD_MAXIMUM 4054
|
||||
#define IDS_METHOD_ULTRA 4055
|
||||
|
||||
#define IDS_COMPRESS_UPDATE_MODE_ADD 90
|
||||
#define IDS_COMPRESS_UPDATE_MODE_UPDATE 91
|
||||
#define IDS_COMPRESS_UPDATE_MODE_FRESH 92
|
||||
#define IDS_COMPRESS_UPDATE_MODE_SYNCHRONIZE 93
|
||||
#define IDS_COMPRESS_UPDATE_MODE_ADD 4060
|
||||
#define IDS_COMPRESS_UPDATE_MODE_UPDATE 4061
|
||||
#define IDS_COMPRESS_UPDATE_MODE_FRESH 4062
|
||||
#define IDS_COMPRESS_UPDATE_MODE_SYNC 4063
|
||||
|
||||
#define IDS_COMPRESS_SPLIT_CONFIRM_MESSAGE 94
|
||||
#define IDS_COMPRESS_SET_ARCHIVE_BROWSE 4070
|
||||
#define IDS_OPEN_TYPE_ALL_FILES 4071
|
||||
#define IDS_COMPRESS_NON_SOLID 4072
|
||||
#define IDS_COMPRESS_SOLID 4073
|
||||
|
||||
#define IDS_COMPRESS_SET_ARCHIVE_DIALOG_TITLE 96
|
||||
|
||||
#define IDS_PASSWORD_USE_ASCII 110
|
||||
#define IDS_PASSWORD_PASSWORDS_DO_NOT_MATCH 111
|
||||
#define IDS_PASSWORD_IS_TOO_LONG 112
|
||||
|
||||
#define IDS_COMPRESS_INCORRECT_VOLUME_SIZE 95
|
||||
#define IDT_SPLIT_TO_VOLUMES 7302
|
||||
#define IDS_INCORRECT_VOLUME_SIZE 7307
|
||||
#define IDS_SPLIT_CONFIRM 7308
|
||||
|
||||
Reference in New Issue
Block a user