1object CodeToolsDefinesDialog: TCodeToolsDefinesDialog
2  Left = 351
3  Height = 581
4  Top = 175
5  Width = 592
6  BorderIcons = [biSystemMenu, biMaximize]
7  Caption = 'CodeToolsDefinesDialog'
8  ClientHeight = 581
9  ClientWidth = 592
10  OnClose = CodeToolsDefinesDialogCLOSE
11  OnCreate = CodeToolsDefinesDialogCREATE
12  OnDestroy = FormDestroy
13  Position = poScreenCenter
14  LCLVersion = '1.9.0.0'
15  object DirectoryGroupbox: TGroupBox
16    AnchorSideLeft.Control = ValuesTabSheet
17    AnchorSideTop.Control = ValuesTabSheet
18    AnchorSideRight.Control = ValuesTabSheet
19    Left = 6
20    Height = 55
21    Top = 6
22    Width = 580
23    Align = alTop
24    AutoSize = True
25    BorderSpacing.Around = 6
26    Caption = 'DirectoryGroupbox'
27    ClientHeight = 35
28    ClientWidth = 576
29    TabOrder = 0
30    object DirectoryCombobox: TComboBox
31      AnchorSideRight.Control = DirectoryBrowseButton
32      Left = 6
33      Height = 23
34      Top = 6
35      Width = 534
36      Anchors = [akTop, akLeft, akRight]
37      BorderSpacing.Around = 6
38      ItemHeight = 15
39      OnChange = DirectoryComboboxCHANGE
40      TabOrder = 0
41      Text = 'DirectoryCombobox'
42    end
43    object DirectoryBrowseButton: TButton
44      AnchorSideTop.Control = DirectoryCombobox
45      AnchorSideRight.Control = DirectoryGroupbox
46      AnchorSideRight.Side = asrBottom
47      AnchorSideBottom.Control = DirectoryCombobox
48      AnchorSideBottom.Side = asrBottom
49      Left = 546
50      Height = 23
51      Top = 6
52      Width = 25
53      Anchors = [akTop, akRight, akBottom]
54      BorderSpacing.Right = 5
55      Caption = '...'
56      OnClick = DirectoryBrowseButtonCLICK
57      TabOrder = 1
58    end
59  end
60  object PageControl1: TPageControl
61    Left = 6
62    Height = 476
63    Top = 67
64    Width = 580
65    ActivePage = ValuesTabSheet
66    Align = alClient
67    BorderSpacing.Around = 6
68    TabIndex = 0
69    TabOrder = 1
70    object ValuesTabSheet: TTabSheet
71      Caption = 'ValuesTabSheet'
72      ClientHeight = 448
73      ClientWidth = 572
74      object ValuesListview: TListView
75        Left = 6
76        Height = 296
77        Top = 6
78        Width = 296
79        Align = alLeft
80        BorderSpacing.Around = 6
81        Columns = <>
82        SortType = stText
83        TabOrder = 0
84        ViewStyle = vsReport
85        OnSelectItem = ValuesListviewSELECTITEM
86      end
87      object ValueGroupbox: TGroupBox
88        Left = 6
89        Height = 123
90        Top = 319
91        Width = 560
92        Align = alBottom
93        Anchors = [akLeft, akBottom]
94        BorderSpacing.Around = 6
95        Caption = 'Value'
96        ClientHeight = 103
97        ClientWidth = 556
98        TabOrder = 4
99        inline ValueSynedit: TSynEdit
100          Cursor = crDefault
101          Left = 6
102          Height = 91
103          Top = 6
104          Width = 544
105          Align = alClient
106          BorderSpacing.Around = 6
107          Font.Height = -15
108          Font.Name = 'courier'
109          Font.Pitch = fpFixed
110          Font.Quality = fqNonAntialiased
111          ParentColor = False
112          ParentFont = False
113          TabOrder = 0
114          BookMarkOptions.Xoffset = -18
115          Gutter.Visible = False
116          Gutter.Width = 57
117          Gutter.MouseActions = <
118            item
119              ClickCount = ccAny
120              ClickDir = cdDown
121              Command = emcOnMainGutterClick
122            end
123            item
124              Button = mbRight
125              Command = emcContextMenu
126            end>
127          RightGutter.Width = 0
128          RightGutter.MouseActions = <
129            item
130              ClickCount = ccAny
131              ClickDir = cdDown
132              Command = emcOnMainGutterClick
133            end
134            item
135              Button = mbRight
136              Command = emcContextMenu
137            end>
138          Keystrokes = <
139            item
140              Command = ecUp
141              ShortCut = 38
142            end
143            item
144              Command = ecSelUp
145              ShortCut = 8230
146            end
147            item
148              Command = ecScrollUp
149              ShortCut = 16422
150            end
151            item
152              Command = ecDown
153              ShortCut = 40
154            end
155            item
156              Command = ecSelDown
157              ShortCut = 8232
158            end
159            item
160              Command = ecScrollDown
161              ShortCut = 16424
162            end
163            item
164              Command = ecLeft
165              ShortCut = 37
166            end
167            item
168              Command = ecSelLeft
169              ShortCut = 8229
170            end
171            item
172              Command = ecWordLeft
173              ShortCut = 16421
174            end
175            item
176              Command = ecSelWordLeft
177              ShortCut = 24613
178            end
179            item
180              Command = ecRight
181              ShortCut = 39
182            end
183            item
184              Command = ecSelRight
185              ShortCut = 8231
186            end
187            item
188              Command = ecWordRight
189              ShortCut = 16423
190            end
191            item
192              Command = ecSelWordRight
193              ShortCut = 24615
194            end
195            item
196              Command = ecPageDown
197              ShortCut = 34
198            end
199            item
200              Command = ecSelPageDown
201              ShortCut = 8226
202            end
203            item
204              Command = ecPageBottom
205              ShortCut = 16418
206            end
207            item
208              Command = ecSelPageBottom
209              ShortCut = 24610
210            end
211            item
212              Command = ecPageUp
213              ShortCut = 33
214            end
215            item
216              Command = ecSelPageUp
217              ShortCut = 8225
218            end
219            item
220              Command = ecPageTop
221              ShortCut = 16417
222            end
223            item
224              Command = ecSelPageTop
225              ShortCut = 24609
226            end
227            item
228              Command = ecLineStart
229              ShortCut = 36
230            end
231            item
232              Command = ecSelLineStart
233              ShortCut = 8228
234            end
235            item
236              Command = ecEditorTop
237              ShortCut = 16420
238            end
239            item
240              Command = ecSelEditorTop
241              ShortCut = 24612
242            end
243            item
244              Command = ecLineEnd
245              ShortCut = 35
246            end
247            item
248              Command = ecSelLineEnd
249              ShortCut = 8227
250            end
251            item
252              Command = ecEditorBottom
253              ShortCut = 16419
254            end
255            item
256              Command = ecSelEditorBottom
257              ShortCut = 24611
258            end
259            item
260              Command = ecToggleMode
261              ShortCut = 45
262            end
263            item
264              Command = ecCopy
265              ShortCut = 16429
266            end
267            item
268              Command = ecPaste
269              ShortCut = 8237
270            end
271            item
272              Command = ecDeleteChar
273              ShortCut = 46
274            end
275            item
276              Command = ecCut
277              ShortCut = 8238
278            end
279            item
280              Command = ecDeleteLastChar
281              ShortCut = 8
282            end
283            item
284              Command = ecDeleteLastChar
285              ShortCut = 8200
286            end
287            item
288              Command = ecDeleteLastWord
289              ShortCut = 16392
290            end
291            item
292              Command = ecUndo
293              ShortCut = 32776
294            end
295            item
296              Command = ecRedo
297              ShortCut = 40968
298            end
299            item
300              Command = ecLineBreak
301              ShortCut = 13
302            end
303            item
304              Command = ecSelectAll
305              ShortCut = 16449
306            end
307            item
308              Command = ecCopy
309              ShortCut = 16451
310            end
311            item
312              Command = ecBlockIndent
313              ShortCut = 24649
314            end
315            item
316              Command = ecLineBreak
317              ShortCut = 16461
318            end
319            item
320              Command = ecInsertLine
321              ShortCut = 16462
322            end
323            item
324              Command = ecDeleteWord
325              ShortCut = 16468
326            end
327            item
328              Command = ecBlockUnindent
329              ShortCut = 24661
330            end
331            item
332              Command = ecPaste
333              ShortCut = 16470
334            end
335            item
336              Command = ecCut
337              ShortCut = 16472
338            end
339            item
340              Command = ecDeleteLine
341              ShortCut = 16473
342            end
343            item
344              Command = ecDeleteEOL
345              ShortCut = 24665
346            end
347            item
348              Command = ecUndo
349              ShortCut = 16474
350            end
351            item
352              Command = ecRedo
353              ShortCut = 24666
354            end
355            item
356              Command = ecGotoMarker0
357              ShortCut = 16432
358            end
359            item
360              Command = ecGotoMarker1
361              ShortCut = 16433
362            end
363            item
364              Command = ecGotoMarker2
365              ShortCut = 16434
366            end
367            item
368              Command = ecGotoMarker3
369              ShortCut = 16435
370            end
371            item
372              Command = ecGotoMarker4
373              ShortCut = 16436
374            end
375            item
376              Command = ecGotoMarker5
377              ShortCut = 16437
378            end
379            item
380              Command = ecGotoMarker6
381              ShortCut = 16438
382            end
383            item
384              Command = ecGotoMarker7
385              ShortCut = 16439
386            end
387            item
388              Command = ecGotoMarker8
389              ShortCut = 16440
390            end
391            item
392              Command = ecGotoMarker9
393              ShortCut = 16441
394            end
395            item
396              Command = ecSetMarker0
397              ShortCut = 24624
398            end
399            item
400              Command = ecSetMarker1
401              ShortCut = 24625
402            end
403            item
404              Command = ecSetMarker2
405              ShortCut = 24626
406            end
407            item
408              Command = ecSetMarker3
409              ShortCut = 24627
410            end
411            item
412              Command = ecSetMarker4
413              ShortCut = 24628
414            end
415            item
416              Command = ecSetMarker5
417              ShortCut = 24629
418            end
419            item
420              Command = ecSetMarker6
421              ShortCut = 24630
422            end
423            item
424              Command = ecSetMarker7
425              ShortCut = 24631
426            end
427            item
428              Command = ecSetMarker8
429              ShortCut = 24632
430            end
431            item
432              Command = ecSetMarker9
433              ShortCut = 24633
434            end
435            item
436              Command = ecNormalSelect
437              ShortCut = 24654
438            end
439            item
440              Command = ecColumnSelect
441              ShortCut = 24643
442            end
443            item
444              Command = ecLineSelect
445              ShortCut = 24652
446            end
447            item
448              Command = ecTab
449              ShortCut = 9
450            end
451            item
452              Command = ecShiftTab
453              ShortCut = 8201
454            end
455            item
456              Command = ecMatchBracket
457              ShortCut = 24642
458            end>
459          MouseActions = <
460            item
461              ShiftMask = [ssShift, ssAlt]
462              ClickDir = cdDown
463              Command = emcStartSelections
464              MoveCaret = True
465            end
466            item
467              Shift = [ssShift]
468              ShiftMask = [ssShift, ssAlt]
469              ClickDir = cdDown
470              Command = emcStartSelections
471              MoveCaret = True
472              Option = 1
473            end
474            item
475              Shift = [ssAlt]
476              ShiftMask = [ssShift, ssAlt]
477              ClickDir = cdDown
478              Command = emcStartColumnSelections
479              MoveCaret = True
480            end
481            item
482              Shift = [ssShift, ssAlt]
483              ShiftMask = [ssShift, ssAlt]
484              ClickDir = cdDown
485              Command = emcStartColumnSelections
486              MoveCaret = True
487              Option = 1
488            end
489            item
490              Button = mbRight
491              Command = emcContextMenu
492            end
493            item
494              ClickCount = ccDouble
495              ClickDir = cdDown
496              Command = emcSelectWord
497              MoveCaret = True
498            end
499            item
500              ClickCount = ccTriple
501              ClickDir = cdDown
502              Command = emcSelectLine
503              MoveCaret = True
504            end
505            item
506              ClickCount = ccQuad
507              ClickDir = cdDown
508              Command = emcSelectPara
509              MoveCaret = True
510            end
511            item
512              Button = mbMiddle
513              ClickDir = cdDown
514              Command = emcPasteSelection
515              MoveCaret = True
516            end
517            item
518              Shift = [ssCtrl]
519              ShiftMask = [ssShift, ssAlt, ssCtrl]
520              Command = emcMouseLink
521            end
522            item
523              Shift = [ssCtrl]
524              ShiftMask = [ssShift, ssAlt, ssCtrl]
525              Command = emcMouseLink
526            end
527            item
528              Shift = [ssCtrl]
529              ShiftMask = [ssShift, ssAlt, ssCtrl]
530              Command = emcMouseLink
531            end
532            item
533              Shift = [ssCtrl]
534              ShiftMask = [ssShift, ssAlt, ssCtrl]
535              Command = emcMouseLink
536            end
537            item
538              Shift = [ssCtrl]
539              ShiftMask = [ssShift, ssAlt, ssCtrl]
540              Command = emcMouseLink
541            end
542            item
543              Shift = [ssCtrl]
544              ShiftMask = [ssShift, ssAlt, ssCtrl]
545              Command = emcMouseLink
546            end>
547          MouseTextActions = <>
548          MouseSelActions = <
549            item
550              ClickDir = cdDown
551              Command = emcStartDragMove
552            end
553            item
554              ClickDir = cdDown
555              Command = emcStartDragMove
556            end
557            item
558              ClickDir = cdDown
559              Command = emcStartDragMove
560            end
561            item
562              ClickDir = cdDown
563              Command = emcStartDragMove
564            end
565            item
566              ClickDir = cdDown
567              Command = emcStartDragMove
568            end
569            item
570              ClickDir = cdDown
571              Command = emcStartDragMove
572            end>
573          Options = [eoAutoIndent, eoBracketHighlight, eoScrollPastEol, eoShowScrollHint, eoSmartTabs, eoTabsToSpaces, eoTrimTrailingSpaces, eoDragDropEditing, eoShowCtrlMouseLinks]
574          MouseOptions = [emDragDropEditing, emShowCtrlMouseLinks]
575          VisibleSpecialChars = [vscSpace, vscTabAtLast]
576          ReadOnly = True
577          SelectedColor.BackPriority = 50
578          SelectedColor.ForePriority = 50
579          SelectedColor.FramePriority = 50
580          SelectedColor.BoldPriority = 50
581          SelectedColor.ItalicPriority = 50
582          SelectedColor.UnderlinePriority = 50
583          SelectedColor.StrikeOutPriority = 50
584          BracketHighlightStyle = sbhsBoth
585          BracketMatchColor.Background = clNone
586          BracketMatchColor.Foreground = clNone
587          BracketMatchColor.Style = [fsBold]
588          FoldedCodeColor.Background = clNone
589          FoldedCodeColor.Foreground = clGray
590          FoldedCodeColor.FrameColor = clGray
591          MouseLinkColor.Background = clNone
592          MouseLinkColor.Foreground = clBlue
593          LineHighlightColor.Background = clNone
594          LineHighlightColor.Foreground = clNone
595          WantTabs = False
596          inline TSynGutterPartList
597            object TSynGutterMarks
598              Width = 24
599              MouseActions = <>
600            end
601            object TSynGutterLineNumber
602              Width = 17
603              MouseActions = <>
604              MarkupInfo.Background = clBtnFace
605              MarkupInfo.Foreground = clNone
606              DigitCount = 2
607              ShowOnlyLineNumbersMultiplesOf = 1
608              ZeroStart = False
609              LeadingZeros = False
610            end
611            object TSynGutterChanges
612              Width = 4
613              MouseActions = <>
614              ModifiedColor = 59900
615              SavedColor = clGreen
616            end
617            object TSynGutterSeparator
618              Width = 2
619              MouseActions = <>
620              MarkupInfo.Background = clWhite
621              MarkupInfo.Foreground = clGray
622            end
623            object TSynGutterCodeFolding
624              MouseActions = <
625                item
626                  Button = mbRight
627                  Command = emcCodeFoldContextMenu
628                end
629                item
630                  ShiftMask = [ssShift]
631                  Button = mbMiddle
632                  ClickCount = ccAny
633                  ClickDir = cdDown
634                  Command = emcCodeFoldCollaps
635                end
636                item
637                  Shift = [ssShift]
638                  ShiftMask = [ssShift]
639                  Button = mbMiddle
640                  ClickCount = ccAny
641                  ClickDir = cdDown
642                  Command = emcCodeFoldCollaps
643                  Option = 1
644                end
645                item
646                  ClickCount = ccAny
647                  ClickDir = cdDown
648                  Command = emcNone
649                end>
650              MarkupInfo.Background = clNone
651              MarkupInfo.Foreground = clGray
652              MouseActionsExpanded = <
653                item
654                  ClickCount = ccAny
655                  ClickDir = cdDown
656                  Command = emcCodeFoldCollaps
657                end>
658              MouseActionsCollapsed = <
659                item
660                  Shift = [ssCtrl]
661                  ShiftMask = [ssCtrl]
662                  ClickCount = ccAny
663                  ClickDir = cdDown
664                  Command = emcCodeFoldExpand
665                end
666                item
667                  ShiftMask = [ssCtrl]
668                  ClickCount = ccAny
669                  ClickDir = cdDown
670                  Command = emcCodeFoldExpand
671                  Option = 1
672                end>
673            end
674          end
675        end
676      end
677      object MainSplitter: TSplitter
678        Left = 308
679        Height = 308
680        Top = 0
681        Width = 5
682      end
683      object TemplatesGroupBox: TGroupBox
684        Left = 319
685        Height = 296
686        Top = 6
687        Width = 247
688        Align = alClient
689        BorderSpacing.Around = 6
690        Caption = 'TemplatesGroupBox'
691        ClientHeight = 276
692        ClientWidth = 243
693        TabOrder = 1
694        object ParsedTemplatesTreeView: TTreeView
695          Left = 6
696          Height = 122
697          Top = 6
698          Width = 231
699          Align = alTop
700          BorderSpacing.Around = 6
701          ReadOnly = True
702          TabOrder = 0
703          OnSelectionChanged = ParsedTemplatesTreeViewSelectionChanged
704          Options = [tvoAutoItemHeight, tvoHideSelection, tvoKeepCollapsedNodes, tvoReadOnly, tvoShowButtons, tvoShowLines, tvoShowRoot, tvoToolTips, tvoThemedDraw]
705        end
706        object TemplatesSplitter: TSplitter
707          Cursor = crVSplit
708          Left = 0
709          Height = 5
710          Top = 134
711          Width = 243
712          Align = alTop
713          ResizeAnchor = akTop
714        end
715        object TemplatesMemo: TMemo
716          Left = 6
717          Height = 125
718          Top = 145
719          Width = 231
720          Align = alClient
721          BorderSpacing.Around = 6
722          ReadOnly = True
723          ScrollBars = ssBoth
724          TabOrder = 2
725          WordWrap = False
726        end
727      end
728      object Splitter1: TSplitter
729        Cursor = crVSplit
730        Left = 0
731        Height = 5
732        Top = 308
733        Width = 572
734        Align = alBottom
735        ResizeAnchor = akBottom
736      end
737    end
738    object ReportTabSheet: TTabSheet
739      Caption = 'ReportTabSheet'
740      ClientHeight = 437
741      ClientWidth = 576
742      object ReportMemo: TMemo
743        Left = 6
744        Height = 425
745        Top = 6
746        Width = 564
747        Align = alClient
748        BorderSpacing.Around = 6
749        ReadOnly = True
750        ScrollBars = ssBoth
751        TabOrder = 0
752      end
753    end
754  end
755  object ButtonPanel: TButtonPanel
756    Left = 6
757    Height = 26
758    Top = 549
759    Width = 580
760    OKButton.Name = 'OKButton'
761    OKButton.DefaultCaption = True
762    HelpButton.Name = 'HelpButton'
763    HelpButton.DefaultCaption = True
764    CloseButton.Name = 'CloseButton'
765    CloseButton.DefaultCaption = True
766    CloseButton.Enabled = False
767    CancelButton.Name = 'CancelButton'
768    CancelButton.DefaultCaption = True
769    CancelButton.Enabled = False
770    TabOrder = 2
771    ShowButtons = [pbOK, pbHelp]
772    ShowBevel = False
773  end
774end
775