home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 May / Pcwk5b98.iso / Gry / Gcdemo / setup.exe / 0 / RCDATA / TFORM1 / TFORM1.txt < prev   
Text File  |  1998-01-18  |  4KB  |  174 lines

  1. object Form1: TForm1
  2.   Left = 22
  3.   Top = 25
  4.   Width = 507
  5.   Height = 242
  6.   Caption = 'Setup'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   OnActivate = FormActivate
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Label1: TLabel
  16.     Left = 12
  17.     Top = 58
  18.     Width = 190
  19.     Height = 14
  20.     Caption = 'Please Select Direct 3D Card Driver'
  21.     Font.Charset = ANSI_CHARSET
  22.     Font.Color = clBlack
  23.     Font.Height = -11
  24.     Font.Name = 'Arial'
  25.     Font.Style = [fsBold]
  26.     ParentFont = False
  27.   end
  28.   object Label2: TLabel
  29.     Left = 36
  30.     Top = 196
  31.     Width = 336
  32.     Height = 14
  33.     Caption = 'Gruesome Castle Copyright (c) 1998 Gee Whiz! Entertainment'
  34.     Font.Charset = ANSI_CHARSET
  35.     Font.Color = clBlack
  36.     Font.Height = -11
  37.     Font.Name = 'Arial'
  38.     Font.Style = [fsBold]
  39.     ParentFont = False
  40.   end
  41.   object Label3: TLabel
  42.     Left = 212
  43.     Top = 116
  44.     Width = 277
  45.     Height = 14
  46.     Caption = 'Visit us on the web at http://www.geewhiz.com.au'
  47.     Font.Charset = ANSI_CHARSET
  48.     Font.Color = clBlack
  49.     Font.Height = -11
  50.     Font.Name = 'Arial'
  51.     Font.Style = [fsBold]
  52.     ParentFont = False
  53.   end
  54.   object Label4: TLabel
  55.     Left = 212
  56.     Top = 132
  57.     Width = 189
  58.     Height = 14
  59.     Caption = 'Email us at: mail@geewhiz.com.au'
  60.     Font.Charset = ANSI_CHARSET
  61.     Font.Color = clBlack
  62.     Font.Height = -11
  63.     Font.Name = 'Arial'
  64.     Font.Style = [fsBold]
  65.     ParentFont = False
  66.   end
  67.   object Label5: TLabel
  68.     Left = 52
  69.     Top = 12
  70.     Width = 391
  71.     Height = 24
  72.     Caption = 'Gee Whiz! Mystery Club 3D Card Setup'
  73.     Font.Charset = ANSI_CHARSET
  74.     Font.Color = clBlack
  75.     Font.Height = -21
  76.     Font.Name = 'Arial'
  77.     Font.Style = [fsBold]
  78.     ParentFont = False
  79.   end
  80.   object Label6: TLabel
  81.     Left = 408
  82.     Top = 196
  83.     Width = 65
  84.     Height = 14
  85.     Caption = 'Game Funs!'
  86.     Font.Charset = ANSI_CHARSET
  87.     Font.Color = clBlack
  88.     Font.Height = -11
  89.     Font.Name = 'Arial'
  90.     Font.Style = [fsBold]
  91.     ParentFont = False
  92.   end
  93.   object CBHardwareNames: TComboBox
  94.     Left = 12
  95.     Top = 72
  96.     Width = 477
  97.     Height = 22
  98.     Font.Charset = ANSI_CHARSET
  99.     Font.Color = clBlack
  100.     Font.Height = -11
  101.     Font.Name = 'Arial'
  102.     Font.Style = []
  103.     ItemHeight = 14
  104.     ParentFont = False
  105.     TabOrder = 0
  106.     OnChange = CBHardwareNamesChange
  107.   end
  108.   object Panel1: TPanel
  109.     Left = 12
  110.     Top = 112
  111.     Width = 193
  112.     Height = 73
  113.     BevelInner = bvRaised
  114.     Caption = 'Panel1'
  115.     Color = clWhite
  116.     TabOrder = 1
  117.     object IGeeWhiz: TImage
  118.       Left = 8
  119.       Top = 4
  120.       Width = 177
  121.       Height = 65
  122.       ParentShowHint = False
  123.       Picture.Data = {<image000.bmp>}
  124.       ShowHint = False
  125.     end
  126.   end
  127.   object BBAbout: TBitBtn
  128.     Left = 412
  129.     Top = 160
  130.     Width = 75
  131.     Height = 25
  132.     Caption = '&About'
  133.     Font.Charset = ANSI_CHARSET
  134.     Font.Color = clBlack
  135.     Font.Height = -11
  136.     Font.Name = 'Arial'
  137.     Font.Style = []
  138.     ParentFont = False
  139.     TabOrder = 2
  140.     OnClick = BBAboutClick
  141.     Kind = bkHelp
  142.   end
  143.   object BBOkay: TBitBtn
  144.     Left = 224
  145.     Top = 160
  146.     Width = 75
  147.     Height = 25
  148.     Font.Charset = ANSI_CHARSET
  149.     Font.Color = clBlack
  150.     Font.Height = -11
  151.     Font.Name = 'Arial'
  152.     Font.Style = []
  153.     ParentFont = False
  154.     TabOrder = 3
  155.     OnClick = BBOkayClick
  156.     Kind = bkOK
  157.   end
  158.   object BBCancel: TBitBtn
  159.     Left = 316
  160.     Top = 160
  161.     Width = 75
  162.     Height = 25
  163.     Font.Charset = ANSI_CHARSET
  164.     Font.Color = clBlack
  165.     Font.Height = -11
  166.     Font.Name = 'Arial'
  167.     Font.Style = []
  168.     ParentFont = False
  169.     TabOrder = 4
  170.     OnClick = BBCancelClick
  171.     Kind = bkCancel
  172.   end
  173. end
  174.