home *** CD-ROM | disk | FTP | other *** search
- object AboutFrm: TAboutFrm
- Left = 364
- Top = 185
- BorderStyle = bsDialog
- 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 = 55
- Top = 12
- Width = 200
- Height = 76
- AutoSize = True
- Picture.Data = {<image000.gif>}
- IsControl = True
- end
- object LblCopyright: TLabel
- Left = 48
- Top = 160
- Width = 213
- Height = 13
- Caption = 'Copyright (c) 2002 ARES Informソス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 = 266
- Top = 67
- Width = 22
- Height = 19
- Alignment = taCenter
- Caption = '1.3'
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -16
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- ParentFont = False
- IsControl = True
- end
- object LblInfo: TLabel
- Left = 54
- Top = 92
- Width = 200
- Height = 37
- Alignment = taCenter
- AutoSize = False
- Caption =
- 'Contenidos: Marc Ortiz'#13#10'Diseソスo y contenidos: Albert Rodrソスguez'#13#10'P' +
- 'rogramaciソスn: Josソス Garcソスa '
- IsControl = True
- end
- object LblMail: TLabel
- Left = 92
- Top = 136
- Width = 135
- Height = 13
- Cursor = crHandPoint
- Caption = 'e-mail: xmanga@aresinf.com'
- Visible = False
- 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
-