mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-05 22:58:12 +02:00
26 lines
439 B
Plaintext
26 lines
439 B
Plaintext
object Form2: TForm2
|
|
Left = 290
|
|
Height = 300
|
|
Top = 161
|
|
Width = 400
|
|
HorzScrollBar.Page = 399
|
|
VertScrollBar.Page = 299
|
|
Caption = 'Notes viewer'
|
|
ClientHeight = 300
|
|
ClientWidth = 400
|
|
OnShow = FormShow
|
|
LCLVersion = '0.9.31'
|
|
object Memo1: TMemo
|
|
Left = 0
|
|
Height = 300
|
|
Top = 0
|
|
Width = 400
|
|
Align = alClient
|
|
Lines.Strings = (
|
|
'Memo1'
|
|
)
|
|
ScrollBars = ssAutoBoth
|
|
TabOrder = 0
|
|
end
|
|
end
|