Subversion Repositories autosfx

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1 daniel-mar 1
Unit ZMMsg19;
2
 
3
(* Built by ZipHelper
4
   DO NOT MODIFY
5
  ZMMsg19.pas - Message Identifiers
6
 
7
    Copyright (C) 2009, 2010  by Russell J. Peters, Roger Aelbrecht,
8
      Eric W. Engler and Chris Vleghert.
9
 
10
        This file is part of TZipMaster Version 1.9.
11
 
12
    TZipMaster is free software: you can redistribute it and/or modify
13
    it under the terms of the GNU Lesser General Public License as published by
14
    the Free Software Foundation, either version 3 of the License, or
15
    (at your option) any later version.
16
 
17
    TZipMaster is distributed in the hope that it will be useful,
18
    but WITHOUT ANY WARRANTY; without even the implied warranty of
19
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
20
    GNU Lesser General Public License for more details.
21
 
22
    You should have received a copy of the GNU Lesser General Public License
23
    along with TZipMaster.  If not, see <http://www.gnu.org/licenses/>.
24
 
25
    contact: problems@delphizip.org (include ZipMaster in the subject).
26
    updates: http://www.delphizip.org
27
    DelphiZip maillist subscribe at http://www.freelists.org/list/delphizip
28
 
29
 
30
---------------------------------------------------------------------------*)
31
 
32
Interface
33
 
34
Const
35
  DT_Language = 10096;
36
  DT_Author = 10097;
37
  DT_Desc = 10098;
38
  GE_FatalZip = 10101;
39
  GE_NoZipSpecified = 10102;
40
  GE_NoMem = 10103;
41
  GE_WrongPassword = 10104;
42
  GE_Except = 10106;
43
  GE_Inactive = 10109;
44
  GE_RangeError = 10110;
45
  GE_TempZip = 10111;
46
  GE_WasBusy = 10112;
47
  GE_EventEx = 10113;
48
  GE_DLLCritical = 10124;
49
  GE_Unknown = 10125;
50
  GE_Skipped = 10126;
51
  GE_Copying = 10127;
52
  GE_Abort = 10128;
53
  GE_ExceptErr = 10130;
54
  GE_NoSkipping = 10131;
55
  GE_FileChanged = 10132;
56
  RN_InvalidDateTime = 10144;
57
  PW_UnatAddPWMiss = 10150;
58
  PW_UnatExtPWMiss = 10151;
59
  PW_Caption = 10154;
60
  PW_MessageEnter = 10155;
61
  PW_MessageConfirm = 10156;
62
  CF_SourceIsDest = 10180;
63
  CF_OverwriteYN = 10181;
64
  CF_CopyFailed = 10182;
65
  CF_SFXCopyError = 10184;
66
  CF_NoDest = 10187;
67
  LI_ReadZipError = 10201;
68
  LI_ErrorUnknown = 10202;
69
  LI_WrongZipStruct = 10203;
70
  ZB_Yes = 10220;
71
  ZB_No = 10221;
72
  ZB_OK = 10222;
73
  ZB_Cancel = 10223;
74
  ZB_Abort = 10224;
75
  ZB_Retry = 10225;
76
  ZB_Ignore = 10226;
77
  ZB_CancelAll = 10227;
78
  ZB_NoToAll = 10228;
79
  ZB_YesToAll = 10229;
80
  AD_NothingToZip = 10301;
81
  AD_UnattPassword = 10302;
82
  AD_AutoSFXWrong = 10304;
83
  AD_InIsOutStream = 10306;
84
  AD_InvalidName = 10307;
85
  AD_NoDestDir = 10308;
86
  AD_BadFileName = 10309;
87
  AD_InvalidEncode = 10310;
88
  AD_InvalidZip = 10311;
89
  AZ_NothingToDo = 10320;
90
  AZ_SameAsSource = 10321;
91
  AZ_InternalError = 10322;
92
  DL_NothingToDel = 10401;
93
  EX_UnAttPassword = 10502;
94
  EX_NoExtrDir = 10504;
95
  LD_NoDll = 10650;
96
  LD_DllLoaded = 10652;
97
  LD_DllUnloaded = 10653;
98
  LD_LoadErr = 10654;
99
  SF_StringTooLong = 10801;
100
  SF_NoZipSFXBin = 10802;
101
  SF_DetachedHeaderTooBig = 10810;
102
  CZ_InputNotExe = 10902;
103
  CZ_BrowseError = 10906;
104
  CZ_NoExeResource = 10907;
105
  CZ_ExeSections = 10908;
106
  CZ_NoExeIcon = 10909;
107
  CZ_NoIcon = 10910;
108
  CZ_NoCopyIcon = 10911;
109
  CZ_NoIconFound = 10912;
110
  DS_NoInFile = 11001;
111
  DS_FileOpen = 11002;
112
  DS_NotaDrive = 11003;
113
  DS_DriveNoMount = 11004;
114
  DS_NoVolume = 11005;
115
  DS_NoMem = 11006;
116
  DS_Canceled = 11007;
117
  DS_FailedSeek = 11008;
118
  DS_NoOutFile = 11009;
119
  DS_NoWrite = 11010;
120
  DS_EOCBadRead = 11011;
121
  DS_LOHBadRead = 11012;
122
  DS_CEHBadRead = 11013;
123
  DS_CEHWrongSig = 11015;
124
  DS_CENameLen = 11017;
125
  DS_DataDesc = 11020;
126
  DS_CECommentLen = 11022;
