1object MakeResStrDialog: TMakeResStrDialog
2  Left = 386
3  Height = 535
4  Top = 234
5  Width = 649
6  ActiveControl = CustomIdentifierCheckBox
7  BorderIcons = [biSystemMenu]
8  Caption = 'MakeResStrDialog'
9  ClientHeight = 535
10  ClientWidth = 649
11  Constraints.MinHeight = 513
12  Constraints.MinWidth = 480
13  Position = poScreenCenter
14  LCLVersion = '1.5'
15  object ConversionGroupBox: TGroupBox
16    Left = 6
17    Height = 224
18    Top = 6
19    Width = 637
20    Align = alTop
21    AutoSize = True
22    BorderSpacing.Around = 6
23    Caption = 'ConversionGroupBox'
24    ClientHeight = 204
25    ClientWidth = 633
26    TabOrder = 0
27    object ResStrSectionLabel: TLabel
28      AnchorSideLeft.Control = IdentifierGroupBox
29      AnchorSideTop.Control = IdentifierGroupBox
30      AnchorSideTop.Side = asrBottom
31      Left = 12
32      Height = 15
33      Top = 123
34      Width = 99
35      Alignment = taRightJustify
36      BorderSpacing.Top = 2
37      BorderSpacing.Around = 6
38      Caption = 'ResStrSectionLabel'
39      ParentColor = False
40    end
41    object ResStrWithSameValueLabel: TLabel
42      AnchorSideLeft.Control = IdentifierGroupBox
43      AnchorSideTop.Control = ResStrSectionComboBox
44      AnchorSideTop.Side = asrBottom
45      Left = 12
46      Height = 15
47      Top = 152
48      Width = 143
49      Alignment = taRightJustify
50      BorderSpacing.Top = 2
51      BorderSpacing.Around = 6
52      Caption = 'ResStrWithSameValueLabel'
53      ParentColor = False
54    end
55    object AppendResStrRadioButton: TRadioButton
56      AnchorSideLeft.Control = ConversionGroupBox
57      AnchorSideTop.Control = ResStrWithSameValuesCombobox
58      AnchorSideTop.Side = asrBottom
59      AnchorSideBottom.Side = asrBottom
60      Left = 6
61      Height = 19
62      Top = 179
63      Width = 160
64      BorderSpacing.Around = 6
65      Caption = 'AppendResStrRadioButton'
66      Checked = True
67      TabOrder = 3
68      TabStop = True
69    end
70    object InsertContextSensitiveRadioButton: TRadioButton
71      AnchorSideLeft.Control = InsertAlphabeticallyResStrRadioButton
72      AnchorSideLeft.Side = asrBottom
73      AnchorSideTop.Control = ResStrWithSameValuesCombobox
74      AnchorSideTop.Side = asrBottom
75      Left = 400
76      Height = 19
77      Top = 179
78      Width = 202
79      BorderSpacing.Around = 6
80      Caption = 'InsertContextSensitiveRadioButton'
81      TabOrder = 5
82    end
83    object InsertAlphabeticallyResStrRadioButton: TRadioButton
84      AnchorSideLeft.Control = AppendResStrRadioButton
85      AnchorSideLeft.Side = asrBottom
86      AnchorSideTop.Control = ResStrWithSameValuesCombobox
87      AnchorSideTop.Side = asrBottom
88      Left = 172
89      Height = 19
90      Top = 179
91      Width = 222
92      BorderSpacing.Around = 6
93      Caption = 'InsertAlphabeticallyResStrRadioButton'
94      TabOrder = 4
95    end
96    object ResStrSectionComboBox: TComboBox
97      AnchorSideLeft.Control = ResStrSectionLabel
98      AnchorSideLeft.Side = asrBottom
99      AnchorSideTop.Control = IdentifierGroupBox
100      AnchorSideTop.Side = asrBottom
101      AnchorSideRight.Control = ConversionGroupBox
102      AnchorSideRight.Side = asrBottom
103      Left = 117
104      Height = 23
105      Top = 121
106      Width = 510
107      Anchors = [akTop, akLeft, akRight]
108      BorderSpacing.Around = 6
109      ItemHeight = 15
110      OnChange = ResStrSectionComboBoxChange
111      TabOrder = 1
112      Text = 'ResStrSectionComboBox'
113    end
114    object ResStrWithSameValuesCombobox: TComboBox
115      AnchorSideLeft.Control = ResStrWithSameValueLabel
116      AnchorSideLeft.Side = asrBottom
117      AnchorSideTop.Control = ResStrSectionComboBox
118      AnchorSideTop.Side = asrBottom
119      AnchorSideRight.Control = ConversionGroupBox
120      AnchorSideRight.Side = asrBottom
121      Left = 161
122      Height = 23
123      Top = 150
124      Width = 466
125      Anchors = [akTop, akLeft, akRight]
126      BorderSpacing.Around = 6
127      ItemHeight = 15
128      OnChange = ResStrWithSameValuesComboboxChange
129      TabOrder = 2
130      Text = 'ResStrWithSameValuesCombobox'
131    end
132    object IdentifierGroupBox: TGroupBox
133      Left = 6
134      Height = 109
135      Top = 6
136      Width = 621
137      Align = alTop
138      AutoSize = True
139      BorderSpacing.Around = 6
140      Caption = 'IdentifierGroupBox'
141      ClientHeight = 89
142      ClientWidth = 617
143      TabOrder = 0
144      object IdentLengthLabel: TLabel
145        AnchorSideTop.Control = IdentLengthComboBox
146        AnchorSideTop.Side = asrCenter
147        AnchorSideRight.Control = IdentLengthComboBox
148        Left = 413
149        Height = 15
150        Top = 35
151        Width = 92
152        Alignment = taRightJustify
153        Anchors = [akTop, akRight]
154        BorderSpacing.Top = 2
155        BorderSpacing.Around = 6
156        Caption = 'IdentLengthLabel'
157        ParentColor = False
158      end
159      object IdentPrefixLabel: TLabel
160        AnchorSideLeft.Control = IdentifierGroupBox
161        AnchorSideTop.Control = IdentPrefixComboBox
162        AnchorSideTop.Side = asrCenter
163        Left = 6
164        Height = 15
165        Top = 35
166        Width = 84
167        Alignment = taRightJustify
168        BorderSpacing.Top = 2
169        BorderSpacing.Around = 6
170        Caption = 'IdentPrefixLabel'
171        ParentColor = False
172      end
173      object IdentifierEdit: TEdit
174        AnchorSideLeft.Control = IdentPrefixLabel
175        AnchorSideLeft.Side = asrBottom
176        AnchorSideTop.Control = IdentPrefixComboBox
177        AnchorSideTop.Side = asrBottom
178        AnchorSideRight.Control = IdentifierGroupBox
179        AnchorSideRight.Side = asrBottom
180        Left = 96
181        Height = 23
182        Top = 60
183        Width = 515
184        Anchors = [akTop, akLeft, akRight]
185        BorderSpacing.Around = 6
186        Enabled = False
187        OnChange = IdentifierEditChange
188        TabOrder = 3
189        Text = 'IdentifierEdit'
190      end
191      object CustomIdentifierCheckBox: TCheckBox
192        AnchorSideTop.Side = asrBottom
193        Left = 6
194        Height = 19
195        Top = 6
196        Width = 605
197        Align = alTop
198        BorderSpacing.Around = 6
199        Caption = 'CustomIdentifierCheckBox'
200        OnChange = CustomIdentifierCheckBoxClick
201        TabOrder = 0
202      end
203      object IdentLengthComboBox: TComboBox
204        AnchorSideTop.Control = CustomIdentifierCheckBox
205        AnchorSideTop.Side = asrBottom
206        AnchorSideRight.Control = IdentifierGroupBox
207        AnchorSideRight.Side = asrBottom
208        Left = 511
209        Height = 23
210        Top = 31
211        Width = 100
212        Anchors = [akTop, akRight]
213        BorderSpacing.Around = 6
214        ItemHeight = 15
215        OnChange = IdentLengthComboBoxChange
216        TabOrder = 2
217        Text = 'IdentLengthComboBox'
218      end
219      object IdentPrefixComboBox: TComboBox
220        AnchorSideLeft.Control = IdentPrefixLabel
221        AnchorSideLeft.Side = asrBottom
222        AnchorSideTop.Control = CustomIdentifierCheckBox
223        AnchorSideTop.Side = asrBottom
224        Left = 96
225        Height = 23
226        Top = 31
227        Width = 100
228        BorderSpacing.Around = 6
229        ItemHeight = 15
230        OnChange = IdentPrefixComboBoxChange
231        TabOrder = 1
232        Text = 'IdentPrefixComboBox'
233      end
234    end
235  end
236  object CodePanel: TPanel
237    Left = 6
238    Height = 261
239    Top = 236
240    Width = 637
241    Align = alClient
242    BorderSpacing.Around = 6
243    BevelOuter = bvNone
244    ClientHeight = 261
245    ClientWidth = 637
246    TabOrder = 1
247    object SrcPreviewGroupBox: TGroupBox
248      AnchorSideBottom.Control = Splitter1
249      Left = 0
250      Height = 135
251      Top = 0
252      Width = 637
253      Align = alTop
254      Caption = 'SrcPreviewGroupBox'
255      ClientHeight = 115
256      ClientWidth = 633
257      Constraints.MinHeight = 80
258      TabOrder = 0
259      inline SrcPreviewSynEdit: TSynEdit
260        Left = 6
261        Height = 103
262        Top = 6
263        Width = 621
264        Align = alClient
265        BorderSpacing.Around = 6
266        Font.Color = clBlack
267        Font.Height = -13
268        Font.Name = 'Courier'
269        Font.Pitch = fpFixed
270        Font.Quality = fqNonAntialiased
271        ParentColor = False
272        ParentFont = False
273        TabOrder = 0
274        BookMarkOptions.Xoffset = -18
275        Gutter.Visible = False
276        Gutter.Width = 59
277        Gutter.MouseActions = <
278          item
279            ClickCount = ccAny
280            ClickDir = cdDown
281            Command = emcOnMainGutterClick
282          end
283          item
284            Button = mbRight
285            Command = emcContextMenu
286          end>
287        RightGutter.Width = 0
288        RightGutter.MouseActions = <>
289        Highlighter = SynPasSyn
290        Keystrokes = <
291          item
292            Command = ecUp
293            ShortCut = 38
294          end
295          item
296            Command = ecSelUp
297            ShortCut = 8230
298          end
299          item
300            Command = ecScrollUp
301            ShortCut = 16422
302          end
303          item
304            Command = ecDown
305            ShortCut = 40
306          end
307          item
308            Command = ecSelDown
309            ShortCut = 8232
310          end
311          item
312            Command = ecScrollDown
313            ShortCut = 16424
314          end
315          item
316            Command = ecLeft
317            ShortCut = 37
318          end
319          item
320            Command = ecSelLeft
321            ShortCut = 8229
322          end
323          item
324            Command = ecWordLeft
325            ShortCut = 16421
326          end
327          item
328            Command = ecSelWordLeft
329            ShortCut = 24613
330          end
331          item
332            Command = ecRight
333            ShortCut = 39
334          end
335          item
336            Command = ecSelRight
337            ShortCut = 8231
338          end
339          item
340            Command = ecWordRight
341            ShortCut = 16423
342          end
343          item
344            Command = ecSelWordRight
345            ShortCut = 24615
346          end
347          item
348            Command = ecPageDown
349            ShortCut = 34
350          end
351          item
352            Command = ecSelPageDown
353            ShortCut = 8226
354          end
355          item
356            Command = ecPageBottom
357            ShortCut = 16418
358          end
359          item
360            Command = ecSelPageBottom
361            ShortCut = 24610
362          end
363          item
364            Command = ecPageUp
365            ShortCut = 33
366          end
367          item
368            Command = ecSelPageUp
369            ShortCut = 8225
370          end
371          item
372            Command = ecPageTop
373            ShortCut = 16417
374          end
375          item
376            Command = ecSelPageTop
377            ShortCut = 24609
378          end
379          item
380            Command = ecLineStart
381            ShortCut = 36
382          end
383          item
384            Command = ecSelLineStart
385            ShortCut = 8228
386          end
387          item
388            Command = ecEditorTop
389            ShortCut = 16420
390          end
391          item
392            Command = ecSelEditorTop
393            ShortCut = 24612
394          end
395          item
396            Command = ecLineEnd
397            ShortCut = 35
398          end
399          item
400            Command = ecSelLineEnd
401            ShortCut = 8227
402          end
403          item
404            Command = ecEditorBottom
405            ShortCut = 16419
406          end
407          item
408            Command = ecSelEditorBottom
409            ShortCut = 24611
410          end
411          item
412            Command = ecToggleMode
413            ShortCut = 45
414          end
415          item
416            Command = ecCopy
417            ShortCut = 16429
418          end
419          item
420            Command = ecPaste
421            ShortCut = 8237
422          end
423          item
424            Command = ecDeleteChar
425            ShortCut = 46
426          end
427          item
428            Command = ecCut
429            ShortCut = 8238
430          end
431          item
432            Command = ecDeleteLastChar
433            ShortCut = 8
434          end
435          item
436            Command = ecDeleteLastChar
437            ShortCut = 8200
438          end
439          item
440            Command = ecDeleteLastWord
441            ShortCut = 16392
442          end
443          item
444            Command = ecUndo
445            ShortCut = 32776
446          end
447          item
448            Command = ecRedo
449            ShortCut = 40968
450          end
451          item
452            Command = ecLineBreak
453            ShortCut = 13
454          end
455          item
456            Command = ecSelectAll
457            ShortCut = 16449
458          end
459          item
460            Command = ecCopy
461            ShortCut = 16451
462          end
463          item
464            Command = ecBlockIndent
465            ShortCut = 24649
466          end
467          item
468            Command = ecLineBreak
469            ShortCut = 16461
470          end
471          item
472            Command = ecInsertLine
473            ShortCut = 16462
474          end
475          item
476            Command = ecDeleteWord
477            ShortCut = 16468
478          end
479          item
480            Command = ecBlockUnindent
481            ShortCut = 24661
482          end
483          item
484            Command = ecPaste
485            ShortCut = 16470
486          end
487          item
488            Command = ecCut
489            ShortCut = 16472
490          end
491          item
492            Command = ecDeleteLine
493            ShortCut = 16473
494          end
495          item
496            Command = ecDeleteEOL
497            ShortCut = 24665
498          end
499          item
500            Command = ecUndo
501            ShortCut = 16474
502          end
503          item
504            Command = ecRedo
505            ShortCut = 24666
506          end
507          item
508            Command = ecGotoMarker0
509            ShortCut = 16432
510          end
511          item
512            Command = ecGotoMarker1
513            ShortCut = 16433
514          end
515          item
516            Command = ecGotoMarker2
517            ShortCut = 16434
518          end
519          item
520            Command = ecGotoMarker3
521            ShortCut = 16435
522          end
523          item
524            Command = ecGotoMarker4
525            ShortCut = 16436
526          end
527          item
528            Command = ecGotoMarker5
529            ShortCut = 16437
530          end
531          item
532            Command = ecGotoMarker6
533            ShortCut = 16438
534          end
535          item
536            Command = ecGotoMarker7
537            ShortCut = 16439
538          end
539          item
540            Command = ecGotoMarker8
541            ShortCut = 16440
542          end
543          item
544            Command = ecGotoMarker9
545            ShortCut = 16441
546          end
547          item
548            Command = ecSetMarker0
549            ShortCut = 24624
550          end
551          item
552            Command = ecSetMarker1
553            ShortCut = 24625
554          end
555          item
556            Command = ecSetMarker2
557            ShortCut = 24626
558          end
559          item
560            Command = ecSetMarker3
561            ShortCut = 24627
562          end
563          item
564            Command = ecSetMarker4
565            ShortCut = 24628
566          end
567          item
568            Command = ecSetMarker5
569            ShortCut = 24629
570          end
571          item
572            Command = ecSetMarker6
573            ShortCut = 24630
574          end
575          item
576            Command = ecSetMarker7
577            ShortCut = 24631
578          end
579          item
580            Command = ecSetMarker8
581            ShortCut = 24632
582          end
583          item
584            Command = ecSetMarker9
585            ShortCut = 24633
586          end
587          item
588            Command = ecNormalSelect
589            ShortCut = 24654
590          end
591          item
592            Command = ecColumnSelect
593            ShortCut = 24643
594          end
595          item
596            Command = ecLineSelect
597            ShortCut = 24652
598          end
599          item
600            Command = ecTab
601            ShortCut = 9
602          end
603          item
604            Command = ecShiftTab
605            ShortCut = 8201
606          end
607          item
608            Command = ecMatchBracket
609            ShortCut = 24642
610          end>
611        MouseActions = <
612          item
613            ShiftMask = [ssShift, ssAlt]
614            ClickDir = cdDown
615            Command = emcStartSelections
616            MoveCaret = True
617          end
618          item
619            Shift = [ssShift]
620            ShiftMask = [ssShift, ssAlt]
621            ClickDir = cdDown
622            Command = emcStartSelections
623            MoveCaret = True
624            Option = 1
625          end
626          item
627            Shift = [ssAlt]
628            ShiftMask = [ssShift, ssAlt]
629            ClickDir = cdDown
630            Command = emcStartColumnSelections
631            MoveCaret = True
632          end
633          item
634            Shift = [ssShift, ssAlt]
635            ShiftMask = [ssShift, ssAlt]
636            ClickDir = cdDown
637            Command = emcStartColumnSelections
638            MoveCaret = True
639            Option = 1
640          end
641          item
642            Button = mbRight
643            Command = emcContextMenu
644          end
645          item
646            ClickCount = ccDouble
647            ClickDir = cdDown
648            Command = emcSelectWord
649            MoveCaret = True
650          end
651          item
652            ClickCount = ccTriple
653            ClickDir = cdDown
654            Command = emcSelectLine
655            MoveCaret = True
656          end
657          item
658            ClickCount = ccQuad
659            ClickDir = cdDown
660            Command = emcSelectPara
661            MoveCaret = True
662          end
663          item
664            Button = mbMiddle
665            ClickDir = cdDown
666            Command = emcPasteSelection
667            MoveCaret = True
668          end
669          item
670            Shift = [ssCtrl]
671            ShiftMask = [ssShift, ssAlt, ssCtrl]
672            Command = emcMouseLink
673          end>
674        MouseTextActions = <>
675        MouseSelActions = <
676          item
677            ClickDir = cdDown
678            Command = emcStartDragMove
679          end>
680        Lines.Strings = (
681          'SrcPreviewSynEdit'
682        )
683        VisibleSpecialChars = [vscSpace, vscTabAtLast]
684        SelectedColor.BackPriority = 50
685        SelectedColor.ForePriority = 50
686        SelectedColor.FramePriority = 50
687        SelectedColor.BoldPriority = 50
688        SelectedColor.ItalicPriority = 50
689        SelectedColor.UnderlinePriority = 50
690        SelectedColor.StrikeOutPriority = 50
691        BracketHighlightStyle = sbhsBoth
692        BracketMatchColor.Background = clNone
693        BracketMatchColor.Foreground = clNone
694        BracketMatchColor.Style = [fsBold]
695        FoldedCodeColor.Background = clNone
696        FoldedCodeColor.Foreground = clGray
697        FoldedCodeColor.FrameColor = clGray
698        MouseLinkColor.Background = clNone
699        MouseLinkColor.Foreground = clBlue
700        LineHighlightColor.Background = clNone
701        LineHighlightColor.Foreground = clNone
702        WantTabs = False
703        inline TSynGutterPartList
704          object TSynGutterMarks
705            Width = 24
706            MouseActions = <>
707          end
708          object TSynGutterLineNumber
709            Width = 19
710            MouseActions = <>
711            MarkupInfo.Background = clBtnFace
712            MarkupInfo.Foreground = clNone
713            DigitCount = 2
714            ShowOnlyLineNumbersMultiplesOf = 1
715            ZeroStart = False
716            LeadingZeros = False
717          end
718          object TSynGutterChanges
719            Width = 4
720            MouseActions = <>
721            ModifiedColor = 59900
722            SavedColor = clGreen
723          end
724          object TSynGutterSeparator
725            Width = 2
726            MouseActions = <>
727            MarkupInfo.Background = clWhite
728            MarkupInfo.Foreground = clGray
729          end
730          object TSynGutterCodeFolding
731            MouseActions = <
732              item
733                Button = mbRight
734                Command = emcCodeFoldContextMenu
735              end
736              item
737                ShiftMask = [ssShift]
738                Button = mbMiddle
739                ClickCount = ccAny
740                ClickDir = cdDown
741                Command = emcCodeFoldCollaps
742              end
743              item
744                Shift = [ssShift]
745                ShiftMask = [ssShift]
746                Button = mbMiddle
747                ClickCount = ccAny
748                ClickDir = cdDown
749                Command = emcCodeFoldCollaps
750                Option = 1
751              end
752              item
753                ClickCount = ccAny
754                ClickDir = cdDown
755                Command = emcNone
756              end>
757            MarkupInfo.Background = clNone
758            MarkupInfo.Foreground = clGray
759            MouseActionsExpanded = <
760              item
761                ClickCount = ccAny
762                ClickDir = cdDown
763                Command = emcCodeFoldCollaps
764              end>
765            MouseActionsCollapsed = <
766              item
767                Shift = [ssCtrl]
768                ShiftMask = [ssCtrl]
769                ClickCount = ccAny
770                ClickDir = cdDown
771                Command = emcCodeFoldExpand
772              end
773              item
774                ShiftMask = [ssCtrl]
775                ClickCount = ccAny
776                ClickDir = cdDown
777                Command = emcCodeFoldExpand
778                Option = 1
779              end>
780          end
781        end
782      end
783    end
784    object StringConstGroupBox: TGroupBox
785      Left = 0
786      Height = 121
787      Top = 140
788      Width = 637
789      Align = alClient
790      Anchors = [akLeft, akRight]
791      Caption = 'StringConstGroupBox'
792      ClientHeight = 101
793      ClientWidth = 633
794      Constraints.MinHeight = 80
795      TabOrder = 2
796      inline StringConstSynEdit: TSynEdit
797        Left = 6
798        Height = 89
799        Top = 6
800        Width = 621
801        Align = alClient
802        BorderSpacing.Around = 6
803        Font.Color = clBlack
804        Font.Height = -13
805        Font.Name = 'Courier'
806        Font.Pitch = fpFixed
807        Font.Quality = fqNonAntialiased
808        ParentColor = False
809        ParentFont = False
810        TabOrder = 0
811        BookMarkOptions.Xoffset = -18
812        Gutter.Visible = False
813        Gutter.Width = 59
814        Gutter.MouseActions = <
815          item
816            ClickCount = ccAny
817            ClickDir = cdDown
818            Command = emcOnMainGutterClick
819          end
820          item
821            Button = mbRight
822            Command = emcContextMenu
823          end>
824        RightGutter.Width = 0
825        RightGutter.MouseActions = <>
826        Highlighter = SynPasSyn
827        Keystrokes = <
828          item
829            Command = ecUp
830            ShortCut = 38
831          end
832          item
833            Command = ecSelUp
834            ShortCut = 8230
835          end
836          item
837            Command = ecScrollUp
838            ShortCut = 16422
839          end
840          item
841            Command = ecDown
842            ShortCut = 40
843          end
844          item
845            Command = ecSelDown
846            ShortCut = 8232
847          end
848          item
849            Command = ecScrollDown
850            ShortCut = 16424
851          end
852          item
853            Command = ecLeft
854            ShortCut = 37
855          end
856          item
857            Command = ecSelLeft
858            ShortCut = 8229
859          end
860          item
861            Command = ecWordLeft
862            ShortCut = 16421
863          end
864          item
865            Command = ecSelWordLeft
866            ShortCut = 24613
867          end
868          item
869            Command = ecRight
870            ShortCut = 39
871          end
872          item
873            Command = ecSelRight
874            ShortCut = 8231
875          end
876          item
877            Command = ecWordRight
878            ShortCut = 16423
879          end
880          item
881            Command = ecSelWordRight
882            ShortCut = 24615
883          end
884          item
885            Command = ecPageDown
886            ShortCut = 34
887          end
888          item
889            Command = ecSelPageDown
890            ShortCut = 8226
891          end
892          item
893            Command = ecPageBottom
894            ShortCut = 16418
895          end
896          item
897            Command = ecSelPageBottom
898            ShortCut = 24610
899          end
900          item
901            Command = ecPageUp
902            ShortCut = 33
903          end
904          item
905            Command = ecSelPageUp
906            ShortCut = 8225
907          end
908          item
909            Command = ecPageTop
910            ShortCut = 16417
911          end
912          item
913            Command = ecSelPageTop
914            ShortCut = 24609
915          end
916          item
917            Command = ecLineStart
918            ShortCut = 36
919          end
920          item
921            Command = ecSelLineStart
922            ShortCut = 8228
923          end
924          item
925            Command = ecEditorTop
926            ShortCut = 16420
927          end
928          item
929            Command = ecSelEditorTop
930            ShortCut = 24612
931          end
932          item
933            Command = ecLineEnd
934            ShortCut = 35
935          end
936          item
937            Command = ecSelLineEnd
938            ShortCut = 8227
939          end
940          item
941            Command = ecEditorBottom
942            ShortCut = 16419
943          end
944          item
945            Command = ecSelEditorBottom
946            ShortCut = 24611
947          end
948          item
949            Command = ecToggleMode
950            ShortCut = 45
951          end
952          item
953            Command = ecCopy
954            ShortCut = 16429
955          end
956          item
957            Command = ecPaste
958            ShortCut = 8237
959          end
960          item
961            Command = ecDeleteChar
962            ShortCut = 46
963          end
964          item
965            Command = ecCut
966            ShortCut = 8238
967          end
968          item
969            Command = ecDeleteLastChar
970            ShortCut = 8
971          end
972          item
973            Command = ecDeleteLastChar
974            ShortCut = 8200
975          end
976          item
977            Command = ecDeleteLastWord
978            ShortCut = 16392
979          end
980          item
981            Command = ecUndo
982            ShortCut = 32776
983          end
984          item
985            Command = ecRedo
986            ShortCut = 40968
987          end
988          item
989            Command = ecLineBreak
990            ShortCut = 13
991          end
992          item
993            Command = ecSelectAll
994            ShortCut = 16449
995          end
996          item
997            Command = ecCopy
998            ShortCut = 16451
999          end
1000          item
1001            Command = ecBlockIndent
1002            ShortCut = 24649
1003          end
1004          item
1005            Command = ecLineBreak
1006            ShortCut = 16461
1007          end
1008          item
1009            Command = ecInsertLine
1010            ShortCut = 16462
1011          end
1012          item
1013            Command = ecDeleteWord
1014            ShortCut = 16468
1015          end
1016          item
1017            Command = ecBlockUnindent
1018            ShortCut = 24661
1019          end
1020          item
1021            Command = ecPaste
1022            ShortCut = 16470
1023          end
1024          item
1025            Command = ecCut
1026            ShortCut = 16472
1027          end
1028          item
1029            Command = ecDeleteLine
1030            ShortCut = 16473
1031          end
1032          item
1033            Command = ecDeleteEOL
1034            ShortCut = 24665
1035          end
1036          item
1037            Command = ecUndo
1038            ShortCut = 16474
1039          end
1040          item
1041            Command = ecRedo
1042            ShortCut = 24666
1043          end
1044          item
1045            Command = ecGotoMarker0
1046            ShortCut = 16432
1047          end
1048          item
1049            Command = ecGotoMarker1
1050            ShortCut = 16433
1051          end
1052          item
1053            Command = ecGotoMarker2
1054            ShortCut = 16434
1055          end
1056          item
1057            Command = ecGotoMarker3
1058            ShortCut = 16435
1059          end
1060          item
1061            Command = ecGotoMarker4
1062            ShortCut = 16436
1063          end
1064          item
1065            Command = ecGotoMarker5
1066            ShortCut = 16437
1067          end
1068          item
1069            Command = ecGotoMarker6
1070            ShortCut = 16438
1071          end
1072          item
1073            Command = ecGotoMarker7
1074            ShortCut = 16439
1075          end
1076          item
1077            Command = ecGotoMarker8
1078            ShortCut = 16440
1079          end
1080          item
1081            Command = ecGotoMarker9
1082            ShortCut = 16441
1083          end
1084          item
1085            Command = ecSetMarker0
1086            ShortCut = 24624
1087          end
1088          item
1089            Command = ecSetMarker1
1090            ShortCut = 24625
1091          end
1092          item
1093            Command = ecSetMarker2
1094            ShortCut = 24626
1095          end
1096          item
1097            Command = ecSetMarker3
1098            ShortCut = 24627
1099          end
1100          item
1101            Command = ecSetMarker4
1102            ShortCut = 24628
1103          end
1104          item
1105            Command = ecSetMarker5
1106            ShortCut = 24629
1107          end
1108          item
1109            Command = ecSetMarker6
1110            ShortCut = 24630
1111          end
1112          item
1113            Command = ecSetMarker7
1114            ShortCut = 24631
1115          end
1116          item
1117            Command = ecSetMarker8
1118            ShortCut = 24632
1119          end
1120          item
1121            Command = ecSetMarker9
1122            ShortCut = 24633
1123          end
1124          item
1125            Command = ecNormalSelect
1126            ShortCut = 24654
1127          end
1128          item
1129            Command = ecColumnSelect
1130            ShortCut = 24643
1131          end
1132          item
1133            Command = ecLineSelect
1134            ShortCut = 24652
1135          end
1136          item
1137            Command = ecTab
1138            ShortCut = 9
1139          end
1140          item
1141            Command = ecShiftTab
1142            ShortCut = 8201
1143          end
1144          item
1145            Command = ecMatchBracket
1146            ShortCut = 24642
1147          end>
1148        MouseActions = <
1149          item
1150            ShiftMask = [ssShift, ssAlt]
1151            ClickDir = cdDown
1152            Command = emcStartSelections
1153            MoveCaret = True
1154          end
1155          item
1156            Shift = [ssShift]
1157            ShiftMask = [ssShift, ssAlt]
1158            ClickDir = cdDown
1159            Command = emcStartSelections
1160            MoveCaret = True
1161            Option = 1
1162          end
1163          item
1164            Shift = [ssAlt]
1165            ShiftMask = [ssShift, ssAlt]
1166            ClickDir = cdDown
1167            Command = emcStartColumnSelections
1168            MoveCaret = True
1169          end
1170          item
1171            Shift = [ssShift, ssAlt]
1172            ShiftMask = [ssShift, ssAlt]
1173            ClickDir = cdDown
1174            Command = emcStartColumnSelections
1175            MoveCaret = True
1176            Option = 1
1177          end
1178          item
1179            Button = mbRight
1180            Command = emcContextMenu
1181          end
1182          item
1183            ClickCount = ccDouble
1184            ClickDir = cdDown
1185            Command = emcSelectWord
1186            MoveCaret = True
1187          end
1188          item
1189            ClickCount = ccTriple
1190            ClickDir = cdDown
1191            Command = emcSelectLine
1192            MoveCaret = True
1193          end
1194          item
1195            ClickCount = ccQuad
1196            ClickDir = cdDown
1197            Command = emcSelectPara
1198            MoveCaret = True
1199          end
1200          item
1201            Button = mbMiddle
1202            ClickDir = cdDown
1203            Command = emcPasteSelection
1204            MoveCaret = True
1205          end
1206          item
1207            Shift = [ssCtrl]
1208            ShiftMask = [ssShift, ssAlt, ssCtrl]
1209            Command = emcMouseLink
1210          end>
1211        MouseTextActions = <>
1212        MouseSelActions = <
1213          item
1214            ClickDir = cdDown
1215            Command = emcStartDragMove
1216          end>
1217        Lines.Strings = (
1218          'StringConstSynEdit'
1219        )
1220        VisibleSpecialChars = [vscSpace, vscTabAtLast]
1221        SelectedColor.BackPriority = 50
1222        SelectedColor.ForePriority = 50
1223        SelectedColor.FramePriority = 50
1224        SelectedColor.BoldPriority = 50
1225        SelectedColor.ItalicPriority = 50
1226        SelectedColor.UnderlinePriority = 50
1227        SelectedColor.StrikeOutPriority = 50
1228        BracketHighlightStyle = sbhsBoth
1229        BracketMatchColor.Background = clNone
1230        BracketMatchColor.Foreground = clNone
1231        BracketMatchColor.Style = [fsBold]
1232        FoldedCodeColor.Background = clNone
1233        FoldedCodeColor.Foreground = clGray
1234        FoldedCodeColor.FrameColor = clGray
1235        MouseLinkColor.Background = clNone
1236        MouseLinkColor.Foreground = clBlue
1237        LineHighlightColor.Background = clNone
1238        LineHighlightColor.Foreground = clNone
1239        WantTabs = False
1240        inline TSynGutterPartList
1241          object TSynGutterMarks
1242            Width = 24
1243            MouseActions = <>
1244          end
1245          object TSynGutterLineNumber
1246            Width = 19
1247            MouseActions = <>
1248            MarkupInfo.Background = clBtnFace
1249            MarkupInfo.Foreground = clNone
1250            DigitCount = 2
1251            ShowOnlyLineNumbersMultiplesOf = 1
1252            ZeroStart = False
1253            LeadingZeros = False
1254          end
1255          object TSynGutterChanges
1256            Width = 4
1257            MouseActions = <>
1258            ModifiedColor = 59900
1259            SavedColor = clGreen
1260          end
1261          object TSynGutterSeparator
1262            Width = 2
1263            MouseActions = <>
1264            MarkupInfo.Background = clWhite
1265            MarkupInfo.Foreground = clGray
1266          end
1267          object TSynGutterCodeFolding
1268            MouseActions = <
1269              item
1270                Button = mbRight
1271                Command = emcCodeFoldContextMenu
1272              end
1273              item
1274                ShiftMask = [ssShift]
1275                Button = mbMiddle
1276                ClickCount = ccAny
1277                ClickDir = cdDown
1278                Command = emcCodeFoldCollaps
1279              end
1280              item
1281                Shift = [ssShift]
1282                ShiftMask = [ssShift]
1283                Button = mbMiddle
1284                ClickCount = ccAny
1285                ClickDir = cdDown
1286                Command = emcCodeFoldCollaps
1287                Option = 1
1288              end
1289              item
1290                ClickCount = ccAny
1291                ClickDir = cdDown
1292                Command = emcNone
1293              end>
1294            MarkupInfo.Background = clNone
1295            MarkupInfo.Foreground = clGray
1296            MouseActionsExpanded = <
1297              item
1298                ClickCount = ccAny
1299                ClickDir = cdDown
1300                Command = emcCodeFoldCollaps
1301              end>
1302            MouseActionsCollapsed = <
1303              item
1304                Shift = [ssCtrl]
1305                ShiftMask = [ssCtrl]
1306                ClickCount = ccAny
1307                ClickDir = cdDown
1308                Command = emcCodeFoldExpand
1309              end
1310              item
1311                ShiftMask = [ssCtrl]
1312                ClickCount = ccAny
1313                ClickDir = cdDown
1314                Command = emcCodeFoldExpand
1315                Option = 1
1316              end>
1317          end
1318        end
1319      end
1320    end
1321    object Splitter1: TSplitter
1322      Cursor = crVSplit
1323      Left = 0
1324      Height = 5
1325      Top = 135
1326      Width = 637
1327      Align = alTop
1328      AutoSnap = False
1329      ResizeAnchor = akTop
1330    end
1331  end
1332  object ButtonPanel1: TButtonPanel
1333    Left = 6
1334    Height = 26
1335    Top = 503
1336    Width = 637
1337    OKButton.Name = 'OKButton'
1338    OKButton.DefaultCaption = True
1339    OKButton.OnClick = OkButtonClick
1340    HelpButton.Name = 'HelpButton'
1341    HelpButton.DefaultCaption = True
1342    HelpButton.OnClick = HelpButtonClick
1343    CloseButton.Name = 'CloseButton'
1344    CloseButton.DefaultCaption = True
1345    CancelButton.Name = 'CancelButton'
1346    CancelButton.DefaultCaption = True
1347    TabOrder = 2
1348    ShowButtons = [pbOK, pbCancel, pbHelp]
1349    ShowBevel = False
1350  end
1351  object SynPasSyn: TSynPasSyn
1352    Enabled = False
1353    CompilerMode = pcmDelphi
1354    NestedComments = False
1355    left = 360
1356    top = 24
1357  end
1358end
1359