object frmSelectFolder: TfrmSelectFolder Left = 152 Top = 215 BorderIcons = [biSystemMenu] BorderStyle = bsSingle Caption = 'frmSelectFolder' ClientHeight = 247 ClientWidth = 274 Color = clBtnFace Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = False Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object lblDesc: TLabel Left = 8 Top = 8 Width = 33 Height = 13 Caption = 'lblDesc' end object lstFolders: TTreeView Left = 8 Top = 32 Width = 169 Height = 209 HideSelection = False HotTrack = True Indent = 19 TabOrder = 0 end object Button1: TButton Left = 192 Top = 40 Width = 73 Height = 23 Caption = '&OK' Default = True ModalResult = 1 TabOrder = 1 end object Button2: TButton Left = 192 Top = 72 Width = 73 Height = 23 Cancel = True Caption = '&Cancel' ModalResult = 2 TabOrder = 2 end end