object FormAbout: TFormAbout Left = 656 Height = 301 Top = 379 Width = 515 Caption = 'About' ClientHeight = 301 ClientWidth = 515 DesignTimePPI = 120 OnCreate = FormCreate OnShow = FormShow Position = poScreenCenter LCLVersion = '1.8.2.0' object LabelDescription: TLabel Left = 20 Height = 1 Top = 132 Width = 475 Align = alTop BorderSpacing.Around = 20 ParentColor = False WordWrap = True end object ButtonClose: TButton Left = 402 Height = 25 Top = 261 Width = 93 Anchors = [akRight, akBottom] Caption = 'Close' ModalResult = 1 TabOrder = 0 end object LabelContent: TLabel Left = 20 Height = 20 Top = 153 Width = 475 Align = alTop BorderSpacing.Around = 20 Caption = ' ' ParentColor = False end object ButtonHomePage: TButton Left = 16 Height = 25 Top = 261 Width = 176 Anchors = [akLeft, akBottom] Caption = 'Home page' OnClick = ButtonHomePageClick TabOrder = 1 end object Panel1: TPanel Left = 0 Height = 112 Top = 0 Width = 515 Align = alTop BevelOuter = bvNone ClientHeight = 112 ClientWidth = 515 TabOrder = 2 object Image1: TImage Left = 24 Height = 66 Top = 16 Width = 69 end object LabelAppName: TLabel Left = 104 Height = 92 Top = 16 Width = 388 Align = alCustom Anchors = [akTop, akLeft, akRight, akBottom] AutoSize = False BorderSpacing.Around = 20 Font.Height = -50 ParentColor = False ParentFont = False end end end