mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-28 10:02:14 +00:00
238 lines
6.3 KiB
Text
238 lines
6.3 KiB
Text
object frmEditSearchReplace: TfrmEditSearchReplace
|
|
Left = 606
|
|
Height = 274
|
|
Top = 251
|
|
Width = 385
|
|
ActiveControl = cbSearchText
|
|
AutoSize = True
|
|
BorderIcons = []
|
|
ChildSizing.TopBottomSpacing = 6
|
|
ClientHeight = 274
|
|
ClientWidth = 385
|
|
Constraints.MinWidth = 385
|
|
OnCloseQuery = FormCloseQuery
|
|
OnCreate = FormCreate
|
|
OnShow = FormShow
|
|
Position = poOwnerFormCenter
|
|
SessionProperties = 'Left;Top;Width;Height'
|
|
LCLVersion = '2.2.0.4'
|
|
object lblSearchFor: TLabel
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = cbSearchText
|
|
AnchorSideTop.Side = asrCenter
|
|
Left = 12
|
|
Height = 15
|
|
Top = 16
|
|
Width = 56
|
|
BorderSpacing.Left = 12
|
|
Caption = '&Search for:'
|
|
FocusControl = cbSearchText
|
|
ParentColor = False
|
|
end
|
|
object lblReplaceWith: TCheckBox
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = cbReplaceText
|
|
AnchorSideTop.Side = asrCenter
|
|
Left = 12
|
|
Height = 19
|
|
Top = 43
|
|
Width = 90
|
|
BorderSpacing.Left = 12
|
|
Caption = '&Replace with:'
|
|
Color = clDefault
|
|
OnChange = lblReplaceWithChange
|
|
ParentColor = False
|
|
TabOrder = 1
|
|
end
|
|
object cbSearchText: TComboBox
|
|
AnchorSideLeft.Control = lblSearchFor
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = Owner
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 74
|
|
Height = 23
|
|
Top = 12
|
|
Width = 303
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Left = 6
|
|
BorderSpacing.Top = 12
|
|
BorderSpacing.Right = 8
|
|
ItemHeight = 15
|
|
TabOrder = 0
|
|
end
|
|
object gbSearchOptions: TGroupBox
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = cbReplaceText
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 12
|
|
Height = 156
|
|
Top = 76
|
|
Width = 142
|
|
AutoSize = True
|
|
BorderSpacing.Left = 12
|
|
BorderSpacing.Top = 12
|
|
BorderSpacing.Right = 6
|
|
Caption = 'Option'
|
|
ChildSizing.LeftRightSpacing = 6
|
|
ChildSizing.TopBottomSpacing = 6
|
|
ClientHeight = 136
|
|
ClientWidth = 138
|
|
TabOrder = 3
|
|
object cbSearchCaseSensitive: TCheckBox
|
|
AnchorSideLeft.Control = gbSearchOptions
|
|
AnchorSideTop.Control = gbSearchOptions
|
|
Left = 8
|
|
Height = 19
|
|
Top = 6
|
|
Width = 100
|
|
BorderSpacing.Left = 8
|
|
BorderSpacing.Top = 2
|
|
Caption = 'C&ase sensitivity'
|
|
TabOrder = 0
|
|
end
|
|
object cbSearchWholeWords: TCheckBox
|
|
AnchorSideLeft.Control = gbSearchOptions
|
|
AnchorSideTop.Control = cbSearchCaseSensitive
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 8
|
|
Height = 19
|
|
Top = 27
|
|
Width = 115
|
|
BorderSpacing.Left = 8
|
|
BorderSpacing.Top = 2
|
|
Caption = '&Whole words only'
|
|
TabOrder = 1
|
|
end
|
|
object cbSearchSelectedOnly: TCheckBox
|
|
AnchorSideLeft.Control = gbSearchOptions
|
|
AnchorSideTop.Control = cbSearchWholeWords
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 8
|
|
Height = 19
|
|
Top = 48
|
|
Width = 113
|
|
BorderSpacing.Left = 8
|
|
BorderSpacing.Top = 2
|
|
Caption = 'Selected &text only'
|
|
TabOrder = 2
|
|
end
|
|
object cbSearchFromCursor: TCheckBox
|
|
AnchorSideLeft.Control = gbSearchOptions
|
|
AnchorSideTop.Control = cbSearchSelectedOnly
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 8
|
|
Height = 19
|
|
Top = 69
|
|
Width = 113
|
|
BorderSpacing.Left = 8
|
|
BorderSpacing.Top = 2
|
|
Caption = 'S&earch from caret'
|
|
TabOrder = 3
|
|
end
|
|
object cbSearchRegExp: TCheckBox
|
|
AnchorSideLeft.Control = gbSearchOptions
|
|
AnchorSideTop.Control = cbSearchFromCursor
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 8
|
|
Height = 19
|
|
Top = 90
|
|
Width = 124
|
|
BorderSpacing.Left = 8
|
|
BorderSpacing.Top = 2
|
|
Caption = '&Regular expressions'
|
|
TabOrder = 4
|
|
end
|
|
object cbMultiLine: TCheckBox
|
|
AnchorSideLeft.Control = gbSearchOptions
|
|
AnchorSideTop.Control = cbSearchRegExp
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 8
|
|
Height = 19
|
|
Top = 111
|
|
Width = 108
|
|
BorderSpacing.Left = 8
|
|
BorderSpacing.Top = 2
|
|
Caption = '&Multiline pattern'
|
|
TabOrder = 5
|
|
end
|
|
end
|
|
object rgSearchDirection: TRadioGroup
|
|
AnchorSideLeft.Control = gbSearchOptions
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = cbReplaceText
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = cbSearchText
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 160
|
|
Height = 70
|
|
Top = 76
|
|
Width = 217
|
|
Anchors = [akTop, akLeft, akRight]
|
|
AutoFill = True
|
|
AutoSize = True
|
|
BorderSpacing.Left = 6
|
|
BorderSpacing.Top = 12
|
|
Caption = 'Direction'
|
|
ChildSizing.LeftRightSpacing = 6
|
|
ChildSizing.TopBottomSpacing = 6
|
|
ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
|
|
ChildSizing.EnlargeVertical = crsHomogenousChildResize
|
|
ChildSizing.ShrinkHorizontal = crsScaleChilds
|
|
ChildSizing.ShrinkVertical = crsScaleChilds
|
|
ChildSizing.Layout = cclLeftToRightThenTopToBottom
|
|
ChildSizing.ControlsPerLine = 1
|
|
ClientHeight = 50
|
|
ClientWidth = 213
|
|
Items.Strings = (
|
|
'&Forward'
|
|
'&Backward'
|
|
)
|
|
TabOrder = 4
|
|
end
|
|
object cbReplaceText: TComboBox
|
|
AnchorSideLeft.Control = lblReplaceWith
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = cbSearchText
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 108
|
|
Height = 23
|
|
Top = 41
|
|
Width = 269
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Left = 6
|
|
BorderSpacing.Top = 6
|
|
BorderSpacing.Right = 8
|
|
ItemHeight = 15
|
|
TabOrder = 2
|
|
end
|
|
object ButtonPanel: TButtonPanel
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = gbSearchOptions
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 6
|
|
Height = 26
|
|
Top = 242
|
|
Width = 373
|
|
Align = alNone
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Top = 4
|
|
OKButton.Name = 'OKButton'
|
|
OKButton.Caption = '&OK'
|
|
OKButton.OnClick = btnOKClick
|
|
HelpButton.Name = 'HelpButton'
|
|
HelpButton.DefaultCaption = True
|
|
CloseButton.Name = 'CloseButton'
|
|
CloseButton.DefaultCaption = True
|
|
CancelButton.Name = 'CancelButton'
|
|
CancelButton.Caption = '&Cancel'
|
|
TabOrder = 5
|
|
Spacing = 12
|
|
ShowButtons = [pbOK, pbCancel]
|
|
ShowBevel = False
|
|
end
|
|
end
|