home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 April / PCWorld_1999-04_cd.bin / Software / TemaCD / HTMLed / EDITOR.EXE / 0 / RCDATA / TTREEFORM / TTREEFORM.txt
Text File  |  1998-10-11  |  626b  |  35 lines

  1. object TreeForm: TTreeForm
  2.   Left = 198
  3.   Top = 115
  4.   Width = 435
  5.   Height = 300
  6.   Caption = 'TreeForm'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object TreeView1: TTreeView
  18.     Left = 0
  19.     Top = 0
  20.     Width = 427
  21.     Height = 254
  22.     Align = alClient
  23.     Indent = 19
  24.     TabOrder = 0
  25.   end
  26.   object StatusBar1: TStatusBar
  27.     Left = 0
  28.     Top = 254
  29.     Width = 427
  30.     Height = 19
  31.     Panels = <>
  32.     SimplePanel = False
  33.   end
  34. end
  35.