object AboutFrm: TAboutFrm Left = 427 Top = 251 BorderStyle = bsDialog Caption = 'Acerca de Minami' 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 = 74 Top = 26 Width = 160 Height = 40 AutoSize = True Picture.Data = {} IsControl = True end object LblCopyright: TLabel Left = 32 Top = 160 Width = 245 Height = 13 Caption = 'Copyright (c) 1999-2007 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 = 278 Top = 4 Width = 17 Height = 16 Alignment = taCenter Caption = '2.7' Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False IsControl = True end object LblInfo: TLabel Left = 73 Top = 76 Width = 164 Height = 49 Alignment = taCenter AutoSize = False Caption = 'Dise'#241'o: Oscar Sard'#224#13#10'Contenidos: Equipo Minami'#10'Programaci'#243'n: Jos' + #233' Garc'#237'a' IsControl = True end object LblMail: TLabel Left = 77 Top = 132 Width = 155 Height = 13 Cursor = crHandPoint Caption = 'e-mail: minami@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