object FormFind: TFormFind Left = 14 Top = 225 BorderStyle = bsDialog Caption = 'Find' ClientHeight = 72 ClientWidth = 183 Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] PixelsPerInch = 96 TextHeight = 13 object Button1: TButton Left = 8 Top = 40 Width = 75 Height = 25 Caption = '&Find' TabOrder = 1 OnClick = Button1Click end object Button3: TButton Left = 96 Top = 40 Width = 75 Height = 25 Caption = '&Close' ModalResult = 2 TabOrder = 2 end object ComboBox1: TComboBox Left = 8 Top = 8 Width = 169 Height = 21 ItemHeight = 13 TabOrder = 0 end end