1object FPDocFileSearchDialog: TFPDocFileSearchDialog
2  Left = 239
3  Height = 483
4  Top = 201
5  Width = 647
6  Caption = 'FPDocFileSearchDialog'
7  ClientHeight = 483
8  ClientWidth = 647
9  KeyPreview = True
10  OnCreate = FormCreate
11  OnKeyDown = FormKeyDown
12  LCLVersion = '0.9.31'
13  object SearchTextLabel: TLabel
14    AnchorSideLeft.Control = Owner
15    AnchorSideTop.Control = SearchTextComboBox
16    AnchorSideTop.Side = asrCenter
17    Left = 6
18    Height = 15
19    Top = 12
20    Width = 91
21    BorderSpacing.Left = 6
22    Caption = 'SearchTextLabel'
23    ParentColor = False
24  end
25  object SearchTextComboBox: TComboBox
26    AnchorSideLeft.Control = SearchTextLabel
27    AnchorSideLeft.Side = asrBottom
28    AnchorSideTop.Control = Owner
29    AnchorSideRight.Control = CloseBitBtn
30    Left = 103
31    Height = 27
32    Top = 6
33    Width = 457
34    Anchors = [akTop, akLeft, akRight]
35    BorderSpacing.Around = 6
36    ItemHeight = 0
37    TabOrder = 0
38    Text = 'SearchTextComboBox'
39  end
40  object ScopeGroupBox: TGroupBox
41    AnchorSideLeft.Control = Owner
42    AnchorSideTop.Control = SearchTextComboBox
43    AnchorSideTop.Side = asrBottom
44    AnchorSideBottom.Control = Owner
45    AnchorSideBottom.Side = asrBottom
46    Left = 6
47    Height = 438
48    Top = 39
49    Width = 145
50    Anchors = [akTop, akLeft, akBottom]
51    BorderSpacing.Left = 6
52    BorderSpacing.Top = 6
53    BorderSpacing.Bottom = 6
54    Caption = 'ScopeGroupBox'
55    ClientHeight = 422
56    ClientWidth = 141
57    TabOrder = 1
58    object ScopeTreeView: TTreeView
59      Left = 0
60      Height = 422
61      Top = 0
62      Width = 141
63      Align = alClient
64      DefaultItemHeight = 16
65      TabOrder = 0
66    end
67  end
68  object CloseBitBtn: TBitBtn
69    AnchorSideLeft.Control = Owner
70    AnchorSideTop.Control = Owner
71    AnchorSideRight.Control = Owner
72    AnchorSideRight.Side = asrBottom
73    AnchorSideBottom.Control = Owner
74    AnchorSideBottom.Side = asrBottom
75    Left = 566
76    Height = 26
77    Top = 6
78    Width = 75
79    Anchors = [akTop, akRight]
80    AutoSize = True
81    BorderSpacing.Around = 6
82    Caption = 'CloseBitBtn'
83    ModalResult = 11
84    TabOrder = 2
85  end
86  object Splitter1: TSplitter
87    AnchorSideLeft.Control = ScopeGroupBox
88    AnchorSideLeft.Side = asrBottom
89    AnchorSideTop.Control = ScopeGroupBox
90    AnchorSideBottom.Control = ScopeGroupBox
91    AnchorSideBottom.Side = asrBottom
92    Left = 151
93    Height = 438
94    Top = 39
95    Width = 5
96    Align = alNone
97    Anchors = [akTop, akLeft, akBottom]
98  end
99  object ResultsMemo: TMemo
100    AnchorSideLeft.Control = Splitter1
101    AnchorSideLeft.Side = asrBottom
102    AnchorSideTop.Control = Splitter1
103    AnchorSideRight.Control = Owner
104    AnchorSideRight.Side = asrBottom
105    AnchorSideBottom.Control = Owner
106    AnchorSideBottom.Side = asrBottom
107    Left = 156
108    Height = 432
109    Top = 45
110    Width = 485
111    Anchors = [akTop, akLeft, akRight, akBottom]
112    BorderSpacing.Top = 6
113    BorderSpacing.Right = 6
114    BorderSpacing.Bottom = 6
115    Lines.Strings = (
116      'ResultsMemo'
117    )
118    ReadOnly = True
119    ScrollBars = ssAutoBoth
120    TabOrder = 4
121  end
122end
123