object Form4: TForm4 Left = 206 Top = 145 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 = 145 Top = 57 Width = 275 Height = 13 Caption = 'I collegamenti verrano aggiunti nella cartella sotto indicata.' end object Label2: TLabel Left = 144 Top = 107 Width = 108 Height = 13 Caption = 'Cartella di destinazione' end object Label3: TLabel Left = 145 Top = 164 Width = 76 Height = 13 Caption = 'Cartelle esistenti' end object Label4: TLabel Left = 145 Top = 70 Width = 343 Height = 13 Caption = 'Per inserire i collegamenti in un'#39'altra cartella, selezionarne u' + 'na dall'#39'elenco' end object Label5: TLabel Left = 145 Top = 83 Width = 343 Height = 13 Caption = 'sottostante facendo click su di essa o digitare un nome di carte' + 'lla nuovo.' 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 = 144 Top = 128 Width = 283 Height = 21 TabOrder = 5 Text = 'VirtualPuzzle' end object Button4: TButton Left = 284 Top = 314 Width = 75 Height = 25 Caption = 'Indietro' TabOrder = 6 OnClick = Button4Click end object ListBox1: TListBox Left = 144 Top = 184 Width = 377 Height = 105 ItemHeight = 13 TabOrder = 7 OnClick = ListBox1Click end end