mirror of
https://github.com/reactos/reactos.git
synced 2024-11-19 13:33:42 +00:00
58 lines
1.4 KiB
C
58 lines
1.4 KiB
C
#pragma once
|
|
|
|
/* registry stuff */
|
|
#define IDR_ZIPFLDR 8000
|
|
|
|
|
|
/* Dialogs */
|
|
|
|
#define IDD_PROPPAGEDESTINATION 1000
|
|
#define IDC_DIRECTORY 1001
|
|
#define IDC_BROWSE 1002
|
|
#define IDC_PASSWORD 1003
|
|
#define IDC_PROGRESS 1004
|
|
|
|
#define IDD_PROPPAGECOMPLETE 1100
|
|
#define IDC_DESTDIR 1101
|
|
#define IDC_SHOW_EXTRACTED 1102
|
|
|
|
#define IDD_CONFIRM_FILE_REPLACE 1200
|
|
#define IDYESALL 1202
|
|
#define IDC_EXCLAMATION_ICON 1205
|
|
#define IDC_MESSAGE 1206
|
|
|
|
|
|
/* Strings */
|
|
#define IDS_COL_NAME 100
|
|
#define IDS_COL_TYPE 101
|
|
#define IDS_COL_COMPRSIZE 102
|
|
#define IDS_COL_PASSWORD 103
|
|
#define IDS_COL_SIZE 104
|
|
#define IDS_COL_RATIO 105
|
|
#define IDS_COL_DATE_MOD 106
|
|
#define IDS_YES 107
|
|
#define IDS_NO 108
|
|
|
|
|
|
/* Wizard titles */
|
|
#define IDS_WIZ_TITLE 8000
|
|
#define IDS_WIZ_DEST_TITLE 8001
|
|
#define IDS_WIZ_DEST_SUBTITLE 8002
|
|
#define IDS_WIZ_COMPL_TITLE 8003
|
|
#define IDS_WIZ_COMPL_SUBTITLE 8004
|
|
|
|
#define IDS_WIZ_BROWSE_TITLE 8010
|
|
|
|
/* Questions */
|
|
#define IDS_OVERWRITEFILE_TEXT 9000
|
|
|
|
|
|
/* Context menu / ExplorerCommand strings */
|
|
#define IDS_MENUITEM 10039
|
|
#define IDS_HELPTEXT 10041
|
|
#define IDS_FRIENDLYNAME 10195
|
|
|
|
|
|
#ifndef IDC_STATIC
|
|
#define IDC_STATIC -1
|
|
#endif
|