home *** CD-ROM | disk | FTP | other *** search
/ Nexus 6 / NEXUS6.ISO / Nexus.exe / 0 / RCDATA / TABOUTFRM / TABOUTFRM.txt < prev   
Text File  |  2000-05-16  |  2KB  |  102 lines

  1. object AboutFrm: TAboutFrm
  2.   Left = 364
  3.   Top = 186
  4.   BorderStyle = bsDialog
  5.   Caption = 'Acerca de Nexus'
  6.   ClientHeight = 239
  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 Panel1: TPanel
  21.     Left = 8
  22.     Top = 8
  23.     Width = 309
  24.     Height = 185
  25.     BevelInner = bvRaised
  26.     BevelOuter = bvLowered
  27.     ParentColor = True
  28.     TabOrder = 0
  29.     object ProgramIcon: TImage
  30.       Left = 64
  31.       Top = 12
  32.       Width = 180
  33.       Height = 47
  34.       AutoSize = True
  35.       Picture.Data = {<image000.bmp>}
  36.       IsControl = True
  37.     end
  38.     object Copyright: TLabel
  39.       Left = 48
  40.       Top = 160
  41.       Width = 245
  42.       Height = 13
  43.       Caption = 'Copyright (c) 1999,2000  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 Label1: TLabel
  53.       Left = 250
  54.       Top = 43
  55.       Width = 22
  56.       Height = 19
  57.       Alignment = taCenter
  58.       Caption = '1.3'
  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 Label2: TLabel
  68.       Left = 73
  69.       Top = 76
  70.       Width = 164
  71.       Height = 45
  72.       Alignment = taCenter
  73.       AutoSize = False
  74.       Caption = 
  75.         'Dise∩┐╜o: Albert Rodr∩┐╜guez'#13#10'Programaci∩┐╜n: Jos∩┐╜ Garc∩┐╜a '#13#10'Contenidos' +
  76.         ': Jordi Vall'
  77.       IsControl = True
  78.     end
  79.     object LblMail: TRxLabel
  80.       Left = 90
  81.       Top = 128
  82.       Width = 128
  83.       Height = 13
  84.       Caption = 'e-mail: nexus@aresinf.com'
  85.       ShadowSize = 0
  86.       OnClick = LblMailClick
  87.       OnMouseEnter = LblMailMouseEnter
  88.       OnMouseLeave = LblMailMouseLeave
  89.     end
  90.   end
  91.   object BtnOk: TButton
  92.     Left = 131
  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.