mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-16 12:09:32 +02:00
19 lines
350 B
Plaintext
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
|