lazarus/debugger/pseudoterminaldlg.lfm

25 lines
462 B
Plaintext

object PseudoConsoleDlg: TPseudoConsoleDlg
Left = 697
Height = 240
Top = 327
Width = 320
Caption = 'Console'
ClientHeight = 240
ClientWidth = 320
DockSite = True
OnResize = FormResize
LCLVersion = '1.9.0.0'
object Memo1: TMemo
Left = 0
Height = 240
Top = 0
Width = 320
Align = alClient
OnUTF8KeyPress = Memo1UTF8KeyPress
ReadOnly = True
ScrollBars = ssAutoBoth
TabOrder = 0
WantTabs = True
end
end