mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-14 07:02:50 +02:00
395 lines
10 KiB
Plaintext
395 lines
10 KiB
Plaintext
object LazFindReplaceDialog: TLazFindReplaceDialog
|
|
Left = 308
|
|
Height = 322
|
|
Top = 229
|
|
Width = 441
|
|
ActiveControl = TextToFindComboBox
|
|
BorderIcons = [biSystemMenu]
|
|
Caption = 'LazFindReplaceDialog'
|
|
ClientHeight = 322
|
|
ClientWidth = 441
|
|
Constraints.MinHeight = 280
|
|
Constraints.MinWidth = 300
|
|
KeyPreview = True
|
|
OnChangeBounds = FormChangeBounds
|
|
OnClose = FormClose
|
|
LCLVersion = '1.1'
|
|
object TextToFindLabel: TLabel
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = TextToFindComboBox
|
|
AnchorSideTop.Side = asrCenter
|
|
Left = 6
|
|
Height = 15
|
|
Top = 18
|
|
Width = 95
|
|
Alignment = taRightJustify
|
|
BorderSpacing.Left = 6
|
|
Caption = 'TextToFindLabel'
|
|
FocusControl = TextToFindComboBox
|
|
ParentColor = False
|
|
end
|
|
object EnableAutoCompleteSpeedButton: TSpeedButton
|
|
AnchorSideTop.Control = TextToFindComboBox
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
AnchorSideBottom.Control = TextToFindComboBox
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 410
|
|
Height = 27
|
|
Top = 12
|
|
Width = 25
|
|
AllowAllUp = True
|
|
Anchors = [akTop, akRight, akBottom]
|
|
BorderSpacing.Right = 6
|
|
GroupIndex = 1
|
|
OnClick = EnableAutoCompleteSpeedButtonClick
|
|
ShowHint = True
|
|
ParentShowHint = False
|
|
end
|
|
object ReplaceWithCheckbox: TCheckBox
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = ReplaceTextComboBox
|
|
AnchorSideTop.Side = asrCenter
|
|
Left = 6
|
|
Height = 20
|
|
Top = 48
|
|
Width = 163
|
|
BorderSpacing.Left = 6
|
|
Caption = 'ReplaceWithCheckbox'
|
|
OnChange = ReplaceWithCheckboxChange
|
|
TabOrder = 1
|
|
end
|
|
object TextToFindComboBox: TComboBox
|
|
AnchorSideLeft.Control = TextToFindLabel
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideRight.Control = EnableAutoCompleteSpeedButton
|
|
Left = 107
|
|
Height = 27
|
|
Top = 12
|
|
Width = 303
|
|
Anchors = [akTop, akLeft, akRight]
|
|
AutoComplete = True
|
|
AutoCompleteText = [cbactEnabled, cbactEndOfLineComplete, cbactRetainPrefixCase, cbactSearchAscending]
|
|
BorderSpacing.Left = 6
|
|
ItemHeight = 0
|
|
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 = 181
|
|
Height = 27
|
|
Top = 45
|
|
Width = 254
|
|
Anchors = [akTop, akLeft, akRight]
|
|
AutoComplete = True
|
|
AutoCompleteText = [cbactEnabled, cbactEndOfLineComplete, cbactRetainPrefixCase, cbactSearchAscending]
|
|
BorderSpacing.Left = 6
|
|
BorderSpacing.Around = 6
|
|
ItemHeight = 0
|
|
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 = 193
|
|
Top = 78
|
|
Width = 229
|
|
Anchors = [akTop, akLeft, akBottom]
|
|
AutoSize = True
|
|
BorderSpacing.Left = 6
|
|
BorderSpacing.Top = 6
|
|
BorderSpacing.Bottom = 6
|
|
Caption = 'OptionsGroupBox'
|
|
ClientHeight = 174
|
|
ClientWidth = 221
|
|
TabOrder = 3
|
|
OnResize = OptionsGroupBoxResize
|
|
object PromptOnReplaceCheckBox: TCheckBox
|
|
Left = 6
|
|
Height = 20
|
|
Top = 140
|
|
Width = 209
|
|
Align = alTop
|
|
BorderSpacing.Top = 6
|
|
BorderSpacing.Around = 6
|
|
Caption = 'PromptOnReplaceCheckBox'
|
|
Checked = True
|
|
ParentShowHint = False
|
|
ShowHint = True
|
|
State = cbChecked
|
|
TabOrder = 4
|
|
end
|
|
object MultiLineCheckBox: TCheckBox
|
|
Left = 6
|
|
Height = 20
|
|
Top = 108
|
|
Width = 209
|
|
Align = alTop
|
|
BorderSpacing.Top = 6
|
|
BorderSpacing.Around = 6
|
|
Caption = 'MultiLineCheckBox'
|
|
ParentShowHint = False
|
|
ShowHint = True
|
|
TabOrder = 3
|
|
end
|
|
object RegularExpressionsCheckBox: TCheckBox
|
|
Left = 6
|
|
Height = 20
|
|
Top = 76
|
|
Width = 209
|
|
Align = alTop
|
|
BorderSpacing.Top = 6
|
|
BorderSpacing.Around = 6
|
|
Caption = 'RegularExpressionsCheckBox'
|
|
ParentShowHint = False
|
|
ShowHint = True
|
|
TabOrder = 2
|
|
end
|
|
object WholeWordsOnlyCheckBox: TCheckBox
|
|
Left = 6
|
|
Height = 20
|
|
Top = 44
|
|
Width = 209
|
|
Align = alTop
|
|
BorderSpacing.Top = 6
|
|
BorderSpacing.Around = 6
|
|
Caption = 'WholeWordsOnlyCheckBox'
|
|
ParentShowHint = False
|
|
ShowHint = True
|
|
TabOrder = 1
|
|
end
|
|
object CaseSensitiveCheckBox: TCheckBox
|
|
Left = 6
|
|
Height = 20
|
|
Top = 12
|
|
Width = 209
|
|
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
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 241
|
|
Height = 59
|
|
Top = 143
|
|
Width = 194
|
|
Anchors = [akTop, akLeft, akRight]
|
|
AutoSize = True
|
|
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 = 40
|
|
ClientWidth = 186
|
|
TabOrder = 5
|
|
object SelectedRadioButton: TRadioButton
|
|
Left = 6
|
|
Height = 20
|
|
Top = 0
|
|
Width = 174
|
|
Caption = 'SelectedRadioButton'
|
|
TabOrder = 0
|
|
end
|
|
object GlobalRadioButton: TRadioButton
|
|
Left = 6
|
|
Height = 20
|
|
Top = 20
|
|
Width = 174
|
|
Caption = 'GlobalRadioButton'
|
|
Checked = True
|
|
TabOrder = 1
|
|
TabStop = True
|
|
end
|
|
end
|
|
object DirectionGroupBox: TGroupBox
|
|
AnchorSideLeft.Control = OptionsGroupBox
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = ScopeGroupBox
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 241
|
|
Height = 59
|
|
Top = 208
|
|
Width = 194
|
|
Anchors = [akTop, akLeft, akRight]
|
|
AutoSize = True
|
|
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 = 40
|
|
ClientWidth = 186
|
|
TabOrder = 6
|
|
object BackwardRadioButton: TRadioButton
|
|
Left = 6
|
|
Height = 20
|
|
Top = 0
|
|
Width = 174
|
|
Caption = 'BackwardRadioButton'
|
|
TabOrder = 0
|
|
end
|
|
object ForwardRadioButton: TRadioButton
|
|
Left = 6
|
|
Height = 20
|
|
Top = 20
|
|
Width = 174
|
|
Caption = 'ForwardRadioButton'
|
|
Checked = True
|
|
TabOrder = 1
|
|
TabStop = True
|
|
end
|
|
end
|
|
object OriginGroupBox: TGroupBox
|
|
AnchorSideLeft.Control = OptionsGroupBox
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = ReplaceTextComboBox
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 241
|
|
Height = 59
|
|
Top = 78
|
|
Width = 194
|
|
Anchors = [akTop, akLeft, akRight]
|
|
AutoSize = True
|
|
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 = 40
|
|
ClientWidth = 186
|
|
TabOrder = 4
|
|
object FromCursorRadioButton: TRadioButton
|
|
Left = 0
|
|
Height = 20
|
|
Top = 0
|
|
Width = 180
|
|
AutoSize = False
|
|
Caption = 'FromCursorRadioButton'
|
|
Checked = True
|
|
TabOrder = 0
|
|
TabStop = True
|
|
end
|
|
object EntireScopeRadioButton: TRadioButton
|
|
Left = 0
|
|
Height = 20
|
|
Top = 20
|
|
Width = 180
|
|
AutoSize = False
|
|
Caption = 'EntireScopeRadioButton'
|
|
TabOrder = 1
|
|
end
|
|
end
|
|
object BtnPanel: TPanel
|
|
Left = 0
|
|
Height = 45
|
|
Top = 277
|
|
Width = 441
|
|
Align = alBottom
|
|
AutoSize = True
|
|
BevelOuter = bvNone
|
|
ClientHeight = 45
|
|
ClientWidth = 441
|
|
TabOrder = 7
|
|
object ReplaceAllButton: TBitBtn
|
|
Left = 185
|
|
Height = 33
|
|
Top = 6
|
|
Width = 75
|
|
Align = alRight
|
|
AutoSize = True
|
|
BorderSpacing.Around = 6
|
|
Caption = '&All'
|
|
Constraints.MinWidth = 75
|
|
Kind = bkAll
|
|
OnClick = ReplaceAllButtonClick
|
|
TabOrder = 0
|
|
end
|
|
object OKButton: TBitBtn
|
|
Left = 266
|
|
Height = 33
|
|
Top = 6
|
|
Width = 75
|
|
Align = alRight
|
|
AutoSize = True
|
|
BorderSpacing.Around = 6
|
|
Caption = '&OK'
|
|
Constraints.MinWidth = 75
|
|
Default = True
|
|
Kind = bkOK
|
|
OnClick = OkButtonClick
|
|
TabOrder = 1
|
|
end
|
|
object CancelButton: TBitBtn
|
|
Left = 347
|
|
Height = 33
|
|
Top = 6
|
|
Width = 88
|
|
Align = alRight
|
|
AutoSize = True
|
|
BorderSpacing.Around = 6
|
|
Cancel = True
|
|
Caption = 'Cancel'
|
|
Constraints.MinWidth = 75
|
|
Kind = bkCancel
|
|
ModalResult = 2
|
|
OnClick = CancelButtonClick
|
|
TabOrder = 2
|
|
end
|
|
object HelpButton: TBitBtn
|
|
AnchorSideLeft.Control = BtnPanel
|
|
AnchorSideBottom.Control = BtnPanel
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 6
|
|
Height = 33
|
|
Top = 6
|
|
Width = 76
|
|
Anchors = [akLeft, akBottom]
|
|
AutoSize = True
|
|
BorderSpacing.Around = 6
|
|
Caption = '&Help'
|
|
Kind = bkHelp
|
|
OnClick = HelpButtonClick
|
|
TabOrder = 3
|
|
end
|
|
end
|
|
end
|