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
Wrap
Text File
|
2002-02-06
|
1KB
|
68 lines
object FinishForm: TFinishForm
Left = 201
Top = 109
BorderStyle = bsDialog
Caption = 'Setup complete'
ClientHeight = 120
ClientWidth = 351
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
FormStyle = fsStayOnTop
Position = poScreenCenter
OnActivate = FormActivate
OnClose = FormClose
OnPaint = FormPaint
PixelsPerInch = 96
TextHeight = 13
object Bevel1: TBevel
Left = 5
Top = 5
Width = 341
Height = 111
Shape = bsFrame
end
object CaptionLabel: TLabel
Left = 10
Top = 10
Width = 331
Height = 26
AutoSize = False
Caption =
'Setup has finished the installation of %s. In order to make the ' +
'program work properly, you will need to restart Windows.'
WordWrap = True
end
object Reboot: TCheckBox
Left = 20
Top = 55
Width = 316
Height = 17
Caption = 'Reboot now'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
State = cbChecked
TabOrder = 0
end
object OK: TButton
Left = 140
Top = 80
Width = 75
Height = 25
Caption = 'OK'
Default = True
TabOrder = 1
OnClick = OKClick
end
object WinReboot: TWinReboot
Left = 15
Top = 80
end
end