object BrowseDir: TBrowseDir Left = 58 Top = 169 Width = 439 Height = 190 Caption = 'Choose directory:' Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Icon.Data = {} Position = poScreenCenter Scaled = False OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object DirListBox1: TDirectoryListBox Left = 0 Top = 0 Width = 425 Height = 130 ItemHeight = 16 TabOrder = 0 end object DriveComboBox1: TDriveComboBox Left = 176 Top = 137 Width = 249 Height = 19 TabOrder = 1 OnChange = DriveComboBox1Change end object BitBtn1: TBitBtn Left = 9 Top = 137 Width = 73 Height = 24 Caption = 'OK' TabOrder = 2 OnClick = BitBtn1Click end object BitBtn2: TBitBtn Left = 89 Top = 137 Width = 73 Height = 24 Caption = 'Cancel' TabOrder = 3 OnClick = BitBtn2Click end end