object FormAbout: TFormAbout Left = 372 Height = 229 Top = 128 Width = 313 BorderStyle = bsDialog Caption = 'About' ClientHeight = 229 ClientWidth = 313 Font.Height = -11 Font.Name = 'MS Sans Serif' OnShow = FormShow Position = poScreenCenter LCLVersion = '0.9.31' object Panel1: TPanel Left = 8 Height = 176 Top = 8 Width = 299 Anchors = [akTop, akLeft, akRight, akBottom] BevelInner = bvRaised BevelOuter = bvLowered ClientHeight = 176 ClientWidth = 299 TabOrder = 0 object Image1: TImage Left = 8 Height = 49 Top = 8 Width = 136 end object Memo1: TMemo Left = 8 Height = 98 Top = 71 Width = 281 Anchors = [akTop, akLeft, akRight, akBottom] BorderStyle = bsNone Color = clBtnFace ReadOnly = True TabOrder = 0 end end object OKButton: TButton Left = 111 Height = 25 Top = 196 Width = 75 Anchors = [akLeft, akBottom] Caption = 'OK' Default = True ModalResult = 1 OnClick = OKButtonClick TabOrder = 1 end end