diff options
Diffstat (limited to '3rdparty/lzma/CPP/7zip/UI/FileManager/OverwriteDialogRes.h')
-rw-r--r-- | 3rdparty/lzma/CPP/7zip/UI/FileManager/OverwriteDialogRes.h | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/3rdparty/lzma/CPP/7zip/UI/FileManager/OverwriteDialogRes.h b/3rdparty/lzma/CPP/7zip/UI/FileManager/OverwriteDialogRes.h new file mode 100644 index 00000000000..b480ba1634c --- /dev/null +++ b/3rdparty/lzma/CPP/7zip/UI/FileManager/OverwriteDialogRes.h @@ -0,0 +1,17 @@ +#define IDD_OVERWRITE 3500 +#define IDD_OVERWRITE_2 13500 + +#define IDT_OVERWRITE_HEADER 3501 +#define IDT_OVERWRITE_QUESTION_BEGIN 3502 +#define IDT_OVERWRITE_QUESTION_END 3503 +#define IDS_FILE_SIZE 3504 + +#define IDB_AUTO_RENAME 3505 +#define IDB_YES_TO_ALL 440 +#define IDB_NO_TO_ALL 441 + +#define IDI_OVERWRITE_OLD_FILE 100 +#define IDI_OVERWRITE_NEW_FILE 101 + +#define IDT_OVERWRITE_OLD_FILE_SIZE_TIME 102 +#define IDT_OVERWRITE_NEW_FILE_SIZE_TIME 103 |