doublecmd/ffindview.lfm
2008-11-09 16:10:19 +00:00

84 lines
2 KiB
Text

object frmFindView: TfrmFindView
Left = 365
Height = 97
Top = 311
Width = 344
HorzScrollBar.Page = 343
HorzScrollBar.Range = 103
VertScrollBar.Page = 96
VertScrollBar.Range = 90
ActiveControl = cbDataToFind
AutoScroll = False
BorderIcons = [biSystemMenu]
BorderStyle = bsDialog
Caption = 'Find'
ClientHeight = 97
ClientWidth = 344
OnShow = FormShow
ParentFont = False
Position = poScreenCenter
ShowInTaskBar = stAlways
LCLVersion = '0.9.27'
object cbDataToFind: TComboBox
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = Owner
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Left = 8
Height = 21
Top = 12
Width = 328
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Left = 8
BorderSpacing.Top = 12
BorderSpacing.Right = 8
ItemHeight = 13
OnKeyUp = cbDataToFindKeyUp
ParentCtl3D = False
TabOrder = 0
end
object btnFind: TBitBtn
AnchorSideTop.Control = cbCaseSens
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = btnClose
Left = 150
Height = 32
Top = 58
Width = 90
Anchors = [akTop, akRight]
BorderSpacing.Right = 6
Caption = 'Find'
Default = True
NumGlyphs = 0
OnClick = btnFindClick
TabOrder = 1
end
object btnClose: TBitBtn
AnchorSideTop.Control = btnFind
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Left = 246
Height = 32
Top = 58
Width = 90
Anchors = [akTop, akRight]
BorderSpacing.Right = 8
Caption = 'Cancel'
Kind = bkCancel
ModalResult = 2
NumGlyphs = 0
TabOrder = 2
end
object cbCaseSens: TCheckBox
AnchorSideLeft.Control = cbDataToFind
AnchorSideTop.Control = cbDataToFind
AnchorSideTop.Side = asrBottom
Left = 8
Height = 19
Top = 39
Width = 95
BorderSpacing.Top = 6
Caption = 'Case sensitive'
TabOrder = 3
end
end