1object EmptyMethodsDialog: TEmptyMethodsDialog
2  Left = 290
3  Height = 429
4  Top = 202
5  Width = 634
6  ActiveControl = PrivateCheckBox
7  BorderIcons = [biSystemMenu, biMaximize]
8  Caption = 'EmptyMethodsDialog'
9  ClientHeight = 429
10  ClientWidth = 634
11  OnCreate = FormCreate
12  Position = poScreenCenter
13  LCLVersion = '1.5'
14  object ButtonPanel1: TButtonPanel
15    Left = 6
16    Height = 26
17    Top = 397
18    Width = 622
19    OKButton.Name = 'OKButton'
20    OKButton.DefaultCaption = True
21    OKButton.OnClick = OKButtonClick
22    HelpButton.Name = 'HelpButton'
23    HelpButton.DefaultCaption = True
24    HelpButton.Enabled = False
25    CloseButton.Name = 'CloseButton'
26    CloseButton.DefaultCaption = True
27    CloseButton.Enabled = False
28    CancelButton.Name = 'CancelButton'
29    CancelButton.DefaultCaption = True
30    TabOrder = 2
31    ShowButtons = [pbOK, pbCancel]
32    ShowBevel = False
33  end
34  object MethodsGroupBox: TGroupBox
35    Left = 6
36    Height = 259
37    Top = 132
38    Width = 622
39    Align = alClient
40    BorderSpacing.Around = 6
41    Caption = 'MethodsGroupBox'
42    ClientHeight = 239
43    ClientWidth = 618
44    TabOrder = 1
45    inline MethodsSynEdit: TSynEdit
46      Left = 6
47      Height = 227
48      Top = 6
49      Width = 606
50      Align = alClient
51      BorderSpacing.Around = 6
52      Font.Height = -14
53      Font.Name = 'courier'
54      Font.Pitch = fpFixed
55      Font.Quality = fqNonAntialiased
56      ParentColor = False
57      ParentFont = False
58      TabOrder = 0
59      BookMarkOptions.Xoffset = -18
60      Gutter.Visible = False
61      Gutter.Width = 59
62      Gutter.MouseActions = <
63        item
64          ClickCount = ccAny
65          ClickDir = cdDown
66          Command = emcOnMainGutterClick
67        end
68        item
69          Button = mbRight
70          Command = emcContextMenu
71        end>
72      RightGutter.Width = 0
73      RightGutter.MouseActions = <
74        item
75          ClickCount = ccAny
76          ClickDir = cdDown
77          Command = emcOnMainGutterClick
78        end
79        item
80          Button = mbRight
81          Command = emcContextMenu
82        end>
83      Highlighter = SynPasSyn1
84      Keystrokes = <
85        item
86          Command = ecUp
87          ShortCut = 38
88        end
89        item
90          Command = ecSelUp
91          ShortCut = 8230
92        end
93        item
94          Command = ecScrollUp
95          ShortCut = 16422
96        end
97        item
98          Command = ecDown
99          ShortCut = 40
100        end
101        item
102          Command = ecSelDown
103          ShortCut = 8232
104        end
105        item
106          Command = ecScrollDown
107          ShortCut = 16424
108        end
109        item
110          Command = ecLeft
111          ShortCut = 37
112        end
113        item
114          Command = ecSelLeft
115          ShortCut = 8229
116        end
117        item
118          Command = ecWordLeft
119          ShortCut = 16421
120        end
121        item
122          Command = ecSelWordLeft
123          ShortCut = 24613
124        end
125        item
126          Command = ecRight
127          ShortCut = 39
128        end
129        item
130          Command = ecSelRight
131          ShortCut = 8231
132        end
133        item
134          Command = ecWordRight
135          ShortCut = 16423
136        end
137        item
138          Command = ecSelWordRight
139          ShortCut = 24615
140        end
141        item
142          Command = ecPageDown
143          ShortCut = 34
144        end
145        item
146          Command = ecSelPageDown
147          ShortCut = 8226
148        end
149        item
150          Command = ecPageBottom
151          ShortCut = 16418
152        end
153        item
154          Command = ecSelPageBottom
155          ShortCut = 24610
156        end
157        item
158          Command = ecPageUp
159          ShortCut = 33
160        end
161        item
162          Command = ecSelPageUp
163          ShortCut = 8225
164        end
165        item
166          Command = ecPageTop
167          ShortCut = 16417
168        end
169        item
170          Command = ecSelPageTop
171          ShortCut = 24609
172        end
173        item
174          Command = ecLineStart
175          ShortCut = 36
176        end
177        item
178          Command = ecSelLineStart
179          ShortCut = 8228
180        end
181        item
182          Command = ecEditorTop
183          ShortCut = 16420
184        end
185        item
186          Command = ecSelEditorTop
187          ShortCut = 24612
188        end
189        item
190          Command = ecLineEnd
191          ShortCut = 35
192        end
193        item
194          Command = ecSelLineEnd
195          ShortCut = 8227
196        end
197        item
198          Command = ecEditorBottom
199          ShortCut = 16419
200        end
201        item
202          Command = ecSelEditorBottom
203          ShortCut = 24611
204        end
205        item
206          Command = ecToggleMode
207          ShortCut = 45
208        end
209        item
210          Command = ecCopy
211          ShortCut = 16429
212        end
213        item
214          Command = ecPaste
215          ShortCut = 8237
216        end
217        item
218          Command = ecDeleteChar
219          ShortCut = 46
220        end
221        item
222          Command = ecCut
223          ShortCut = 8238
224        end
225        item
226          Command = ecDeleteLastChar
227          ShortCut = 8
228        end
229        item
230          Command = ecDeleteLastChar
231          ShortCut = 8200
232        end
233        item
234          Command = ecDeleteLastWord
235          ShortCut = 16392
236        end
237        item
238          Command = ecUndo
239          ShortCut = 32776
240        end
241        item
242          Command = ecRedo
243          ShortCut = 40968
244        end
245        item
246          Command = ecLineBreak
247          ShortCut = 13
248        end
249        item
250          Command = ecSelectAll
251          ShortCut = 16449
252        end
253        item
254          Command = ecCopy
255          ShortCut = 16451
256        end
257        item
258          Command = ecBlockIndent
259          ShortCut = 24649
260        end
261        item
262          Command = ecLineBreak
263          ShortCut = 16461
264        end
265        item
266          Command = ecInsertLine
267          ShortCut = 16462
268        end
269        item
270          Command = ecDeleteWord
271          ShortCut = 16468
272        end
273        item
274          Command = ecBlockUnindent
275          ShortCut = 24661
276        end
277        item
278          Command = ecPaste
279          ShortCut = 16470
280        end
281        item
282          Command = ecCut
283          ShortCut = 16472
284        end
285        item
286          Command = ecDeleteLine
287          ShortCut = 16473
288        end
289        item
290          Command = ecDeleteEOL
291          ShortCut = 24665
292        end
293        item
294          Command = ecUndo
295          ShortCut = 16474
296        end
297        item
298          Command = ecRedo
299          ShortCut = 24666
300        end
301        item
302          Command = ecGotoMarker0
303          ShortCut = 16432
304        end
305        item
306          Command = ecGotoMarker1
307          ShortCut = 16433
308        end
309        item
310          Command = ecGotoMarker2
311          ShortCut = 16434
312        end
313        item
314          Command = ecGotoMarker3
315          ShortCut = 16435
316        end
317        item
318          Command = ecGotoMarker4
319          ShortCut = 16436
320        end
321        item
322          Command = ecGotoMarker5
323          ShortCut = 16437
324        end
325        item
326          Command = ecGotoMarker6
327          ShortCut = 16438
328        end
329        item
330          Command = ecGotoMarker7
331          ShortCut = 16439
332        end
333        item
334          Command = ecGotoMarker8
335          ShortCut = 16440
336        end
337        item
338          Command = ecGotoMarker9
339          ShortCut = 16441
340        end
341        item
342          Command = ecSetMarker0
343          ShortCut = 24624
344        end
345        item
346          Command = ecSetMarker1
347          ShortCut = 24625
348        end
349        item
350          Command = ecSetMarker2
351          ShortCut = 24626
352        end
353        item
354          Command = ecSetMarker3
355          ShortCut = 24627
356        end
357        item
358          Command = ecSetMarker4
359          ShortCut = 24628
360        end
361        item
362          Command = ecSetMarker5
363          ShortCut = 24629
364        end
365        item
366          Command = ecSetMarker6
367          ShortCut = 24630
368        end
369        item
370          Command = ecSetMarker7
371          ShortCut = 24631
372        end
373        item
374          Command = ecSetMarker8
375          ShortCut = 24632
376        end
377        item
378          Command = ecSetMarker9
379          ShortCut = 24633
380        end
381        item
382          Command = ecNormalSelect
383          ShortCut = 24654
384        end
385        item
386          Command = ecColumnSelect
387          ShortCut = 24643
388        end
389        item
390          Command = ecLineSelect
391          ShortCut = 24652
392        end
393        item
394          Command = ecTab
395          ShortCut = 9
396        end
397        item
398          Command = ecShiftTab
399          ShortCut = 8201
400        end
401        item
402          Command = ecMatchBracket
403          ShortCut = 24642
404        end>
405      MouseActions = <
406        item
407          ShiftMask = [ssShift, ssAlt]
408          ClickDir = cdDown
409          Command = emcStartSelections
410          MoveCaret = True
411        end
412        item
413          Shift = [ssShift]
414          ShiftMask = [ssShift, ssAlt]
415          ClickDir = cdDown
416          Command = emcStartSelections
417          MoveCaret = True
418          Option = 1
419        end
420        item
421          Shift = [ssAlt]
422          ShiftMask = [ssShift, ssAlt]
423          ClickDir = cdDown
424          Command = emcStartColumnSelections
425          MoveCaret = True
426        end
427        item
428          Shift = [ssShift, ssAlt]
429          ShiftMask = [ssShift, ssAlt]
430          ClickDir = cdDown
431          Command = emcStartColumnSelections
432          MoveCaret = True
433          Option = 1
434        end
435        item
436          Button = mbRight
437          Command = emcContextMenu
438        end
439        item
440          ClickCount = ccDouble
441          ClickDir = cdDown
442          Command = emcSelectWord
443          MoveCaret = True
444        end
445        item
446          ClickCount = ccTriple
447          ClickDir = cdDown
448          Command = emcSelectLine
449          MoveCaret = True
450        end
451        item
452          ClickCount = ccQuad
453          ClickDir = cdDown
454          Command = emcSelectPara
455          MoveCaret = True
456        end
457        item
458          Button = mbMiddle
459          ClickDir = cdDown
460          Command = emcPasteSelection
461          MoveCaret = True
462        end
463        item
464          Shift = [ssCtrl]
465          ShiftMask = [ssShift, ssAlt, ssCtrl]
466          Command = emcMouseLink
467        end>
468      MouseTextActions = <>
469      MouseSelActions = <
470        item
471          ClickDir = cdDown
472          Command = emcStartDragMove
473        end>
474      Lines.Strings = (
475        'MethodsSynEdit'
476      )
477      VisibleSpecialChars = [vscSpace, vscTabAtLast]
478      ReadOnly = True
479      SelectedColor.BackPriority = 50
480      SelectedColor.ForePriority = 50
481      SelectedColor.FramePriority = 50
482      SelectedColor.BoldPriority = 50
483      SelectedColor.ItalicPriority = 50
484      SelectedColor.UnderlinePriority = 50
485      SelectedColor.StrikeOutPriority = 50
486      BracketHighlightStyle = sbhsBoth
487      BracketMatchColor.Background = clNone
488      BracketMatchColor.Foreground = clNone
489      BracketMatchColor.Style = [fsBold]
490      FoldedCodeColor.Background = clNone
491      FoldedCodeColor.Foreground = clGray
492      FoldedCodeColor.FrameColor = clGray
493      MouseLinkColor.Background = clNone
494      MouseLinkColor.Foreground = clBlue
495      LineHighlightColor.Background = clNone
496      LineHighlightColor.Foreground = clNone
497      WantTabs = False
498      inline TSynGutterPartList
499        object TSynGutterMarks
500          Width = 24
501          MouseActions = <>
502        end
503        object TSynGutterLineNumber
504          Width = 19
505          MouseActions = <>
506          MarkupInfo.Background = clBtnFace
507          MarkupInfo.Foreground = clNone
508          DigitCount = 2
509          ShowOnlyLineNumbersMultiplesOf = 1
510          ZeroStart = False
511          LeadingZeros = False
512        end
513        object TSynGutterChanges
514          Width = 4
515          MouseActions = <>
516          ModifiedColor = 59900
517          SavedColor = clGreen
518        end
519        object TSynGutterSeparator
520          Width = 2
521          MouseActions = <>
522          MarkupInfo.Background = clWhite
523          MarkupInfo.Foreground = clGray
524        end
525        object TSynGutterCodeFolding
526          MouseActions = <
527            item
528              Button = mbRight
529              Command = emcCodeFoldContextMenu
530            end
531            item
532              ShiftMask = [ssShift]
533              Button = mbMiddle
534              ClickCount = ccAny
535              ClickDir = cdDown
536              Command = emcCodeFoldCollaps
537            end
538            item
539              Shift = [ssShift]
540              ShiftMask = [ssShift]
541              Button = mbMiddle
542              ClickCount = ccAny
543              ClickDir = cdDown
544              Command = emcCodeFoldCollaps
545              Option = 1
546            end
547            item
548              ClickCount = ccAny
549              ClickDir = cdDown
550              Command = emcNone
551            end>
552          MarkupInfo.Background = clNone
553          MarkupInfo.Foreground = clGray
554          MouseActionsExpanded = <
555            item
556              ClickCount = ccAny
557              ClickDir = cdDown
558              Command = emcCodeFoldCollaps
559            end>
560          MouseActionsCollapsed = <
561            item
562              Shift = [ssCtrl]
563              ShiftMask = [ssCtrl]
564              ClickCount = ccAny
565              ClickDir = cdDown
566              Command = emcCodeFoldExpand
567            end
568            item
569              ShiftMask = [ssCtrl]
570              ClickCount = ccAny
571              ClickDir = cdDown
572              Command = emcCodeFoldExpand
573              Option = 1
574            end>
575        end
576      end
577    end
578  end
579  object SectionsGroupBox: TGroupBox
580    Left = 6
581    Height = 120
582    Top = 6
583    Width = 622
584    Align = alTop
585    AutoSize = True
586    BorderSpacing.Around = 6
587    Caption = 'SectionsGroupBox'
588    ChildSizing.LeftRightSpacing = 6
589    ChildSizing.TopBottomSpacing = 6
590    ChildSizing.HorizontalSpacing = 15
591    ChildSizing.Layout = cclTopToBottomThenLeftToRight
592    ChildSizing.ControlsPerLine = 4
593    ClientHeight = 100
594    ClientWidth = 618
595    TabOrder = 0
596    object PrivateCheckBox: TCheckBox
597      Left = 6
598      Height = 25
599      Top = 6
600      Width = 124
601      Caption = 'PrivateCheckBox'
602      OnChange = PrivateCheckBoxChange
603      TabOrder = 0
604    end
605    object ProtectedCheckBox: TCheckBox
606      Left = 6
607      Height = 25
608      Top = 31
609      Width = 124
610      Caption = 'ProtectedCheckBox'
611      OnChange = PrivateCheckBoxChange
612      TabOrder = 1
613    end
614    object PublicCheckBox: TCheckBox
615      Left = 6
616      Height = 19
617      Top = 56
618      Width = 124
619      Caption = 'PublicCheckBox'
620      OnChange = PrivateCheckBoxChange
621      TabOrder = 2
622    end
623    object PublishedCheckBox: TCheckBox
624      Left = 6
625      Height = 19
626      Top = 75
627      Width = 124
628      Caption = 'PublishedCheckBox'
629      OnChange = PrivateCheckBoxChange
630      TabOrder = 3
631    end
632    object AllButton: TButton
633      Left = 145
634      Height = 25
635      Top = 6
636      Width = 114
637      Caption = 'AllButton'
638      OnClick = AllButtonClick
639      TabOrder = 4
640    end
641    object PublishedButton: TButton
642      Left = 145
643      Height = 25
644      Top = 31
645      Width = 114
646      Caption = 'PublishedButton'
647      OnClick = PublishedButtonClick
648      TabOrder = 5
649    end
650  end
651  object SynPasSyn1: TSynPasSyn
652    Enabled = False
653    CompilerMode = pcmDelphi
654    NestedComments = False
655    left = 103
656    top = 199
657  end
658end
659