object Form1: TForm1 Left = 22 Top = 25 Width = 507 Height = 242 Caption = 'Setup' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OnActivate = FormActivate PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 12 Top = 58 Width = 190 Height = 14 Caption = 'Please Select Direct 3D Card Driver' Font.Charset = ANSI_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False end object Label2: TLabel Left = 36 Top = 196 Width = 336 Height = 14 Caption = 'Gruesome Castle Copyright (c) 1998 Gee Whiz! Entertainment' Font.Charset = ANSI_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False end object Label3: TLabel Left = 212 Top = 116 Width = 277 Height = 14 Caption = 'Visit us on the web at http://www.geewhiz.com.au' Font.Charset = ANSI_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False end object Label4: TLabel Left = 212 Top = 132 Width = 189 Height = 14 Caption = 'Email us at: mail@geewhiz.com.au' Font.Charset = ANSI_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False end object Label5: TLabel Left = 52 Top = 12 Width = 391 Height = 24 Caption = 'Gee Whiz! Mystery Club 3D Card Setup' Font.Charset = ANSI_CHARSET Font.Color = clBlack Font.Height = -21 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False end object Label6: TLabel Left = 408 Top = 196 Width = 65 Height = 14 Caption = 'Game Funs!' Font.Charset = ANSI_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False end object CBHardwareNames: TComboBox Left = 12 Top = 72 Width = 477 Height = 22 Font.Charset = ANSI_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'Arial' Font.Style = [] ItemHeight = 14 ParentFont = False TabOrder = 0 OnChange = CBHardwareNamesChange end object Panel1: TPanel Left = 12 Top = 112 Width = 193 Height = 73 BevelInner = bvRaised Caption = 'Panel1' Color = clWhite TabOrder = 1 object IGeeWhiz: TImage Left = 8 Top = 4 Width = 177 Height = 65 ParentShowHint = False Picture.Data = {} ShowHint = False end end object BBAbout: TBitBtn Left = 412 Top = 160 Width = 75 Height = 25 Caption = '&About' Font.Charset = ANSI_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'Arial' Font.Style = [] ParentFont = False TabOrder = 2 OnClick = BBAboutClick Kind = bkHelp end object BBOkay: TBitBtn Left = 224 Top = 160 Width = 75 Height = 25 Font.Charset = ANSI_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'Arial' Font.Style = [] ParentFont = False TabOrder = 3 OnClick = BBOkayClick Kind = bkOK end object BBCancel: TBitBtn Left = 316 Top = 160 Width = 75 Height = 25 Font.Charset = ANSI_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'Arial' Font.Style = [] ParentFont = False TabOrder = 4 OnClick = BBCancelClick Kind = bkCancel end end