object frmFindView: TfrmFindView Left = 365 Height = 94 Top = 311 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 = poScreenCenter ShowInTaskBar = stAlways 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