127
  DS_ErrorUnknown = 11024;
128
  DS_NoUnattSpan = 11025;
129
  DS_NoTempFile = 11027;
130
  DS_LOHBadWrite = 11028;
131
  DS_CEHBadWrite = 11029;
132
  DS_EOCBadWrite = 11030;
133
  DS_NoDiskSpace = 11032;
134
  DS_InsertDisk = 11033;
135
  DS_InsertVolume = 11034;
136
  DS_InDrive = 11035;
137
  DS_NoValidZip = 11036;
138
  DS_AskDeleteFile = 11039;
139
  DS_AskPrevFile = 11040;
140
  DS_InsertAVolume = 11046;
141
  DS_CopyCentral = 11047;
142
  DS_NoDiskSpan = 11048;
143
  DS_UnknownError = 11049;
144
  DS_NoRenamePart = 11050;
145
  DS_NotChangeable = 11051;
146
  DS_Zip64FieldError = 11052;
147
  DS_Unsupported = 11053;
148
  DS_ReadError = 11054;
149
  DS_WriteError = 11055;
150
  DS_FileError = 11056;
151
  DS_FileChanged = 11057;
152
  DS_SFXBadRead = 11058;
153
  DS_BadDrive = 11059;
154
  DS_LOHWrongName = 11060;
155
  DS_BadCRC = 11061;
156
  DS_NoEncrypt = 11062;
157
  DS_NoInStream = 11063;
158
  DS_NoOutStream = 11064;
159
  DS_SeekError = 11065;
160
  DS_DataCopy = 11066;
161
  DS_CopyError = 11067;
162
  DS_TooManyParts = 11068;
163
  DS_AnotherDisk = 11069;
164
  FM_Erase = 11101;
165
  FM_Confirm = 11102;
166
  CD_CEHDataSize = 11307;
167
  CD_DuplFileName = 11309;
168
  CD_NoProtected = 11310;
169
  CD_NoChangeDir = 11312;
170
  PR_Archive = 11401;
171
  PR_CopyZipFile = 11402;
172
  PR_SFX = 11403;
173
  PR_Header = 11404;
174
  PR_Finish = 11405;
175
  PR_Copying = 11406;
176
  PR_CentrlDir = 11407;
177
  PR_Checking = 11408;
178
  PR_Loading = 11409;
179
  PR_Joining = 11410;
180
  PR_Splitting = 11411;
181
  PR_Writing = 11412;
182
  PR_PreCalc = 11413;
183
  DZ_Skipped = 11450;
184
  DZ_InUse = 11451;
185
  DZ_Refused = 11452;
186
  DZ_NoOpen = 11453;
187
  DZ_NoFiles = 11454;
188
  DZ_SizeChanged = 11455;
189
  TM_Erasing = 11600;
190
  TM_Deleting = 11601;
191
  TM_GetNewDisk = 11602;
192
  TM_SystemError = 11603;
193
  TM_Trace = 11604;
194
  TM_Verbose = 11605;
195
  DZ_RES_GOOD = 11648;
196
  DZ_RES_CANCELLED = 11649;
197
  DZ_RES_ABORT = 11650;
198
  DZ_RES_CALLBACK = 11651;
199
  DZ_RES_MEMORY = 11652;
200
  DZ_RES_STRUCT = 11653;
201
  DZ_RES_ERROR = 11654;
202
  DZ_RES_PASSWORD_FAIL = 11655;
203
  DZ_RES_PASSWORD_CANCEL = 11656;
204
  DZ_RES_INVAL_ZIP = 11657;
205
  DZ_RES_NO_CENTRAL = 11658;
206
  DZ_RES_ZIP_EOF = 11659;
207
  DZ_RES_ZIP_END = 11660;
208
  DZ_RES_ZIP_NOOPEN = 11661;
209
  DZ_RES_ZIP_MULTI = 11662;
210
  DZ_RES_NOT_FOUND = 11663;
211
  DZ_RES_LOGIC_ERROR = 11664;
212
  DZ_RES_NOTHING_TO_DO = 11665;
213
  DZ_RES_BAD_OPTIONS = 11666;
214
  DZ_RES_TEMP_FAILED = 11667;
215
  DZ_RES_NO_FILE_OPEN = 11668;
216
  DZ_RES_ERROR_READ = 11669;
217
  DZ_RES_ERROR_CREATE = 11670;
218
  DZ_RES_ERROR_WRITE = 11671;
219
  DZ_RES_ERROR_SEEK = 11672;
220
  DZ_RES_EMPTY_ZIP = 11673;
221
  DZ_RES_INVAL_NAME = 11674;
222
  DZ_RES_GENERAL = 11675;
223
  DZ_RES_MISS = 11676;
224
  DZ_RES_WARNING = 11677;
225
  DZ_ERR_ERROR_DELETE = 11678;
226
  DZ_ERR_FATAL_IMPORT = 11679;
227
  DZ_ERR_SKIPPING = 11680;
228
  DZ_ERR_LOCKED = 11681;
229
  DZ_ERR_DENIED = 11682;
230
  DZ_ERR_DUPNAME = 11683;
231
 
232
const
233
  PR_Progress = PR_Archive - 1;
234
 
235
// name of compressed resource data
236
const
237
  DZRES_Str = 'DZResStr19';  // compressed language strings
238
  DZRES_SFX = 'DZResSFX19';  // stored UPX Dll version as string
239
  DZRES_Dll = 'DZResDll19';  // stored UPX Dll
240
 
241
implementation
242
 
243
end.