object SelDirDlg: TSelDirDlg Left = 290 Top = 174 BorderStyle = bsDialog Caption = 'Select Directory' ClientHeight = 287 ClientWidth = 226 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object Button1: TButton Left = 63 Top = 256 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 2 end object Button2: TButton Left = 143 Top = 256 Width = 75 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 3 end object DirectoryListBox: TDirectoryListBox Left = 8 Top = 36 Width = 209 Height = 213 ItemHeight = 16 TabOrder = 1 end object DriveComboBox: TDriveComboBox Left = 8 Top = 8 Width = 209 Height = 22 DirList = DirectoryListBox Font.Color = clBlack Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 0 end end