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