home *** CD-ROM | disk | FTP | other *** search
/ Minami 48 / MINAMI48.ISO / Minami.exe / 0 / RCDATA / TABOUTFRM / TABOUTFRM.txt < prev   
Text File  |  2004-02-12  |  2KB  |  102 lines

  1. object AboutFrm: TAboutFrm
  2.   Left = 427
  3.   Top = 251
  4.   BorderStyle = bsDialog
  5.   Caption = 'Acerca de Minami'
  6.   ClientHeight = 240
  7.   ClientWidth = 329
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = True
  15.   Position = poScreenCenter
  16.   Scaled = False
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Panel: TPanel
  21.     Left = 10
  22.     Top = 12
  23.     Width = 309
  24.     Height = 185
  25.     BevelInner = bvRaised
  26.     BevelOuter = bvLowered
  27.     ParentColor = True
  28.     TabOrder = 0
  29.     OnMouseMove = PanelMouseMove
  30.     object ProgramIcon: TImage
  31.       Left = 58
  32.       Top = 18
  33.       Width = 192
  34.       Height = 48
  35.       AutoSize = True
  36.       Picture.Data = {<image000.gif>}
  37.       IsControl = True
  38.     end
  39.     object LblCopyright: TLabel
  40.       Left = 32
  41.       Top = 160
  42.       Width = 245
  43.       Height = 13
  44.       Caption = 'Copyright (c) 1999-2004  ARES Inform∩┐╜tica'
  45.       Font.Charset = DEFAULT_CHARSET
  46.       Font.Color = clWindowText
  47.       Font.Height = -11
  48.       Font.Name = 'MS Sans Serif'
  49.       Font.Style = [fsBold]
  50.       ParentFont = False
  51.       IsControl = True
  52.     end
  53.     object LblVersion: TLabel
  54.       Left = 259
  55.       Top = 51
  56.       Width = 17
  57.       Height = 16
  58.       Alignment = taCenter
  59.       Caption = '2.2'
  60.       Font.Charset = ANSI_CHARSET
  61.       Font.Color = clWindowText
  62.       Font.Height = -13
  63.       Font.Name = 'MS Sans Serif'
  64.       Font.Style = []
  65.       ParentFont = False
  66.       IsControl = True
  67.     end
  68.     object LblInfo: TLabel
  69.       Left = 73
  70.       Top = 76
  71.       Width = 164
  72.       Height = 49
  73.       Alignment = taCenter
  74.       AutoSize = False
  75.       Caption = 
  76.         'Dise∩┐╜o: Oscar Sard∩┐╜'#13#10'Programaci∩┐╜n: Jos∩┐╜ Garc∩┐╜a '#13#10'Contenidos: Ric' +
  77.         'ardo Bacelo'
  78.       IsControl = True
  79.     end
  80.     object LblMail: TLabel
  81.       Left = 89
  82.       Top = 132
  83.       Width = 130
  84.       Height = 13
  85.       Cursor = crHandPoint
  86.       Caption = 'e-mail: minami@aresinf.com'
  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.