1object IDEOptionsDialog: TIDEOptionsDialog
2  Left = 372
3  Height = 500
4  Top = 202
5  Width = 800
6  ActiveControl = FilterEdit
7  BorderIcons = [biSystemMenu]
8  Caption = 'IDEOptionsDialog'
9  ClientHeight = 500
10  ClientWidth = 800
11  Constraints.MinHeight = 350
12  Constraints.MinWidth = 500
13  OnShow = FormShow
14  Position = poScreenCenter
15  LCLVersion = '1.9.0.0'
16  object ButtonPanel: TButtonPanel
17    AnchorSideLeft.Control = Owner
18    AnchorSideRight.Control = Owner
19    AnchorSideRight.Side = asrBottom
20    AnchorSideBottom.Control = Owner
21    Left = 6
22    Height = 34
23    Top = 460
24    Width = 788
25    BorderSpacing.Left = 6
26    BorderSpacing.Right = 6
27    BorderSpacing.Bottom = 6
28    BorderSpacing.Around = 0
29    OKButton.Name = 'OKButton'
30    OKButton.DefaultCaption = True
31    HelpButton.Name = 'HelpButton'
32    HelpButton.DefaultCaption = True
33    CloseButton.Name = 'CloseButton'
34    CloseButton.DefaultCaption = True
35    CloseButton.Enabled = False
36    CancelButton.Name = 'CancelButton'
37    CancelButton.DefaultCaption = True
38    TabOrder = 0
39    ShowButtons = [pbOK, pbCancel, pbHelp]
40  end
41  object CatTVSplitter: TSplitter
42    Left = 255
43    Height = 460
44    Top = 0
45    Width = 4
46  end
47  object CategoryPanel: TPanel
48    AnchorSideLeft.Control = Owner
49    AnchorSideTop.Control = Owner
50    Left = 0
51    Height = 460
52    Top = 0
53    Width = 255
54    Align = alLeft
55    BevelOuter = bvNone
56    ClientHeight = 460
57    ClientWidth = 255
58    Constraints.MinWidth = 150
59    TabOrder = 2
60    object CategoryTree: TTreeView
61      AnchorSideLeft.Control = FilterEdit
62      AnchorSideTop.Control = FilterEdit
63      AnchorSideTop.Side = asrBottom
64      AnchorSideRight.Control = CategoryPanel
65      AnchorSideRight.Side = asrBottom
66      AnchorSideBottom.Control = SettingsPanel
67      Left = 6
68      Height = 417
69      Top = 37
70      Width = 249
71      Anchors = [akTop, akLeft, akRight, akBottom]
72      BorderSpacing.Top = 6
73      ReadOnly = True
74      ScrollBars = ssAutoBoth
75      TabOrder = 0
76      OnChange = CategoryTreeChange
77      OnCollapsed = CategoryTreeCollapsed
78      OnExpanded = CategoryTreeExpanded
79      OnKeyDown = CategoryTreeKeyDown
80      Options = [tvoAutoItemHeight, tvoHideSelection, tvoKeepCollapsedNodes, tvoReadOnly, tvoShowButtons, tvoShowLines, tvoShowRoot, tvoToolTips, tvoThemedDraw]
81    end
82    object FilterEdit: TTreeFilterEdit
83      AnchorSideLeft.Control = CategoryPanel
84      AnchorSideTop.Control = CategoryPanel
85      AnchorSideRight.Side = asrBottom
86      Left = 6
87      Height = 25
88      Top = 6
89      Width = 249
90      OnFilterItem = FilterEditFilterItem
91      ButtonWidth = 23
92      Anchors = [akTop, akLeft, akRight]
93      BorderSpacing.Left = 6
94      BorderSpacing.Top = 6
95      NumGlyphs = 1
96      MaxLength = 0
97      TabOrder = 1
98      FilteredTreeview = CategoryTree
99    end
100    object SettingsPanel: TPanel
101      Left = 0
102      Height = 6
103      Top = 454
104      Width = 255
105      Align = alBottom
106      AutoSize = True
107      BevelOuter = bvNone
108      Constraints.MinHeight = 6
109      TabOrder = 2
110    end
111  end
112  object BuildModeSelectPanel: TPanel
113    AnchorSideLeft.Control = CatTVSplitter
114    AnchorSideLeft.Side = asrBottom
115    AnchorSideTop.Control = Owner
116    AnchorSideRight.Control = EditorsPanel
117    AnchorSideRight.Side = asrBottom
118    Left = 259
119    Height = 40
120    Top = 0
121    Width = 535
122    Anchors = [akTop, akLeft, akRight]
123    BevelOuter = bvNone
124    ClientHeight = 40
125    ClientWidth = 535
126    TabOrder = 3
127    object BuildModeComboBox: TComboBox
128      AnchorSideLeft.Control = BuildModesLabel
129      AnchorSideLeft.Side = asrBottom
130      AnchorSideTop.Control = BuildModesLabel
131      AnchorSideTop.Side = asrCenter
132      Left = 125
133      Height = 35
134      Top = -1
135      Width = 175
136      BorderSpacing.Left = 6
137      ItemHeight = 0
138      OnSelect = BuildModeComboBoxSelect
139      Style = csDropDownList
140      TabOrder = 0
141    end
142    object BuildModeManageButton: TButton
143      AnchorSideLeft.Control = BuildModeComboBox
144      AnchorSideLeft.Side = asrBottom
145      AnchorSideTop.Control = BuildModeComboBox
146      AnchorSideBottom.Control = BuildModeComboBox
147      AnchorSideBottom.Side = asrBottom
148      Left = 301
149      Height = 35
150      Top = -1
151      Width = 23
152      Anchors = [akTop, akLeft, akBottom]
153      BorderSpacing.Left = 1
154      Caption = '...'
155      OnClick = BuildModeManageButtonClick
156      TabOrder = 1
157    end
158    object BuildModesLabel: TLabel
159      Left = 12
160      Height = 19
161      Top = 7
162      Width = 107
163      Caption = 'BuildModesLabel'
164      ParentColor = False
165    end
166  end
167  object EditorsPanel: TScrollBox
168    AnchorSideLeft.Control = CatTVSplitter
169    AnchorSideLeft.Side = asrBottom
170    AnchorSideTop.Control = BuildModeSelectPanel
171    AnchorSideTop.Side = asrBottom
172    AnchorSideRight.Control = Owner
173    AnchorSideRight.Side = asrBottom
174    AnchorSideBottom.Control = ButtonPanel
175    Left = 259
176    Height = 420
177    Top = 40
178    Width = 535
179    HorzScrollBar.Page = 1
180    HorzScrollBar.Tracking = True
181    VertScrollBar.Page = 1
182    VertScrollBar.Tracking = True
183    Anchors = [akTop, akLeft, akRight, akBottom]
184    BorderSpacing.Right = 6
185    BorderStyle = bsNone
186    TabOrder = 4
187  end
188end
189