object fmCustomers: TfmCustomers Left = 143 Top = 132 Width = 412 Height = 307 Caption = 'Customers' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Menu = MainMenu1 PixelsPerInch = 96 TextHeight = 13 object Panel2: TPanel Left = 0 Top = 0 Width = 404 Height = 41 Align = alTop BevelOuter = bvNone TabOrder = 0 object DBNavigator1: TDBNavigator Left = 12 Top = 8 Width = 240 Height = 25 DataSource = DM2.CustomerSource TabOrder = 0 end object BitBtn1: TBitBtn Left = 264 Top = 8 Width = 58 Height = 25 Hint = 'Example of using TAutoFind' Caption = '&Find' ParentShowHint = False ShowHint = True TabOrder = 1 OnClick = BitBtn1Click Glyph.Data = { 76010000424D7601000000000000760000002800000020000000100000000100 04000000000000010000130B0000130B00001000000000000000000000000000 800000800000008080008000000080008000808000007F7F7F00BFBFBF000000 FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333 333333333333333333FF33333333333330003FF3FFFFF3333777003000003333 300077F777773F333777E00BFBFB033333337773333F7F33333FE0BFBF000333 330077F3337773F33377E0FBFBFBF033330077F3333FF7FFF377E0BFBF000000 333377F3337777773F3FE0FBFBFBFBFB039977F33FFFFFFF7377E0BF00000000 339977FF777777773377000BFB03333333337773FF733333333F333000333333 3300333777333333337733333333333333003333333333333377333333333333 333333333333333333FF33333333333330003333333333333777333333333333 3000333333333333377733333333333333333333333333333333} NumGlyphs = 2 end end object AutoDBGrid1: TAutoDBGrid Left = 0 Top = 41 Width = 404 Height = 191 Align = alClient DataSource = DM2.CustomerSource TabOrder = 1 TitleFont.Charset = DEFAULT_CHARSET TitleFont.Color = clWindowText TitleFont.Height = -11 TitleFont.Name = 'MS Sans Serif' TitleFont.Style = [] AutoOptions = [] AutoFilter.AssignEmpty = False AutoRowHeight = 17 CurrentSortColumn = -1 FindFormFont.Charset = DEFAULT_CHARSET FindFormFont.Color = clWindowText FindFormFont.Height = -11 FindFormFont.Name = 'MS Sans Serif' FindFormFont.Style = [] Columns = < item FieldName = 'CustNo' Title.Caption = '+CustNo' Width = 64 end item FieldName = 'Company' Title.Caption = '+Company' Width = 111 end item FieldName = 'Addr1' end item FieldName = 'City' end item FieldName = 'State' end item FieldName = 'Zip' end item FieldName = 'Country' end> end object Panel1: TPanel Left = 0 Top = 232 Width = 404 Height = 29 Align = alBottom Alignment = taLeftJustify BevelOuter = bvNone Caption = 'Press F7 for seaching record for selected field in AutoDBGrid' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 2 end object MainMenu1: TMainMenu Left = 324 Top = 4 object AboutItem: TMenuItem Caption = '&About' OnClick = AboutItemClick end end end