object AboutFrm: TAboutFrm Left = 364 Top = 185 BorderStyle = bsDialog Caption = 'Acerca de Animedia' ClientHeight = 240 ClientWidth = 329 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = True Position = poScreenCenter Scaled = False OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Panel: TPanel Left = 10 Top = 12 Width = 309 Height = 185 BevelInner = bvRaised BevelOuter = bvLowered ParentColor = True TabOrder = 0 OnMouseMove = PanelMouseMove object ProgramIcon: TImage Left = 64 Top = 22 Width = 180 Height = 46 AutoSize = True Picture.Data = {} IsControl = True end object LblCopyright: TLabel Left = 32 Top = 160 Width = 245 Height = 13 Caption = 'Copyright (c) 2002-2006 ARES Inform'#225'tica' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False IsControl = True end object LblVersion: TLabel Left = 281 Top = 6 Width = 21 Height = 13 Alignment = taCenter Caption = '1.62' Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False IsControl = True end object LblInfo: TLabel Left = 54 Top = 84 Width = 200 Height = 41 Alignment = taCenter AutoSize = False Caption = 'Dise'#241'o: Oscar Sard'#224' '#13#10'Programaci'#243'n: Jos'#233' Garc'#237'a ' IsControl = True end object LblMail: TLabel Left = 72 Top = 134 Width = 165 Height = 13 Cursor = crHandPoint Caption = 'e-mail: animedia@areseditorial.com' OnClick = LblMailClick OnMouseMove = LblMailMouseMove end end object OKButton: TButton Left = 127 Top = 204 Width = 75 Height = 25 Caption = 'Aceptar' Default = True ModalResult = 1 TabOrder = 1 end end