object Form1: TForm1 Left = 379 Height = 433 Top = 229 Width = 592 Caption = 'Form1' ClientHeight = 433 ClientWidth = 592 OnClose = FormClose OnCreate = FormCreate LCLVersion = '1.9.0.0' object btnSaveJson: TButton Left = 456 Height = 25 Top = 384 Width = 107 Caption = 'Save to Json' OnClick = btnSaveJsonClick TabOrder = 0 end object btnLoadJson: TButton Left = 336 Height = 25 Top = 384 Width = 107 Caption = 'Load From Json' OnClick = btnLoadJsonClick TabOrder = 1 end object meInfo: TMemo Left = 19 Height = 363 Top = 9 Width = 549 ReadOnly = True ScrollBars = ssAutoBoth TabOrder = 2 end end