object FormAbout: TFormAbout Left = 562 Height = 377 Top = 306 Width = 582 Caption = 'About' ClientHeight = 377 ClientWidth = 582 DesignTimePPI = 144 OnCreate = FormCreate OnShow = FormShow Position = poScreenCenter LCLVersion = '2.0.2.0' object LabelDescription: TLabel Left = 24 Height = 38 Top = 130 Width = 534 Align = alTop AutoSize = False BorderSpacing.Around = 24 ParentColor = False ParentFont = False WordWrap = True end object ButtonClose: TButton Left = 446 Height = 30 Top = 329 Width = 112 Anchors = [akRight, akBottom] Caption = 'Close' ModalResult = 1 ParentFont = False TabOrder = 0 end object LabelContent: TLabel Left = 24 Height = 26 Top = 192 Width = 534 Align = alTop BorderSpacing.Around = 24 Caption = ' ' ParentColor = False ParentFont = False end object ButtonHomePage: TButton Left = 19 Height = 30 Top = 329 Width = 211 Anchors = [akLeft, akBottom] Caption = 'Home page' OnClick = ButtonHomePageClick ParentFont = False TabOrder = 1 end object Panel1: TPanel Left = 0 Height = 106 Top = 0 Width = 582 Align = alTop BevelOuter = bvNone ClientHeight = 106 ClientWidth = 582 ParentFont = False TabOrder = 2 object Image1: TImage Left = 29 Height = 79 Top = 19 Width = 83 end object LabelAppName: TLabel Left = 120 Height = 67 Top = 19 Width = 95 Align = alCustom BorderSpacing.Around = 24 Caption = 'Title' Font.Height = -48 ParentColor = False ParentFont = False end end end