mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
62 lines
1.2 KiB
Text
62 lines
1.2 KiB
Text
object frmFindView: TfrmFindView
|
|
ActiveControl = cbDataToFind
|
|
Caption = 'frmFindView'
|
|
ClientHeight = 94
|
|
ClientWidth = 339
|
|
OnShow = FormShow
|
|
Position = poOwnerFormCenter
|
|
TextHeight = 16
|
|
HorzScrollBar.Page = 340
|
|
HorzScrollBar.Range = 331
|
|
VertScrollBar.Page = 95
|
|
VertScrollBar.Range = 86
|
|
Left = 445
|
|
Height = 94
|
|
Top = 348
|
|
Width = 339
|
|
object cbDataToFind: TComboBox
|
|
ItemHeight = 18
|
|
MaxLength = 0
|
|
OnKeyUp = cbDataToFindKeyUp
|
|
ParentCtl3D = False
|
|
TabOrder = 0
|
|
Left = 16
|
|
Height = 23
|
|
Top = 16
|
|
Width = 312
|
|
end
|
|
object btnFind: TBitBtn
|
|
Default = True
|
|
OnClick = btnFindClick
|
|
Default = True
|
|
Caption = 'Find'
|
|
TabOrder = 1
|
|
OnClick = btnFindClick
|
|
Left = 176
|
|
Height = 25
|
|
Top = 56
|
|
Width = 75
|
|
end
|
|
object btnClose: TBitBtn
|
|
Kind = bkCancel
|
|
ModalResult = 2
|
|
ModalResult = 2
|
|
Caption = 'Cancel'
|
|
TabOrder = 2
|
|
Left = 256
|
|
Height = 25
|
|
Top = 56
|
|
Width = 75
|
|
end
|
|
object cbCaseSens: TCheckBox
|
|
AllowGrayed = True
|
|
AutoSize = True
|
|
Caption = 'cbCaseSens'
|
|
DragCursor = 65524
|
|
TabOrder = 3
|
|
Left = 16
|
|
Height = 30
|
|
Top = 56
|
|
Width = 153
|
|
end
|
|
end
|