object FormMain: TFormMain Left = 134 Top = 276 Hint = 'Xtreme Games Installer' AutoScroll = False ClientHeight = 457 ClientWidth = 635 Color = clBtnFace Constraints.MaxHeight = 500 Constraints.MaxWidth = 660 Constraints.MinHeight = 120 Constraints.MinWidth = 160 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Icon.Data = {} OldCreateOrder = False Position = poDesktopCenter Visible = True OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object ImageBackground: TImage Left = 0 Top = 0 Width = 635 Height = 457 Align = alClient AutoSize = True Picture.Data = {} end object ImageBanner: TImage Left = 370 Top = 279 Width = 150 Height = 52 AutoSize = True end object ImageGame: TImage Left = 24 Top = 32 Width = 320 Height = 240 Hint = 'Screen shot of the game.' AutoSize = True Center = True Picture.Data = {} Stretch = True end object Label1: TLabel Left = 376 Top = 352 Width = 80 Height = 13 Caption = 'Space Required:' Color = clBlack Font.Charset = DEFAULT_CHARSET Font.Color = clLime Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentColor = False ParentFont = False end object Label2: TLabel Left = 376 Top = 368 Width = 28 Height = 13 Caption = 'Desc:' Color = clBlack Font.Charset = DEFAULT_CHARSET Font.Color = clLime Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentColor = False ParentFont = False end object LabelSpaceValue: TLabel Left = 464 Top = 352 Width = 24 Height = 13 Caption = '0.0M' Color = clBlack Font.Charset = DEFAULT_CHARSET Font.Color = clLime Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentColor = False ParentFont = False end object LabelCatValue: TLabel Left = 408 Top = 368 Width = 67 Height = 13 Caption = 'Type of Game' Color = clBlack Font.Charset = DEFAULT_CHARSET Font.Color = clLime Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentColor = False ParentFont = False end object ImageInstall: TImage Left = 536 Top = 144 Width = 86 Height = 37 AutoSize = True Picture.Data = {} Visible = False OnClick = ImageInstallClick end object ImageDirectx: TImage Left = 368 Top = 408 Width = 86 Height = 38 AutoSize = True Picture.Data = {} Visible = False OnClick = ImageDirectxClick end object ImageHelp: TImage Left = 480 Top = 408 Width = 58 Height = 37 AutoSize = True Picture.Data = {} Visible = False OnClick = ImageHelpClick end object ImageExit: TImage Left = 560 Top = 408 Width = 58 Height = 37 AutoSize = True Picture.Data = {} Visible = False OnClick = ImageExitClick end object ImageAbout: TImage Left = 576 Top = 8 Width = 50 Height = 26 AutoSize = True Picture.Data = {} Visible = False OnClick = ImageAboutClick end object ImageExpertLogo: TImage Left = 624 Top = 440 Width = 637 Height = 480 Anchors = [akLeft, akTop, akRight, akBottom] AutoSize = True Center = True end object GameListLabel: TLabel Left = 368 Top = 8 Width = 64 Height = 16 Caption = 'Game List' Color = clBlack Font.Charset = ANSI_CHARSET Font.Color = clLime Font.Height = -13 Font.Name = 'Arial' Font.Style = [fsBold] ParentColor = False ParentFont = False Visible = False end object MemoGame: TMemo Left = 24 Top = 296 Width = 321 Height = 145 Cursor = crArrow Hint = 'Description of the game.' BorderStyle = bsNone Color = clBlack DragMode = dmAutomatic Font.Charset = DEFAULT_CHARSET Font.Color = clLime Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ImeMode = imDisable Lines.Strings = ( 'MemoGame' ' ') ParentFont = False ParentShowHint = False ReadOnly = True ScrollBars = ssVertical ShowHint = True TabOrder = 0 Visible = False end object ListGame: TListBox Left = 368 Top = 32 Width = 153 Height = 225 Hint = 'Lists the games that you can install.' BorderStyle = bsNone Color = clBlack Font.Charset = DEFAULT_CHARSET Font.Color = clLime Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ItemHeight = 13 Items.Strings = ( '') ParentFont = False ParentShowHint = False ShowHint = True Sorted = True TabOrder = 1 Visible = False OnClick = ListGameClick OnDblClick = ListGameDblClick OnKeyDown = ListGameKeyDown OnKeyPress = ListGameKeyPress OnKeyUp = ListGameKeyUp OnMouseDown = ListGameMouseDown OnMouseMove = ListGameMouseMove OnMouseUp = ListGameMouseUp end object ButtonExit: TButton Left = 560 Top = 408 Width = 57 Height = 33 Hint = 'Exits back to Windows.' Caption = 'Exit' Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False ParentShowHint = False ShowHint = True TabOrder = 2 Visible = False OnClick = ButtonExitClick end object ButtonInstallDirectX: TButton Left = 368 Top = 408 Width = 105 Height = 33 Hint = 'Installs DirectX on your system.' Caption = 'Install DirectX' Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False ParentShowHint = False ShowHint = True TabOrder = 3 Visible = False OnClick = ButtonInstallDirectXClick end object ButtonInstallGame: TButton Left = 534 Top = 136 Width = 94 Height = 33 Hint = 'Installs the selected game.' Caption = 'Install Game' Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False ParentShowHint = False ShowHint = True TabOrder = 4 Visible = False OnClick = ButtonInstallGameClick end object ButtonHelp: TButton Left = 480 Top = 408 Width = 73 Height = 33 Hint = 'Help' Caption = 'Help' Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False ParentShowHint = False ShowHint = True TabOrder = 5 Visible = False OnClick = ButtonHelpClick end object ButtonAbout: TButton Left = 560 Top = 16 Width = 65 Height = 25 Caption = 'About' Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False ParentShowHint = False ShowHint = True TabOrder = 6 Visible = False OnClick = ButtonAboutClick end object TimerLogo: TTimer Interval = 4000 OnTimer = TimerLogoTimer Left = 528 Top = 8 end end