object Form1: TForm1 Left = 465 Top = 59 BorderStyle = bsDialog Caption = 'FS5.x Scenery Setup for Flight Simulator 95' ClientHeight = 286 ClientWidth = 478 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnClose = FormClose OnCreate = FormCreate OnPaint = FormActivate PixelsPerInch = 96 TextHeight = 13 object Euro1: TImage Left = 8 Top = 112 Width = 118 Height = 150 Hint = 'Click to Install Europe 1' AutoSize = True ParentShowHint = False Picture.Data = {} ShowHint = True OnClick = Euro1Click end object Euro2: TImage Left = 144 Top = 112 Width = 118 Height = 150 Hint = 'Click to install Europe 2' ParentShowHint = False Picture.Data = {} ShowHint = True OnClick = Euro2Click end object Memo1: TMemo Left = 8 Top = 8 Width = 465 Height = 89 Color = clBtnFace Font.Color = clBlack Font.Height = -16 Font.Name = 'Arial' Font.Style = [] Lines.Strings = ( 'This program will install Apollo/BAO Europe 1 and Europe 2 ' 'Scenery products shipped before Microsoft Flight Simulator' 'for Windows 95.' 'Click on one of the images below to install the product.') ParentFont = False ReadOnly = True TabOrder = 0 end object StatusBar1: TStatusBar Left = 0 Top = 267 Width = 478 Height = 19 Panels = < item Width = 50 end> SimplePanel = False end object ExitButton: TButton Left = 392 Top = 232 Width = 75 Height = 25 Caption = '&Exit' TabOrder = 2 OnClick = ExitButtonClick end object AppExec1: TAppExec ChangeDir = False Wait = True WindowState = wsMinimized Left = 320 Top = 112 end end