1object LazFindReplaceDialog: TLazFindReplaceDialog
2  Left = 425
3  Height = 367
4  Top = 322
5  Width = 487
6  ActiveControl = TextToFindComboBox
7  BorderIcons = [biSystemMenu]
8  Caption = 'LazFindReplaceDialog'
9  ClientHeight = 367
10  ClientWidth = 487
11  Constraints.MinHeight = 280
12  Constraints.MinWidth = 300
13  KeyPreview = True
14  OnChangeBounds = FormChangeBounds
15  OnClose = FormClose
16  OnShow = FormShow
17  LCLVersion = '2.1.0.0'
18  object TextToFindLabel: TLabel
19    AnchorSideLeft.Control = Owner
20    AnchorSideTop.Control = TextToFindComboBox
21    AnchorSideTop.Side = asrCenter
22    Left = 6
23    Height = 14
24    Top = 16
25    Width = 88
26    Alignment = taRightJustify
27    BorderSpacing.Left = 6
28    Caption = 'TextToFindLabel'
29    FocusControl = TextToFindComboBox
30    ParentColor = False
31  end
32  object EnableAutoCompleteSpeedButton: TSpeedButton
33    AnchorSideTop.Control = TextToFindComboBox
34    AnchorSideRight.Control = Owner
35    AnchorSideRight.Side = asrBottom
36    AnchorSideBottom.Control = TextToFindComboBox
37    AnchorSideBottom.Side = asrBottom
38    Left = 458
39    Height = 23
40    Top = 12
41    Width = 23
42    AllowAllUp = True
43    Anchors = [akTop, akRight, akBottom]
44    BorderSpacing.Right = 6
45    GroupIndex = 1
46    OnClick = EnableAutoCompleteSpeedButtonClick
47    ShowHint = True
48    ParentShowHint = False
49  end
50  object ReplaceWithCheckbox: TCheckBox
51    AnchorSideLeft.Control = Owner
52    AnchorSideTop.Control = ReplaceTextComboBox
53    AnchorSideTop.Side = asrCenter
54    Left = 6
55    Height = 18
56    Top = 43
57    Width = 142
58    BorderSpacing.Left = 6
59    Caption = 'ReplaceWithCheckbox'
60    OnChange = ReplaceWithCheckboxChange
61    TabOrder = 1
62  end
63  object TextToFindComboBox: TComboBox
64    AnchorSideLeft.Control = TextToFindLabel
65    AnchorSideLeft.Side = asrBottom
66    AnchorSideRight.Control = EnableAutoCompleteSpeedButton
67    Left = 100
68    Height = 23
69    Top = 12
70    Width = 358
71    Anchors = [akTop, akLeft, akRight]
72    AutoComplete = True
73    AutoCompleteText = [cbactEnabled, cbactEndOfLineComplete, cbactRetainPrefixCase, cbactSearchAscending]
74    BorderSpacing.Left = 6
75    ItemHeight = 14
76    OnKeyDown = TextToFindComboboxKeyDown
77    TabOrder = 0
78    Text = 'TextToFindComboBox'
79  end
80  object ReplaceTextComboBox: TComboBox
81    AnchorSideLeft.Control = ReplaceWithCheckbox
82    AnchorSideLeft.Side = asrBottom
83    AnchorSideTop.Control = TextToFindComboBox
84    AnchorSideTop.Side = asrBottom
85    AnchorSideRight.Control = Owner
86    AnchorSideRight.Side = asrBottom
87    Left = 160
88    Height = 23
89    Top = 41
90    Width = 321
91    Anchors = [akTop, akLeft, akRight]
92    AutoComplete = True
93    AutoCompleteText = [cbactEnabled, cbactEndOfLineComplete, cbactRetainPrefixCase, cbactSearchAscending]
94    BorderSpacing.Left = 6
95    BorderSpacing.Around = 6
96    ItemHeight = 14
97    OnKeyDown = TextToFindComboboxKeyDown
98    TabOrder = 2
99    Text = 'ReplaceTextComboBox'
100  end
101  object OptionsGroupBox: TGroupBox
102    AnchorSideLeft.Control = Owner
103    AnchorSideTop.Control = ReplaceTextComboBox
104    AnchorSideTop.Side = asrBottom
105    AnchorSideBottom.Control = DirectionGroupBox
106    AnchorSideBottom.Side = asrBottom
107    Left = 6
108    Height = 174
109    Top = 70
110    Width = 231
111    Anchors = [akTop, akLeft, akBottom]
112    BorderSpacing.Left = 6
113    BorderSpacing.Top = 6
114    Caption = 'OptionsGroupBox'
115    ClientHeight = 156
116    ClientWidth = 227
117    TabOrder = 3
118    OnResize = OptionsGroupBoxResize
119    object PromptOnReplaceCheckBox: TCheckBox
120      Left = 6
121      Height = 18
122      Top = 120
123      Width = 215
124      Align = alTop
125      BorderSpacing.Top = 3
126      BorderSpacing.Around = 6
127      Caption = 'PromptOnReplaceCheckBox'
128      Checked = True
129      ParentShowHint = False
130      ShowHint = True
131      State = cbChecked
132      TabOrder = 4
133    end
134    object MultiLineCheckBox: TCheckBox
135      Left = 6
136      Height = 18
137      Top = 93
138      Width = 215
139      Align = alTop
140      BorderSpacing.Top = 3
141      BorderSpacing.Around = 6
142      Caption = 'MultiLineCheckBox'
143      ParentShowHint = False
144      ShowHint = True
145      TabOrder = 3
146    end
147    object RegularExpressionsCheckBox: TCheckBox
148      Left = 6
149      Height = 18
150      Top = 66
151      Width = 215
152      Align = alTop
153      BorderSpacing.Top = 3
154      BorderSpacing.Around = 6
155      Caption = 'RegularExpressionsCheckBox'
156      ParentShowHint = False
157      ShowHint = True
158      TabOrder = 2
159    end
160    object WholeWordsOnlyCheckBox: TCheckBox
161      Left = 6
162      Height = 18
163      Top = 39
164      Width = 215
165      Align = alTop
166      BorderSpacing.Top = 3
167      BorderSpacing.Around = 6
168      Caption = 'WholeWordsOnlyCheckBox'
169      ParentShowHint = False
170      ShowHint = True
171      TabOrder = 1
172    end
173    object CaseSensitiveCheckBox: TCheckBox
174      Left = 6
175      Height = 18
176      Top = 12
177      Width = 215
178      Align = alTop
179      BorderSpacing.Top = 6
180      BorderSpacing.Around = 6
181      Caption = 'CaseSensitiveCheckBox'
182      ParentShowHint = False
183      ShowHint = True
184      TabOrder = 0
185    end
186  end
187  object ScopeGroupBox: TGroupBox
188    AnchorSideLeft.Control = OptionsGroupBox
189    AnchorSideLeft.Side = asrBottom
190    AnchorSideTop.Control = OriginGroupBox
191    AnchorSideTop.Side = asrBottom
192    AnchorSideRight.Control = Owner
193    AnchorSideRight.Side = asrBottom
194    Left = 243
195    Height = 54
196    Top = 130
197    Width = 238
198    Anchors = [akTop, akLeft, akRight]
199    AutoSize = True
200    BorderSpacing.Around = 6
201    Caption = 'ScopeGroupBox'
202    ChildSizing.LeftRightSpacing = 6
203    ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
204    ChildSizing.EnlargeVertical = crsHomogenousSpaceResize
205    ChildSizing.ShrinkHorizontal = crsHomogenousSpaceResize
206    ChildSizing.ShrinkVertical = crsHomogenousSpaceResize
207    ChildSizing.Layout = cclLeftToRightThenTopToBottom
208    ChildSizing.ControlsPerLine = 1
209    ClientHeight = 36
210    ClientWidth = 234
211    TabOrder = 5
212    object SelectedRadioButton: TRadioButton
213      Left = 6
214      Height = 18
215      Top = 0
216      Width = 222
217      Caption = 'SelectedRadioButton'
218      TabOrder = 0
219    end
220    object GlobalRadioButton: TRadioButton
221      Left = 6
222      Height = 18
223      Top = 18
224      Width = 222
225      Caption = 'GlobalRadioButton'
226      Checked = True
227      TabOrder = 1
228      TabStop = True
229    end
230  end
231  object DirectionGroupBox: TGroupBox
232    AnchorSideLeft.Control = OptionsGroupBox
233    AnchorSideLeft.Side = asrBottom
234    AnchorSideTop.Control = ScopeGroupBox
235    AnchorSideTop.Side = asrBottom
236    AnchorSideRight.Control = Owner
237    AnchorSideRight.Side = asrBottom
238    Left = 243
239    Height = 54
240    Top = 190
241    Width = 238
242    Anchors = [akTop, akLeft, akRight]
243    AutoSize = True
244    BorderSpacing.Around = 6
245    Caption = 'DirectionGroupBox'
246    ChildSizing.LeftRightSpacing = 6
247    ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
248    ChildSizing.EnlargeVertical = crsHomogenousSpaceResize
249    ChildSizing.ShrinkHorizontal = crsHomogenousSpaceResize
250    ChildSizing.ShrinkVertical = crsHomogenousSpaceResize
251    ChildSizing.Layout = cclLeftToRightThenTopToBottom
252    ChildSizing.ControlsPerLine = 1
253    ClientHeight = 36
254    ClientWidth = 234
255    TabOrder = 6
256    object BackwardRadioButton: TRadioButton
257      Left = 6
258      Height = 18
259      Top = 0
260      Width = 222
261      Caption = 'BackwardRadioButton'
262      TabOrder = 0
263    end
264    object ForwardRadioButton: TRadioButton
265      Left = 6
266      Height = 18
267      Top = 18
268      Width = 222
269      Caption = 'ForwardRadioButton'
270      Checked = True
271      TabOrder = 1
272      TabStop = True
273    end
274  end
275  object OriginGroupBox: TGroupBox
276    AnchorSideLeft.Control = OptionsGroupBox
277    AnchorSideLeft.Side = asrBottom
278    AnchorSideTop.Control = ReplaceTextComboBox
279    AnchorSideTop.Side = asrBottom
280    AnchorSideRight.Control = Owner
281    AnchorSideRight.Side = asrBottom
282    Left = 243
283    Height = 54
284    Top = 70
285    Width = 238
286    Anchors = [akTop, akLeft, akRight]
287    AutoSize = True
288    BorderSpacing.Around = 6
289    Caption = 'OriginGroupBox'
290    ChildSizing.LeftRightSpacing = 6
291    ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
292    ChildSizing.EnlargeVertical = crsHomogenousSpaceResize
293    ChildSizing.ShrinkHorizontal = crsHomogenousSpaceResize
294    ChildSizing.ShrinkVertical = crsHomogenousSpaceResize
295    ChildSizing.Layout = cclLeftToRightThenTopToBottom
296    ChildSizing.ControlsPerLine = 1
297    ClientHeight = 36
298    ClientWidth = 234
299    TabOrder = 4
300    object FromCursorRadioButton: TRadioButton
301      Left = 6
302      Height = 18
303      Top = 0
304      Width = 222
305      AutoSize = False
306      Caption = 'FromCursorRadioButton'
307      Checked = True
308      TabOrder = 0
309      TabStop = True
310    end
311    object EntireScopeRadioButton: TRadioButton
312      Left = 6
313      Height = 18
314      Top = 18
315      Width = 222
316      AutoSize = False
317      Caption = 'EntireScopeRadioButton'
318      TabOrder = 1
319    end
320  end
321  object BtnPanel: TButtonPanel
322    Left = 6
323    Height = 34
324    Top = 327
325    Width = 475
326    OKButton.Name = 'OKButton'
327    OKButton.DefaultCaption = True
328    OKButton.OnClick = OkButtonClick
329    HelpButton.Name = 'HelpButton'
330    HelpButton.DefaultCaption = True
331    HelpButton.OnClick = HelpButtonClick
332    CloseButton.Name = 'CloseButton'
333    CloseButton.DefaultCaption = True
334    CloseButton.OnClick = ReplaceAllButtonClick
335    CancelButton.Name = 'CancelButton'
336    CancelButton.DefaultCaption = True
337    CancelButton.OnClick = CancelButtonClick
338    TabOrder = 7
339  end
340end
341