object frmSelectDir: TfrmSelectDir Left = 188 Top = 337 Hint = '|Directories...' BorderIcons = [biSystemMenu, biMaximize] AutoScroll = False Caption = 'Select Directory' ClientHeight = 203 ClientWidth = 203 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop Icon.Data = {} Position = poScreenCenter Scaled = False PixelsPerInch = 96 TextHeight = 13 object lbxDirectories: TDirectoryListBox Left = 0 Top = 0 Width = 203 Height = 146 Hint = '|Choose a directory' Align = alClient ItemHeight = 16 TabOrder = 0 end object pnlCombo: TComboPanel Left = 0 Top = 146 Width = 203 Height = 21 Align = alBottom Caption = 'pnlCombo' TabOrder = 1 ComboBox = cmbDrives object cmbDrives: TDriveComboBox Left = 0 Top = 2 Width = 203 Height = 19 Hint = '|Choose a drive' DirList = lbxDirectories TabOrder = 0 end end object pnlButtons: TPanel Left = 0 Top = 167 Width = 203 Height = 36 Align = alBottom BevelOuter = bvNone TabOrder = 2 object btnCancel: TButton Left = 8 Top = 8 Width = 89 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 0 end object btnOk: TButton Left = 104 Top = 8 Width = 91 Height = 25 Caption = 'Ok' Default = True ModalResult = 1 TabOrder = 1 end end end