home *** CD-ROM | disk | FTP | other *** search
/ 50 Fun Games / 50_Games_CD.iso / Games3 / install.exe / 0 / RCDATA / TFORMMAIN / TFORMMAIN.txt < prev   
Text File  |  2000-03-10  |  7KB  |  346 lines

  1. object FormMain: TFormMain
  2.   Left = 134
  3.   Top = 276
  4.   Hint = 'Xtreme Games Installer'
  5.   AutoScroll = False
  6.   ClientHeight = 457
  7.   ClientWidth = 635
  8.   Color = clBtnFace
  9.   Constraints.MaxHeight = 500
  10.   Constraints.MaxWidth = 660
  11.   Constraints.MinHeight = 120
  12.   Constraints.MinWidth = 160
  13.   Font.Charset = DEFAULT_CHARSET
  14.   Font.Color = clWindowText
  15.   Font.Height = -11
  16.   Font.Name = 'MS Sans Serif'
  17.   Font.Style = []
  18.   Icon.Data = {<image000.ico>}
  19.   OldCreateOrder = False
  20.   Position = poDesktopCenter
  21.   Visible = True
  22.   OnCreate = FormCreate
  23.   PixelsPerInch = 96
  24.   TextHeight = 13
  25.   object ImageBackground: TImage
  26.     Left = 0
  27.     Top = 0
  28.     Width = 635
  29.     Height = 457
  30.     Align = alClient
  31.     AutoSize = True
  32.     Picture.Data = {<image001.bmp>}
  33.   end
  34.   object ImageBanner: TImage
  35.     Left = 370
  36.     Top = 279
  37.     Width = 150
  38.     Height = 52
  39.     AutoSize = True
  40.   end
  41.   object ImageGame: TImage
  42.     Left = 24
  43.     Top = 32
  44.     Width = 320
  45.     Height = 240
  46.     Hint = 'Screen shot of the game.'
  47.     AutoSize = True
  48.     Center = True
  49.     Picture.Data = {<image002.bmp>}
  50.     Stretch = True
  51.   end
  52.   object Label1: TLabel
  53.     Left = 376
  54.     Top = 352
  55.     Width = 80
  56.     Height = 13
  57.     Caption = 'Space Required:'
  58.     Color = clBlack
  59.     Font.Charset = DEFAULT_CHARSET
  60.     Font.Color = clLime
  61.     Font.Height = -11
  62.     Font.Name = 'MS Sans Serif'
  63.     Font.Style = []
  64.     ParentColor = False
  65.     ParentFont = False
  66.   end
  67.   object Label2: TLabel
  68.     Left = 376
  69.     Top = 368
  70.     Width = 28
  71.     Height = 13
  72.     Caption = 'Desc:'
  73.     Color = clBlack
  74.     Font.Charset = DEFAULT_CHARSET
  75.     Font.Color = clLime
  76.     Font.Height = -11
  77.     Font.Name = 'MS Sans Serif'
  78.     Font.Style = []
  79.     ParentColor = False
  80.     ParentFont = False
  81.   end
  82.   object LabelSpaceValue: TLabel
  83.     Left = 464
  84.     Top = 352
  85.     Width = 24
  86.     Height = 13
  87.     Caption = '0.0M'
  88.     Color = clBlack
  89.     Font.Charset = DEFAULT_CHARSET
  90.     Font.Color = clLime
  91.     Font.Height = -11
  92.     Font.Name = 'MS Sans Serif'
  93.     Font.Style = []
  94.     ParentColor = False
  95.     ParentFont = False
  96.   end
  97.   object LabelCatValue: TLabel
  98.     Left = 408
  99.     Top = 368
  100.     Width = 67
  101.     Height = 13
  102.     Caption = 'Type of Game'
  103.     Color = clBlack
  104.     Font.Charset = DEFAULT_CHARSET
  105.     Font.Color = clLime
  106.     Font.Height = -11
  107.     Font.Name = 'MS Sans Serif'
  108.     Font.Style = []
  109.     ParentColor = False
  110.     ParentFont = False
  111.   end
  112.   object ImageInstall: TImage
  113.     Left = 536
  114.     Top = 144
  115.     Width = 86
  116.     Height = 37
  117.     AutoSize = True
  118.     Picture.Data = {<image003.bmp>}
  119.     Visible = False
  120.     OnClick = ImageInstallClick
  121.   end
  122.   object ImageDirectx: TImage
  123.     Left = 368
  124.     Top = 408
  125.     Width = 86
  126.     Height = 38
  127.     AutoSize = True
  128.     Picture.Data = {<image004.bmp>}
  129.     Visible = False
  130.     OnClick = ImageDirectxClick
  131.   end
  132.   object ImageHelp: TImage
  133.     Left = 480
  134.     Top = 408
  135.     Width = 58
  136.     Height = 37
  137.     AutoSize = True
  138.     Picture.Data = {<image005.bmp>}
  139.     Visible = False
  140.     OnClick = ImageHelpClick
  141.   end
  142.   object ImageExit: TImage
  143.     Left = 560
  144.     Top = 408
  145.     Width = 58
  146.     Height = 37
  147.     AutoSize = True
  148.     Picture.Data = {<image006.bmp>}
  149.     Visible = False
  150.     OnClick = ImageExitClick
  151.   end
  152.   object ImageAbout: TImage
  153.     Left = 576
  154.     Top = 8
  155.     Width = 50
  156.     Height = 26
  157.     AutoSize = True
  158.     Picture.Data = {<image007.bmp>}
  159.     Visible = False
  160.     OnClick = ImageAboutClick
  161.   end
  162.   object ImageExpertLogo: TImage
  163.     Left = 624
  164.     Top = 440
  165.     Width = 637
  166.     Height = 480
  167.     Anchors = [akLeft, akTop, akRight, akBottom]
  168.     AutoSize = True
  169.     Center = True
  170.   end
  171.   object GameListLabel: TLabel
  172.     Left = 368
  173.     Top = 8
  174.     Width = 64
  175.     Height = 16
  176.     Caption = 'Game List'
  177.     Color = clBlack
  178.     Font.Charset = ANSI_CHARSET
  179.     Font.Color = clLime
  180.     Font.Height = -13
  181.     Font.Name = 'Arial'
  182.     Font.Style = [fsBold]
  183.     ParentColor = False
  184.     ParentFont = False
  185.     Visible = False
  186.   end
  187.   object MemoGame: TMemo
  188.     Left = 24
  189.     Top = 296
  190.     Width = 321
  191.     Height = 145
  192.     Cursor = crArrow
  193.     Hint = 'Description of the game.'
  194.     BorderStyle = bsNone
  195.     Color = clBlack
  196.     DragMode = dmAutomatic
  197.     Font.Charset = DEFAULT_CHARSET
  198.     Font.Color = clLime
  199.     Font.Height = -11
  200.     Font.Name = 'MS Sans Serif'
  201.     Font.Style = []
  202.     ImeMode = imDisable
  203.     Lines.Strings = (
  204.       'MemoGame'
  205.       ' ')
  206.     ParentFont = False
  207.     ParentShowHint = False
  208.     ReadOnly = True
  209.     ScrollBars = ssVertical
  210.     ShowHint = True
  211.     TabOrder = 0
  212.     Visible = False
  213.   end
  214.   object ListGame: TListBox
  215.     Left = 368
  216.     Top = 32
  217.     Width = 153
  218.     Height = 225
  219.     Hint = 'Lists the games that you can install.'
  220.     BorderStyle = bsNone
  221.     Color = clBlack
  222.     Font.Charset = DEFAULT_CHARSET
  223.     Font.Color = clLime
  224.     Font.Height = -11
  225.     Font.Name = 'MS Sans Serif'
  226.     Font.Style = []
  227.     ItemHeight = 13
  228.     Items.Strings = (
  229.       '')
  230.     ParentFont = False
  231.     ParentShowHint = False
  232.     ShowHint = True
  233.     Sorted = True
  234.     TabOrder = 1
  235.     Visible = False
  236.     OnClick = ListGameClick
  237.     OnDblClick = ListGameDblClick
  238.     OnKeyDown = ListGameKeyDown
  239.     OnKeyPress = ListGameKeyPress
  240.     OnKeyUp = ListGameKeyUp
  241.     OnMouseDown = ListGameMouseDown
  242.     OnMouseMove = ListGameMouseMove
  243.     OnMouseUp = ListGameMouseUp
  244.   end
  245.   object ButtonExit: TButton
  246.     Left = 560
  247.     Top = 408
  248.     Width = 57
  249.     Height = 33
  250.     Hint = 'Exits back to Windows.'
  251.     Caption = 'Exit'
  252.     Font.Charset = ANSI_CHARSET
  253.     Font.Color = clWindowText
  254.     Font.Height = -11
  255.     Font.Name = 'Arial'
  256.     Font.Style = [fsBold]
  257.     ParentFont = False
  258.     ParentShowHint = False
  259.     ShowHint = True
  260.     TabOrder = 2
  261.     Visible = False
  262.     OnClick = ButtonExitClick
  263.   end
  264.   object ButtonInstallDirectX: TButton
  265.     Left = 368
  266.     Top = 408
  267.     Width = 105
  268.     Height = 33
  269.     Hint = 'Installs DirectX on your system.'
  270.     Caption = 'Install DirectX'
  271.     Font.Charset = ANSI_CHARSET
  272.     Font.Color = clWindowText
  273.     Font.Height = -11
  274.     Font.Name = 'Arial'
  275.     Font.Style = [fsBold]
  276.     ParentFont = False
  277.     ParentShowHint = False
  278.     ShowHint = True
  279.     TabOrder = 3
  280.     Visible = False
  281.     OnClick = ButtonInstallDirectXClick
  282.   end
  283.   object ButtonInstallGame: TButton
  284.     Left = 534
  285.     Top = 136
  286.     Width = 94
  287.     Height = 33
  288.     Hint = 'Installs the selected game.'
  289.     Caption = 'Install Game'
  290.     Font.Charset = ANSI_CHARSET
  291.     Font.Color = clWindowText
  292.     Font.Height = -11
  293.     Font.Name = 'Arial'
  294.     Font.Style = [fsBold]
  295.     ParentFont = False
  296.     ParentShowHint = False
  297.     ShowHint = True
  298.     TabOrder = 4
  299.     Visible = False
  300.     OnClick = ButtonInstallGameClick
  301.   end
  302.   object ButtonHelp: TButton
  303.     Left = 480
  304.     Top = 408
  305.     Width = 73
  306.     Height = 33
  307.     Hint = 'Help'
  308.     Caption = 'Help'
  309.     Font.Charset = ANSI_CHARSET
  310.     Font.Color = clWindowText
  311.     Font.Height = -11
  312.     Font.Name = 'Arial'
  313.     Font.Style = [fsBold]
  314.     ParentFont = False
  315.     ParentShowHint = False
  316.     ShowHint = True
  317.     TabOrder = 5
  318.     Visible = False
  319.     OnClick = ButtonHelpClick
  320.   end
  321.   object ButtonAbout: TButton
  322.     Left = 560
  323.     Top = 16
  324.     Width = 65
  325.     Height = 25
  326.     Caption = 'About'
  327.     Font.Charset = ANSI_CHARSET
  328.     Font.Color = clWindowText
  329.     Font.Height = -11
  330.     Font.Name = 'Arial'
  331.     Font.Style = [fsBold]
  332.     ParentFont = False
  333.     ParentShowHint = False
  334.     ShowHint = True
  335.     TabOrder = 6
  336.     Visible = False
  337.     OnClick = ButtonAboutClick
  338.   end
  339.   object TimerLogo: TTimer
  340.     Interval = 4000
  341.     OnTimer = TimerLogoTimer
  342.     Left = 528
  343.     Top = 8
  344.   end
  345. end
  346.