object Form5: TForm5 Left = 285 Top = 171 BorderStyle = bsToolWindow Caption = 'Selezionare una cartella' ClientHeight = 257 ClientWidth = 246 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False OnActivate = FormActivate PixelsPerInch = 96 TextHeight = 13 object Label2: TLabel Left = 10 Top = 8 Width = 45 Height = 13 Caption = 'Percorso:' end object Label3: TLabel Left = 11 Top = 60 Width = 38 Height = 13 Caption = 'Cartelle:' end object Label1: TLabel Left = 10 Top = 209 Width = 29 Height = 13 Caption = 'Dischi' end object DirectoryListBox1: TDirectoryListBox Left = 10 Top = 80 Width = 145 Height = 116 IntegralHeight = True ItemHeight = 16 TabOrder = 0 OnChange = DirectoryListBox1Change end object Edit1: TEdit Left = 10 Top = 26 Width = 229 Height = 21 TabOrder = 1 end object Button1: TButton Left = 165 Top = 80 Width = 75 Height = 25 Caption = 'OK' TabOrder = 2 OnClick = Button1Click end object Button2: TButton Left = 165 Top = 118 Width = 75 Height = 25 Caption = 'Annulla' TabOrder = 3 OnClick = Button2Click end object DriveComboBox1: TDriveComboBox Left = 9 Top = 228 Width = 148 Height = 19 DirList = DirectoryListBox1 TabOrder = 4 end end