Subversion Repositories Kolibri OS

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
6725 siemargl 1
//{{NO_DEPENDENCIES}}
2
// Microsoft Developer Studio generated include file.
3
// Used by punzip.rc
4
//
5
 
6
#define IDR_UNZIP                       100
7
 
8
#define IDI_UNZIP                       100
9
#define IDI_ZIPFILE                     101
10
 
11
#define IDB_TOOLBAR                     100
12
#define IDB_IMAGELIST                   101
13
#define IDB_IMAGELIST_MASK              102
14
 
15
#define IDD_PROPERTIES                  100
16
#define IDD_EXTRACT                     101
17
#define IDD_REPLACE                     102
18
#define IDD_EXTRACT_PROGRESS            103
19
#define IDD_VIEW_PROGRESS               104
20
#define IDD_PASSWORD                    105
21
#define IDD_VIEW_ASSOCIATION            106
22
#define IDD_COMMENT                     107
23
#define IDD_ABOUT                       108
24
 
25
#define IDC_TAB                         1000
26
#define IDC_COMMENT                     1001
27
#define IDC_FILES_TOTAL                 1002
28
#define IDC_BYTES_TOTAL                 1003
29
#define IDC_RESTORE_PATHS               1004
30
#define IDC_OVERWRITE_PROMPT            1005
31
#define IDC_OVERWRITE_NEWER             1006
32
#define IDC_OVERWRITE_ALWAYS            1007
33
#define IDC_OVERWRITE_NEVER             1008
34
#define IDC_EXTRACT_TO                  1009
35
#define IDC_BROWSE                      1010
36
#define IDC_FILE                        1011
37
#define IDC_PROMPT                      1012
38
#define IDC_PASSWORD                    1013
39
#define IDC_SKIP_ALL                    1014
40
#define IDC_FILE_PROGRESS               1015
41
#define IDC_PERCENTAGE                  1016
42
#define IDC_TOTAL_PROGRESS              1017
43
#define IDC_FILES_PROCESSED             1018
44
#define IDC_FILE_COUNT                  1019
45
#define IDC_BYTES_PROCESSED             1020
46
#define IDC_BYTE_COUNT                  1021
47
#define IDC_LOG                         1022
48
#define IDC_FILE_SIZE                   1023
49
#define IDC_MODIFIED                    1024
50
#define IDC_COMPRESSED_SIZE             1025
51
#define IDC_COMPRESSON_FACTOR           1026
52
#define IDC_COMPRESSION_METHOD          1027
53
#define IDC_CRC                         1028
54
#define IDC_DIRECTORY                   1029
55
#define IDC_READONLY                    1030
56
#define IDC_ARCHIVE                     1031
57
#define IDC_HIDDEN                      1032
58
#define IDC_SYSTEM                      1033
59
#define IDC_ENCRYPTED                   1034
60
#define IDC_PRODUCT                     1035
61
#define IDC_VERSION                     1036
62
#define IDC_DEVELOPER                   1037
63
#define IDC_COPYRIGHT                   1038
64
#define IDC_PATH                        1039
65
 
66
#define IDM_REPLACE_NO                  100
67
#define IDM_REPLACE_TEXT                101
68
#define IDM_REPLACE_YES                 102
69
#define IDM_REPLACE_ALL                 103
70
#define IDM_REPLACE_NONE                104
71
#define IDM_REPLACE_RENAME              105
72
#define IDM_REPLACE_HELP                106
73
 
74
#define IDM_FILE_OPEN                   40001
75
#define IDM_FILE_PROPERTIES             40002
76
#define IDM_FILE_CLOSE                  40003
77
#define IDM_ACTION_EXTRACT              40004
78
#define IDM_ACTION_EXTRACT_ALL          40005
79
#define IDM_ACTION_TEST                 40006
80
#define IDM_ACTION_TEST_ALL             40007
81
#define IDM_ACTION_VIEW                 40008
82
#define IDM_ACTION_SELECT_ALL           40009
83
#define IDM_VIEW_EXPANDED_VIEW          40010
84
#define IDM_VIEW_COMMENT                40011
85
#define IDM_HELP_ABOUT                  40012
86
#define IDC_STATIC                      -1
87
 
88
// Next default values for new objects
89
//
90
#ifdef APSTUDIO_INVOKED
91
#ifndef APSTUDIO_READONLY_SYMBOLS
92
#define _APS_NEXT_RESOURCE_VALUE        103
93
#define _APS_NEXT_COMMAND_VALUE         40013
94
#define _APS_NEXT_CONTROL_VALUE         1040
95
#define _APS_NEXT_SYMED_VALUE           109
96
#endif
97
#endif