lazarus/debugger/pseudoterminaldlg.lfm
martin 0866e743d5 DBG: Terminal: enable scrollbar
git-svn-id: trunk@30512 -
2011-05-01 11:55:54 +00:00

26 lines
450 B
Plaintext

inherited PseudoConsoleDlg: TPseudoConsoleDlg
Left = 1261
Top = 344
Caption = 'Console'
DockSite = True
object Memo1: TMemo[0]
Left = 0
Height = 217
Top = 0
Width = 320
Align = alClient
ReadOnly = True
ScrollBars = ssAutoBoth
TabOrder = 0
end
object Edit1: TEdit[1]
Left = 0
Height = 23
Top = 217
Width = 320
Align = alBottom
OnKeyPress = Edit1KeyPress
TabOrder = 1
end
end