object Form1: TForm1 Left = 192 Top = 110 Width = 696 Height = 480 Caption = 'Form1' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object DBGrid1: TDBGrid Left = 16 Top = 56 Width = 553 Height = 345 DataSource = DataSource1 TabOrder = 0 TitleFont.Charset = DEFAULT_CHARSET TitleFont.Color = clWindowText TitleFont.Height = -11 TitleFont.Name = 'MS Sans Serif' TitleFont.Style = [] end object Button1: TButton Left = 592 Top = 16 Width = 75 Height = 25 Caption = 'No Filter' TabOrder = 1 OnClick = Button1Click end object Button2: TButton Left = 592 Top = 56 Width = 75 Height = 25 Caption = 'Filter = 1' TabOrder = 2 OnClick = Button2Click end object Button3: TButton Left = 592 Top = 96 Width = 75 Height = 25 Caption = 'Filter = 2' TabOrder = 3 OnClick = Button3Click end object Button4: TButton Left = 592 Top = 136 Width = 75 Height = 25 Caption = 'Filter = 3' TabOrder = 4 OnClick = Button4Click end object Status: TStatusBar Left = 0 Top = 427 Width = 688 Height = 19 Panels = <> SimplePanel = True end object DataSource1: TDataSource DataSet = JvMemoryData1 Left = 16 Top = 8 end object JvMemoryData1: TJvMemoryData Active = True FieldDefs = < item Name = 'ID' DataType = ftInteger end item Name = 'JvMemoryData1Field2' DataType = ftString Size = 20 end> Left = 64 Top = 8 end end