-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathAeTrayMenu.drc
959 lines (956 loc) · 46.5 KB
/
AeTrayMenu.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
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
/* VER185
Generated by the CodeGear Delphi Pascal Compiler
because -GD or --drc was supplied to the compiler.
This file contains compiler-generated resources that
were bound to the executable.
If this file is empty, then no compiler-generated
resources were bound to the produced executable.
*/
#define OleConst_SInvalidLicense 65056
#define OleConst_SNotLicensed 65057
#define OleConst_sNoRunningObject 65058
#define TMMsgs_SReaderHasntBeenInitializedYet 65072
#define TMMsgs_SReaderSyntaxError 65073
#define TMMsgs_SCannotSetPromptVarValue 65074
#define TMMsgs_SDefAllRunningHint 65075
#define TMMsgs_SDefSomeRunningHint 65076
#define TMMsgs_SDefNoneRunningHint 65077
#define TMMsgs_SMainCouldNotLoadConfig 65078
#define TMMsgs_SMainCouldNotExecuteMenuItem 65079
#define TMMsgs_SMainBuiltInNotImplemented 65080
#define TMMsgs_SHtmlUnknownAction 65081
#define OleConst_SCannotActivate 65082
#define OleConst_SNoWindowHandle 65083
#define OleConst_SLinkProperties 65084
#define OleConst_SInvalidLinkSource 65085
#define OleConst_SCannotBreakLink 65086
#define OleConst_SPropDlgCaption 65087
#define TMMsgs_SParsingUnknownDirective 65088
#define TMMsgs_SParsingEntryAlreadySpecified 65089
#define TMMsgs_SParsingInvalidDirectiveValue 65090
#define TMMsgs_SParsingUnknownFontStyle 65091
#define TMMsgs_SParsingInvalidFontSpec 65092
#define TMMsgs_SParsingInvalidColor 65093
#define TMMsgs_SParsingAmbiguousTrayIcon 65094
#define TMMsgs_SParsingAmbiguousAboutText 65095
#define TMMsgs_SParsingCouldNotLoadFile 65096
#define TMMsgs_SParsingCouldNotOpenRegKey 65097
#define TMMsgs_SParsingCouldNotReadRegValue 65098
#define TMMsgs_SParsingRegValueInvalidFormat 65099
#define TMMsgs_SParsingValidatePropertiesFailed 65100
#define TMMsgs_SParsingCmdLineParameterNotFound 65101
#define TMMsgs_SValNoTrayIconAssigned 65102
#define TMMsgs_SValMustSpecifyThreeStateIcons 65103
#define TMMsgs_SParsingUnknownMenuItemType 65104
#define TMMsgs_SParsingInvalidMenuItemParam 65105
#define TMMsgs_SParsingUnknownActionType 65106
#define TMMsgs_SParsingInvalidActionParam 65107
#define TMMsgs_SParsingUnknownShowCmd 65108
#define TMMsgs_SParsingParamUnknownService 65109
#define TMMsgs_SParsingServiceParamInvalid 65110
#define TMMsgs_SParsingInvalidServiceAction 65111
#define TMMsgs_SParsingParamExpected 65112
#define TMMsgs_SParsingCannotAssignActionFlagsYet 65113
#define TMMsgs_SParsingAssignVarTypeFirst 65114
#define TMMsgs_SParsingParamUnknownFlag2 65115
#define TMMsgs_SParsingInvalidActionFlag 65116
#define TMMsgs_SParsingSectionTagInvalid 65117
#define TMMsgs_SParsingSectionBadEndTag 65118
#define TMMsgs_SParsingTextNotInSection 65119
#define ComStrs_sRichEditInsertError 65120
#define ComStrs_sRichEditLoadFail 65121
#define ComStrs_sRichEditSaveFail 65122
#define TMSrvCtrl_SNoServiceOpen 65123
#define TMMsgs_SParsingParamHasNoValue 65124
#define TMMsgs_SParsingParamQuoteError 65125
#define TMMsgs_SParsingParamMissingClosingQuote 65126
#define TMMsgs_SParsingParamDuplicated 65127
#define TMMsgs_SParsingParamEmpty2 65128
#define TMMsgs_SParsingParamNoQuotes2 65129
#define TMMsgs_SParsingParamUnknownParam 65130
#define TMMsgs_SParsingParamInvalidBoolValue 65131
#define TMMsgs_SParsingParamInvalidIntValue 65132
#define TMMsgs_SParsingUnknownVarType 65133
#define TMMsgs_SParsingInvalidVarParam 65134
#define TMMsgs_SParsingInvalidRegRoot 65135
#define JclResources_RsIntelCacheDescr82 65136
#define JclResources_RsIntelCacheDescr83 65137
#define JclResources_RsIntelCacheDescr84 65138
#define JclResources_RsIntelCacheDescr85 65139
#define JclResources_RsIntelCacheDescr86 65140
#define JclResources_RsIntelCacheDescr87 65141
#define JclResources_RsIntelCacheDescrB0 65142
#define JclResources_RsIntelCacheDescrB3 65143
#define JclResources_RsIntelCacheDescrB4 65144
#define JclResources_RsIntelCacheDescrF0 65145
#define JclResources_RsIntelCacheDescrF1 65146
#define ComConst_SOleError 65147
#define ComConst_SNoMethod 65148
#define ComConst_SVarNotObject 65149
#define ComConst_STooManyParams 65150
#define ComConst_SDCOMNotInstalled 65151
#define JclResources_RsIntelCacheDescr5C 65152
#define JclResources_RsIntelCacheDescr5D 65153
#define JclResources_RsIntelCacheDescr60 65154
#define JclResources_RsIntelCacheDescr66 65155
#define JclResources_RsIntelCacheDescr67 65156
#define JclResources_RsIntelCacheDescr68 65157
#define JclResources_RsIntelCacheDescr70 65158
#define JclResources_RsIntelCacheDescr71 65159
#define JclResources_RsIntelCacheDescr72 65160
#define JclResources_RsIntelCacheDescr78 65161
#define JclResources_RsIntelCacheDescr79 65162
#define JclResources_RsIntelCacheDescr7A 65163
#define JclResources_RsIntelCacheDescr7B 65164
#define JclResources_RsIntelCacheDescr7C 65165
#define JclResources_RsIntelCacheDescr7D 65166
#define JclResources_RsIntelCacheDescr7F 65167
#define JclResources_RsIntelCacheDescr30 65168
#define JclResources_RsIntelCacheDescr40 65169
#define JclResources_RsIntelCacheDescr41 65170
#define JclResources_RsIntelCacheDescr42 65171
#define JclResources_RsIntelCacheDescr43 65172
#define JclResources_RsIntelCacheDescr44 65173
#define JclResources_RsIntelCacheDescr45 65174
#define JclResources_RsIntelCacheDescr46 65175
#define JclResources_RsIntelCacheDescr47 65176
#define JclResources_RsIntelCacheDescr49 65177
#define JclResources_RsIntelCacheDescr50 65178
#define JclResources_RsIntelCacheDescr51 65179
#define JclResources_RsIntelCacheDescr52 65180
#define JclResources_RsIntelCacheDescr56 65181
#define JclResources_RsIntelCacheDescr57 65182
#define JclResources_RsIntelCacheDescr5B 65183
#define JclResources_RsIntelCacheDescr00 65184
#define JclResources_RsIntelCacheDescr01 65185
#define JclResources_RsIntelCacheDescr02 65186
#define JclResources_RsIntelCacheDescr03 65187
#define JclResources_RsIntelCacheDescr04 65188
#define JclResources_RsIntelCacheDescr05 65189
#define JclResources_RsIntelCacheDescr06 65190
#define JclResources_RsIntelCacheDescr08 65191
#define JclResources_RsIntelCacheDescr0A 65192
#define JclResources_RsIntelCacheDescr0B 65193
#define JclResources_RsIntelCacheDescr0C 65194
#define JclResources_RsIntelCacheDescr22 65195
#define JclResources_RsIntelCacheDescr23 65196
#define JclResources_RsIntelCacheDescr25 65197
#define JclResources_RsIntelCacheDescr29 65198
#define JclResources_RsIntelCacheDescr2C 65199
#define JclResources_RsFileUtilsNoVersionInfo 65200
#define JclResources_RsHKCRLong 65201
#define JclResources_RsHKCULong 65202
#define JclResources_RsHKLMLong 65203
#define JclResources_RsHKUSLong 65204
#define JclResources_RsHKPDLong 65205
#define JclResources_RsHKCCLong 65206
#define JclResources_RsHKDDLong 65207
#define JclResources_RsHKCRShort 65208
#define JclResources_RsHKCUShort 65209
#define JclResources_RsHKLMShort 65210
#define JclResources_RsHKUSShort 65211
#define JclResources_RsHKPDShort 65212
#define JclResources_RsHKCCShort 65213
#define JclResources_RsHKDDShort 65214
#define JclResources_RsBlankSearchString 65215
#define JvResources_RsClHighlightText 65216
#define JvResources_RsClBtnFace 65217
#define JvResources_RsClBtnShadow 65218
#define JvResources_RsClGrayText 65219
#define JvResources_RsClBtnText 65220
#define JvResources_RsClInactiveCaptionText 65221
#define JvResources_RsClBtnHighlight 65222
#define JvResources_RsCl3DDkShadow 65223
#define JvResources_RsCl3DLight 65224
#define JvResources_RsClInfoText 65225
#define JvResources_RsClInfoBk 65226
#define JvResources_RsGradientActiveCaption 65227
#define JvResources_RsGradientInactiveCaption 65228
#define JvResources_RsHotLight 65229
#define JvResources_RsMenuBar 65230
#define JvResources_RsMenuHighlight 65231
#define JvResources_RsClPaleBlue 65232
#define JvResources_RsClLavender 65233
#define JvResources_RsClScrollBar 65234
#define JvResources_RsClBackground 65235
#define JvResources_RsClActiveCaption 65236
#define JvResources_RsClInactiveCaption 65237
#define JvResources_RsClMenu 65238
#define JvResources_RsClWindow 65239
#define JvResources_RsClWindowFrame 65240
#define JvResources_RsClMenuText 65241
#define JvResources_RsClWindowText 65242
#define JvResources_RsClCaptionText 65243
#define JvResources_RsClActiveBorder 65244
#define JvResources_RsClInactiveBorder 65245
#define JvResources_RsClAppWorkSpace 65246
#define JvResources_RsClHighlight 65247
#define JvResources_RsClLightOrange 65248
#define JvResources_RsClSeaGreen 65249
#define JvResources_RsClLightBlue 65250
#define JvResources_RsClViolet 65251
#define JvResources_RsClGray40 65252
#define JvResources_RsClPink 65253
#define JvResources_RsClGold 65254
#define JvResources_RsClBrightGreen 65255
#define JvResources_RsClTurquoise 65256
#define JvResources_RsClPlum 65257
#define JvResources_RsClGray25 65258
#define JvResources_RsClRose 65259
#define JvResources_RsClTan 65260
#define JvResources_RsClLightYellow 65261
#define JvResources_RsClLightGreen 65262
#define JvResources_RsClLightTurquoise 65263
#define JvResources_RsClMoneyGreen 65264
#define JvResources_RsClSkyBlue 65265
#define JvResources_RsClCream 65266
#define JvResources_RsClMedGray 65267
#define JvResources_RsClBrown 65268
#define JvResources_RsClOliveGreen 65269
#define JvResources_RsClDarkGreen 65270
#define JvResources_RsClDarkTeal 65271
#define JvResources_RsClDarkBlue 65272
#define JvResources_RsClIndigo 65273
#define JvResources_RsClGray80 65274
#define JvResources_RsClDarkRed 65275
#define JvResources_RsClOrange 65276
#define JvResources_RsClDarkYellow 65277
#define JvResources_RsClBlueGray 65278
#define JvResources_RsClGray50 65279
#define JvResources_RsClBlack 65280
#define JvResources_RsClMaroon 65281
#define JvResources_RsClGreen 65282
#define JvResources_RsClOlive 65283
#define JvResources_RsClNavy 65284
#define JvResources_RsClPurple 65285
#define JvResources_RsClTeal 65286
#define JvResources_RsClGray 65287
#define JvResources_RsClSilver 65288
#define JvResources_RsClRed 65289
#define JvResources_RsClLime 65290
#define JvResources_RsClYellow 65291
#define JvResources_RsClBlue 65292
#define JvResources_RsClFuchsia 65293
#define JvResources_RsClAqua 65294
#define JvResources_RsClWhite 65295
#define Consts_SUnicodeEncoding 65296
#define Consts_SBigEndianEncoding 65297
#define Consts_SUTF8Encoding 65298
#define Consts_SUTF7Encoding 65299
#define BcExceptions_SInvalidPropertyIndex 65300
#define BcExceptions_SRequireOwner 65301
#define BarMenus_BcResourceRadioItem 65302
#define BarMenus_BcWinKeyString 65303
#define JvResources_RsUndoItem 65304
#define JvResources_RsCutItem 65305
#define JvResources_RsCopyItem 65306
#define JvResources_RsPasteItem 65307
#define JvResources_RsDeleteItem 65308
#define JvResources_RsSelectAllItem 65309
#define JvResources_RsRTFFilter 65310
#define JvResources_RsTextFilter 65311
#define Consts_SmkcDel 65312
#define Consts_SmkcShift 65313
#define Consts_SmkcCtrl 65314
#define Consts_SmkcAlt 65315
#define Consts_SIconToClipboard 65316
#define Consts_SCannotOpenClipboard 65317
#define Consts_SInvalidMemoSize 65318
#define Consts_SNoDefaultPrinter 65319
#define Consts_SDuplicateMenus 65320
#define Consts_SDockedCtlNeedsName 65321
#define Consts_SDockTreeRemoveError 65322
#define Consts_SDockZoneNotFound 65323
#define Consts_SDockZoneHasNoCtl 65324
#define Consts_SDockZoneVersionConflict 65325
#define Consts_SANSIEncoding 65326
#define Consts_SASCIIEncoding 65327
#define Consts_SMsgDlgNoToAll 65328
#define Consts_SMsgDlgYesToAll 65329
#define Consts_SmkcBkSp 65330
#define Consts_SmkcTab 65331
#define Consts_SmkcEsc 65332
#define Consts_SmkcEnter 65333
#define Consts_SmkcSpace 65334
#define Consts_SmkcPgUp 65335
#define Consts_SmkcPgDn 65336
#define Consts_SmkcEnd 65337
#define Consts_SmkcHome 65338
#define Consts_SmkcLeft 65339
#define Consts_SmkcUp 65340
#define Consts_SmkcRight 65341
#define Consts_SmkcDown 65342
#define Consts_SmkcIns 65343
#define Consts_SVEnhMetafiles 65344
#define Consts_SVIcons 65345
#define Consts_SVBitmaps 65346
#define Consts_SMsgDlgWarning 65347
#define Consts_SMsgDlgError 65348
#define Consts_SMsgDlgInformation 65349
#define Consts_SMsgDlgConfirm 65350
#define Consts_SMsgDlgYes 65351
#define Consts_SMsgDlgNo 65352
#define Consts_SMsgDlgOK 65353
#define Consts_SMsgDlgCancel 65354
#define Consts_SMsgDlgHelp 65355
#define Consts_SMsgDlgAbort 65356
#define Consts_SMsgDlgRetry 65357
#define Consts_SMsgDlgIgnore 65358
#define Consts_SMsgDlgAll 65359
#define Consts_SDeviceOnPort 65360
#define Consts_SGroupIndexTooLow 65361
#define Consts_SNoMDIForm 65362
#define Consts_SControlParentSetToSelf 65363
#define Consts_SOKButton 65364
#define Consts_SCancelButton 65365
#define Consts_SYesButton 65366
#define Consts_SNoButton 65367
#define Consts_SHelpButton 65368
#define Consts_SCloseButton 65369
#define Consts_SIgnoreButton 65370
#define Consts_SRetryButton 65371
#define Consts_SAbortButton 65372
#define Consts_SAllButton 65373
#define Consts_SCannotDragForm 65374
#define Consts_SVMetafiles 65375
#define Consts_SImageWriteFail 65376
#define Consts_SWindowDCError 65377
#define Consts_SWindowClass 65378
#define Consts_SCannotFocus 65379
#define Consts_SParentRequired 65380
#define Consts_SParentGivenNotAParent 65381
#define Consts_SMDIChildNotVisible 65382
#define Consts_SVisibleChanged 65383
#define Consts_SCannotShowModal 65384
#define Consts_SMenuIndexError 65385
#define Consts_SMenuReinserted 65386
#define Consts_SMenuNotFound 65387
#define Consts_SNoTimers 65388
#define Consts_SNotPrinting 65389
#define Consts_SPrinting 65390
#define Consts_SInvalidPrinter 65391
#define HelpIntfs_hNoContextFound 65392
#define HelpIntfs_hNoTopics 65393
#define Consts_SInvalidBitmap 65394
#define Consts_SInvalidIcon 65395
#define Consts_SInvalidMetafile 65396
#define Consts_SInvalidPixelFormat 65397
#define Consts_SScanLine 65398
#define Consts_SChangeIconSize 65399
#define Consts_SOleGraphic 65400
#define Consts_SUnknownClipboardFormat 65401
#define Consts_SOutOfResources 65402
#define Consts_SNoCanvasHandle 65403
#define Consts_SInvalidImageSize 65404
#define Consts_SInvalidImageList 65405
#define Consts_SImageIndexError 65406
#define Consts_SImageReadFail 65407
#define RTLConsts_SListCountError 65408
#define RTLConsts_SListIndexError 65409
#define RTLConsts_SMemoryStreamError 65410
#define RTLConsts_SPropertyException 65411
#define RTLConsts_SReadError 65412
#define RTLConsts_SReadOnlyProperty 65413
#define RTLConsts_SRegGetDataFailed 65414
#define RTLConsts_SResNotFound 65415
#define RTLConsts_SSeekNotImplemented 65416
#define RTLConsts_SSortedListError 65417
#define RTLConsts_SUnknownGroup 65418
#define RTLConsts_SUnknownProperty 65419
#define RTLConsts_SWriteError 65420
#define HelpIntfs_hNoTableOfContents 65421
#define HelpIntfs_hNothingFound 65422
#define HelpIntfs_hNoContext 65423
#define RTLConsts_SCantWriteResourceStreamError 65424
#define RTLConsts_SCheckSynchronizeError 65425
#define RTLConsts_SClassNotFound 65426
#define RTLConsts_SDuplicateClass 65427
#define RTLConsts_SDuplicateItem 65428
#define RTLConsts_SDuplicateName 65429
#define RTLConsts_SDuplicateString 65430
#define RTLConsts_SFCreateErrorEx 65431
#define RTLConsts_SFOpenErrorEx 65432
#define RTLConsts_SInvalidImage 65433
#define RTLConsts_SInvalidName 65434
#define RTLConsts_SInvalidProperty 65435
#define RTLConsts_SInvalidPropertyPath 65436
#define RTLConsts_SInvalidPropertyValue 65437
#define RTLConsts_SInvalidRegType 65438
#define RTLConsts_SListCapacityError 65439
#define SysConst_SShortDayNameMon 65440
#define SysConst_SShortDayNameTue 65441
#define SysConst_SShortDayNameWed 65442
#define SysConst_SShortDayNameThu 65443
#define SysConst_SShortDayNameFri 65444
#define SysConst_SShortDayNameSat 65445
#define SysConst_SLongDayNameSun 65446
#define SysConst_SLongDayNameMon 65447
#define SysConst_SLongDayNameTue 65448
#define SysConst_SLongDayNameWed 65449
#define SysConst_SLongDayNameThu 65450
#define SysConst_SLongDayNameFri 65451
#define SysConst_SLongDayNameSat 65452
#define RTLConsts_SAncestorNotFound 65453
#define RTLConsts_SAssignError 65454
#define RTLConsts_SBitsIndexError 65455
#define SysConst_SShortMonthNameOct 65456
#define SysConst_SShortMonthNameNov 65457
#define SysConst_SShortMonthNameDec 65458
#define SysConst_SLongMonthNameJan 65459
#define SysConst_SLongMonthNameFeb 65460
#define SysConst_SLongMonthNameMar 65461
#define SysConst_SLongMonthNameApr 65462
#define SysConst_SLongMonthNameMay 65463
#define SysConst_SLongMonthNameJun 65464
#define SysConst_SLongMonthNameJul 65465
#define SysConst_SLongMonthNameAug 65466
#define SysConst_SLongMonthNameSep 65467
#define SysConst_SLongMonthNameOct 65468
#define SysConst_SLongMonthNameNov 65469
#define SysConst_SLongMonthNameDec 65470
#define SysConst_SShortDayNameSun 65471
#define SysConst_SIntfCastError 65472
#define SysConst_SSafecallException 65473
#define SysConst_SAssertError 65474
#define SysConst_SAbstractError 65475
#define SysConst_SModuleAccessViolation 65476
#define SysConst_SOSError 65477
#define SysConst_SUnkOSError 65478
#define SysConst_SShortMonthNameJan 65479
#define SysConst_SShortMonthNameFeb 65480
#define SysConst_SShortMonthNameMar 65481
#define SysConst_SShortMonthNameApr 65482
#define SysConst_SShortMonthNameMay 65483
#define SysConst_SShortMonthNameJun 65484
#define SysConst_SShortMonthNameJul 65485
#define SysConst_SShortMonthNameAug 65486
#define SysConst_SShortMonthNameSep 65487
#define SysConst_SWriteAccess 65488
#define SysConst_SVarArrayCreate 65489
#define SysConst_SVarArrayBounds 65490
#define SysConst_SVarArrayLocked 65491
#define SysConst_SInvalidVarCast 65492
#define SysConst_SInvalidVarOp 65493
#define SysConst_SInvalidVarOpWithHResultWithPrefix 65494
#define SysConst_SVarTypeCouldNotConvert 65495
#define SysConst_SVarTypeConvertOverflow 65496
#define SysConst_SVarOverflow 65497
#define SysConst_SVarInvalid 65498
#define SysConst_SVarBadType 65499
#define SysConst_SVarNotImplemented 65500
#define SysConst_SVarUnexpected 65501
#define SysConst_SExternalException 65502
#define SysConst_SAssertionFailed 65503
#define SysConst_SZeroDivide 65504
#define SysConst_SOverflow 65505
#define SysConst_SUnderflow 65506
#define SysConst_SInvalidPointer 65507
#define SysConst_SInvalidCast 65508
#define SysConst_SAccessViolationArg3 65509
#define SysConst_SAccessViolationNoArg 65510
#define SysConst_SStackOverflow 65511
#define SysConst_SControlC 65512
#define SysConst_SPrivilege 65513
#define SysConst_SException 65514
#define SysConst_SExceptTitle 65515
#define SysConst_SInvalidFormat 65516
#define SysConst_SArgumentMissing 65517
#define SysConst_SDispatchError 65518
#define SysConst_SReadAccess 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
OleConst_SInvalidLicense, "License information for %s is invalid"
OleConst_SNotLicensed, "License information for %s not found. You cannot use this control in design mode"
OleConst_sNoRunningObject, "Unable to retrieve a pointer to a running object registered with OLE for %s/%s"
TMMsgs_SReaderHasntBeenInitializedYet, "TTMConfigReader hasn't been initialized properly yet"
TMMsgs_SReaderSyntaxError, "The configuration file contains a syntax error on line %d:"
TMMsgs_SCannotSetPromptVarValue, "Cannot set the value of a \"Prompt\" variable"
TMMsgs_SDefAllRunningHint, "All services running"
TMMsgs_SDefSomeRunningHint, "%n of %t service(s) running"
TMMsgs_SDefNoneRunningHint, "None of %t service(s) running"
TMMsgs_SMainCouldNotLoadConfig, "Could not load configuration file"
TMMsgs_SMainCouldNotExecuteMenuItem, "Could not execute menu item (internal error)"
TMMsgs_SMainBuiltInNotImplemented, "Sorry, somehow you've come across a built-in action that hasn't been implemented yet"
TMMsgs_SHtmlUnknownAction, "Unknown action \"%s\". You should declare actions using the [Config]: HtmlActions directive before using them."
OleConst_SCannotActivate, "OLE control activation failed"
OleConst_SNoWindowHandle, "Could not obtain OLE control window handle"
OleConst_SLinkProperties, "Link Properties"
OleConst_SInvalidLinkSource, "Cannot link to an invalid source."
OleConst_SCannotBreakLink, "Break link operation is not supported."
OleConst_SPropDlgCaption, "%s Properties"
TMMsgs_SParsingUnknownDirective, "Unrecognized [%s] section directive \"%s\""
TMMsgs_SParsingEntryAlreadySpecified, "[%s] section directive \"%s\" already specified"
TMMsgs_SParsingInvalidDirectiveValue, "Invalid value \"%s\" on directive \"%s\""
TMMsgs_SParsingUnknownFontStyle, "Unknown font style flag"
TMMsgs_SParsingInvalidFontSpec, "Invalid font specification"
TMMsgs_SParsingInvalidColor, "Invalid color specification on directive \"%s\""
TMMsgs_SParsingAmbiguousTrayIcon, "You cannot specify both the TrayIcon*Running and the TrayIcon directives in the [Config] section"
TMMsgs_SParsingAmbiguousAboutText, "You cannot specify both the AboutTextFile directive and the [AboutText] section"
TMMsgs_SParsingCouldNotLoadFile, "Could not load the file \"%s\" specified in the directive \"%s\""
TMMsgs_SParsingCouldNotOpenRegKey, "Could not open registry key \"%s\\%s\""
TMMsgs_SParsingCouldNotReadRegValue, "Could not query registry value \"%s\\%s\\%s\""
TMMsgs_SParsingRegValueInvalidFormat, "Registry value \"%s\\%s\\%s\" has an invalid format: %s"
TMMsgs_SParsingValidatePropertiesFailed, "Internal error: TTMConfigReader hasn't been initialized properly"
TMMsgs_SParsingCmdLineParameterNotFound, "Command-line parameter \"%s\" not found"
TMMsgs_SValNoTrayIconAssigned, "No tray icon was specified. Please assign a tray icon by using one of the TrayIcon* directives in the [Config] section"
TMMsgs_SValMustSpecifyThreeStateIcons, "You have to specify all of the following directives in the [Config] section: TrayIconAllRunning, TrayIconSomeRunning and TrayIconNoneRunning"
TMMsgs_SParsingUnknownMenuItemType, "Unknown menu item type \"%s\""
TMMsgs_SParsingInvalidMenuItemParam, "The \"%s\" parameter is invalid in combination with this type of menu item"
TMMsgs_SParsingUnknownActionType, "Unknown action type \"%s\""
TMMsgs_SParsingInvalidActionParam, "The \"%s\" parameter is invalid in combination with this type of action"
TMMsgs_SParsingUnknownShowCmd, "Unknown ShowCmd type \"%s\""
TMMsgs_SParsingParamUnknownService, "Parameter \"%s\" specifies an unknown service"
TMMsgs_SParsingServiceParamInvalid, "The \"Service\" parameter is only valid in combination with \"ServiceSubMenu\" items or \"Service\" actions"
TMMsgs_SParsingInvalidServiceAction, "Unknown service action \"%s\""
TMMsgs_SParsingParamExpected, "Parameter \"%s\" expected"
TMMsgs_SParsingCannotAssignActionFlagsYet, "Please specify action flags after specifying the action type"
TMMsgs_SParsingAssignVarTypeFirst, "You have to specify the variable's type first"
TMMsgs_SParsingParamUnknownFlag2, "Parameter \"%s\" includes an unknown flag"
TMMsgs_SParsingInvalidActionFlag, "The \"%s\" flag is invalid in combination with this type of action"
TMMsgs_SParsingSectionTagInvalid, "Invalid section tag"
TMMsgs_SParsingSectionBadEndTag, "Not inside \"%s\" section, but an end tag for it was encountered"
TMMsgs_SParsingTextNotInSection, "Text is not inside a section"
ComStrs_sRichEditInsertError, "RichEdit line insertion error"
ComStrs_sRichEditLoadFail, "Failed to Load Stream"
ComStrs_sRichEditSaveFail, "Failed to Save Stream"
TMSrvCtrl_SNoServiceOpen, "No service has been opened yet!"
TMMsgs_SParsingParamHasNoValue, "Specified parameter \"%s\" has no value"
TMMsgs_SParsingParamQuoteError, "Mismatched or misplaced quotes on parameter \"%s\""
TMMsgs_SParsingParamMissingClosingQuote, "Missing closing quote on parameter \"%s\""
TMMsgs_SParsingParamDuplicated, "Cannot have multiple \"%s\" parameters"
TMMsgs_SParsingParamEmpty2, "Parameter \"%s\" is empty"
TMMsgs_SParsingParamNoQuotes2, "Parameter \"%s\" cannot include quotes (\")"
TMMsgs_SParsingParamUnknownParam, "Unrecognized parameter name \"%s\""
TMMsgs_SParsingParamInvalidBoolValue, "Unrecognized boolean value \"%s\" (should be 1, 0, yes, no, on, off, true or false)"
TMMsgs_SParsingParamInvalidIntValue, "Integer expected on parameter \"%s\""
TMMsgs_SParsingUnknownVarType, "Unknown variable type \"%s\""
TMMsgs_SParsingInvalidVarParam, "The \"%s\" parameter is invalid in combination with this type of variable"
TMMsgs_SParsingInvalidRegRoot, "Invalid registry root \"%s\""
JclResources_RsIntelCacheDescr82, "2nd-level cache: 256 KBytes, 8-way associative, 32 byte line size"
JclResources_RsIntelCacheDescr83, "2nd-level cache: 512 KBytes, 8-way associative, 32 byte line size"
JclResources_RsIntelCacheDescr84, "2nd-level cache: 1 MBytes, 8-way associative, 32 byte line size"
JclResources_RsIntelCacheDescr85, "2nd-level cache: 2 MBytes, 8-way associative, 32 byte line size"
JclResources_RsIntelCacheDescr86, "2nd-level cache: 512 KByte, 4-way set associative, 64 byte line size"
JclResources_RsIntelCacheDescr87, "2nd-level cache: 1 MByte, 8-way set associative, 64 byte line size"
JclResources_RsIntelCacheDescrB0, "Instruction TLB: 4 KByte pages, 4-way set associative, 128 entries"
JclResources_RsIntelCacheDescrB3, "Data TLB: 4 KByte pages, 4-way set associative, 128 entries"
JclResources_RsIntelCacheDescrB4, "Data TLB1: 4 KByte pages, 4-way set associative, 256 entries"
JclResources_RsIntelCacheDescrF0, "64-Byte Prefetching"
JclResources_RsIntelCacheDescrF1, "128-Byte Prefetching"
ComConst_SOleError, "OLE error %.8x"
ComConst_SNoMethod, "Method '%s' not supported by automation object"
ComConst_SVarNotObject, "Variant does not reference an automation object"
ComConst_STooManyParams, "Dispatch methods do not support more than 64 parameters"
ComConst_SDCOMNotInstalled, "DCOM not installed"
JclResources_RsIntelCacheDescr5C, "Data TLB: 4 KByte and 4 MByte pages, 128 Entries"
JclResources_RsIntelCacheDescr5D, "Data TLB: 4 KByte and 4 MByte pages, 256 Entries"
JclResources_RsIntelCacheDescr60, "1st-level data cache: 16 KByte, 8-way set associative, 64 byte line size"
JclResources_RsIntelCacheDescr66, "1st-level data cache: 8 KBytes, 4-way set associative, 64 byte line size"
JclResources_RsIntelCacheDescr67, "1st-level data cache: 16 KBytes, 4-way set associative, 64 byte line size"
JclResources_RsIntelCacheDescr68, "1st-level data cache: 32 KBytes, 4-way set associative, 64 byte line size"
JclResources_RsIntelCacheDescr70, "Trace cache: 12 K-Ops, 8-way set associative"
JclResources_RsIntelCacheDescr71, "Trace cache: 16 K-Ops, 8-way set associative"
JclResources_RsIntelCacheDescr72, "Trace cache: 32 K-Ops, 8-way set associative"
JclResources_RsIntelCacheDescr78, "2nd-level cache: 1 MBytes, 4-way set associative, 64 bytes line size"
JclResources_RsIntelCacheDescr79, "2nd-level cache: 128 KBytes, 8-way set associative, 64 bytes line size, 2 lines per sector"
JclResources_RsIntelCacheDescr7A, "2nd-level cache: 256 KBytes, 8-way set associative, 64 bytes line size, 2 lines per sector"
JclResources_RsIntelCacheDescr7B, "2nd-level cache: 512 KBytes, 8-way set associative, 64 bytes line size, 2 lines per sector"
JclResources_RsIntelCacheDescr7C, "2nd-level cache: 1 MBytes, 8-way set associative, 64 bytes line size, 2 lines per sector"
JclResources_RsIntelCacheDescr7D, "2nd-level cache: 2 MBytes, 8-way set associative, 64 byte line size"
JclResources_RsIntelCacheDescr7F, "2nd-level cache: 512 KBytes, 2-way set associative, 64 byte line size"
JclResources_RsIntelCacheDescr30, "1st level instruction cache: 32 KBytes, 8-way set associative, 64 byte line size"
JclResources_RsIntelCacheDescr40, "No 2nd-level cache or, if processor contains a valid 2nd-level cache, no 3rd-level cache"
JclResources_RsIntelCacheDescr41, "2nd-level cache: 128 KBytes, 4-way set associative, 32 byte line size"
JclResources_RsIntelCacheDescr42, "2nd-level cache: 256 KBytes, 4-way set associative, 32 byte line size"
JclResources_RsIntelCacheDescr43, "2nd-level cache: 512 KBytes, 4-way set associative, 32 byte line size"
JclResources_RsIntelCacheDescr44, "2nd-level cache: 1 MBytes, 4-way set associative, 32 byte line size"
JclResources_RsIntelCacheDescr45, "2nd-level cache: 2 MBytes, 4-way set associative, 32 byte line size"
JclResources_RsIntelCacheDescr46, "3rd-level cache: 4 MBytes, 4-way set associative, 64 byte line size"
JclResources_RsIntelCacheDescr47, "3rd-level cache: 8 MBytes, 4-way set associative, 64 byte line size"
JclResources_RsIntelCacheDescr49, "2nd-level cache: 4 MBytes, 16-way set associative, 64 byte line size"
JclResources_RsIntelCacheDescr50, "Instruction TLB: 4 KByte and 2 MByte or 4 MByte pages, 64 Entries"
JclResources_RsIntelCacheDescr51, "Instruction TLB: 4 KByte and 2 MByte or 4 MByte pages, 128 Entries"
JclResources_RsIntelCacheDescr52, "Instruction TLB: 4 KByte and 2 MByte or 4 MByte pages, 256 Entries"
JclResources_RsIntelCacheDescr56, "Data TLB0: 4 MByte pages, 4-way set associative, 16 entries"
JclResources_RsIntelCacheDescr57, "Data TLB0: 4 KByte pages, 4-way associative, 16 entries"
JclResources_RsIntelCacheDescr5B, "Data TLB: 4 KByte and 4 MByte pages, 64 Entries"
JclResources_RsIntelCacheDescr00, "Null descriptor"
JclResources_RsIntelCacheDescr01, "Instruction TLB: 4 KByte pages, 4-way set associative, 32 entries"
JclResources_RsIntelCacheDescr02, "Instruction TLB: 4 MByte pages, 4-way set associative, 2 entries"
JclResources_RsIntelCacheDescr03, "Data TLB: 4 KByte pages, 4-way set associative, 64 entries"
JclResources_RsIntelCacheDescr04, "Data TLB: 4 MByte pages, 4-way set associative, 8 entries"
JclResources_RsIntelCacheDescr05, "Data TLB1: 4 MByte pages, 4-way set associative, 32 entries"
JclResources_RsIntelCacheDescr06, "1st level instruction cache: 8 KBytes, 4-way set associative, 32 byte line size"
JclResources_RsIntelCacheDescr08, "1st level instruction cache: 16 KBytes, 4-way set associative, 32 byte line size"
JclResources_RsIntelCacheDescr0A, "1st level data cache: 8 KBytes, 2-way set associative, 32 byte line size"
JclResources_RsIntelCacheDescr0B, "Instruction TLB: 4 MByte pages, 4-way set associative, 4 entries"
JclResources_RsIntelCacheDescr0C, "1st level data cache: 16 KBytes, 4-way set associative, 32 byte line size"
JclResources_RsIntelCacheDescr22, "3rd level cache: 512 KBytes, 4-way set associative, 64 byte line size, 2 lines per sector"
JclResources_RsIntelCacheDescr23, "3rd level cache: 1 MBytes, 8-way set associative, 64 byte line size, 2 lines per sector"
JclResources_RsIntelCacheDescr25, "3rd level cache: 2 MBytes, 8-way set associative, 64 byte line size, 2 lines per sector"
JclResources_RsIntelCacheDescr29, "3rd level cache: 4 MBytes, 8-way set associative, 64 byte line size, 2 lines per sector"
JclResources_RsIntelCacheDescr2C, "1st level data cache: 32 KBytes, 8-way set associative, 64 byte line size"
JclResources_RsFileUtilsNoVersionInfo, "File contains no version information"
JclResources_RsHKCRLong, "HKEY_CLASSES_ROOT"
JclResources_RsHKCULong, "HKEY_CURRENT_USER"
JclResources_RsHKLMLong, "HKEY_LOCAL_MACHINE"
JclResources_RsHKUSLong, "HKEY_USERS"
JclResources_RsHKPDLong, "HKEY_PERFORMANCE_DATA"
JclResources_RsHKCCLong, "HKEY_CURRENT_CONFIG"
JclResources_RsHKDDLong, "HKEY_DYN_DATA"
JclResources_RsHKCRShort, "HKCR"
JclResources_RsHKCUShort, "HKCU"
JclResources_RsHKLMShort, "HKLM"
JclResources_RsHKUSShort, "HKUS"
JclResources_RsHKPDShort, "HKPD"
JclResources_RsHKCCShort, "HKCC"
JclResources_RsHKDDShort, "HKDD"
JclResources_RsBlankSearchString, "Search string cannot be blank"
JvResources_RsClHighlightText, "Selection text"
JvResources_RsClBtnFace, "Button face"
JvResources_RsClBtnShadow, "Button shadow"
JvResources_RsClGrayText, "Dimmed text"
JvResources_RsClBtnText, "Button text"
JvResources_RsClInactiveCaptionText, "Inactive window title bar text"
JvResources_RsClBtnHighlight, "Button highlight"
JvResources_RsCl3DDkShadow, "Dark shadow 3D elements"
JvResources_RsCl3DLight, "Highlight 3D elements"
JvResources_RsClInfoText, "Tooltip text"
JvResources_RsClInfoBk, "Tooltip background"
JvResources_RsGradientActiveCaption, "Gradient Active Caption"
JvResources_RsGradientInactiveCaption, "Gradient Inactive Caption"
JvResources_RsHotLight, "Hot Light"
JvResources_RsMenuBar, "Menu Bar"
JvResources_RsMenuHighlight, "Menu Highlight"
JvResources_RsClPaleBlue, "Pale Blue"
JvResources_RsClLavender, "Lavender"
JvResources_RsClScrollBar, "Scrollbar"
JvResources_RsClBackground, "Desktop background"
JvResources_RsClActiveCaption, "Active window title bar"
JvResources_RsClInactiveCaption, "Inactive window title bar"
JvResources_RsClMenu, "Menu background"
JvResources_RsClWindow, "Window background"
JvResources_RsClWindowFrame, "Window frame"
JvResources_RsClMenuText, "Menu text"
JvResources_RsClWindowText, "Window text"
JvResources_RsClCaptionText, "Active window title bar text"
JvResources_RsClActiveBorder, "Active window border"
JvResources_RsClInactiveBorder, "Inactive window border"
JvResources_RsClAppWorkSpace, "Application workspace"
JvResources_RsClHighlight, "Selection background"
JvResources_RsClLightOrange, "Light Orange"
JvResources_RsClSeaGreen, "Sea Green"
JvResources_RsClLightBlue, "Light Blue"
JvResources_RsClViolet, "Violet"
JvResources_RsClGray40, "Gray 40%"
JvResources_RsClPink, "Pink"
JvResources_RsClGold, "Gold"
JvResources_RsClBrightGreen, "Bright Green"
JvResources_RsClTurquoise, "Turquoise"
JvResources_RsClPlum, "Plum"
JvResources_RsClGray25, "Gray 25%"
JvResources_RsClRose, "Rose"
JvResources_RsClTan, "Tan"
JvResources_RsClLightYellow, "Light Yellow"
JvResources_RsClLightGreen, "Light Green"
JvResources_RsClLightTurquoise, "Light Turquoise"
JvResources_RsClMoneyGreen, "Money green"
JvResources_RsClSkyBlue, "Sky blue"
JvResources_RsClCream, "Cream"
JvResources_RsClMedGray, "Medium gray"
JvResources_RsClBrown, "Brown"
JvResources_RsClOliveGreen, "Olive Green"
JvResources_RsClDarkGreen, "Dark Green"
JvResources_RsClDarkTeal, "Dark Teal"
JvResources_RsClDarkBlue, "Dark Blue"
JvResources_RsClIndigo, "Indigo"
JvResources_RsClGray80, "Gray 80%"
JvResources_RsClDarkRed, "Dark Red"
JvResources_RsClOrange, "Orange"
JvResources_RsClDarkYellow, "Dark Yellow"
JvResources_RsClBlueGray, "Blue Gray"
JvResources_RsClGray50, "Gray 50%"
JvResources_RsClBlack, "Black"
JvResources_RsClMaroon, "Maroon"
JvResources_RsClGreen, "Green"
JvResources_RsClOlive, "Olive green"
JvResources_RsClNavy, "Navy blue"
JvResources_RsClPurple, "Purple"
JvResources_RsClTeal, "Teal"
JvResources_RsClGray, "Gray"
JvResources_RsClSilver, "Silver"
JvResources_RsClRed, "Red"
JvResources_RsClLime, "Lime"
JvResources_RsClYellow, "Yellow"
JvResources_RsClBlue, "Blue"
JvResources_RsClFuchsia, "Fuchsia"
JvResources_RsClAqua, "Aqua"
JvResources_RsClWhite, "White"
Consts_SUnicodeEncoding, "Unicode"
Consts_SBigEndianEncoding, "Big Endian Unicode"
Consts_SUTF8Encoding, "UTF-8"
Consts_SUTF7Encoding, "UTF-7"
BcExceptions_SInvalidPropertyIndex, "Invalid property index %d."
BcExceptions_SRequireOwner, "Tried to create %s with no owner."
BarMenus_BcResourceRadioItem, "BCRADIOITEM"
BarMenus_BcWinKeyString, "Win+"
JvResources_RsUndoItem, "&Undo"
JvResources_RsCutItem, "Cu&t"
JvResources_RsCopyItem, "&Copy"
JvResources_RsPasteItem, "&Paste"
JvResources_RsDeleteItem, "&Delete"
JvResources_RsSelectAllItem, "Select &All"
JvResources_RsRTFFilter, "Rich Text Format (*.rtf)|*.rtf"
JvResources_RsTextFilter, "Plain text (*.txt)|*.txt"
Consts_SmkcDel, "Del"
Consts_SmkcShift, "Shift+"
Consts_SmkcCtrl, "Ctrl+"
Consts_SmkcAlt, "Alt+"
Consts_SIconToClipboard, "Clipboard does not support Icons"
Consts_SCannotOpenClipboard, "Cannot open clipboard"
Consts_SInvalidMemoSize, "Text exceeds memo capacity"
Consts_SNoDefaultPrinter, "There is no default printer currently selected"
Consts_SDuplicateMenus, "Menu '%s' is already being used by another form"
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_SDockZoneVersionConflict, "Error loading dock zone from the stream. Expecting version %d, but found %d."
Consts_SANSIEncoding, "ANSI"
Consts_SASCIIEncoding, "ASCII"
Consts_SMsgDlgNoToAll, "N&o to All"
Consts_SMsgDlgYesToAll, "Yes to &All"
Consts_SmkcBkSp, "BkSp"
Consts_SmkcTab, "Tab"
Consts_SmkcEsc, "Esc"
Consts_SmkcEnter, "Enter"
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_SVEnhMetafiles, "Enhanced Metafiles"
Consts_SVIcons, "Icons"
Consts_SVBitmaps, "Bitmaps"
Consts_SMsgDlgWarning, "Warning"
Consts_SMsgDlgError, "Error"
Consts_SMsgDlgInformation, "Information"
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_SDeviceOnPort, "%s on %s"
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_SOKButton, "OK"
Consts_SCancelButton, "Cancel"
Consts_SYesButton, "&Yes"
Consts_SNoButton, "&No"
Consts_SHelpButton, "&Help"
Consts_SCloseButton, "&Close"
Consts_SIgnoreButton, "&Ignore"
Consts_SRetryButton, "&Retry"
Consts_SAbortButton, "Abort"
Consts_SAllButton, "&All"
Consts_SCannotDragForm, "Cannot drag a form"
Consts_SVMetafiles, "Metafiles"
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_SParentGivenNotAParent, "Parent given is not a parent of '%s'"
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_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_SNotPrinting, "Printer is not currently printing"
Consts_SPrinting, "Printing in progress"
Consts_SInvalidPrinter, "Printer selected is not valid"
HelpIntfs_hNoContextFound, "No help found for context"
HelpIntfs_hNoTopics, "No topic-based help system installed"
Consts_SInvalidBitmap, "Bitmap image is not valid"
Consts_SInvalidIcon, "Icon image is not valid"
Consts_SInvalidMetafile, "Metafile is not valid"
Consts_SInvalidPixelFormat, "Invalid pixel format"
Consts_SScanLine, "Scan line index out of range"
Consts_SChangeIconSize, "Cannot change the size of an icon"
Consts_SOleGraphic, "Invalid operation on TOleGraphic"
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"
RTLConsts_SListCountError, "List count out of bounds (%d)"
RTLConsts_SListIndexError, "List index out of bounds (%d)"
RTLConsts_SMemoryStreamError, "Out of memory while expanding memory stream"
RTLConsts_SPropertyException, "Error reading %s%s%s: %s"
RTLConsts_SReadError, "Stream read error"
RTLConsts_SReadOnlyProperty, "Property is read-only"
RTLConsts_SRegGetDataFailed, "Failed to get data for '%s'"
RTLConsts_SResNotFound, "Resource %s not found"
RTLConsts_SSeekNotImplemented, "%s.Seek not implemented"
RTLConsts_SSortedListError, "Operation not allowed on sorted list"
RTLConsts_SUnknownGroup, "%s not in a class registration group"
RTLConsts_SUnknownProperty, "Property %s does not exist"
RTLConsts_SWriteError, "Stream write error"
HelpIntfs_hNoTableOfContents, "Unable to find a Table of Contents"
HelpIntfs_hNothingFound, "No help found for %s"
HelpIntfs_hNoContext, "No context-sensitive help installed"
RTLConsts_SCantWriteResourceStreamError, "Can't write to a read-only resource stream"
RTLConsts_SCheckSynchronizeError, "CheckSynchronize called from thread $%x, which is NOT the main thread"
RTLConsts_SClassNotFound, "Class %s not found"
RTLConsts_SDuplicateClass, "A class named %s already exists"
RTLConsts_SDuplicateItem, "List does not allow duplicates ($0%x)"
RTLConsts_SDuplicateName, "A component named %s already exists"
RTLConsts_SDuplicateString, "String list does not allow duplicates"
RTLConsts_SFCreateErrorEx, "Cannot create file \"%s\". %s"
RTLConsts_SFOpenErrorEx, "Cannot open file \"%s\". %s"
RTLConsts_SInvalidImage, "Invalid stream format"
RTLConsts_SInvalidName, "''%s'' is not a valid component name"
RTLConsts_SInvalidProperty, "Invalid property value"
RTLConsts_SInvalidPropertyPath, "Invalid property path"
RTLConsts_SInvalidPropertyValue, "Invalid property value"
RTLConsts_SInvalidRegType, "Invalid data type for '%s'"
RTLConsts_SListCapacityError, "List capacity out of bounds (%d)"
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_SLongDayNameTue, "Tuesday"
SysConst_SLongDayNameWed, "Wednesday"
SysConst_SLongDayNameThu, "Thursday"
SysConst_SLongDayNameFri, "Friday"
SysConst_SLongDayNameSat, "Saturday"
RTLConsts_SAncestorNotFound, "Ancestor for '%s' not found"
RTLConsts_SAssignError, "Cannot assign a %s to a %s"
RTLConsts_SBitsIndexError, "Bits index out of range"
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_SLongMonthNameJun, "June"
SysConst_SLongMonthNameJul, "July"
SysConst_SLongMonthNameAug, "August"
SysConst_SLongMonthNameSep, "September"
SysConst_SLongMonthNameOct, "October"
SysConst_SLongMonthNameNov, "November"
SysConst_SLongMonthNameDec, "December"
SysConst_SShortDayNameSun, "Sun"
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_SOSError, "System Error. Code: %d.\r\n%s"
SysConst_SUnkOSError, "A call to an OS function failed"
SysConst_SShortMonthNameJan, "Jan"
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_SWriteAccess, "Write"
SysConst_SVarArrayCreate, "Error creating variant or safe array"
SysConst_SVarArrayBounds, "Variant or safe array index out of bounds"
SysConst_SVarArrayLocked, "Variant or safe array is locked"
SysConst_SInvalidVarCast, "Invalid variant type conversion"
SysConst_SInvalidVarOp, "Invalid variant operation"
SysConst_SInvalidVarOpWithHResultWithPrefix, "Invalid variant operation (%s%.8x)\n%s"
SysConst_SVarTypeCouldNotConvert, "Could not convert variant of type (%s) into type (%s)"
SysConst_SVarTypeConvertOverflow, "Overflow while converting variant of type (%s) into type (%s)"
SysConst_SVarOverflow, "Variant overflow"
SysConst_SVarInvalid, "Invalid argument"
SysConst_SVarBadType, "Invalid variant type"
SysConst_SVarNotImplemented, "Operation not supported"
SysConst_SVarUnexpected, "Unexpected variant error"
SysConst_SExternalException, "External exception %x"
SysConst_SAssertionFailed, "Assertion failed"
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_SAccessViolationArg3, "Access violation at address %p. %s of address %p"
SysConst_SAccessViolationNoArg, "Access violation"
SysConst_SStackOverflow, "Stack overflow"
SysConst_SControlC, "Control-C hit"
SysConst_SPrivilege, "Privileged instruction"
SysConst_SException, "Exception %s in module %s at %p.\r\n%s%s\r\n"
SysConst_SExceptTitle, "Application Error"
SysConst_SInvalidFormat, "Format '%s' invalid or incompatible with argument"
SysConst_SArgumentMissing, "No argument for format '%s'"
SysConst_SDispatchError, "Variant method calls not supported"
SysConst_SReadAccess, "Read"
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
/* c:\program files\codegear\rad studio\5.0\lib\Controls.res */
/* C:\Documents and Settings\Onno\Mijn documenten\RAD Studio\3rdParty\BarMenus\Source\BarMenusResources.RES */
/* c:\program files\codegear\rad studio\5.0\lib\Buttons.res */
/* c:\program files\codegear\rad studio\5.0\lib\ExtDlgs.res */
/* C:\Documents and Settings\Onno\Mijn documenten\RAD Studio\3rdParty\jvcl\Resources\JvConsts.res */
/* c:\program files\codegear\rad studio\5.0\lib\FileCtrl.res */
/* C:\Documents and Settings\Onno\Mijn documenten\RAD Studio\Projects\aetraymenu\TMAbout.dfm */
/* C:\Documents and Settings\Onno\Mijn documenten\RAD Studio\Projects\aetraymenu\TMMain.dfm */
/* C:\Documents and Settings\Onno\Mijn documenten\RAD Studio\Projects\aetraymenu\TMHtmlWindow.dfm */
/* C:\Documents and Settings\Onno\Mijn documenten\RAD Studio\Projects\aetraymenu\AeTrayMenu.res */
/* C:\Documents and Settings\Onno\Mijn documenten\RAD Studio\Projects\aetraymenu\AeTrayMenu.drf */