1object EditorIndentOptionsFrame: TEditorIndentOptionsFrame
2  Left = 0
3  Height = 499
4  Top = 0
5  Width = 433
6  ClientHeight = 499
7  ClientWidth = 433
8  TabOrder = 0
9  Visible = False
10  DesignLeft = 664
11  DesignTop = 211
12  object BlockIndentLabel: TLabel
13    AnchorSideLeft.Control = BlockIndentComboBox
14    AnchorSideLeft.Side = asrBottom
15    AnchorSideTop.Control = BlockIndentComboBox
16    AnchorSideTop.Side = asrCenter
17    Left = 322
18    Height = 20
19    Top = 197
20    Width = 110
21    BorderSpacing.Around = 6
22    Caption = 'BlockIndentLabel'
23    ParentColor = False
24  end
25  object TabWidthsLabel: TLabel
26    AnchorSideLeft.Control = TabWidthsComboBox
27    AnchorSideLeft.Side = asrBottom
28    AnchorSideTop.Control = TabWidthsComboBox
29    AnchorSideTop.Side = asrCenter
30    Left = 322
31    Height = 20
32    Top = 42
33    Width = 102
34    BorderSpacing.Around = 6
35    Caption = 'TabWidthsLabel'
36    ParentColor = False
37  end
38  object AutoIndentTypeLabel: TLabel
39    AnchorSideLeft.Control = BlockIndentTypeComboBox
40    AnchorSideLeft.Side = asrBottom
41    AnchorSideTop.Control = BlockIndentTypeComboBox
42    AnchorSideTop.Side = asrCenter
43    Left = 322
44    Height = 20
45    Top = 132
46    Width = 136
47    BorderSpacing.Around = 6
48    Caption = 'AutoIndentTypeLabel'
49    ParentColor = False
50  end
51  object BlockIndentComboBox: TComboBox
52    AnchorSideLeft.Control = CenterLabel1
53    AnchorSideTop.Control = lblBlockIndentKeys
54    AnchorSideBottom.Control = TabWidthsComboBox
55    Left = 216
56    Height = 40
57    Top = 187
58    Width = 100
59    BorderSpacing.Top = 3
60    ItemHeight = 0
61    Items.Strings = (
62      '0'
63      '1'
64      '2'
65      '4'
66      '8'
67    )
68    OnChange = ComboboxOnChange
69    OnExit = ComboBoxOnExit
70    OnKeyDown = ComboboxOnKeyDown
71    TabOrder = 5
72  end
73  object TabWidthsComboBox: TComboBox
74    AnchorSideLeft.Control = CenterLabel1
75    AnchorSideTop.Control = TabsGroupDivider
76    AnchorSideTop.Side = asrBottom
77    AnchorSideBottom.Control = Owner
78    AnchorSideBottom.Side = asrBottom
79    Left = 216
80    Height = 40
81    Top = 32
82    Width = 100
83    BorderSpacing.Top = 6
84    ItemHeight = 0
85    Items.Strings = (
86      '1'
87      '2'
88      '4'
89      '8'
90    )
91    OnChange = ComboboxOnChange
92    OnExit = ComboBoxOnExit
93    OnKeyDown = ComboboxOnKeyDown
94    TabOrder = 1
95  end
96  object AutoIndentCheckBox: TCheckBox
97    AnchorSideLeft.Control = Owner
98    AnchorSideTop.Control = IndentsGroupDivider
99    AnchorSideTop.Side = asrBottom
100    AnchorSideRight.Control = CenterLabel1
101    AnchorSideRight.Side = asrBottom
102    Left = 6
103    Height = 32
104    Top = 122
105    Width = 201
106    Anchors = [akTop, akLeft, akRight]
107    BorderSpacing.Left = 6
108    BorderSpacing.Right = 10
109    Caption = 'AutoIndentCheckBox'
110    OnChange = AutoIndentCheckBoxChange
111    TabOrder = 3
112  end
113  object TabIndentBlocksCheckBox: TCheckBox
114    AnchorSideLeft.Control = Owner
115    AnchorSideTop.Control = lblBlockIndentShortcut
116    AnchorSideTop.Side = asrBottom
117    AnchorSideRight.Control = CenterLabel1
118    AnchorSideRight.Side = asrBottom
119    Left = 6
120    Height = 32
121    Top = 230
122    Width = 201
123    Anchors = [akTop, akLeft, akRight]
124    BorderSpacing.Left = 6
125    BorderSpacing.Top = 3
126    BorderSpacing.Right = 10
127    Caption = 'TabIndentBlocksCheckBox'
128    OnChange = TabIndentBlocksCheckBoxChange
129    TabOrder = 6
130  end
131  object SmartTabsCheckBox: TCheckBox
132    AnchorSideLeft.Control = Owner
133    AnchorSideTop.Control = TabsToSpacesCheckBox
134    AnchorSideTop.Side = asrBottom
135    AnchorSideRight.Control = CenterLabel1
136    AnchorSideRight.Side = asrBottom
137    Left = 6
138    Height = 32
139    Top = 64
140    Width = 201
141    Anchors = [akTop, akLeft, akRight]
142    BorderSpacing.Left = 6
143    BorderSpacing.Right = 10
144    Caption = 'SmartTabsCheckBox'
145    OnChange = SmartTabsCheckBoxChange
146    TabOrder = 2
147  end
148  object TabsToSpacesCheckBox: TCheckBox
149    AnchorSideLeft.Control = Owner
150    AnchorSideTop.Control = TabsGroupDivider
151    AnchorSideTop.Side = asrBottom
152    AnchorSideRight.Control = CenterLabel1
153    AnchorSideRight.Side = asrBottom
154    Left = 6
155    Height = 32
156    Top = 32
157    Width = 201
158    Anchors = [akTop, akLeft, akRight]
159    BorderSpacing.Left = 6
160    BorderSpacing.Top = 6
161    BorderSpacing.Right = 10
162    Caption = 'TabsToSpacesCheckBox'
163    OnChange = TabsToSpacesCheckBoxChange
164    TabOrder = 0
165  end
166  object BlockIndentTypeComboBox: TComboBox
167    AnchorSideLeft.Control = CenterLabel1
168    AnchorSideTop.Control = AutoIndentCheckBox
169    AnchorSideBottom.Control = TabWidthsComboBox
170    Left = 216
171    Height = 40
172    Top = 122
173    Width = 100
174    ItemHeight = 0
175    ItemWidth = 200
176    OnChange = ComboboxOnChange
177    OnExit = ComboBoxOnExit
178    OnKeyDown = ComboboxOnKeyDown
179    Style = csDropDownList
180    TabOrder = 4
181  end
182  object AutoIndentLink: TLabel
183    AnchorSideLeft.Control = AutoIndentCheckBox
184    AnchorSideTop.Control = AutoIndentCheckBox
185    AnchorSideTop.Side = asrBottom
186    Cursor = crHandPoint
187    Left = 24
188    Height = 20
189    Top = 154
190    Width = 96
191    BorderSpacing.Left = 18
192    Caption = 'AutoIndentLink'
193    Font.Color = clBlue
194    ParentColor = False
195    ParentFont = False
196    OnClick = AutoIndentLinkClick
197    OnMouseEnter = AutoIndentLinkMouseEnter
198    OnMouseLeave = AutoIndentLinkMouseLeave
199  end
200  object CenterLabel: TLabel
201    AnchorSideLeft.Control = Owner
202    AnchorSideLeft.Side = asrCenter
203    Left = 216
204    Height = 1
205    Top = -513
206    Width = 1
207    ParentColor = False
208  end
209  object TabsGroupDivider: TDividerBevel
210    AnchorSideLeft.Control = Owner
211    AnchorSideTop.Control = Owner
212    AnchorSideRight.Control = Owner
213    AnchorSideRight.Side = asrBottom
214    Left = 0
215    Height = 20
216    Top = 6
217    Width = 433
218    Caption = 'TabsGroupDivider'
219    Anchors = [akTop, akLeft, akRight]
220    BorderSpacing.Top = 6
221    Font.Style = [fsBold]
222    ParentFont = False
223  end
224  object BlockTabIndentComboBox: TComboBox
225    AnchorSideLeft.Control = CenterLabel1
226    AnchorSideTop.Control = BlockIndentComboBox
227    AnchorSideTop.Side = asrBottom
228    AnchorSideBottom.Control = TabWidthsComboBox
229    Left = 216
230    Height = 40
231    Top = 230
232    Width = 100
233    BorderSpacing.Top = 3
234    ItemHeight = 0
235    Items.Strings = (
236      '0'
237      '1'
238      '2'
239    )
240    OnChange = ComboboxOnChange
241    OnExit = ComboBoxOnExit
242    OnKeyDown = ComboboxOnKeyDown
243    TabOrder = 7
244  end
245  object BlockTabIndentLabel: TLabel
246    AnchorSideLeft.Control = BlockTabIndentComboBox
247    AnchorSideLeft.Side = asrBottom
248    AnchorSideTop.Control = BlockTabIndentComboBox
249    AnchorSideTop.Side = asrCenter
250    Left = 322
251    Height = 20
252    Top = 240
253    Width = 110
254    BorderSpacing.Around = 6
255    Caption = 'BlockIndentLabel'
256    ParentColor = False
257  end
258  object BlockIndentLink: TLabel
259    AnchorSideLeft.Control = lblBlockIndentKeys
260    AnchorSideLeft.Side = asrBottom
261    AnchorSideTop.Control = lblBlockIndentKeys
262    Cursor = crHandPoint
263    Left = 135
264    Height = 20
265    Top = 184
266    Width = 101
267    BorderSpacing.Left = 6
268    Caption = 'BlockIndentLink'
269    Font.Color = clBlue
270    ParentColor = False
271    ParentFont = False
272    OnClick = BlockIndentLinkClick
273    OnMouseEnter = AutoIndentLinkMouseEnter
274    OnMouseLeave = AutoIndentLinkMouseLeave
275  end
276  object lblBlockIndentKeys: TLabel
277    AnchorSideLeft.Control = Owner
278    AnchorSideTop.Control = AutoIndentLink
279    AnchorSideTop.Side = asrBottom
280    Left = 6
281    Height = 20
282    Top = 184
283    Width = 123
284    BorderSpacing.Left = 6
285    BorderSpacing.Top = 10
286    Caption = 'lblBlockIndentKeys'
287    ParentColor = False
288  end
289  object IndentsGroupDivider: TDividerBevel
290    AnchorSideLeft.Control = Owner
291    AnchorSideTop.Control = SmartTabsCheckBox
292    AnchorSideTop.Side = asrBottom
293    AnchorSideRight.Control = Owner
294    AnchorSideRight.Side = asrBottom
295    Left = 0
296    Height = 20
297    Top = 102
298    Width = 433
299    Caption = 'IndentsGroupDivider'
300    Anchors = [akTop, akLeft, akRight]
301    BorderSpacing.Top = 6
302    Font.Style = [fsBold]
303    ParentFont = False
304  end
305  object lblBlockIndentShortcut: TLabel
306    AnchorSideLeft.Control = Owner
307    AnchorSideTop.Control = lblBlockIndentKeys
308    AnchorSideTop.Side = asrBottom
309    Left = 6
310    Height = 20
311    Top = 207
312    Width = 147
313    BorderSpacing.Left = 6
314    BorderSpacing.Top = 3
315    Caption = 'lblBlockIndentShortcut'
316    ParentColor = False
317  end
318  object CommentsGroupDivider: TDividerBevel
319    AnchorSideLeft.Control = Owner
320    AnchorSideTop.Control = TabIndentBlocksCheckBox
321    AnchorSideTop.Side = asrBottom
322    AnchorSideRight.Control = Owner
323    AnchorSideRight.Side = asrBottom
324    Left = 0
325    Height = 20
326    Top = 268
327    Width = 433
328    Caption = 'CommentsGroupDivider'
329    Anchors = [akTop, akLeft, akRight]
330    BorderSpacing.Top = 6
331    Font.Style = [fsBold]
332    ParentFont = False
333  end
334  object CenterLabel1: TLabel
335    AnchorSideLeft.Control = Owner
336    AnchorSideLeft.Side = asrCenter
337    Left = 216
338    Height = 1
339    Top = 0
340    Width = 1
341    ParentColor = False
342  end
343  object CommentsPageControl: TPageControl
344    AnchorSideLeft.Control = Owner
345    AnchorSideTop.Control = CommentsGroupDivider
346    AnchorSideTop.Side = asrBottom
347    AnchorSideRight.Control = Owner
348    AnchorSideRight.Side = asrBottom
349    AnchorSideBottom.Control = Owner
350    AnchorSideBottom.Side = asrBottom
351    Left = 0
352    Height = 205
353    Top = 294
354    Width = 433
355    ActivePage = tbAnsi
356    Anchors = [akTop, akLeft, akRight, akBottom]
357    BorderSpacing.Top = 6
358    TabIndex = 0
359    TabOrder = 8
360    object tbAnsi: TTabSheet
361      Caption = 'tbAnsi'
362      ClientHeight = 165
363      ClientWidth = 427
364      object cbAnsiEnableAutoContinue: TCheckBox
365        AnchorSideLeft.Control = tbAnsi
366        AnchorSideTop.Control = tbAnsi
367        AnchorSideRight.Side = asrBottom
368        Left = 6
369        Height = 32
370        Top = 3
371        Width = 206
372        BorderSpacing.Left = 6
373        BorderSpacing.Top = 3
374        Caption = 'cbAnsiEnableAutoContinue'
375        OnChange = cbAnsiEnableAutoContinueChange
376        TabOrder = 0
377      end
378      object lbAnsiMatch: TLabel
379        AnchorSideLeft.Control = tbAnsi
380        AnchorSideTop.Control = edAnsiMatch
381        AnchorSideTop.Side = asrCenter
382        Left = 6
383        Height = 20
384        Top = 55
385        Width = 78
386        BorderSpacing.Left = 6
387        Caption = 'lbAnsiMatch'
388        ParentColor = False
389      end
390      object edAnsiMatch: TEdit
391        AnchorSideLeft.Control = lbAnsiMatch
392        AnchorSideLeft.Side = asrBottom
393        AnchorSideTop.Control = cbAnsiEnableAutoContinue
394        AnchorSideTop.Side = asrBottom
395        AnchorSideRight.Control = tbAnsi
396        AnchorSideRight.Side = asrBottom
397        Left = 90
398        Height = 40
399        Top = 45
400        Width = 327
401        Anchors = [akTop, akLeft, akRight]
402        BorderSpacing.Left = 6
403        BorderSpacing.Top = 10
404        BorderSpacing.Right = 10
405        Constraints.MinWidth = 50
406        TabOrder = 1
407      end
408      object lbAnsiPrefix: TLabel
409        AnchorSideLeft.Control = tbAnsi
410        AnchorSideTop.Control = edAnsiPrefix
411        AnchorSideTop.Side = asrCenter
412        Left = 6
413        Height = 20
414        Top = 157
415        Width = 75
416        BorderSpacing.Left = 6
417        Caption = 'lbAnsiPrefix'
418        ParentColor = False
419      end
420      object edAnsiPrefix: TEdit
421        AnchorSideLeft.Control = lbAnsiPrefix
422        AnchorSideLeft.Side = asrBottom
423        AnchorSideTop.Control = cbAnsiMatchMode
424        AnchorSideTop.Side = asrBottom
425        AnchorSideRight.Control = tbAnsi
426        AnchorSideRight.Side = asrBottom
427        Left = 87
428        Height = 40
429        Top = 147
430        Width = 330
431        Anchors = [akTop, akLeft, akRight]
432        BorderSpacing.Left = 6
433        BorderSpacing.Top = 16
434        BorderSpacing.Right = 10
435        Constraints.MinWidth = 50
436        TabOrder = 2
437      end
438      object cbAnsiMatchMode: TComboBox
439        AnchorSideLeft.Control = edAnsiMatch
440        AnchorSideTop.Control = edAnsiMatch
441        AnchorSideTop.Side = asrBottom
442        AnchorSideRight.Control = tbAnsi
443        AnchorSideRight.Side = asrBottom
444        Left = 90
445        Height = 40
446        Top = 91
447        Width = 327
448        Anchors = [akTop, akLeft, akRight]
449        BorderSpacing.Top = 6
450        BorderSpacing.Right = 10
451        ItemHeight = 0
452        Style = csDropDownList
453        TabOrder = 3
454      end
455      object cbAnsiIndentMode: TComboBox
456        AnchorSideLeft.Control = edAnsiPrefix
457        AnchorSideTop.Control = edAnsiPrefix
458        AnchorSideTop.Side = asrBottom
459        AnchorSideRight.Control = tbAnsi
460        AnchorSideRight.Side = asrBottom
461        Left = 87
462        Height = 40
463        Top = 193
464        Width = 330
465        Anchors = [akTop, akLeft, akRight]
466        BorderSpacing.Top = 6
467        BorderSpacing.Right = 10
468        ItemHeight = 0
469        OnChange = cbAnsiIndentModeChange
470        Style = csDropDownList
471        TabOrder = 4
472      end
473      object edAnsiAlignMax: TSpinEdit
474        AnchorSideLeft.Control = tbAnsi
475        AnchorSideTop.Control = lbAnsiAlignMax
476        AnchorSideTop.Side = asrBottom
477        AnchorSideBottom.Side = asrBottom
478        Left = 6
479        Height = 40
480        Top = 266
481        Width = 100
482        BorderSpacing.Left = 6
483        BorderSpacing.Top = 3
484        MaxValue = 999
485        TabOrder = 5
486      end
487      object lbAnsiAlignMax: TLabel
488        AnchorSideLeft.Control = tbAnsi
489        AnchorSideTop.Control = cbAnsiIndentMode
490        AnchorSideTop.Side = asrBottom
491        AnchorSideRight.Side = asrBottom
492        Left = 6
493        Height = 20
494        Top = 243
495        Width = 97
496        BorderSpacing.Left = 6
497        BorderSpacing.Top = 10
498        Caption = 'lbAnsiAlignMax'
499        ParentColor = False
500        WordWrap = True
501      end
502    end
503    object tbCurly: TTabSheet
504      Caption = 'tbCurly'
505      ClientHeight = 165
506      ClientWidth = 427
507      object cbCurlyEnableAutoContinue: TCheckBox
508        AnchorSideLeft.Control = tbCurly
509        AnchorSideTop.Control = tbCurly
510        AnchorSideRight.Side = asrBottom
511        Left = 6
512        Height = 32
513        Top = 3
514        Width = 212
515        BorderSpacing.Left = 6
516        BorderSpacing.Top = 3
517        Caption = 'cbCurlyEnableAutoContinue'
518        OnChange = cbCurlyEnableAutoContinueChange
519        TabOrder = 0
520      end
521      object lbCurlyMatch: TLabel
522        AnchorSideLeft.Control = tbCurly
523        AnchorSideTop.Control = edCurlyMatch
524        AnchorSideTop.Side = asrCenter
525        Left = 6
526        Height = 20
527        Top = 55
528        Width = 84
529        BorderSpacing.Left = 6
530        Caption = 'lbCurlyMatch'
531        ParentColor = False
532      end
533      object edCurlyMatch: TEdit
534        AnchorSideLeft.Control = lbCurlyMatch
535        AnchorSideLeft.Side = asrBottom
536        AnchorSideTop.Control = cbCurlyEnableAutoContinue
537        AnchorSideTop.Side = asrBottom
538        AnchorSideRight.Control = tbCurly
539        AnchorSideRight.Side = asrBottom
540        Left = 96
541        Height = 40
542        Top = 45
543        Width = 694
544        Anchors = [akTop, akLeft, akRight]
545        BorderSpacing.Left = 6
546        BorderSpacing.Top = 10
547        BorderSpacing.Right = 10
548        TabOrder = 1
549      end
550      object lbCurlyPrefix: TLabel
551        AnchorSideLeft.Control = tbCurly
552        AnchorSideTop.Control = edCurlyPrefix
553        AnchorSideTop.Side = asrCenter
554        Left = 6
555        Height = 20
556        Top = 157
557        Width = 81
558        BorderSpacing.Left = 6
559        Caption = 'lbCurlyPrefix'
560        ParentColor = False
561      end
562      object edCurlyPrefix: TEdit
563        AnchorSideLeft.Control = lbCurlyPrefix
564        AnchorSideLeft.Side = asrBottom
565        AnchorSideTop.Control = cbCurlyMatchMode
566        AnchorSideTop.Side = asrBottom
567        AnchorSideRight.Control = tbCurly
568        AnchorSideRight.Side = asrBottom
569        Left = 93
570        Height = 40
571        Top = 147
572        Width = 697
573        Anchors = [akTop, akLeft, akRight]
574        BorderSpacing.Left = 6
575        BorderSpacing.Top = 16
576        BorderSpacing.Right = 10
577        TabOrder = 2
578      end
579      object cbCurlyMatchMode: TComboBox
580        AnchorSideLeft.Control = edCurlyMatch
581        AnchorSideTop.Control = edCurlyMatch
582        AnchorSideTop.Side = asrBottom
583        AnchorSideRight.Control = tbCurly
584        AnchorSideRight.Side = asrBottom
585        Left = 96
586        Height = 40
587        Top = 91
588        Width = 694
589        Anchors = [akTop, akLeft, akRight]
590        BorderSpacing.Top = 6
591        BorderSpacing.Right = 10
592        ItemHeight = 0
593        Style = csDropDownList
594        TabOrder = 3
595      end
596      object cbCurlyIndentMode: TComboBox
597        AnchorSideLeft.Control = edCurlyPrefix
598        AnchorSideTop.Control = edCurlyPrefix
599        AnchorSideTop.Side = asrBottom
600        AnchorSideRight.Control = tbCurly
601        AnchorSideRight.Side = asrBottom
602        Left = 93
603        Height = 40
604        Top = 193
605        Width = 697
606        Anchors = [akTop, akLeft, akRight]
607        BorderSpacing.Top = 6
608        BorderSpacing.Right = 10
609        ItemHeight = 0
610        OnChange = cbCurlyIndentModeChange
611        Style = csDropDownList
612        TabOrder = 4
613      end
614      object edCurlyAlignMax: TSpinEdit
615        AnchorSideLeft.Control = tbCurly
616        AnchorSideTop.Control = lbCurlyAlignMax
617        AnchorSideTop.Side = asrBottom
618        AnchorSideBottom.Side = asrBottom
619        Left = 6
620        Height = 40
621        Top = 266
622        Width = 100
623        BorderSpacing.Left = 6
624        BorderSpacing.Top = 3
625        MaxValue = 999
626        TabOrder = 5
627      end
628      object lbCurlyAlignMax: TLabel
629        AnchorSideLeft.Control = tbCurly
630        AnchorSideTop.Control = cbCurlyIndentMode
631        AnchorSideTop.Side = asrBottom
632        AnchorSideRight.Side = asrBottom
633        Left = 6
634        Height = 20
635        Top = 243
636        Width = 103
637        BorderSpacing.Left = 6
638        BorderSpacing.Top = 10
639        Caption = 'lbCurlyAlignMax'
640        ParentColor = False
641        WordWrap = True
642      end
643    end
644    object tbShlash: TTabSheet
645      Caption = 'tbShlash'
646      ClientHeight = 165
647      ClientWidth = 427
648      object cbSlashEnableAutoContinue: TCheckBox
649        AnchorSideLeft.Control = tbShlash
650        AnchorSideTop.Control = tbShlash
651        AnchorSideRight.Side = asrBottom
652        Left = 6
653        Height = 32
654        Top = 3
655        Width = 214
656        BorderSpacing.Left = 6
657        BorderSpacing.Top = 3
658        Caption = 'cbSlashEnableAutoContinue'
659        OnChange = cbSlashEnableAutoContinueChange
660        TabOrder = 0
661      end
662      object lbSlashMatch: TLabel
663        AnchorSideLeft.Control = tbShlash
664        AnchorSideTop.Control = edSlashMatch
665        AnchorSideTop.Side = asrCenter
666        Left = 6
667        Height = 20
668        Top = 104
669        Width = 86
670        BorderSpacing.Left = 6
671        Caption = 'lbSlashMatch'
672        ParentColor = False
673      end
674      object edSlashMatch: TEdit
675        AnchorSideLeft.Control = lbSlashMatch
676        AnchorSideLeft.Side = asrBottom
677        AnchorSideTop.Control = cbSlashExtend
678        AnchorSideTop.Side = asrBottom
679        AnchorSideRight.Control = tbShlash
680        AnchorSideRight.Side = asrBottom
681        Left = 98
682        Height = 40
683        Top = 94
684        Width = 692
685        Anchors = [akTop, akLeft, akRight]
686        BorderSpacing.Left = 6
687        BorderSpacing.Top = 16
688        BorderSpacing.Right = 10
689        TabOrder = 1
690      end
691      object lbSlashPrefix: TLabel
692        AnchorSideLeft.Control = tbShlash
693        AnchorSideTop.Control = edSlashPrefix
694        AnchorSideTop.Side = asrCenter
695        Left = 6
696        Height = 20
697        Top = 206
698        Width = 83
699        BorderSpacing.Left = 6
700        Caption = 'lbSlashPrefix'
701        ParentColor = False
702      end
703      object edSlashPrefix: TEdit
704        AnchorSideLeft.Control = lbSlashPrefix
705        AnchorSideLeft.Side = asrBottom
706        AnchorSideTop.Control = cbSlashMatchMode
707        AnchorSideTop.Side = asrBottom
708        AnchorSideRight.Control = tbShlash
709        AnchorSideRight.Side = asrBottom
710        Left = 95
711        Height = 40
712        Top = 196
713        Width = 695
714        Anchors = [akTop, akLeft, akRight]
715        BorderSpacing.Left = 6
716        BorderSpacing.Top = 16
717        BorderSpacing.Right = 10
718        TabOrder = 2
719      end
720      object cbSlashMatchMode: TComboBox
721        AnchorSideLeft.Control = edSlashMatch
722        AnchorSideTop.Control = edSlashMatch
723        AnchorSideTop.Side = asrBottom
724        AnchorSideRight.Control = tbShlash
725        AnchorSideRight.Side = asrBottom
726        Left = 98
727        Height = 40
728        Top = 140
729        Width = 692
730        Anchors = [akTop, akLeft, akRight]
731        BorderSpacing.Top = 6
732        BorderSpacing.Right = 10
733        ItemHeight = 0
734        Style = csDropDownList
735        TabOrder = 3
736      end
737      object cbSlashIndentMode: TComboBox
738        AnchorSideLeft.Control = edSlashPrefix
739        AnchorSideTop.Control = edSlashPrefix
740        AnchorSideTop.Side = asrBottom
741        AnchorSideRight.Control = tbShlash
742        AnchorSideRight.Side = asrBottom
743        Left = 95
744        Height = 40
745        Top = 242
746        Width = 695
747        Anchors = [akTop, akLeft, akRight]
748        BorderSpacing.Top = 6
749        BorderSpacing.Right = 10
750        ItemHeight = 0
751        OnChange = cbSlashIndentModeChange
752        Style = csDropDownList
753        TabOrder = 4
754      end
755      object cbSlashExtend: TComboBox
756        AnchorSideLeft.Control = tbShlash
757        AnchorSideTop.Control = cbSlashEnableAutoContinue
758        AnchorSideTop.Side = asrBottom
759        AnchorSideRight.Control = tbShlash
760        AnchorSideRight.Side = asrBottom
761        Left = 0
762        Height = 40
763        Top = 38
764        Width = 790
765        Anchors = [akTop, akLeft, akRight]
766        BorderSpacing.Top = 3
767        BorderSpacing.Right = 10
768        ItemHeight = 0
769        Style = csDropDownList
770        TabOrder = 5
771      end
772      object edSlashAlignMax: TSpinEdit
773        AnchorSideLeft.Control = tbShlash
774        AnchorSideTop.Control = lbSlashAlignMax
775        AnchorSideTop.Side = asrBottom
776        AnchorSideBottom.Side = asrBottom
777        Left = 6
778        Height = 40
779        Top = 315
780        Width = 100
781        BorderSpacing.Left = 6
782        BorderSpacing.Top = 3
783        MaxValue = 999
784        TabOrder = 6
785      end
786      object lbSlashAlignMax: TLabel
787        AnchorSideLeft.Control = tbShlash
788        AnchorSideTop.Control = cbSlashIndentMode
789        AnchorSideTop.Side = asrBottom
790        AnchorSideRight.Side = asrBottom
791        Left = 6
792        Height = 20
793        Top = 292
794        Width = 105
795        BorderSpacing.Left = 6
796        BorderSpacing.Top = 10
797        Caption = 'lbSlashAlignMax'
798        ParentColor = False
799        WordWrap = True
800      end
801    end
802    object tbString: TTabSheet
803      Caption = 'tbString'
804      ClientHeight = 165
805      ClientWidth = 427
806      object cbStringEnableAutoContinue: TCheckBox
807        AnchorSideLeft.Control = tbString
808        AnchorSideTop.Control = tbString
809        Left = 6
810        Height = 32
811        Top = 3
812        Width = 217
813        BorderSpacing.Left = 6
814        BorderSpacing.Top = 3
815        Caption = 'cbStringEnableAutoContinue'
816        OnChange = cbStringEnableAutoContinueChange
817        TabOrder = 0
818      end
819      object lbStringAutoAppend: TLabel
820        AnchorSideLeft.Control = tbString
821        AnchorSideTop.Control = edStringAutoAppend
822        AnchorSideTop.Side = asrCenter
823        Left = 6
824        Height = 20
825        Top = 51
826        Width = 129
827        BorderSpacing.Left = 6
828        Caption = 'lbStringAutoAppend'
829        ParentColor = False
830      end
831      object lbStringAutoPrefix: TLabel
832        AnchorSideLeft.Control = tbString
833        AnchorSideTop.Control = edStringAutoPrefix
834        AnchorSideTop.Side = asrCenter
835        Left = 6
836        Height = 20
837        Top = 97
838        Width = 116
839        BorderSpacing.Left = 6
840        Caption = 'lbStringAutoPrefix'
841        ParentColor = False
842      end
843      object edStringAutoAppend: TEdit
844        AnchorSideLeft.Control = lbStringAutoAppend
845        AnchorSideLeft.Side = asrBottom
846        AnchorSideTop.Control = cbStringEnableAutoContinue
847        AnchorSideTop.Side = asrBottom
848        AnchorSideRight.Control = tbString
849        AnchorSideRight.Side = asrBottom
850        Left = 141
851        Height = 40
852        Top = 41
853        Width = 653
854        Anchors = [akTop, akLeft, akRight]
855        BorderSpacing.Left = 6
856        BorderSpacing.Top = 6
857        BorderSpacing.Right = 6
858        TabOrder = 1
859      end
860      object edStringAutoPrefix: TEdit
861        AnchorSideLeft.Control = lbStringAutoPrefix
862        AnchorSideLeft.Side = asrBottom
863        AnchorSideTop.Control = edStringAutoAppend
864        AnchorSideTop.Side = asrBottom
865        AnchorSideRight.Control = tbString
866        AnchorSideRight.Side = asrBottom
867        Left = 128
868        Height = 40
869        Top = 87
870        Width = 666
871        Anchors = [akTop, akLeft, akRight]
872        BorderSpacing.Left = 6
873        BorderSpacing.Top = 6
874        BorderSpacing.Right = 6
875        TabOrder = 2
876      end
877    end
878  end
879end
880