mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
151 lines
3.6 KiB
Text
151 lines
3.6 KiB
Text
object frmFindView: TfrmFindView
|
|
Left = 385
|
|
Height = 134
|
|
Top = 305
|
|
Width = 348
|
|
HorzScrollBar.Page = 343
|
|
HorzScrollBar.Range = 103
|
|
VertScrollBar.Page = 96
|
|
VertScrollBar.Range = 90
|
|
ActiveControl = cbDataToFind
|
|
AutoSize = True
|
|
BorderIcons = [biSystemMenu]
|
|
BorderStyle = bsDialog
|
|
Caption = 'Find'
|
|
ChildSizing.LeftRightSpacing = 10
|
|
ChildSizing.TopBottomSpacing = 6
|
|
ClientHeight = 134
|
|
ClientWidth = 348
|
|
OnActivate = FormActivate
|
|
OnShow = FormShow
|
|
Position = poOwnerFormCenter
|
|
LCLVersion = '3.8.0.0'
|
|
object cbDataToFind: TComboBox
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = Owner
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 10
|
|
Height = 23
|
|
Top = 12
|
|
Width = 328
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Top = 12
|
|
Constraints.MinWidth = 328
|
|
ItemHeight = 15
|
|
ParentFont = False
|
|
TabOrder = 0
|
|
OnKeyUp = cbDataToFindKeyUp
|
|
end
|
|
object cbCaseSens: TCheckBox
|
|
AnchorSideLeft.Control = cbDataToFind
|
|
AnchorSideTop.Control = cbDataToFind
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 10
|
|
Height = 19
|
|
Top = 41
|
|
Width = 91
|
|
BorderSpacing.Top = 6
|
|
Caption = 'C&ase sensitive'
|
|
ParentFont = False
|
|
TabOrder = 1
|
|
end
|
|
object chkHex: TCheckBox
|
|
AnchorSideLeft.Control = cbCaseSens
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = cbCaseSens
|
|
AnchorSideTop.Side = asrCenter
|
|
Left = 113
|
|
Height = 19
|
|
Top = 41
|
|
Width = 86
|
|
BorderSpacing.Left = 12
|
|
Caption = 'Hexadecimal'
|
|
ParentFont = False
|
|
TabOrder = 2
|
|
OnChange = chkHexChange
|
|
end
|
|
object cbRegExp: TCheckBox
|
|
AnchorSideLeft.Control = chkHex
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = chkHex
|
|
AnchorSideTop.Side = asrCenter
|
|
Left = 207
|
|
Height = 19
|
|
Top = 41
|
|
Width = 121
|
|
BorderSpacing.Left = 8
|
|
Caption = '&Regular expressions'
|
|
ParentFont = False
|
|
TabOrder = 3
|
|
OnChange = cbRegExpChange
|
|
end
|
|
object cbBackwards: TCheckBox
|
|
AnchorSideLeft.Control = cbCaseSens
|
|
AnchorSideTop.Control = cbCaseSens
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 10
|
|
Height = 19
|
|
Top = 60
|
|
Width = 74
|
|
Caption = '&Backwards'
|
|
TabOrder = 4
|
|
OnChange = cbBackwardsChange
|
|
end
|
|
object KASButtonPanel: TKASButtonPanel
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = cbBackwards
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 10
|
|
Height = 26
|
|
Top = 91
|
|
Width = 328
|
|
Anchors = [akTop, akLeft, akRight]
|
|
AutoSize = True
|
|
BorderSpacing.Top = 12
|
|
BevelOuter = bvNone
|
|
ClientHeight = 26
|
|
ClientWidth = 328
|
|
TabOrder = 5
|
|
object btnFind: TBitBtn
|
|
AnchorSideTop.Control = btnClose
|
|
AnchorSideRight.Control = btnClose
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 142
|
|
Height = 26
|
|
Top = 0
|
|
Width = 90
|
|
Anchors = [akTop, akRight]
|
|
AutoSize = True
|
|
BorderSpacing.Right = 6
|
|
Caption = '&Find'
|
|
Constraints.MinWidth = 90
|
|
Default = True
|
|
Kind = bkOK
|
|
OnClick = btnFindClick
|
|
ParentFont = False
|
|
TabOrder = 0
|
|
end
|
|
object btnClose: TBitBtn
|
|
AnchorSideTop.Control = KASButtonPanel
|
|
AnchorSideRight.Control = KASButtonPanel
|
|
AnchorSideRight.Side = asrBottom
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 238
|
|
Height = 26
|
|
Top = 0
|
|
Width = 90
|
|
Anchors = [akTop, akRight]
|
|
AutoSize = True
|
|
Cancel = True
|
|
Caption = '&Cancel'
|
|
Constraints.MinWidth = 90
|
|
Kind = bkCancel
|
|
ModalResult = 2
|
|
ParentFont = False
|
|
TabOrder = 1
|
|
end
|
|
end
|
|
end
|