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

  1. object FormBreakpoints: TFormBreakpoints
  2.   Left = 212
  3.   Top = 97
  4.   Width = 445
  5.   Height = 151
  6.   HelpContext = 24983
  7.   Caption = 'Breakpoints'
  8.   ParentFont = True
  9.   Position = poScreenCenter
  10.   OnClose = FormClose
  11.   OnCreate = FormCreate
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object TreeView1: TTreeView
  15.     Left = 0
  16.     Top = 0
  17.     Width = 437
  18.     Height = 124
  19.     ReadOnly = True
  20.     Indent = 19
  21.     Align = alClient
  22.     TabOrder = 0
  23.     OnMouseDown = TreeView1MouseDown
  24.     OnDblClick = TreeView1DblClick
  25.     OnKeyDown = TreeView1KeyPress
  26.     PopupMenu = PopupMenu1
  27.   end
  28.   object PopupMenu1: TPopupMenu
  29.     OnPopup = PopupMenu1Popup
  30.     Left = 24
  31.     Top = 24
  32.   end
  33. end
  34.