object fselitem: Tfselitem Left = 200 Top = 116 BorderIcons = [] BorderStyle = bsDialog Caption = 'Select Item' ClientHeight = 506 ClientWidth = 404 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = True Position = poScreenCenter OnActivate = FormActivate PixelsPerInch = 96 TextHeight = 13 object TreeView1: TTreeView Left = 8 Top = 8 Width = 297 Height = 481 Indent = 19 ReadOnly = True TabOrder = 0 end object Button1: TButton Left = 320 Top = 16 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 1 end object Button2: TButton Left = 320 Top = 48 Width = 75 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 2 end object Button3: TButton Left = 320 Top = 464 Width = 75 Height = 25 Caption = 'Unselect' TabOrder = 3 OnClick = Button3Click end end