object Form2: TForm2 Left = 272 Top = 402 Width = 213 Height = 181 Caption = 'Form2' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 8 Top = 8 Width = 74 Height = 13 Caption = 'Search by Title ' end object Label2: TLabel Left = 8 Top = 56 Width = 80 Height = 13 Caption = 'Search by Genre' end object Edit1: TEdit Left = 8 Top = 24 Width = 121 Height = 21 TabOrder = 0 end object ComboBox1: TComboBox Left = 8 Top = 72 Width = 121 Height = 21 ItemHeight = 13 TabOrder = 1 Text = 'All Genres' Items.Strings = ( 'Action' 'All Genres' 'Arcade' 'Arcade Racing' 'Puzzle' 'Roleplaying' 'Simulation' 'Software Toy' 'Sports' 'Strategy' 'Wargame') end object Button1: TButton Left = 136 Top = 24 Width = 49 Height = 20 Caption = 'Search!' TabOrder = 2 end object Button2: TButton Left = 136 Top = 72 Width = 49 Height = 20 Caption = 'Search!' TabOrder = 3 end object Table1: TTable Left = 120 Top = 104 end object DataSource1: TDataSource Left = 88 Top = 104 end end