object Form7: TForm7 Left = 162 Top = 128 BorderStyle = bsDialog Caption = 'Installazione completata!' ClientHeight = 346 ClientWidth = 530 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop OldCreateOrder = False Position = poDesktopCenter Scaled = False OnCloseQuery = FormCloseQuery OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 145 Top = 73 Width = 210 Height = 13 Caption = 'Setup ha finito di copiare i files nel computer.' end object Label5: TLabel Left = 145 Top = 107 Width = 293 Height = 13 Caption = 'Per completare l'#39'installazione, il computer deve essre riavviato' + '.' end object Label2: TLabel Left = 147 Top = 232 Width = 368 Height = 13 Caption = 'Rimuovere eventuali floppy disk, e quindi cliccare Fine per comp' + 'letare il setup.' end object Label3: TLabel Left = 147 Top = 264 Width = 216 Height = 13 Caption = 'Grazie e buon divertimento con Virtual Puzzle.' end object Panel1: TPanel Left = 8 Top = 10 Width = 121 Height = 280 BevelOuter = bvLowered Caption = 'Panel1' TabOrder = 0 object Image1: TImage Left = 1 Top = 1 Width = 119 Height = 278 Align = alClient AutoSize = True Center = True end end object GroupBox1: TGroupBox Left = 7 Top = 296 Width = 514 Height = 7 TabOrder = 1 end object Button1: TButton Left = 448 Top = 314 Width = 75 Height = 25 Caption = 'Fine' TabOrder = 2 OnClick = Button1Click end object Panel2: TPanel Left = 144 Top = 10 Width = 377 Height = 41 BevelOuter = bvLowered Caption = 'Panel2' TabOrder = 3 object Image2: TImage Left = 1 Top = 1 Width = 375 Height = 39 Align = alClient AutoSize = True Center = True end end object RadioGroup1: TRadioGroup Left = 128 Top = 136 Width = 329 Height = 89 Caption = 'RadioGroup1' TabOrder = 4 Visible = False end object RadioButton1: TRadioButton Left = 146 Top = 164 Width = 169 Height = 17 Caption = 'Riavviare il computer ora.' Checked = True TabOrder = 5 TabStop = True end object RadioButton2: TRadioButton Left = 146 Top = 194 Width = 217 Height = 17 Caption = 'Riavviare il computer pi� tardi.' TabOrder = 6 end end