object FormAbout: TFormAbout Left = 562 Height = 314 Top = 306 Width = 485 Caption = 'About' ClientHeight = 314 ClientWidth = 485 DesignTimePPI = 120 OnCreate = FormCreate OnShow = FormShow Position = poScreenCenter LCLVersion = '1.8.0.6' object LabelDescription: TLabel Left = 20 Height = 32 Top = 108 Width = 445 Align = alTop AutoSize = False BorderSpacing.Around = 20 ParentColor = False WordWrap = True end object ButtonClose: TButton Left = 372 Height = 25 Top = 274 Width = 93 Anchors = [akRight, akBottom] Caption = 'Close' ModalResult = 1 TabOrder = 0 end object LabelContent: TLabel Left = 20 Height = 20 Top = 160 Width = 445 Align = alTop BorderSpacing.Around = 20 Caption = ' ' ParentColor = False end object ButtonHomePage: TButton Left = 16 Height = 25 Top = 274 Width = 176 Anchors = [akLeft, akBottom] Caption = 'Home page' OnClick = ButtonHomePageClick TabOrder = 1 end object Panel1: TPanel Left = 0 Height = 88 Top = 0 Width = 485 Align = alTop BevelOuter = bvNone ClientHeight = 88 ClientWidth = 485 TabOrder = 2 object Image1: TImage Left = 24 Height = 66 Top = 16 Width = 69 end object LabelAppName: TLabel Left = 104 Height = 54 Top = 16 Width = 317 Align = alCustom BorderSpacing.Around = 20 Caption = 'Acronym Decoder' Font.Height = -40 ParentColor = False ParentFont = False WordWrap = True end end end