home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 March / Chip_2002-03_cd1.bin / ctenari / Kucera / setup.ex_ / setup.ex / 0 / RCDATA / TFINISHFORM / TFINISHFORM.txt
Text File  |  2002-02-06  |  1KB  |  68 lines

  1. object FinishForm: TFinishForm
  2.   Left = 201
  3.   Top = 109
  4.   BorderStyle = bsDialog
  5.   Caption = 'Setup complete'
  6.   ClientHeight = 120
  7.   ClientWidth = 351
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   Position = poScreenCenter
  15.   OnActivate = FormActivate
  16.   OnClose = FormClose
  17.   OnPaint = FormPaint
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Bevel1: TBevel
  21.     Left = 5
  22.     Top = 5
  23.     Width = 341
  24.     Height = 111
  25.     Shape = bsFrame
  26.   end
  27.   object CaptionLabel: TLabel
  28.     Left = 10
  29.     Top = 10
  30.     Width = 331
  31.     Height = 26
  32.     AutoSize = False
  33.     Caption = 
  34.       'Setup has finished the installation of %s. In order to make the ' +
  35.       'program work properly, you will need to restart Windows.'
  36.     WordWrap = True
  37.   end
  38.   object Reboot: TCheckBox
  39.     Left = 20
  40.     Top = 55
  41.     Width = 316
  42.     Height = 17
  43.     Caption = 'Reboot now'
  44.     Font.Charset = DEFAULT_CHARSET
  45.     Font.Color = clWindowText
  46.     Font.Height = -11
  47.     Font.Name = 'MS Sans Serif'
  48.     Font.Style = [fsBold]
  49.     ParentFont = False
  50.     State = cbChecked
  51.     TabOrder = 0
  52.   end
  53.   object OK: TButton
  54.     Left = 140
  55.     Top = 80
  56.     Width = 75
  57.     Height = 25
  58.     Caption = 'OK'
  59.     Default = True
  60.     TabOrder = 1
  61.     OnClick = OKClick
  62.   end
  63.   object WinReboot: TWinReboot
  64.     Left = 15
  65.     Top = 80
  66.   end
  67. end
  68.