object FormAbout: TFormAbout Left = 624 Height = 397 Top = 622 Width = 714 Caption = 'About' ClientHeight = 397 ClientWidth = 714 DesignTimePPI = 144 OnShow = FormShow Position = poScreenCenter LCLVersion = '3.6.0.0' object LabelDescription: TLabel Left = 30 Height = 26 Top = 135 Width = 654 Align = alTop BorderSpacing.Left = 30 BorderSpacing.Right = 30 BorderSpacing.Bottom = 30 Caption = 'Description' ParentColor = False ParentFont = False WordWrap = True end object LabelContent: TLabel Left = 30 Height = 26 Top = 191 Width = 654 Align = alTop BorderSpacing.Around = 30 Caption = ' ' ParentColor = False ParentFont = False end object PanelTop: TPanel Left = 0 Height = 135 Top = 0 Width = 714 Align = alTop BevelOuter = bvNone ClientHeight = 135 ClientWidth = 714 FullRepaint = False ParentFont = False TabOrder = 0 object LabelAppName: TLabel Left = 108 Height = 84 Top = 20 Width = 576 Anchors = [akTop, akLeft, akRight] AutoSize = False BorderSpacing.Around = 30 Caption = 'Title' Font.Height = -60 ParentColor = False ParentFont = False WordWrap = True end object ImageLogo: TImage Left = 24 Height = 74 Top = 30 Width = 71 Proportional = True Stretch = True end end object PanelButtons: TPanel Left = 0 Height = 75 Top = 322 Width = 714 Align = alBottom BevelOuter = bvNone ClientHeight = 75 ClientWidth = 714 TabOrder = 1 object ButtonHomePage: TButton Left = 24 Height = 38 Top = 24 Width = 264 Anchors = [akLeft, akBottom] Caption = 'Home page' ParentFont = False TabOrder = 0 OnClick = ButtonHomePageClick end object ButtonClose: TButton Left = 543 Height = 38 Top = 24 Width = 141 Anchors = [akRight, akBottom] Caption = 'Close' ModalResult = 1 ParentFont = False TabOrder = 1 end end end