mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-10 03:32:41 +02:00
21 lines
344 B
Plaintext
21 lines
344 B
Plaintext
object LogView: TLogView
|
|
Left = 485
|
|
Height = 394
|
|
Top = 249
|
|
Width = 611
|
|
Caption = 'LogView'
|
|
ClientHeight = 394
|
|
ClientWidth = 611
|
|
OnClose = FormClose
|
|
LCLVersion = '0.9.31'
|
|
object edLog: TMemo
|
|
Left = 0
|
|
Height = 394
|
|
Top = 0
|
|
Width = 611
|
|
Align = alClient
|
|
ScrollBars = ssAutoBoth
|
|
TabOrder = 0
|
|
end
|
|
end
|