home *** CD-ROM | disk | FTP | other *** search
/ DOKAN 47 / DOKAN47.ISO / dokan.exe / 0 / RCDATA / TABOUTFRM / TABOUTFRM.txt < prev   
Text File  |  2002-06-17  |  2KB  |  101 lines

  1. object AboutFrm: TAboutFrm
  2.   Left = 336
  3.   Top = 232
  4.   BorderStyle = bsDialog
  5.   Caption = 'Acerca de Dokan'
  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.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Panel1: TPanel
  20.     Left = 8
  21.     Top = 8
  22.     Width = 309
  23.     Height = 185
  24.     BevelInner = bvRaised
  25.     BevelOuter = bvLowered
  26.     ParentColor = True
  27.     TabOrder = 0
  28.     object ProgramIcon: TImage
  29.       Left = 64
  30.       Top = 12
  31.       Width = 180
  32.       Height = 44
  33.       AutoSize = True
  34.       Picture.Data = {<image000.bmp>}
  35.       IsControl = True
  36.     end
  37.     object LblCopyright: TLabel
  38.       Left = 32
  39.       Top = 160
  40.       Width = 245
  41.       Height = 13
  42.       Caption = 'Copyright (c) 1998,2002  ARES Inform∩┐╜tica'
  43.       Font.Charset = DEFAULT_CHARSET
  44.       Font.Color = clWindowText
  45.       Font.Height = -11
  46.       Font.Name = 'MS Sans Serif'
  47.       Font.Style = [fsBold]
  48.       ParentFont = False
  49.       IsControl = True
  50.     end
  51.     object LblVersion: TLabel
  52.       Left = 254
  53.       Top = 40
  54.       Width = 22
  55.       Height = 19
  56.       Alignment = taCenter
  57.       Caption = '2.6'
  58.       Font.Charset = ANSI_CHARSET
  59.       Font.Color = clWindowText
  60.       Font.Height = -16
  61.       Font.Name = 'Arial'
  62.       Font.Style = [fsBold]
  63.       ParentFont = False
  64.       IsControl = True
  65.     end
  66.     object LblAbout: TLabel
  67.       Left = 40
  68.       Top = 76
  69.       Width = 229
  70.       Height = 45
  71.       Alignment = taCenter
  72.       AutoSize = False
  73.       Caption = 
  74.         'Dise∩┐╜o: Albert Rodr∩┐╜guez'#13#10'Programaci∩┐╜n: Jos∩┐╜ Garc∩┐╜a '#13#10'Contenidos' +
  75.         ': Enrique Herranz'
  76.       IsControl = True
  77.     end
  78.     object LblMail: TRxLabel
  79.       Left = 89
  80.       Top = 132
  81.       Width = 130
  82.       Height = 13
  83.       Caption = 'e-mail: dokan@aresinf.com'
  84.       ShadowSize = 0
  85.       OnClick = LblMailClick
  86.       OnMouseEnter = LblMailMouseEnter
  87.       OnMouseLeave = LblMailMouseLeave
  88.     end
  89.   end
  90.   object OKButton: TButton
  91.     Left = 127
  92.     Top = 204
  93.     Width = 75
  94.     Height = 25
  95.     Caption = 'Aceptar'
  96.     Default = True
  97.     ModalResult = 1
  98.     TabOrder = 1
  99.   end
  100. end
  101.