object ClassTree: TClassTree Left = 428 Top = 406 Width = 400 Height = 350 Caption = 'Package Browser' ParentFont = True Position = poScreenCenter OnCreate = FormCreate OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Panel1: TPanel Left = 0 Top = 290 Width = 392 Height = 33 Align = alBottom BevelOuter = bvNone TabOrder = 0 object Panel2: TPanel Left = 241 Top = 0 Width = 151 Height = 33 Align = alRight BevelOuter = bvNone TabOrder = 0 object btnOk: TButton Left = 20 Top = 8 Width = 60 Height = 20 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 0 end object Button2: TButton Left = 85 Top = 8 Width = 60 Height = 20 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 1 end end end end