lazarus/debugger/pseudoterminaldlg.lfm
2011-11-18 14:01:08 +00:00

18 lines
330 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
end
end