object FormAbout: TFormAbout Left = 475 Height = 281 Top = 161 Width = 356 Caption = 'About' ClientHeight = 281 ClientWidth = 356 Font.Height = -11 Font.Name = 'MS Sans Serif' OnResize = FormResize OnShow = FormShow Position = poScreenCenter LCLVersion = '1.1' object Panel1: TPanel Left = 8 Height = 228 Top = 8 Width = 342 Anchors = [akTop, akLeft, akRight, akBottom] BevelInner = bvRaised BevelOuter = bvLowered ClientHeight = 228 ClientWidth = 342 TabOrder = 0 object Memo1: TMemo Left = 8 Height = 213 Top = 8 Width = 324 Anchors = [akTop, akLeft, akRight, akBottom] BorderStyle = bsNone Color = clForm ReadOnly = True TabOrder = 0 end end object ButtonOk: TButton Left = 136 Height = 25 Top = 248 Width = 75 Anchors = [akLeft, akBottom] Caption = 'OK' Default = True ModalResult = 1 OnClick = ButtonOkClick TabOrder = 1 end end