mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-30 17:30:21 +02:00
26 lines
450 B
Plaintext
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
|