[NTDLL] Allow shimdata to override the process manifest.
[reactos.git] / dll / shellext / zipfldr / resource.h
1 #pragma once
2
3 /* registry stuff */
4 #define IDR_ZIPFLDR 8000
5
6
7 /* Dialogs */
8
9 #define IDD_PROPPAGEDESTIONATION 1000
10 #define IDC_DIRECTORY 1001
11 #define IDC_BROWSE 1002
12 #define IDC_PASSWORD 1003
13 #define IDC_PROGRESS 1004
14
15 #define IDD_PROPPAGECOMPLETE 1100
16 #define IDC_DESTDIR 1101
17 #define IDC_SHOW_EXTRACTED 1102
18
19 #define IDD_CONFIRM_FILE_REPLACE 1200
20 #define IDYESALL 1202
21 #define IDC_EXCLAMATION_ICON 1205
22 #define IDC_MESSAGE 1206
23
24
25 /* Strings */
26 #define IDS_COL_NAME 100
27 #define IDS_COL_TYPE 101
28 #define IDS_COL_COMPRSIZE 102
29 #define IDS_COL_PASSWORD 103
30 #define IDS_COL_SIZE 104
31 #define IDS_COL_RATIO 105
32 #define IDS_COL_DATE_MOD 106
33 #define IDS_YES 107
34 #define IDS_NO 108
35
36
37 /* Wizard titles */
38 #define IDS_WIZ_TITLE 8000
39 #define IDS_WIZ_DEST_TITLE 8001
40 #define IDS_WIZ_DEST_SUBTITLE 8002
41 #define IDS_WIZ_COMPL_TITLE 8003
42 #define IDS_WIZ_COMPL_SUBTITLE 8004
43
44 #define IDS_WIZ_BROWSE_TITLE 8010
45
46 /* Questions */
47 #define IDS_OVERWRITEFILE_TEXT 9000
48
49
50 /* Context menu / ExplorerCommand strings */
51 #define IDS_MENUITEM 10039
52 #define IDS_HELPTEXT 10041
53 #define IDS_FRIENDLYNAME 10195
54
55
56 #ifndef IDC_STATIC
57 #define IDC_STATIC -1
58 #endif