mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-28 18:42:41 +02:00
30 lines
574 B
Plaintext
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
|