object FDIRFORM: TFDIRFORM Left = 253 Top = 109 HorzScrollBar.Visible = False VertScrollBar.Visible = False BorderStyle = bsDialog Caption = 'Select a Directory' ClientHeight = 295 ClientWidth = 273 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object Label2: TLabel Left = 8 Top = 8 Width = 25 Height = 13 Caption = 'Path:' end object BT_Cancel: TButton Left = 157 Top = 256 Width = 75 Height = 25 Cancel = True Caption = '&Cancel' ModalResult = 2 TabOrder = 0 end object BT_OK: TButton Left = 40 Top = 256 Width = 75 Height = 25 Caption = '&OK' Default = True ModalResult = 1 TabOrder = 1 end object Edit1: TEdit Left = 40 Top = 4 Width = 225 Height = 21 TabOrder = 2 Text = 'c:\windows' end object DirectoryListBox1: TDirTree Left = 8 Top = 32 Width = 257 Height = 209 Directory = '?' ReadOnStart = True DirType = [dtNormal, dtAll] AllowNetwork = True GoBelowRecycleBin = True FastLoad = False HideSelection = False OnChange = DirectoryListBox1Change ParentColor = False TabOrder = 3 OnClick = DirectoryListBox1Click end end