home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 August / chip_08_2000.iso / software / astro / starcalc / STARCALC.EXE / 0 / RCDATA / TINSTALLFORM / TINSTALLFORM.txt
Text File  |  2000-05-28  |  3KB  |  128 lines

  1. object InstallForm: TInstallForm
  2.   Left = 214
  3.   Top = 190
  4.   ActiveControl = StartBtn
  5.   BorderStyle = bsDialog
  6.   Caption = 'StarCalc 5.6 Setup'
  7.   ClientHeight = 172
  8.   ClientWidth = 323
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnCreate = CreateInstallForm
  15.   OnDestroy = FormDestroy
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object StartBtn: TButton
  19.     Left = 60
  20.     Top = 145
  21.     Width = 85
  22.     Height = 22
  23.     Caption = '&Install'
  24.     Default = True
  25.     TabOrder = 2
  26.     OnClick = StartBtnClick
  27.   end
  28.   object ExitBtn: TButton
  29.     Left = 180
  30.     Top = 145
  31.     Width = 85
  32.     Height = 22
  33.     Caption = '&Cancel'
  34.     ModalResult = 2
  35.     TabOrder = 3
  36.     OnClick = ExitBtnClick
  37.   end
  38.   object InstallPB: TProgressBar
  39.     Left = 1
  40.     Top = 123
  41.     Width = 320
  42.     Height = 16
  43.     Min = 0
  44.     Max = 16
  45.     TabOrder = 1
  46.   end
  47.   object Panel1: TPanel
  48.     Left = 1
  49.     Top = 1
  50.     Width = 320
  51.     Height = 120
  52.     BevelInner = bvRaised
  53.     BevelOuter = bvLowered
  54.     TabOrder = 0
  55.     object Label1: TLabel
  56.       Left = 8
  57.       Top = 8
  58.       Width = 129
  59.       Height = 13
  60.       Caption = ' Folder to install StarCalc '
  61.       Font.Color = clNavy
  62.       Font.Height = -11
  63.       Font.Name = 'MS Sans Serif'
  64.       Font.Style = []
  65.       ParentFont = False
  66.     end
  67.     object InstFolder: TEdit
  68.       Left = 8
  69.       Top = 24
  70.       Width = 281
  71.       Height = 21
  72.       TabOrder = 0
  73.       Text = 'C:\StarCalc'
  74.     end
  75.     object BFolButton: TButton
  76.       Left = 293
  77.       Top = 24
  78.       Width = 20
  79.       Height = 22
  80.       Caption = '...'
  81.       TabOrder = 1
  82.       OnClick = BFolButtonClick
  83.     end
  84.     object AddShortcutCB: TCheckBox
  85.       Left = 8
  86.       Top = 55
  87.       Width = 161
  88.       Height = 17
  89.       Caption = '&Add shortcuts to Start menu'
  90.       Font.Color = clNavy
  91.       Font.Height = -11
  92.       Font.Name = 'MS Sans Serif'
  93.       Font.Style = []
  94.       ParentFont = False
  95.       State = cbChecked
  96.       TabOrder = 2
  97.     end
  98.     object OpenWhatsNewCB: TCheckBox
  99.       Left = 8
  100.       Top = 93
  101.       Width = 241
  102.       Height = 17
  103.       Caption = 'Open "whatsnew.txt" file after the installation'
  104.       Font.Color = clNavy
  105.       Font.Height = -11
  106.       Font.Name = 'MS Sans Serif'
  107.       Font.Style = []
  108.       ParentFont = False
  109.       State = cbChecked
  110.       TabOrder = 4
  111.     end
  112.     object RegStateFile: TCheckBox
  113.       Left = 8
  114.       Top = 74
  115.       Width = 217
  116.       Height = 17
  117.       Caption = '&Register type "scs" (StarCalc State file)'
  118.       Font.Color = clNavy
  119.       Font.Height = -11
  120.       Font.Name = 'MS Sans Serif'
  121.       Font.Style = []
  122.       ParentFont = False
  123.       State = cbChecked
  124.       TabOrder = 3
  125.     end
  126.   end
  127. end
  128.