object FormBreakpoints: TFormBreakpoints Left = 212 Top = 97 Width = 445 Height = 151 HelpContext = 24983 Caption = 'Breakpoints' ParentFont = True Position = poScreenCenter OnClose = FormClose OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object TreeView1: TTreeView Left = 0 Top = 0 Width = 437 Height = 124 ReadOnly = True Indent = 19 Align = alClient TabOrder = 0 OnMouseDown = TreeView1MouseDown OnDblClick = TreeView1DblClick OnKeyDown = TreeView1KeyPress PopupMenu = PopupMenu1 end object PopupMenu1: TPopupMenu OnPopup = PopupMenu1Popup Left = 24 Top = 24 end end