object ChdirFrm: TChdirFrm Left = 263 Top = 118 BorderStyle = bsDialog Caption = 'Choose directory' ClientHeight = 303 ClientWidth = 362 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Icon.Data = {} OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Panel2: TPanel Left = 0 Top = 0 Width = 362 Height = 303 Align = alClient BevelOuter = bvNone TabOrder = 0 object Panel3: TPanel Left = 0 Top = 262 Width = 362 Height = 41 Align = alBottom BevelOuter = bvNone TabOrder = 0 object Button1: TButton Left = 73 Top = 12 Width = 75 Height = 21 Caption = '&Ok' Default = True ModalResult = 1 TabOrder = 0 end object Button2: TButton Left = 213 Top = 12 Width = 75 Height = 21 Cancel = True Caption = '&Cancel' ModalResult = 2 TabOrder = 1 end end object Panel4: TPanel Left = 0 Top = 0 Width = 362 Height = 262 Align = alClient BevelOuter = bvNone TabOrder = 1 object DirTree1: TDirTree Left = 0 Top = 0 Width = 362 Height = 262 ReadOnly = True Indent = 19 Align = alClient ParentColor = False TabOrder = 0 PopupMenu = DirTree1. Images = DirTree1. end end end end