1object EditorCodefoldingOptionsFrame: TEditorCodefoldingOptionsFrame
2  Left = 0
3  Height = 352
4  Top = 0
5  Width = 511
6  Anchors = [akTop]
7  ClientHeight = 352
8  ClientWidth = 511
9  TabOrder = 0
10  Visible = False
11  DesignLeft = 346
12  DesignTop = 366
13  object Bevel1: TBevel
14    AnchorSideLeft.Control = Owner
15    AnchorSideTop.Control = chkCodeFoldingEnabled
16    AnchorSideTop.Side = asrBottom
17    AnchorSideRight.Control = Owner
18    AnchorSideRight.Side = asrBottom
19    Left = 0
20    Height = 2
21    Top = 25
22    Width = 511
23    Anchors = [akTop, akLeft, akRight]
24    BorderSpacing.Top = 6
25  end
26  object LanguageLabel: TLabel
27    AnchorSideLeft.Control = LanguageComboBox
28    AnchorSideLeft.Side = asrBottom
29    AnchorSideTop.Control = LanguageComboBox
30    AnchorSideTop.Side = asrCenter
31    Left = 206
32    Height = 15
33    Top = 35
34    Width = 80
35    BorderSpacing.Left = 6
36    Caption = 'LanguageLabel'
37    ParentColor = False
38  end
39  object chkCodeFoldingEnabled: TCheckBox
40    AnchorSideLeft.Control = Owner
41    AnchorSideTop.Control = Owner
42    Left = 0
43    Height = 19
44    Top = 0
45    Width = 149
46    Caption = 'chkCodeFoldingEnabled'
47    OnChange = chkCodeFoldingEnabledChange
48    TabOrder = 0
49  end
50  object LanguageComboBox: TComboBox
51    AnchorSideLeft.Control = Owner
52    AnchorSideTop.Control = Bevel1
53    Left = 0
54    Height = 23
55    Top = 31
56    Width = 200
57    BorderSpacing.Top = 6
58    ItemHeight = 15
59    OnChange = LanguageComboBoxChange
60    OnExit = LanguageComboBoxExit
61    OnKeyDown = LanguageComboBoxKeyDown
62    Style = csDropDownList
63    TabOrder = 1
64  end
65  object FoldConfPanel: TPanel
66    AnchorSideLeft.Control = Owner
67    AnchorSideTop.Control = LanguageComboBox
68    AnchorSideTop.Side = asrBottom
69    AnchorSideRight.Control = Owner
70    AnchorSideRight.Side = asrBottom
71    AnchorSideBottom.Control = Owner
72    AnchorSideBottom.Side = asrBottom
73    Left = 0
74    Height = 292
75    Top = 60
76    Width = 511
77    Anchors = [akTop, akLeft, akRight, akBottom]
78    BorderSpacing.Top = 6
79    BevelOuter = bvNone
80    ClientHeight = 292
81    ClientWidth = 511
82    TabOrder = 2
83    object FoldConfigCheckListBox: TCheckListBox
84      AnchorSideLeft.Control = FoldConfPanel
85      AnchorSideTop.Control = FoldConfPanel
86      AnchorSideBottom.Control = FoldConfPanel
87      AnchorSideBottom.Side = asrBottom
88      Left = 0
89      Height = 292
90      Top = 0
91      Width = 200
92      Anchors = [akTop, akLeft, akBottom]
93      ExtendedSelect = False
94      ItemHeight = 0
95      OnClick = FoldConfigCheckListBoxClick
96      OnClickCheck = FoldConfigCheckListBoxClickCheck
97      OnExit = FoldConfigCheckListBoxClickCheck
98      OnKeyUp = FoldConfigCheckListBoxKeyUp
99      TabOrder = 0
100    end
101    object pnlFoldHide: TPanel
102      AnchorSideLeft.Control = FoldConfigCheckListBox
103      AnchorSideLeft.Side = asrBottom
104      AnchorSideTop.Control = FoldConfPanel
105      Left = 206
106      Height = 57
107      Top = 0
108      Width = 64
109      AutoSize = True
110      BorderSpacing.Left = 6
111      BevelOuter = bvNone
112      ChildSizing.Layout = cclTopToBottomThenLeftToRight
113      ChildSizing.ControlsPerLine = 3
114      ClientHeight = 57
115      ClientWidth = 64
116      TabOrder = 1
117      object chkFold: TRadioButton
118        Left = 0
119        Height = 19
120        Top = 0
121        Width = 64
122        Caption = 'chkFold'
123        OnChange = chkFoldChange
124        TabOrder = 0
125      end
126      object chkHide: TRadioButton
127        Left = 0
128        Height = 19
129        Top = 19
130        Width = 64
131        Caption = 'chkHide'
132        OnChange = chkFoldChange
133        TabOrder = 1
134      end
135      object chkBoth: TRadioButton
136        Left = 0
137        Height = 19
138        Top = 38
139        Width = 64
140        Caption = 'chkBoth'
141        OnChange = chkFoldChange
142        TabOrder = 2
143      end
144    end
145  end
146  object chkPopOrder: TCheckBox
147    AnchorSideTop.Control = Owner
148    AnchorSideRight.Control = Owner
149    AnchorSideRight.Side = asrBottom
150    Left = 421
151    Height = 19
152    Top = 0
153    Width = 90
154    Anchors = [akTop, akRight]
155    Caption = 'chkPopOrder'
156    TabOrder = 3
157  end
158end
159