object frmMain: TfrmMain Left = 383 Height = 143 Top = 289 Width = 367 HorzScrollBar.Page = 366 VertScrollBar.Page = 142 ActiveControl = Button1 Caption = 'Hello World' ClientHeight = 143 ClientWidth = 367 Font.Height = -13 Font.Name = 'Arial' OnCreate = FormCreate LCLVersion = '2.3.0.0' object Label1: TLabel Left = 4 Height = 41 Top = 16 Width = 359 Alignment = taCenter AutoSize = False Caption = 'Hello World!' Color = clNone Font.Height = -33 Font.Name = 'Arial' ParentColor = False ParentFont = False end object Button1: TButton Left = 280 Height = 25 Top = 88 Width = 75 BorderSpacing.InnerBorder = 4 Caption = 'Close' OnClick = Button1Click TabOrder = 0 end object btnReadme: TButton Left = 16 Height = 25 Top = 88 Width = 75 BorderSpacing.InnerBorder = 4 Caption = 'Readme...' OnClick = btnReadmeClick TabOrder = 1 end end