home *** CD-ROM | disk | FTP | other *** search
/ Delphi Programming Unleashed / Delphi_Programming_Unleashed_SAMS_Publishing_1995.iso / chap28 / object4 / hierdlg.txt < prev    next >
Encoding:
Text File  |  1995-03-21  |  613 b   |  33 lines

  1. object HierarchyDlg: THierarchyDlg
  2.   Left = 200
  3.   Top = 101
  4.   BorderStyle = bsDialog
  5.   Caption = 'Hierarchy Dialog'
  6.   ClientHeight = 266
  7.   ClientWidth = 270
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'System'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   TextHeight = 16
  14.   object ListBox1: TListBox
  15.     Left = 0
  16.     Top = 0
  17.     Width = 270
  18.     Height = 201
  19.     Align = alTop
  20.     Color = clYellow
  21.     ItemHeight = 16
  22.     TabOrder = 0
  23.   end
  24.   object BitBtn1: TBitBtn
  25.     Left = 96
  26.     Top = 216
  27.     Width = 89
  28.     Height = 33
  29.     TabOrder = 1
  30.     Kind = bkOK
  31.   end
  32. end
  33.