lazarus/ide/findreplacedialog.lfm
laurent 67c0b28ad5 Load glyph form resource
git-svn-id: trunk@16678 -
2008-09-23 09:01:01 +00:00

359 lines
9.3 KiB
Plaintext

object LazFindReplaceDialog: TLazFindReplaceDialog
Left = 326
Height = 373
Top = 184
Width = 420
ActiveControl = TextToFindComboBox
BorderIcons = [biSystemMenu]
Caption = 'LazFindReplaceDialog'
ClientHeight = 373
ClientWidth = 420
Constraints.MinHeight = 312
Constraints.MinWidth = 300
KeyPreview = True
OnChangeBounds = FormChangeBounds
OnClose = FormClose
ParentFont = False
LCLVersion = '0.9.25'
object TextToFindLabel: TLabel
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = TextToFindComboBox
AnchorSideTop.Side = asrCenter
Left = 6
Height = 14
Top = 15
Width = 80
Alignment = taRightJustify
BorderSpacing.Left = 6
Caption = 'TextToFindLabel'
FocusControl = TextToFindComboBox
ParentColor = False
end
object ReplaceWithCheckbox: TCheckBox
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = ReplaceTextComboBox
AnchorSideTop.Side = asrCenter
Left = 6
Height = 19
Top = 40
Width = 133
BorderSpacing.Left = 6
Caption = 'ReplaceWithCheckbox'
OnChange = ReplaceWithCheckboxChange
TabOrder = 1
end
object TextToFindComboBox: TComboBox
AnchorSideLeft.Control = TextToFindLabel
AnchorSideLeft.Side = asrBottom
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Left = 98
Height = 21
Top = 12
Width = 316
Anchors = [akTop, akLeft, akRight]
AutoComplete = True
AutoCompleteText = [cbactEnabled, cbactEndOfLineComplete, cbactRetainPrefixCase, cbactSearchAscending]
BorderSpacing.Left = 6
BorderSpacing.Around = 6
ItemHeight = 13
OnKeyDown = TextToFindComboboxKeyDown
TabOrder = 0
Text = 'TextToFindComboBox'
end
object ReplaceTextComboBox: TComboBox
AnchorSideLeft.Control = ReplaceWithCheckbox
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = TextToFindComboBox
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Left = 151
Height = 21
Top = 39
Width = 263
Anchors = [akTop, akLeft, akRight]
AutoComplete = True
AutoCompleteText = [cbactEnabled, cbactEndOfLineComplete, cbactRetainPrefixCase, cbactSearchAscending]
BorderSpacing.Left = 6
BorderSpacing.Around = 6
ItemHeight = 13
OnKeyDown = TextToFindComboboxKeyDown
TabOrder = 2
Text = 'ReplaceTextComboBox'
end
object OptionsGroupBox: TGroupBox
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = ReplaceTextComboBox
AnchorSideTop.Side = asrBottom
AnchorSideBottom.Control = BtnPanel
Left = 6
Height = 266
Top = 66
Width = 199
Anchors = [akTop, akLeft, akBottom]
BorderSpacing.Left = 6
BorderSpacing.Top = 6
BorderSpacing.Bottom = 6
Caption = 'OptionsGroupBox'
ClientHeight = 248
ClientWidth = 195
TabOrder = 3
OnResize = OptionsGroupBoxResize
object PromptOnReplaceCheckBox: TCheckBox
AnchorSideTop.Side = asrBottom
Left = 6
Height = 19
Top = 136
Width = 183
Align = alTop
BorderSpacing.Top = 6
BorderSpacing.Around = 6
Caption = 'PromptOnReplaceCheckBox'
Checked = True
ParentShowHint = False
ShowHint = True
State = cbChecked
TabOrder = 4
end
object MultiLineCheckBox: TCheckBox
AnchorSideTop.Side = asrBottom
Left = 6
Height = 19
Top = 105
Width = 183
Align = alTop
BorderSpacing.Top = 6
BorderSpacing.Around = 6
Caption = 'MultiLineCheckBox'
ParentShowHint = False
ShowHint = True
TabOrder = 3
end
object RegularExpressionsCheckBox: TCheckBox
AnchorSideTop.Side = asrBottom
Left = 6
Height = 19
Top = 74
Width = 183
Align = alTop
BorderSpacing.Top = 6
BorderSpacing.Around = 6
Caption = 'RegularExpressionsCheckBox'
ParentShowHint = False
ShowHint = True
TabOrder = 2
end
object WholeWordsOnlyCheckBox: TCheckBox
AnchorSideTop.Side = asrBottom
Left = 6
Height = 19
Top = 43
Width = 183
Align = alTop
BorderSpacing.Top = 6
BorderSpacing.Around = 6
Caption = 'WholeWordsOnlyCheckBox'
ParentShowHint = False
ShowHint = True
TabOrder = 1
end
object CaseSensitiveCheckBox: TCheckBox
AnchorSideTop.Side = asrBottom
Left = 6
Height = 19
Top = 12
Width = 183
Align = alTop
BorderSpacing.Top = 6
BorderSpacing.Around = 6
Caption = 'CaseSensitiveCheckBox'
ParentShowHint = False
ShowHint = True
TabOrder = 0
end
end
object ScopeGroupBox: TGroupBox
AnchorSideLeft.Control = OptionsGroupBox
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = OriginGroupBox
AnchorSideTop.Side = asrBottom
Left = 211
Height = 74
Top = 146
Width = 199
BorderSpacing.Around = 6
Caption = 'ScopeGroupBox'
ChildSizing.LeftRightSpacing = 6
ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
ChildSizing.EnlargeVertical = crsHomogenousSpaceResize
ChildSizing.ShrinkHorizontal = crsHomogenousSpaceResize
ChildSizing.ShrinkVertical = crsHomogenousSpaceResize
ChildSizing.Layout = cclLeftToRightThenTopToBottom
ChildSizing.ControlsPerLine = 1
ClientHeight = 56
ClientWidth = 195
TabOrder = 5
object SelectedRadioButton: TRadioButton
Left = 6
Height = 19
Top = 6
Width = 183
Caption = 'SelectedRadioButton'
TabOrder = 0
end
object GlobalRadioButton: TRadioButton
Left = 6
Height = 19
Top = 31
Width = 183
Caption = 'GlobalRadioButton'
Checked = True
State = cbChecked
TabOrder = 1
end
end
object DirectionGroupBox: TGroupBox
AnchorSideLeft.Control = OptionsGroupBox
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = ScopeGroupBox
AnchorSideTop.Side = asrBottom
Left = 211
Height = 74
Top = 226
Width = 199
BorderSpacing.Around = 6
Caption = 'DirectionGroupBox'
ChildSizing.LeftRightSpacing = 6
ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
ChildSizing.EnlargeVertical = crsHomogenousSpaceResize
ChildSizing.ShrinkHorizontal = crsHomogenousSpaceResize
ChildSizing.ShrinkVertical = crsHomogenousSpaceResize
ChildSizing.Layout = cclLeftToRightThenTopToBottom
ChildSizing.ControlsPerLine = 1
ClientHeight = 56
ClientWidth = 195
TabOrder = 6
object BackwardRadioButton: TRadioButton
Left = 6
Height = 19
Top = 6
Width = 183
Caption = 'BackwardRadioButton'
TabOrder = 0
end
object ForwardRadioButton: TRadioButton
Left = 6
Height = 19
Top = 31
Width = 183
Caption = 'ForwardRadioButton'
Checked = True
State = cbChecked
TabOrder = 1
end
end
object OriginGroupBox: TGroupBox
AnchorSideLeft.Control = OptionsGroupBox
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = ReplaceTextComboBox
AnchorSideTop.Side = asrBottom
Left = 211
Height = 74
Top = 66
Width = 199
BorderSpacing.Around = 6
Caption = 'OriginGroupBox'
ChildSizing.LeftRightSpacing = 6
ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
ChildSizing.EnlargeVertical = crsHomogenousSpaceResize
ChildSizing.ShrinkHorizontal = crsHomogenousSpaceResize
ChildSizing.ShrinkVertical = crsHomogenousSpaceResize
ChildSizing.Layout = cclLeftToRightThenTopToBottom
ChildSizing.ControlsPerLine = 1
ClientHeight = 56
ClientWidth = 195
TabOrder = 4
object FromCursorRadioButton: TRadioButton
Left = 6
Height = 19
Top = 6
Width = 183
AutoSize = False
Caption = 'FromCursorRadioButton'
Checked = True
State = cbChecked
TabOrder = 0
end
object EntireScopeRadioButton: TRadioButton
Left = 6
Height = 19
Top = 31
Width = 183
AutoSize = False
Caption = 'EntireScopeRadioButton'
TabOrder = 1
end
end
object BtnPanel: TPanel
Height = 35
Top = 338
Width = 420
Align = alBottom
AutoSize = True
BevelOuter = bvNone
ClientHeight = 35
ClientWidth = 420
TabOrder = 7
object ReplaceAllButton: TBitBtn
AnchorSideBottom.Side = asrBottom
Left = 267
Height = 23
Top = 6
Width = 37
Align = alRight
AutoSize = True
BorderSpacing.Around = 6
Caption = '&All'
Kind = bkAll
NumGlyphs = 0
OnClick = ReplaceAllButtonClick
TabOrder = 0
end
object OKButton: TBitBtn
AnchorSideBottom.Side = asrBottom
Left = 310
Height = 23
Top = 6
Width = 40
Align = alRight
AutoSize = True
BorderSpacing.Around = 6
Caption = '&OK'
Default = True
Kind = bkOK
NumGlyphs = 0
OnClick = OkButtonClick
TabOrder = 1
end
object CancelButton: TBitBtn
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Side = asrBottom
Left = 356
Height = 23
Top = 6
Width = 58
Align = alRight
AutoSize = True
BorderSpacing.Around = 6
Cancel = True
Caption = 'Cancel'
Kind = bkCancel
ModalResult = 2
NumGlyphs = 0
OnClick = CancelButtonClick
TabOrder = 2
end
end
end