-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNeTmSvNT.drc
425 lines (422 loc) · 17.1 KB
/
NeTmSvNT.drc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
/* VER130
Generated by the Borland Delphi Pascal Compiler
because -GD or --drc was supplied to the compiler.
It contains compiler-generated resource bound to the executable.
If it is empty, no compiler-generated resources were bound to the
produced executable.
*/
#define Consts_SShutdown 65328
#define Consts_SCustomError 65329
#define Consts_SServiceInstallOK 65330
#define Consts_SServiceInstallFailed 65331
#define Consts_SServiceUninstallOK 65332
#define Consts_SServiceUninstallFailed 65333
#define Consts_SDockedCtlNeedsName 65334
#define Consts_SDockTreeRemoveError 65335
#define Consts_SDockZoneNotFound 65336
#define Consts_SDockZoneHasNoCtl 65337
#define Consts_SDuplicateItem 65338
#define ComConst_SOleError 65339
#define ComConst_SNoMethod 65340
#define ComConst_SVarNotObject 65341
#define Consts_SInvalidRegType 65344
#define Consts_SRegGetDataFailed 65345
#define Consts_SDuplicateMenus 65346
#define Consts_sWindowsSocketError 65347
#define Consts_sAsyncSocketError 65348
#define Consts_sNoAddress 65349
#define Consts_sCannotCreateSocket 65350
#define Consts_sSocketAlreadyOpen 65351
#define Consts_sCantChangeWhileActive 65352
#define Consts_SServiceFailed 65353
#define Consts_SExecute 65354
#define Consts_SStart 65355
#define Consts_SStop 65356
#define Consts_SPause 65357
#define Consts_SContinue 65358
#define Consts_SInterrogate 65359
#define Consts_SmkcSpace 65360
#define Consts_SmkcPgUp 65361
#define Consts_SmkcPgDn 65362
#define Consts_SmkcEnd 65363
#define Consts_SmkcHome 65364
#define Consts_SmkcLeft 65365
#define Consts_SmkcUp 65366
#define Consts_SmkcRight 65367
#define Consts_SmkcDown 65368
#define Consts_SmkcIns 65369
#define Consts_SmkcDel 65370
#define Consts_SmkcShift 65371
#define Consts_SmkcCtrl 65372
#define Consts_SmkcAlt 65373
#define Consts_SIconToClipboard 65374
#define Consts_SBitsIndexError 65375
#define Consts_SMsgDlgConfirm 65376
#define Consts_SMsgDlgYes 65377
#define Consts_SMsgDlgNo 65378
#define Consts_SMsgDlgOK 65379
#define Consts_SMsgDlgCancel 65380
#define Consts_SMsgDlgHelp 65381
#define Consts_SMsgDlgAbort 65382
#define Consts_SMsgDlgRetry 65383
#define Consts_SMsgDlgIgnore 65384
#define Consts_SMsgDlgAll 65385
#define Consts_SMsgDlgNoToAll 65386
#define Consts_SMsgDlgYesToAll 65387
#define Consts_SmkcBkSp 65388
#define Consts_SmkcTab 65389
#define Consts_SmkcEsc 65390
#define Consts_SmkcEnter 65391
#define Consts_SMenuIndexError 65392
#define Consts_SMenuReinserted 65393
#define Consts_SMenuNotFound 65394
#define Consts_SNoTimers 65395
#define Consts_SGroupIndexTooLow 65396
#define Consts_SNoMDIForm 65397
#define Consts_SControlParentSetToSelf 65398
#define Consts_SCannotDragForm 65399
#define Consts_SVMetafiles 65400
#define Consts_SVEnhMetafiles 65401
#define Consts_SVIcons 65402
#define Consts_SVBitmaps 65403
#define Consts_SInvalidProperty 65404
#define Consts_SMsgDlgWarning 65405
#define Consts_SMsgDlgError 65406
#define Consts_SMsgDlgInformation 65407
#define Consts_SChangeIconSize 65408
#define Consts_SUnknownClipboardFormat 65409
#define Consts_SOutOfResources 65410
#define Consts_SNoCanvasHandle 65411
#define Consts_SInvalidImageSize 65412
#define Consts_SInvalidImageList 65413
#define Consts_SImageIndexError 65414
#define Consts_SImageReadFail 65415
#define Consts_SImageWriteFail 65416
#define Consts_SWindowDCError 65417
#define Consts_SWindowClass 65418
#define Consts_SCannotFocus 65419
#define Consts_SParentRequired 65420
#define Consts_SMDIChildNotVisible 65421
#define Consts_SVisibleChanged 65422
#define Consts_SCannotShowModal 65423
#define Consts_SListCapacityError 65424
#define Consts_SListCountError 65425
#define Consts_SSortedListError 65426
#define Consts_SDuplicateString 65427
#define Consts_SDuplicateName 65428
#define Consts_SInvalidName 65429
#define Consts_SDuplicateClass 65430
#define Consts_SInvalidPropertyValue 65431
#define Consts_SInvalidPropertyPath 65432
#define Consts_SUnknownProperty 65433
#define Consts_SReadOnlyProperty 65434
#define Consts_SPropertyException 65435
#define Consts_SAncestorNotFound 65436
#define Consts_SInvalidBitmap 65437
#define Consts_SInvalidIcon 65438
#define Consts_SInvalidMetafile 65439
#define SysConst_SLongDayNameTue 65440
#define SysConst_SLongDayNameWed 65441
#define SysConst_SLongDayNameThu 65442
#define SysConst_SLongDayNameFri 65443
#define SysConst_SLongDayNameSat 65444
#define Consts_SAssignError 65445
#define Consts_SFCreateError 65446
#define Consts_SFOpenError 65447
#define Consts_SReadError 65448
#define Consts_SWriteError 65449
#define Consts_SMemoryStreamError 65450
#define Consts_SCantWriteResourceStreamError 65451
#define Consts_SClassNotFound 65452
#define Consts_SInvalidImage 65453
#define Consts_SResNotFound 65454
#define Consts_SListIndexError 65455
#define SysConst_SLongMonthNameJun 65456
#define SysConst_SLongMonthNameJul 65457
#define SysConst_SLongMonthNameAug 65458
#define SysConst_SLongMonthNameSep 65459
#define SysConst_SLongMonthNameOct 65460
#define SysConst_SLongMonthNameNov 65461
#define SysConst_SLongMonthNameDec 65462
#define SysConst_SShortDayNameSun 65463
#define SysConst_SShortDayNameMon 65464
#define SysConst_SShortDayNameTue 65465
#define SysConst_SShortDayNameWed 65466
#define SysConst_SShortDayNameThu 65467
#define SysConst_SShortDayNameFri 65468
#define SysConst_SShortDayNameSat 65469
#define SysConst_SLongDayNameSun 65470
#define SysConst_SLongDayNameMon 65471
#define SysConst_SShortMonthNameFeb 65472
#define SysConst_SShortMonthNameMar 65473
#define SysConst_SShortMonthNameApr 65474
#define SysConst_SShortMonthNameMay 65475
#define SysConst_SShortMonthNameJun 65476
#define SysConst_SShortMonthNameJul 65477
#define SysConst_SShortMonthNameAug 65478
#define SysConst_SShortMonthNameSep 65479
#define SysConst_SShortMonthNameOct 65480
#define SysConst_SShortMonthNameNov 65481
#define SysConst_SShortMonthNameDec 65482
#define SysConst_SLongMonthNameJan 65483
#define SysConst_SLongMonthNameFeb 65484
#define SysConst_SLongMonthNameMar 65485
#define SysConst_SLongMonthNameApr 65486
#define SysConst_SLongMonthNameMay 65487
#define SysConst_SDispatchError 65488
#define SysConst_SReadAccess 65489
#define SysConst_SWriteAccess 65490
#define SysConst_SVarArrayCreate 65491
#define SysConst_SVarNotArray 65492
#define SysConst_SVarArrayBounds 65493
#define SysConst_SExternalException 65494
#define SysConst_SAssertionFailed 65495
#define SysConst_SIntfCastError 65496
#define SysConst_SSafecallException 65497
#define SysConst_SAssertError 65498
#define SysConst_SAbstractError 65499
#define SysConst_SModuleAccessViolation 65500
#define SysConst_SWin32Error 65501
#define SysConst_SUnkWin32Error 65502
#define SysConst_SShortMonthNameJan 65503
#define SysConst_SZeroDivide 65504
#define SysConst_SOverflow 65505
#define SysConst_SUnderflow 65506
#define SysConst_SInvalidPointer 65507
#define SysConst_SInvalidCast 65508
#define SysConst_SAccessViolation 65509
#define SysConst_SStackOverflow 65510
#define SysConst_SControlC 65511
#define SysConst_SPrivilege 65512
#define SysConst_SOperationAborted 65513
#define SysConst_SException 65514
#define SysConst_SExceptTitle 65515
#define SysConst_SInvalidFormat 65516
#define SysConst_SArgumentMissing 65517
#define SysConst_SInvalidVarCast 65518
#define SysConst_SInvalidVarOp 65519
#define SysConst_SInvalidInteger 65520
#define SysConst_STimeEncodeError 65521
#define SysConst_SDateEncodeError 65522
#define SysConst_SOutOfMemory 65523
#define SysConst_SInOutError 65524
#define SysConst_SFileNotFound 65525
#define SysConst_SInvalidFilename 65526
#define SysConst_STooManyOpenFiles 65527
#define SysConst_SAccessDenied 65528
#define SysConst_SEndOfFile 65529
#define SysConst_SDiskFull 65530
#define SysConst_SInvalidInput 65531
#define SysConst_SDivByZero 65532
#define SysConst_SRangeError 65533
#define SysConst_SIntOverflow 65534
#define SysConst_SInvalidOp 65535
STRINGTABLE
BEGIN
Consts_SShutdown, "shutdown"
Consts_SCustomError, "Service failed in custom message(%d): %s"
Consts_SServiceInstallOK, "Service installed successfully"
Consts_SServiceInstallFailed, "Service \"%s\" failed to install with error: \"%s\""
Consts_SServiceUninstallOK, "Service uninstalled successfully"
Consts_SServiceUninstallFailed, "Service \"%s\" failed to uninstall with error: \"%s\""
Consts_SDockedCtlNeedsName, "Docked control must have a name"
Consts_SDockTreeRemoveError, "Error removing control from dock tree"
Consts_SDockZoneNotFound, " - Dock zone not found"
Consts_SDockZoneHasNoCtl, " - Dock zone has no control"
Consts_SDuplicateItem, "List does not allow duplicates ($0%x)"
ComConst_SOleError, "OLE error %.8x"
ComConst_SNoMethod, "Method '%s' not supported by automation object"
ComConst_SVarNotObject, "Variant does not reference an automation object"
Consts_SInvalidRegType, "Invalid data type for '%s'"
Consts_SRegGetDataFailed, "Failed to get data for '%s'"
Consts_SDuplicateMenus, "Menu '%s' is already being used by another form"
Consts_sWindowsSocketError, "Windows socket error: %s (%d), on API '%s'"
Consts_sAsyncSocketError, "Asynchronous socket error %d"
Consts_sNoAddress, "No address specified"
Consts_sCannotCreateSocket, "Can't create new socket"
Consts_sSocketAlreadyOpen, "Socket already open"
Consts_sCantChangeWhileActive, "Can't change value while socket is active"
Consts_SServiceFailed, "Service failed on %s: %s"
Consts_SExecute, "execute"
Consts_SStart, "start"
Consts_SStop, "stop"
Consts_SPause, "pause"
Consts_SContinue, "continue"
Consts_SInterrogate, "interrogate"
Consts_SmkcSpace, "Space"
Consts_SmkcPgUp, "PgUp"
Consts_SmkcPgDn, "PgDn"
Consts_SmkcEnd, "End"
Consts_SmkcHome, "Home"
Consts_SmkcLeft, "Left"
Consts_SmkcUp, "Up"
Consts_SmkcRight, "Right"
Consts_SmkcDown, "Down"
Consts_SmkcIns, "Ins"
Consts_SmkcDel, "Del"
Consts_SmkcShift, "Shift+"
Consts_SmkcCtrl, "Ctrl+"
Consts_SmkcAlt, "Alt+"
Consts_SIconToClipboard, "Clipboard does not support Icons"
Consts_SBitsIndexError, "Bits index out of range"
Consts_SMsgDlgConfirm, "Confirm"
Consts_SMsgDlgYes, "&Yes"
Consts_SMsgDlgNo, "&No"
Consts_SMsgDlgOK, "OK"
Consts_SMsgDlgCancel, "Cancel"
Consts_SMsgDlgHelp, "&Help"
Consts_SMsgDlgAbort, "&Abort"
Consts_SMsgDlgRetry, "&Retry"
Consts_SMsgDlgIgnore, "&Ignore"
Consts_SMsgDlgAll, "&All"
Consts_SMsgDlgNoToAll, "N&o to All"
Consts_SMsgDlgYesToAll, "Yes to &All"
Consts_SmkcBkSp, "BkSp"
Consts_SmkcTab, "Tab"
Consts_SmkcEsc, "Esc"
Consts_SmkcEnter, "Enter"
Consts_SMenuIndexError, "Menu index out of range"
Consts_SMenuReinserted, "Menu inserted twice"
Consts_SMenuNotFound, "Sub-menu is not in menu"
Consts_SNoTimers, "Not enough timers available"
Consts_SGroupIndexTooLow, "GroupIndex cannot be less than a previous menu item's GroupIndex"
Consts_SNoMDIForm, "Cannot create form. No MDI forms are currently active"
Consts_SControlParentSetToSelf, "A control cannot have itself as its parent"
Consts_SCannotDragForm, "Cannot drag a form"
Consts_SVMetafiles, "Metafiles"
Consts_SVEnhMetafiles, "Enhanced Metafiles"
Consts_SVIcons, "Icons"
Consts_SVBitmaps, "Bitmaps"
Consts_SInvalidProperty, "Invalid property value"
Consts_SMsgDlgWarning, "Warning"
Consts_SMsgDlgError, "Error"
Consts_SMsgDlgInformation, "Information"
Consts_SChangeIconSize, "Cannot change the size of an icon"
Consts_SUnknownClipboardFormat, "Unsupported clipboard format"
Consts_SOutOfResources, "Out of system resources"
Consts_SNoCanvasHandle, "Canvas does not allow drawing"
Consts_SInvalidImageSize, "Invalid image size"
Consts_SInvalidImageList, "Invalid ImageList"
Consts_SImageIndexError, "Invalid ImageList Index"
Consts_SImageReadFail, "Failed to read ImageList data from stream"
Consts_SImageWriteFail, "Failed to write ImageList data to stream"
Consts_SWindowDCError, "Error creating window device context"
Consts_SWindowClass, "Error creating window class"
Consts_SCannotFocus, "Cannot focus a disabled or invisible window"
Consts_SParentRequired, "Control '%s' has no parent window"
Consts_SMDIChildNotVisible, "Cannot hide an MDI Child Form"
Consts_SVisibleChanged, "Cannot change Visible in OnShow or OnHide"
Consts_SCannotShowModal, "Cannot make a visible window modal"
Consts_SListCapacityError, "List capacity out of bounds (%d)"
Consts_SListCountError, "List count out of bounds (%d)"
Consts_SSortedListError, "Operation not allowed on sorted string list"
Consts_SDuplicateString, "String list does not allow duplicates"
Consts_SDuplicateName, "A component named %s already exists"
Consts_SInvalidName, "''%s'' is not a valid component name"
Consts_SDuplicateClass, "A class named %s already exists"
Consts_SInvalidPropertyValue, "Invalid property value"
Consts_SInvalidPropertyPath, "Invalid property path"
Consts_SUnknownProperty, "Property does not exist"
Consts_SReadOnlyProperty, "Property is read-only"
Consts_SPropertyException, "Error reading %s%s%s: %s"
Consts_SAncestorNotFound, "Ancestor for '%s' not found"
Consts_SInvalidBitmap, "Bitmap image is not valid"
Consts_SInvalidIcon, "Icon image is not valid"
Consts_SInvalidMetafile, "Metafile is not valid"
SysConst_SLongDayNameTue, "Tuesday"
SysConst_SLongDayNameWed, "Wednesday"
SysConst_SLongDayNameThu, "Thursday"
SysConst_SLongDayNameFri, "Friday"
SysConst_SLongDayNameSat, "Saturday"
Consts_SAssignError, "Cannot assign a %s to a %s"
Consts_SFCreateError, "Cannot create file %s"
Consts_SFOpenError, "Cannot open file %s"
Consts_SReadError, "Stream read error"
Consts_SWriteError, "Stream write error"
Consts_SMemoryStreamError, "Out of memory while expanding memory stream"
Consts_SCantWriteResourceStreamError, "Can't write to a read-only resource stream"
Consts_SClassNotFound, "Class %s not found"
Consts_SInvalidImage, "Invalid stream format"
Consts_SResNotFound, "Resource %s not found"
Consts_SListIndexError, "List index out of bounds (%d)"
SysConst_SLongMonthNameJun, "June"
SysConst_SLongMonthNameJul, "July"
SysConst_SLongMonthNameAug, "August"
SysConst_SLongMonthNameSep, "September"
SysConst_SLongMonthNameOct, "October"
SysConst_SLongMonthNameNov, "November"
SysConst_SLongMonthNameDec, "December"
SysConst_SShortDayNameSun, "Sun"
SysConst_SShortDayNameMon, "Mon"
SysConst_SShortDayNameTue, "Tue"
SysConst_SShortDayNameWed, "Wed"
SysConst_SShortDayNameThu, "Thu"
SysConst_SShortDayNameFri, "Fri"
SysConst_SShortDayNameSat, "Sat"
SysConst_SLongDayNameSun, "Sunday"
SysConst_SLongDayNameMon, "Monday"
SysConst_SShortMonthNameFeb, "Feb"
SysConst_SShortMonthNameMar, "Mar"
SysConst_SShortMonthNameApr, "Apr"
SysConst_SShortMonthNameMay, "May"
SysConst_SShortMonthNameJun, "Jun"
SysConst_SShortMonthNameJul, "Jul"
SysConst_SShortMonthNameAug, "Aug"
SysConst_SShortMonthNameSep, "Sep"
SysConst_SShortMonthNameOct, "Oct"
SysConst_SShortMonthNameNov, "Nov"
SysConst_SShortMonthNameDec, "Dec"
SysConst_SLongMonthNameJan, "January"
SysConst_SLongMonthNameFeb, "February"
SysConst_SLongMonthNameMar, "March"
SysConst_SLongMonthNameApr, "April"
SysConst_SLongMonthNameMay, "May"
SysConst_SDispatchError, "Variant method calls not supported"
SysConst_SReadAccess, "Read"
SysConst_SWriteAccess, "Write"
SysConst_SVarArrayCreate, "Error creating variant array"
SysConst_SVarNotArray, "Variant is not an array"
SysConst_SVarArrayBounds, "Variant array index out of bounds"
SysConst_SExternalException, "External exception %x"
SysConst_SAssertionFailed, "Assertion failed"
SysConst_SIntfCastError, "Interface not supported"
SysConst_SSafecallException, "Exception in safecall method"
SysConst_SAssertError, "%s (%s, line %d)"
SysConst_SAbstractError, "Abstract Error"
SysConst_SModuleAccessViolation, "Access violation at address %p in module '%s'. %s of address %p"
SysConst_SWin32Error, "Win32 Error. Code: %d.\n%s"
SysConst_SUnkWin32Error, "A Win32 API function failed"
SysConst_SShortMonthNameJan, "Jan"
SysConst_SZeroDivide, "Floating point division by zero"
SysConst_SOverflow, "Floating point overflow"
SysConst_SUnderflow, "Floating point underflow"
SysConst_SInvalidPointer, "Invalid pointer operation"
SysConst_SInvalidCast, "Invalid class typecast"
SysConst_SAccessViolation, "Access violation at address %p. %s of address %p"
SysConst_SStackOverflow, "Stack overflow"
SysConst_SControlC, "Control-C hit"
SysConst_SPrivilege, "Privileged instruction"
SysConst_SOperationAborted, "Operation aborted"
SysConst_SException, "Exception %s in module %s at %p.\n%s%s"
SysConst_SExceptTitle, "Application Error"
SysConst_SInvalidFormat, "Format '%s' invalid or incompatible with argument"
SysConst_SArgumentMissing, "No argument for format '%s'"
SysConst_SInvalidVarCast, "Invalid variant type conversion"
SysConst_SInvalidVarOp, "Invalid variant operation"
SysConst_SInvalidInteger, "'%s' is not a valid integer value"
SysConst_STimeEncodeError, "Invalid argument to time encode"
SysConst_SDateEncodeError, "Invalid argument to date encode"
SysConst_SOutOfMemory, "Out of memory"
SysConst_SInOutError, "I/O error %d"
SysConst_SFileNotFound, "File not found"
SysConst_SInvalidFilename, "Invalid filename"
SysConst_STooManyOpenFiles, "Too many open files"
SysConst_SAccessDenied, "File access denied"
SysConst_SEndOfFile, "Read beyond end of file"
SysConst_SDiskFull, "Disk full"
SysConst_SInvalidInput, "Invalid numeric input"
SysConst_SDivByZero, "Division by zero"
SysConst_SRangeError, "Range check error"
SysConst_SIntOverflow, "Integer overflow"
SysConst_SInvalidOp, "Invalid floating point operation"
END