object GetDirInfo: TGetDirInfo Left = 401 Top = 284 ActiveControl = Ok BorderIcons = [biSystemMenu] BorderStyle = bsSingle Caption = 'Configuration' ClientHeight = 129 ClientWidth = 234 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop OnClose = FormClose OnCreate = FormCreate OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object DirectoryListBox1: TDirectoryListBox Left = 4 Top = 32 Width = 145 Height = 93 ItemHeight = 16 TabOrder = 0 end object DriveComboBox1: TDriveComboBox Left = 4 Top = 4 Width = 145 Height = 21 DirList = DirectoryListBox1 TabOrder = 1 end object Ok: TButton Left = 160 Top = 104 Width = 68 Height = 23 Caption = 'Ok' TabOrder = 2 OnClick = OkClick end object Cancel: TButton Left = 160 Top = 72 Width = 68 Height = 23 Caption = 'Cancel' TabOrder = 3 OnClick = CancelClick end end