object FormAbout: TFormAbout Left = 656 Height = 361 Top = 379 Width = 618 Caption = 'About' ClientHeight = 361 ClientWidth = 618 DesignTimePPI = 144 OnCreate = FormCreate OnShow = FormShow Position = poScreenCenter LCLVersion = '2.0.0.4' object LabelDescription: TLabel Left = 24 Height = 1 Top = 158 Width = 570 Align = alTop BorderSpacing.Around = 24 ParentColor = False ParentFont = False WordWrap = True end object ButtonClose: TButton Left = 482 Height = 30 Top = 313 Width = 112 Anchors = [akRight, akBottom] Caption = 'Close' ModalResult = 1 ParentFont = False TabOrder = 0 end object LabelContent: TLabel Left = 24 Height = 25 Top = 183 Width = 570 Align = alTop BorderSpacing.Around = 24 Caption = ' ' ParentColor = False ParentFont = False end object ButtonHomePage: TButton Left = 19 Height = 30 Top = 313 Width = 211 Anchors = [akLeft, akBottom] Caption = 'Home page' OnClick = ButtonHomePageClick ParentFont = False TabOrder = 1 end object Panel1: TPanel Left = 0 Height = 134 Top = 0 Width = 618 Align = alTop BevelOuter = bvNone ClientHeight = 134 ClientWidth = 618 ParentFont = False TabOrder = 2 object Image1: TImage Left = 29 Height = 79 Top = 19 Width = 83 end object LabelAppName: TLabel Left = 104 Height = 114 Top = 16 Width = 491 Align = alCustom Anchors = [akTop, akLeft, akRight, akBottom] AutoSize = False BorderSpacing.Around = 24 Font.Height = -60 ParentColor = False ParentFont = False end end end