object Form3: TForm3 Left = 174 Top = 157 BorderIcons = [biSystemMenu] BorderStyle = bsSingle Caption = 'Autocomposizione di Installazione' ClientHeight = 347 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 = 146 Top = 62 Width = 345 Height = 13 Caption = 'Indicare il nome della cartella di destinazione dove installare ' + 'il programma.' end object Label2: TLabel Left = 147 Top = 107 Width = 108 Height = 13 Caption = 'Cartella di destinazione' end object Label3: TLabel Left = 147 Top = 173 Width = 187 Height = 13 Caption = 'Informazioni relative allo spazio su disco' 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 = 360 Top = 314 Width = 75 Height = 25 Caption = 'Avanti' TabOrder = 2 OnClick = Button1Click end object Button2: TButton Left = 448 Top = 314 Width = 75 Height = 25 Caption = 'Annulla' TabOrder = 3 OnClick = Button2Click end object Panel2: TPanel Left = 144 Top = 10 Width = 377 Height = 41 BevelOuter = bvLowered Caption = 'Panel2' TabOrder = 4 object Image2: TImage Left = 1 Top = 1 Width = 375 Height = 39 Align = alClient AutoSize = True Center = True end end object Edit1: TEdit Left = 147 Top = 128 Width = 283 Height = 21 TabOrder = 5 Text = 'C:\Programmi\VirtualPuzzle' end object Button3: TButton Left = 446 Top = 128 Width = 75 Height = 25 Caption = 'Sfoglia...' TabOrder = 6 OnClick = Button3Click end object ListView1: TListView Left = 146 Top = 195 Width = 375 Height = 94 Columns = < item Caption = 'Unit�' Width = 100 end item Caption = 'Spazio disponibile' Width = 100 end item Caption = 'Spazio necessario' Width = 100 end> HotTrackStyles = [] TabOrder = 7 ViewStyle = vsReport end object Button4: TButton Left = 284 Top = 314 Width = 75 Height = 25 Caption = 'Indietro' TabOrder = 8 OnClick = Button4Click end end