home *** CD-ROM | disk | FTP | other *** search
/ XMANGA 5 / XMANGA5.iso / XManga.exe / 0 / RCDATA / TABOUTFRM / TABOUTFRM.txt < prev   
Text File  |  2002-05-22  |  2KB  |  102 lines

  1. object AboutFrm: TAboutFrm
  2.   Left = 364
  3.   Top = 185
  4.   BorderStyle = bsDialog
  5.   ClientHeight = 240
  6.   ClientWidth = 329
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = True
  14.   Position = poScreenCenter
  15.   Scaled = False
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Panel: TPanel
  20.     Left = 10
  21.     Top = 12
  22.     Width = 309
  23.     Height = 185
  24.     BevelInner = bvRaised
  25.     BevelOuter = bvLowered
  26.     ParentColor = True
  27.     TabOrder = 0
  28.     OnMouseMove = PanelMouseMove
  29.     object ProgramIcon: TImage
  30.       Left = 55
  31.       Top = 12
  32.       Width = 200
  33.       Height = 76
  34.       AutoSize = True
  35.       Picture.Data = {<image000.gif>}
  36.       IsControl = True
  37.     end
  38.     object LblCopyright: TLabel
  39.       Left = 48
  40.       Top = 160
  41.       Width = 213
  42.       Height = 13
  43.       Caption = 'Copyright (c) 2002  ARES Informソスtica'
  44.       Font.Charset = DEFAULT_CHARSET
  45.       Font.Color = clWindowText
  46.       Font.Height = -11
  47.       Font.Name = 'MS Sans Serif'
  48.       Font.Style = [fsBold]
  49.       ParentFont = False
  50.       IsControl = True
  51.     end
  52.     object LblVersion: TLabel
  53.       Left = 266
  54.       Top = 67
  55.       Width = 22
  56.       Height = 19
  57.       Alignment = taCenter
  58.       Caption = '1.2'
  59.       Font.Charset = ANSI_CHARSET
  60.       Font.Color = clWindowText
  61.       Font.Height = -16
  62.       Font.Name = 'Arial'
  63.       Font.Style = [fsBold]
  64.       ParentFont = False
  65.       IsControl = True
  66.     end
  67.     object LblInfo: TLabel
  68.       Left = 54
  69.       Top = 92
  70.       Width = 200
  71.       Height = 37
  72.       Alignment = taCenter
  73.       AutoSize = False
  74.       Caption = 
  75.         'Contenidos: Marc Ortiz'#13#10'Diseソスo y contenidos: Albert Rodrソスguez'#13#10'P' +
  76.         'rogramaciソスn: Josソス Garcソスa '
  77.       IsControl = True
  78.     end
  79.     object LblMail: TLabel
  80.       Left = 92
  81.       Top = 136
  82.       Width = 135
  83.       Height = 13
  84.       Cursor = crHandPoint
  85.       Caption = 'e-mail: xmanga@aresinf.com'
  86.       Visible = False
  87.       OnClick = LblMailClick
  88.       OnMouseMove = LblMailMouseMove
  89.     end
  90.   end
  91.   object OKButton: TButton
  92.     Left = 127
  93.     Top = 204
  94.     Width = 75
  95.     Height = 25
  96.     Caption = 'Aceptar'
  97.     Default = True
  98.     ModalResult = 1
  99.     TabOrder = 1
  100.   end
  101. end
  102.