object DirectoryForm: TDirectoryForm Tag = 11 Left = 491 Top = 272 ActiveControl = Button1 BorderStyle = bsDialog Caption = 'Select Directory' ClientHeight = 251 ClientWidth = 220 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 8 Top = 4 Width = 125 Height = 13 Caption = 'D:\Progs\Phoenix\Source' end object Button1: TButton Tag = 116 Left = 58 Top = 220 Width = 75 Height = 25 Caption = '&OK' Default = True ModalResult = 1 TabOrder = 0 end object Button2: TButton Tag = 117 Left = 138 Top = 220 Width = 75 Height = 25 Cancel = True Caption = '&Cancel' ModalResult = 2 TabOrder = 1 end object RzDirectoryListBox1: TDirectoryListBox Left = 8 Top = 20 Width = 205 Height = 164 DirLabel = Label1 IntegralHeight = True ItemHeight = 16 TabOrder = 2 end object DriveComboBox1: TDriveComboBox Left = 8 Top = 192 Width = 205 Height = 19 DirList = RzDirectoryListBox1 TabOrder = 3 end end