lazarus/debugger/dbgoutputform.lfm
marc b8918ec656 * Restructured debugger view classes
* Fixed help

git-svn-id: trunk@5867 -
2004-08-26 23:50:05 +00:00

30 lines
574 B
Plaintext

object DbgOutputForm: TDbgOutputForm
Caption = 'Debug output'
ClientHeight = 200
ClientWidth = 400
OnClose = FormClose
OnCreate = FormCreate
HorzScrollBar.Page = 401
VertScrollBar.Page = 201
Left = 108
Height = 200
Top = 140
Width = 400
object txtOutput: TMemo
Align = alClient
PopupMenu = mnuPopup
PopupMenu = mnuPopup
TabOrder = 0
Height = 200
Width = 400
end
object mnuPopup: TPopupMenu
left = 400
top = 96
object popClear: TMenuItem
Caption = '&Clear'
OnClick = popClearClick
end
end
end