object AutoFindForm: TAutoFindForm Left = 220 Top = 120 BorderStyle = bsDialog Caption = 'Find' ClientHeight = 216 ClientWidth = 354 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] Position = poScreenCenter OnDestroy = FormDestroy OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 8 Top = 8 Width = 92 Height = 13 Caption = 'Select From List' end object ListBox1: TListBox Left = 8 Top = 59 Width = 337 Height = 110 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ItemHeight = 13 ParentFont = False Sorted = True TabOrder = 0 OnDblClick = ListBox1DblClick end object Edit1: TEdit Left = 8 Top = 28 Width = 337 Height = 21 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False TabOrder = 1 OnChange = Edit1Change end object BitBtn1: TBitBtn Left = 144 Top = 184 Width = 97 Height = 25 TabOrder = 2 Kind = bkOK end object BitBtn2: TBitBtn Left = 248 Top = 184 Width = 97 Height = 25 TabOrder = 3 Kind = bkCancel end end