home *** CD-ROM | disk | FTP | other *** search
/ Atlas of the Solar System / NewAtlasOfTheSolarSystem.iso / 3DSS2Launcher.exe / 0 / RCDATA / TINSTALLIE5DLG / TINSTALLIE5DLG.txt
Text File  |  2003-08-15  |  1KB  |  62 lines

  1. object InstallIE5Dlg: TInstallIE5Dlg
  2.   Left = 569
  3.   Top = 301
  4.   BorderStyle = bsDialog
  5.   Caption = 'Installation IE5?'
  6.   ClientHeight = 234
  7.   ClientWidth = 432
  8.   Color = clBtnFace
  9.   DefaultMonitor = dmPrimary
  10.   Font.Charset = ANSI_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -13
  13.   Font.Name = 'Arial'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   PixelsPerInch = 96
  18.   TextHeight = 16
  19.   object Label1: TLabel
  20.     Left = 24
  21.     Top = 8
  22.     Width = 377
  23.     Height = 89
  24.     AutoSize = False
  25.     Caption = 
  26.       'Internet Explorer 5, or above, must be installed on your system ' +
  27.       'before you can run 3D Atlas of Mars. Internet Explorer is normal' +
  28.       'ly installed with Windows, however if Internet Explorer 5, or ab' +
  29.       'ove, is not already installed on your system, it can be installe' +
  30.       'd from this CD-ROM.'
  31.     Layout = tlCenter
  32.     WordWrap = True
  33.   end
  34.   object Button1: TButton
  35.     Left = 64
  36.     Top = 112
  37.     Width = 300
  38.     Height = 36
  39.     Caption = 'Install Internet Explorer 5 now'
  40.     ModalResult = 1
  41.     TabOrder = 0
  42.   end
  43.   object Button2: TButton
  44.     Left = 64
  45.     Top = 160
  46.     Width = 300
  47.     Height = 36
  48.     Caption = 'Install Internet Explorer 5 later'
  49.     ModalResult = 2
  50.     TabOrder = 1
  51.   end
  52.   object InstalledBox: TCheckBox
  53.     Left = 240
  54.     Top = 208
  55.     Width = 161
  56.     Height = 17
  57.     Alignment = taLeftJustify
  58.     Caption = 'Don'#39't ask me this again'
  59.     TabOrder = 2
  60.   end
  61. end
  62.