mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-11 12:42:32 +02:00
20 lines
334 B
Plaintext
20 lines
334 B
Plaintext
object UpdateView: TUpdateView
|
|
Left = 369
|
|
Height = 273
|
|
Top = 480
|
|
Width = 421
|
|
Caption = 'UpdateView'
|
|
ClientHeight = 273
|
|
ClientWidth = 421
|
|
LCLVersion = '0.9.31'
|
|
object edUpdate: TMemo
|
|
Left = 0
|
|
Height = 273
|
|
Top = 0
|
|
Width = 421
|
|
Align = alClient
|
|
ScrollBars = ssAutoBoth
|
|
TabOrder = 0
|
|
end
|
|
end
|