object fileDirDlg: TfileDirDlg Left = 227 Top = 201 BorderStyle = bsDialog Caption = 'Selected a folder to change to...' ClientHeight = 176 ClientWidth = 351 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object OKBtn: TButton Left = 268 Top = 104 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 0 end object CancelBtn: TButton Left = 268 Top = 134 Width = 75 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 1 end object DriveComboBox1: TDriveComboBox Left = 10 Top = 10 Width = 247 Height = 19 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 2 OnChange = DriveComboBox1Change end object DirectoryListBox1: TDirectoryListBox Left = 10 Top = 32 Width = 247 Height = 134 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ItemHeight = 16 ParentFont = False TabOrder = 3 end end