object frmChooseDir: TfrmChooseDir Left = 305 Top = 180 BorderIcons = [biSystemMenu] BorderStyle = bsSingle Caption = 'Choose Directory' ClientHeight = 251 ClientWidth = 205 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object DirectoryListBox1: TDirectoryListBox Left = 8 Top = 32 Width = 189 Height = 181 ItemHeight = 16 TabOrder = 0 end object DriveComboBox1: TDriveComboBox Left = 8 Top = 8 Width = 189 Height = 19 DirList = DirectoryListBox1 TabOrder = 1 end object BitBtn1: TBitBtn Left = 24 Top = 220 Width = 75 Height = 25 TabOrder = 2 OnClick = BitBtn1Click Kind = bkOK end object BitBtn2: TBitBtn Left = 106 Top = 220 Width = 75 Height = 25 TabOrder = 3 Kind = bkCancel end end