xref: /reactos/dll/shellext/zipfldr/resource.h (revision d5382f91)
1 #pragma once
2 
3 /* Icons */
4 #define IDI_ZIPFLDR                    1
5 
6 /* Bitmaps */
7 #define IDB_ZIPFLDR                    164
8 #define IDB_HEADER                     200
9 #define IDB_WATERMARK                  201
10 
11 /* registry stuff */
12 #define IDR_ZIPFLDR                    8000
13 
14 
15 /* Dialogs */
16 
17 #define IDD_PROPPAGEDESTINATION     1000
18 #define IDC_DIRECTORY               1001
19 #define IDC_BROWSE                  1002
20 #define IDC_PASSWORD                1003
21 #define IDC_PROGRESS                1004
22 #define IDC_STATUSTEXT              1005
23 
24 #define IDD_PROPPAGECOMPLETE        1100
25 #define IDC_DESTDIR                 1101
26 #define IDC_SHOW_EXTRACTED          1102
27 
28 #define IDD_CONFIRM_FILE_REPLACE    1200
29 #define IDYESALL                    1202
30 #define IDC_EXCLAMATION_ICON        1205
31 #define IDC_MESSAGE                 1206
32 
33 #define IDD_PASSWORD                1300
34 #define IDSKIP                      1301
35 
36 
37 /* Strings */
38 #define IDS_COL_NAME        100
39 #define IDS_COL_TYPE        101
40 #define IDS_COL_COMPRSIZE   102
41 #define IDS_COL_PASSWORD    103
42 #define IDS_COL_SIZE        104
43 #define IDS_COL_RATIO       105
44 #define IDS_COL_DATE_MOD    106
45 #define IDS_YES             107
46 #define IDS_NO              108
47 #define IDS_ERRORTITLE      109
48 #define IDS_CANTSTARTTHREAD 110
49 #define IDS_NOFILES         111
50 #define IDS_CANTCREATEZIP   112
51 #define IDS_CANTREADFILE    113
52 #define IDS_EXTRACTING      114
53 #define IDS_CANTEXTRACTFILE 115
54 #define IDS_DECOMPRESSERROR 116
55 #define IDS_UNKNOWNERROR    117
56 
57 /* Wizard titles */
58 #define IDS_WIZ_TITLE           8000
59 #define IDS_WIZ_DEST_TITLE      8001
60 #define IDS_WIZ_DEST_SUBTITLE   8002
61 #define IDS_WIZ_COMPL_TITLE     8003
62 #define IDS_WIZ_COMPL_SUBTITLE  8004
63 
64 #define IDS_WIZ_BROWSE_TITLE    8010
65 
66 /* Questions */
67 #define IDS_OVERWRITEFILE_TEXT  9000
68 #define IDS_PASSWORD_FILE_TEXT  9001
69 #define IDS_PASSWORD_ZIP_TEXT   9002
70 
71 
72 /* Context menu / ExplorerCommand strings */
73 #define IDS_MENUITEM        10039
74 #define IDS_HELPTEXT        10041
75 #define IDS_FRIENDLYNAME    10195
76 
77 
78 #ifndef IDC_STATIC
79 #define IDC_STATIC -1
80 #endif
81