mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
61 lines
1.3 KiB
Text
61 lines
1.3 KiB
Text
object frmFindView: TfrmFindView
|
|
Left = 347
|
|
Height = 94
|
|
Top = 550
|
|
Width = 339
|
|
HorzScrollBar.Page = 338
|
|
HorzScrollBar.Range = 331
|
|
VertScrollBar.Page = 93
|
|
VertScrollBar.Range = 86
|
|
ActiveControl = cbDataToFind
|
|
BorderIcons = [biSystemMenu]
|
|
BorderStyle = bsDialog
|
|
Caption = 'Find'
|
|
ClientHeight = 94
|
|
ClientWidth = 339
|
|
OnShow = FormShow
|
|
Position = poOwnerFormCenter
|
|
object cbDataToFind: TComboBox
|
|
Left = 16
|
|
Height = 21
|
|
Top = 16
|
|
Width = 312
|
|
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
|
|
ItemHeight = 13
|
|
MaxLength = 0
|
|
OnKeyUp = cbDataToFindKeyUp
|
|
ParentCtl3D = False
|
|
TabOrder = 0
|
|
end
|
|
object btnFind: TBitBtn
|
|
Left = 176
|
|
Height = 32
|
|
Top = 56
|
|
Width = 75
|
|
Caption = 'Find'
|
|
Default = True
|
|
NumGlyphs = 0
|
|
OnClick = btnFindClick
|
|
TabOrder = 1
|
|
end
|
|
object btnClose: TBitBtn
|
|
Left = 256
|
|
Height = 32
|
|
Top = 56
|
|
Width = 75
|
|
Caption = 'Cancel'
|
|
Kind = bkCancel
|
|
ModalResult = 2
|
|
NumGlyphs = 0
|
|
TabOrder = 2
|
|
end
|
|
object cbCaseSens: TCheckBox
|
|
Left = 16
|
|
Height = 19
|
|
Top = 56
|
|
Width = 94
|
|
AllowGrayed = True
|
|
Caption = 'Case sensitive'
|
|
TabOrder = 3
|
|
end
|
|
end
|