home *** CD-ROM | disk | FTP | other *** search
/ Hentai Extra Gold 11 / HENTAI_EG_11.ISO / HentaiEG.exe / 0 / RCDATA / TABOUTFRM / TABOUTFRM.txt < prev   
Text File  |  2006-12-01  |  2KB  |  102 lines

  1. object AboutFrm: TAboutFrm
  2.   Left = 481
  3.   Top = 242
  4.   BorderStyle = bsDialog
  5.   Caption = 'Acerca de Hentai Extra Gold'
  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 Panel: TPanel
  21.     Left = 10
  22.     Top = 8
  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 = 22
  32.       Top = 20
  33.       Width = 64
  34.       Height = 56
  35.       AutoSize = True
  36.       Picture.Data = {<image000.jpg>}
  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) 2006-2007  ARES Inform'#225'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 = 285
  55.       Top = 6
  56.       Width = 15
  57.       Height = 13
  58.       Alignment = taCenter
  59.       Caption = '1.1'
  60.       Font.Charset = ANSI_CHARSET
  61.       Font.Color = clWindowText
  62.       Font.Height = -11
  63.       Font.Name = 'MS Sans Serif'
  64.       Font.Style = []
  65.       ParentFont = False
  66.       IsControl = True
  67.     end
  68.     object LblCredits: TLabel
  69.       Left = 96
  70.       Top = 38
  71.       Width = 201
  72.       Height = 45
  73.       Alignment = taCenter
  74.       AutoSize = False
  75.       Caption = 
  76.         'Dise'#241'o: Oscar Sard'#224', Gabriel S. Trincado'#13#10'Programaci'#243'n: Jos'#233' Gar' +
  77.         'c'#237'a '
  78.       IsControl = True
  79.     end
  80.     object LblMail: TLabel
  81.       Left = 57
  82.       Top = 128
  83.       Width = 195
  84.       Height = 13
  85.       Cursor = crHandPoint
  86.       Caption = 'e-mail: hentaiextragold@areseditorial.com'
  87.       OnClick = LblMailClick
  88.       OnMouseMove = LblMailMouseMove
  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.