object Form4: TForm4 Left = 422 Top = 341 BorderIcons = [biSystemMenu] BorderStyle = bsSingle Caption = 'Destination directory' ClientHeight = 253 ClientWidth = 275 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop OnClose = FormClose PixelsPerInch = 96 TextHeight = 13 object DirectoryListBox1: TDirectoryListBox Left = 0 Top = 0 Width = 201 Height = 233 ItemHeight = 16 TabOrder = 0 end object Button1: TButton Left = 200 Top = 0 Width = 75 Height = 25 Caption = 'Select dir' TabOrder = 1 OnClick = Button1Click end object Button2: TButton Left = 200 Top = 24 Width = 75 Height = 25 Caption = 'Cancel' TabOrder = 2 OnClick = Button2Click end object DriveComboBox1: TDriveComboBox Left = 0 Top = 232 Width = 201 Height = 19 DirList = DirectoryListBox1 TabOrder = 3 end end