mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2026-01-03 11:51:50 +01:00
25 lines
462 B
Plaintext
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
|