inherited Cust: TCust Left = 241 Top = 154 Caption = 'Customer Contacts' PixelsPerInch = 96 TextHeight = 13 inherited Panel1: TPanel object FilterText: TEdit Left = 328 Top = 8 Width = 80 Height = 21 TabOrder = 0 OnChange = FilterTextChange end object FilterToggle: TCheckBox Left = 240 Top = 8 Width = 73 Height = 17 Alignment = taLeftJustify Caption = 'Filter?' TabOrder = 1 OnClick = FilterToggleClick end end object DBGrid1: TDBGrid Left = 0 Top = 41 Width = 423 Height = 187 Align = alClient Columns = < item FieldName = 'Company' end item FieldName = 'State' Width = 71 end item FieldName = 'Contact' end item FieldName = 'Phone' end item FieldName = 'FAX' end> DataSource = Data.CustomerSource TabOrder = 2 TitleFont.Color = clWindowText TitleFont.Height = -11 TitleFont.Name = 'MS Sans Serif' TitleFont.Style = [] end end