home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 2.13 / 1997-02_Disc_2.13.iso / patches / e1e2fs95.zip / SETUP.EXE / 0 / RCDATA / TFORM1 / TFORM1.txt < prev   
Text File  |  1996-11-05  |  2KB  |  88 lines

  1. object Form1: TForm1
  2.   Left = 465
  3.   Top = 59
  4.   BorderStyle = bsDialog
  5.   Caption = 'FS5.x Scenery Setup for Flight Simulator 95'
  6.   ClientHeight = 286
  7.   ClientWidth = 478
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnClose = FormClose
  14.   OnCreate = FormCreate
  15.   OnPaint = FormActivate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Euro1: TImage
  19.     Left = 8
  20.     Top = 112
  21.     Width = 118
  22.     Height = 150
  23.     Hint = 'Click to Install Europe 1'
  24.     AutoSize = True
  25.     ParentShowHint = False
  26.     Picture.Data = {<image000.bmp>}
  27.     ShowHint = True
  28.     OnClick = Euro1Click
  29.   end
  30.   object Euro2: TImage
  31.     Left = 144
  32.     Top = 112
  33.     Width = 118
  34.     Height = 150
  35.     Hint = 'Click to install Europe 2'
  36.     ParentShowHint = False
  37.     Picture.Data = {<image001.bmp>}
  38.     ShowHint = True
  39.     OnClick = Euro2Click
  40.   end
  41.   object Memo1: TMemo
  42.     Left = 8
  43.     Top = 8
  44.     Width = 465
  45.     Height = 89
  46.     Color = clBtnFace
  47.     Font.Color = clBlack
  48.     Font.Height = -16
  49.     Font.Name = 'Arial'
  50.     Font.Style = []
  51.     Lines.Strings = (
  52.       'This program will install Apollo/BAO Europe 1 and Europe 2 '
  53.       'Scenery products shipped before Microsoft Flight Simulator'
  54.       'for Windows 95.'
  55.       'Click on one of the images below to install the product.')
  56.     ParentFont = False
  57.     ReadOnly = True
  58.     TabOrder = 0
  59.   end
  60.   object StatusBar1: TStatusBar
  61.     Left = 0
  62.     Top = 267
  63.     Width = 478
  64.     Height = 19
  65.     Panels = <
  66.       item
  67.         Width = 50
  68.       end>
  69.     SimplePanel = False
  70.   end
  71.   object ExitButton: TButton
  72.     Left = 392
  73.     Top = 232
  74.     Width = 75
  75.     Height = 25
  76.     Caption = '&Exit'
  77.     TabOrder = 2
  78.     OnClick = ExitButtonClick
  79.   end
  80.   object AppExec1: TAppExec
  81.     ChangeDir = False
  82.     Wait = True
  83.     WindowState = wsMinimized
  84.     Left = 320
  85.     Top = 112
  86.   end
  87. end
  88.