home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 5.7 / 2000-04_Disc_5.7.bin / pcgamer.exe / 0 / RCDATA / TFORM2 / TFORM2.txt
Text File  |  2000-01-24  |  1KB  |  83 lines

  1. object Form2: TForm2
  2.   Left = 272
  3.   Top = 402
  4.   Width = 213
  5.   Height = 181
  6.   Caption = 'Form2'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Label1: TLabel
  17.     Left = 8
  18.     Top = 8
  19.     Width = 74
  20.     Height = 13
  21.     Caption = 'Search by Title '
  22.   end
  23.   object Label2: TLabel
  24.     Left = 8
  25.     Top = 56
  26.     Width = 80
  27.     Height = 13
  28.     Caption = 'Search by Genre'
  29.   end
  30.   object Edit1: TEdit
  31.     Left = 8
  32.     Top = 24
  33.     Width = 121
  34.     Height = 21
  35.     TabOrder = 0
  36.   end
  37.   object ComboBox1: TComboBox
  38.     Left = 8
  39.     Top = 72
  40.     Width = 121
  41.     Height = 21
  42.     ItemHeight = 13
  43.     TabOrder = 1
  44.     Text = 'All Genres'
  45.     Items.Strings = (
  46.       'Action'
  47.       'All Genres'
  48.       'Arcade'
  49.       'Arcade Racing'
  50.       'Puzzle'
  51.       'Roleplaying'
  52.       'Simulation'
  53.       'Software Toy'
  54.       'Sports'
  55.       'Strategy'
  56.       'Wargame')
  57.   end
  58.   object Button1: TButton
  59.     Left = 136
  60.     Top = 24
  61.     Width = 49
  62.     Height = 20
  63.     Caption = 'Search!'
  64.     TabOrder = 2
  65.   end
  66.   object Button2: TButton
  67.     Left = 136
  68.     Top = 72
  69.     Width = 49
  70.     Height = 20
  71.     Caption = 'Search!'
  72.     TabOrder = 3
  73.   end
  74.   object Table1: TTable
  75.     Left = 120
  76.     Top = 104
  77.   end
  78.   object DataSource1: TDataSource
  79.     Left = 88
  80.     Top = 104
  81.   end
  82. end
  83.