[SHELLEXT][ZIPFLDR] Implement ZIP creation (#2114)
[reactos.git] / dll / shellext / zipfldr / resource.h
index 6c2ea39..b294e82 100644 (file)
@@ -21,6 +21,9 @@
 #define IDC_EXCLAMATION_ICON        1205
 #define IDC_MESSAGE                 1206
 
 #define IDC_EXCLAMATION_ICON        1205
 #define IDC_MESSAGE                 1206
 
+#define IDD_PASSWORD                1300
+#define IDSKIP                      1301
+
 
 /* Strings */
 #define IDS_COL_NAME        100
 
 /* Strings */
 #define IDS_COL_NAME        100
 #define IDS_COL_DATE_MOD    106
 #define IDS_YES             107
 #define IDS_NO              108
 #define IDS_COL_DATE_MOD    106
 #define IDS_YES             107
 #define IDS_NO              108
-
+#define IDS_ERRORTITLE      109
+#define IDS_CANTSTARTTHREAD 110
+#define IDS_NOFILES         111
+#define IDS_CANTCREATEZIP   112
+#define IDS_CANTREADFILE    113
 
 /* Wizard titles */
 #define IDS_WIZ_TITLE           8000
 
 /* Wizard titles */
 #define IDS_WIZ_TITLE           8000
@@ -45,6 +52,8 @@
 
 /* Questions */
 #define IDS_OVERWRITEFILE_TEXT  9000
 
 /* Questions */
 #define IDS_OVERWRITEFILE_TEXT  9000
+#define IDS_PASSWORD_FILE_TEXT  9001
+#define IDS_PASSWORD_ZIP_TEXT   9002
 
 
 /* Context menu / ExplorerCommand strings */
 
 
 /* Context menu / ExplorerCommand strings */