object Form1: TForm1 Left = -1541 Height = 457 Top = 208 Width = 592 Caption = 'Form1' ClientHeight = 457 ClientWidth = 592 OnClose = FormClose OnCreate = FormCreate LCLVersion = '1.9.0.0' object btnSaveYaml: TButton Left = 448 Height = 25 Top = 424 Width = 120 Caption = 'Save to Yaml' OnClick = btnSaveYamlClick TabOrder = 0 end object btnLoadYaml: TButton Left = 312 Height = 25 Top = 424 Width = 123 Cancel = True Caption = 'Load From Yaml' OnClick = btnLoadYamlClick TabOrder = 1 end object meInfo: TMemo Left = 19 Height = 407 Top = 9 Width = 549 ReadOnly = True ScrollBars = ssAutoBoth TabOrder = 2 end object Button1: TButton Left = 96 Height = 25 Top = 424 Width = 75 Caption = 'Button1' OnClick = Button1Click TabOrder = 3 end end