lazarus/debugger/pseudoterminaldlg.lfm
martin af616044d3 DBG: Pseudo-Terminal, accept tabs
git-svn-id: trunk@37841 -
2012-07-01 15:24:34 +00:00

19 lines
350 B
Plaintext

inherited PseudoConsoleDlg: TPseudoConsoleDlg
Left = 1261
Top = 344
Caption = 'Console'
DockSite = True
object Memo1: TMemo[0]
Left = 0
Height = 240
Top = 0
Width = 320
Align = alClient
OnUTF8KeyPress = Memo1UTF8KeyPress
ReadOnly = True
ScrollBars = ssAutoBoth
TabOrder = 0
WantTabs = True
end
end