~ubuntu-branches/ubuntu/gutsy/lazarus/gutsy

« back to all changes in this revision

Viewing changes to ide/findreplacedialog.lfm

  • Committer: Bazaar Package Importer
  • Author(s): Torsten Werner
  • Date: 2007-05-06 13:46:10 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20070506134610-lf4rbsb7p0mx31x1
Tags: 0.9.22-1
* Add homepage to debian/control.
* New upstream release. (Closes: #421850, #408512)
* Remove old patch and add new symlink /usr/bin/startlazarus.
* Add myself to Uploaders.
* Add XS-X-Vcs-Svn header to debian/control.

Show diffs side-by-side

added added

removed removed

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