home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 October A / Pcwk10a98.iso / Inprise / TRIAL / JBUILDER / JRUNTIME.Z / jbuilder.exe / 0 / RCDATA / TCLASSTREE / TCLASSTREE.txt
Text File  |  1998-05-08  |  976b  |  52 lines

  1. object ClassTree: TClassTree
  2.   Left = 428
  3.   Top = 406
  4.   Width = 400
  5.   Height = 350
  6.   Caption = 'Package Browser'
  7.   ParentFont = True
  8.   Position = poScreenCenter
  9.   OnCreate = FormCreate
  10.   OnShow = FormShow
  11.   PixelsPerInch = 96
  12.   TextHeight = 13
  13.   object Panel1: TPanel
  14.     Left = 0
  15.     Top = 290
  16.     Width = 392
  17.     Height = 33
  18.     Align = alBottom
  19.     BevelOuter = bvNone
  20.     TabOrder = 0
  21.     object Panel2: TPanel
  22.       Left = 241
  23.       Top = 0
  24.       Width = 151
  25.       Height = 33
  26.       Align = alRight
  27.       BevelOuter = bvNone
  28.       TabOrder = 0
  29.       object btnOk: TButton
  30.         Left = 20
  31.         Top = 8
  32.         Width = 60
  33.         Height = 20
  34.         Caption = 'OK'
  35.         Default = True
  36.         ModalResult = 1
  37.         TabOrder = 0
  38.       end
  39.       object Button2: TButton
  40.         Left = 85
  41.         Top = 8
  42.         Width = 60
  43.         Height = 20
  44.         Cancel = True
  45.         Caption = 'Cancel'
  46.         ModalResult = 2
  47.         TabOrder = 1
  48.       end
  49.     end
  50.   end
  51. end
  52.