object FolderSelector: TFolderSelector Left = 199 Top = 126 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Select a folder' ClientHeight = 240 ClientWidth = 311 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnClose = FormClose OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object lFolders: TTreeView Left = 8 Top = 8 Width = 217 Height = 225 Indent = 19 OnChange = lFoldersChange ParentColor = False TabOrder = 0 OnDblClick = lFoldersDblClick end object bOK: TButton Left = 232 Top = 8 Width = 75 Height = 25 Caption = '&OK' Default = True ModalResult = 1 TabOrder = 1 end object bCancel: TButton Left = 232 Top = 48 Width = 75 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 2 end object bNew: TButton Left = 232 Top = 208 Width = 75 Height = 25 Caption = 'New...' Enabled = False TabOrder = 3 OnClick = bNewClick end end