object ULObjUsrTreeForm: TULObjUsrTreeForm
  Left = 205
  Top = 251
  Width = 696
  Height = 480
  Caption = 'ULObjUsrTreeForm'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -13
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  FormStyle = fsMDIChild
  OldCreateOrder = False
  Position = poDefault
  Visible = True
  OnClose = FormClose
  OnCreate = FormCreate
  OnDestroy = FormDestroy
  PixelsPerInch = 120
  TextHeight = 16
  object TreeView: TTreeView
    Left = 0
    Top = 0
    Width = 313
    Height = 447
    Align = alLeft
    Indent = 19
    TabOrder = 0
    OnChange = TreeViewChange
  end
end
