1object ExternHelpGeneralOptsFrame: TExternHelpGeneralOptsFrame
2  Left = 0
3  Height = 384
4  Top = 0
5  Width = 581
6  ClientHeight = 384
7  ClientWidth = 581
8  TabOrder = 0
9  DesignLeft = 358
10  DesignTop = 166
11  object ItemsTreeView: TTreeView
12    AnchorSideLeft.Control = Owner
13    AnchorSideTop.Control = Owner
14    AnchorSideRight.Control = Splitter1
15    AnchorSideBottom.Control = AddSpeedButton
16    Left = 6
17    Height = 344
18    Top = 6
19    Width = 218
20    Anchors = [akTop, akLeft, akRight, akBottom]
21    BorderSpacing.Left = 6
22    BorderSpacing.Top = 6
23    BorderSpacing.Bottom = 6
24    DefaultItemHeight = 16
25    ParentShowHint = False
26    ShowHint = True
27    TabOrder = 0
28    OnDragOver = ItemsTreeViewDragOver
29    OnEdited = ItemsTreeViewEdited
30    OnEditing = ItemsTreeViewEditing
31    OnEndDrag = ItemsTreeViewEndDrag
32    OnMouseMove = ItemsTreeViewMouseMove
33    OnSelectionChanged = ItemsTreeViewSelectionChanged
34    OnStartDrag = ItemsTreeViewStartDrag
35  end
36  object AddSpeedButton: TSpeedButton
37    AnchorSideLeft.Control = Owner
38    AnchorSideBottom.Control = Owner
39    AnchorSideBottom.Side = asrBottom
40    Left = 6
41    Height = 22
42    Top = 356
43    Width = 23
44    Anchors = [akLeft, akBottom]
45    BorderSpacing.Around = 6
46    NumGlyphs = 0
47    OnClick = AddSpeedButtonClick
48    ShowHint = True
49    ParentShowHint = False
50  end
51  object DeleteSpeedButton: TSpeedButton
52    AnchorSideLeft.Control = AddSpeedButton
53    AnchorSideLeft.Side = asrBottom
54    AnchorSideTop.Control = AddSpeedButton
55    Left = 35
56    Height = 22
57    Top = 356
58    Width = 23
59    NumGlyphs = 0
60    OnClick = DeleteSpeedButtonClick
61    ShowHint = True
62    ParentShowHint = False
63  end
64  object NameLabel: TLabel
65    AnchorSideLeft.Control = Splitter1
66    AnchorSideLeft.Side = asrBottom
67    AnchorSideTop.Control = Owner
68    Left = 235
69    Height = 15
70    Top = 20
71    Width = 64
72    BorderSpacing.Left = 6
73    BorderSpacing.Top = 20
74    Caption = 'NameLabel'
75    ParentColor = False
76  end
77  object NameEdit: TEdit
78    AnchorSideLeft.Control = NameLabel
79    AnchorSideTop.Control = NameLabel
80    AnchorSideTop.Side = asrBottom
81    AnchorSideRight.Control = Owner
82    AnchorSideRight.Side = asrBottom
83    Left = 235
84    Height = 24
85    Top = 35
86    Width = 340
87    Anchors = [akTop, akLeft, akRight]
88    BorderSpacing.Right = 6
89    OnChange = NameEditChange
90    OnEditingDone = NameEditEditingDone
91    TabOrder = 1
92    Text = 'NameEdit'
93  end
94  object FilenameLabel: TLabel
95    AnchorSideLeft.Control = NameLabel
96    AnchorSideTop.Control = NameEdit
97    AnchorSideTop.Side = asrBottom
98    Left = 235
99    Height = 15
100    Top = 74
101    Width = 81
102    BorderSpacing.Top = 15
103    Caption = 'FilenameLabel'
104    ParentColor = False
105  end
106  object FilenameEdit: TEdit
107    AnchorSideLeft.Control = FilenameLabel
108    AnchorSideTop.Control = FilenameLabel
109    AnchorSideTop.Side = asrBottom
110    AnchorSideRight.Control = Owner
111    AnchorSideRight.Side = asrBottom
112    Left = 235
113    Height = 24
114    Top = 89
115    Width = 346
116    Anchors = [akTop, akLeft, akRight]
117    OnChange = FilenameEditChange
118    OnEditingDone = FilenameEditEditingDone
119    TabOrder = 2
120    Text = 'FilenameEdit'
121  end
122  object URLLabel: TLabel
123    AnchorSideLeft.Control = NameLabel
124    AnchorSideTop.Control = WithSubDirsCheckBox
125    AnchorSideTop.Side = asrBottom
126    Left = 235
127    Height = 15
128    Top = 176
129    Width = 53
130    BorderSpacing.Top = 15
131    Caption = 'URLLabel'
132    ParentColor = False
133  end
134  object HelpBitBtn: TBitBtn
135    AnchorSideRight.Control = Owner
136    AnchorSideRight.Side = asrBottom
137    AnchorSideBottom.Control = Owner
138    AnchorSideBottom.Side = asrBottom
139    Left = 506
140    Height = 26
141    Top = 352
142    Width = 69
143    Anchors = [akRight, akBottom]
144    AutoSize = True
145    BorderSpacing.Around = 6
146    Caption = 'HelpBitBtn'
147    TabOrder = 3
148  end
149  object Splitter1: TSplitter
150    AnchorSideTop.Control = ItemsTreeView
151    AnchorSideBottom.Control = ItemsTreeView
152    AnchorSideBottom.Side = asrBottom
153    Left = 224
154    Height = 344
155    Top = 6
156    Width = 5
157    Align = alNone
158    Anchors = [akTop, akLeft, akBottom]
159  end
160  object StoreLabel: TLabel
161    AnchorSideLeft.Control = NameLabel
162    AnchorSideTop.Control = URLMemo
163    AnchorSideTop.Side = asrBottom
164    Left = 235
165    Height = 15
166    Top = 269
167    Width = 60
168    BorderSpacing.Top = 15
169    Caption = 'StoreLabel'
170    ParentColor = False
171  end
172  object StoreComboBox: TComboBox
173    AnchorSideLeft.Control = StoreLabel
174    AnchorSideTop.Control = StoreLabel
175    AnchorSideTop.Side = asrBottom
176    Left = 235
177    Height = 27
178    Top = 284
179    Width = 157
180    ItemHeight = 0
181    OnEditingDone = StoreComboBoxEditingDone
182    TabOrder = 5
183    Text = 'StoreComboBox'
184  end
185  object FileBrowseButton: TButton
186    AnchorSideLeft.Control = FilenameEdit
187    AnchorSideTop.Control = FilenameEdit
188    AnchorSideTop.Side = asrBottom
189    AnchorSideRight.Side = asrBottom
190    AnchorSideBottom.Control = FilenameEdit
191    AnchorSideBottom.Side = asrBottom
192    Left = 235
193    Height = 26
194    Top = 113
195    Width = 52
196    AutoSize = True
197    BorderSpacing.Right = 6
198    Caption = 'Browse'
199    OnClick = FileBrowseButtonClick
200    ParentShowHint = False
201    ShowHint = True
202    TabOrder = 6
203  end
204  object FileUseMacrosButton: TButton
205    AnchorSideLeft.Control = FileBrowseButton
206    AnchorSideLeft.Side = asrBottom
207    AnchorSideTop.Control = FilenameEdit
208    AnchorSideTop.Side = asrBottom
209    Left = 293
210    Height = 26
211    Top = 113
212    Width = 126
213    AutoSize = True
214    Caption = 'FileUseMacrosButton'
215    OnClick = FileUseMacrosButtonClick
216    ParentShowHint = False
217    ShowHint = True
218    TabOrder = 7
219  end
220  object URLMemo: TMemo
221    AnchorSideLeft.Control = URLLabel
222    AnchorSideTop.Control = URLLabel
223    AnchorSideTop.Side = asrBottom
224    AnchorSideRight.Control = Owner
225    AnchorSideRight.Side = asrBottom
226    Left = 235
227    Height = 63
228    Top = 191
229    Width = 346
230    Anchors = [akTop, akLeft, akRight]
231    Lines.Strings = (
232      'URLMemo'
233    )
234    OnEditingDone = URLMemoEditingDone
235    TabOrder = 8
236  end
237  object WithSubDirsCheckBox: TCheckBox
238    AnchorSideLeft.Control = FileBrowseButton
239    AnchorSideTop.Control = FileBrowseButton
240    AnchorSideTop.Side = asrBottom
241    Left = 235
242    Height = 22
243    Top = 139
244    Width = 145
245    Caption = 'WithSubDirsCheckBox'
246    OnEditingDone = WithSubDirsCheckBoxEditingDone
247    TabOrder = 9
248  end
249  object SelEditorFileButton: TButton
250    AnchorSideLeft.Control = FileUseMacrosButton
251    AnchorSideLeft.Side = asrBottom
252    AnchorSideTop.Control = FileUseMacrosButton
253    Left = 425
254    Height = 26
255    Top = 113
256    Width = 115
257    AutoSize = True
258    BorderSpacing.Left = 6
259    Caption = 'SelEditorFileButton'
260    OnClick = SelEditorFileButtonClick
261    ParentShowHint = False
262    ShowHint = True
263    TabOrder = 10
264  end
265end
266