home *** CD-ROM | disk | FTP | other *** search
/ DOKAN 17 / DOKAN17.iso / dokan.exe / 0 / RCDATA / TABOUTDLG / TABOUTDLG.txt < prev   
Text File  |  1999-07-19  |  2KB  |  89 lines

  1. object AboutDlg: TAboutDlg
  2.   Left = 363
  3.   Top = 184
  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 = False
  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 Copyright: TLabel
  38.       Left = 32
  39.       Top = 160
  40.       Width = 245
  41.       Height = 13
  42.       Caption = 'Copyright (c) 1998,1999  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 Label1: TLabel
  52.       Left = 250
  53.       Top = 40
  54.       Width = 22
  55.       Height = 19
  56.       Alignment = taCenter
  57.       Caption = '1.8'
  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 Label2: TLabel
  67.       Left = 107
  68.       Top = 68
  69.       Width = 80
  70.       Height = 78
  71.       Alignment = taCenter
  72.       Caption = 
  73.         'Dise∩┐╜o:'#13#10'Mary Molina,'#13#10'Albert Rodr∩┐╜guez'#13#10#13#10'Programaci∩┐╜n:'#13#10'Jos∩┐╜ G' +
  74.         'arc∩┐╜a '
  75.       IsControl = True
  76.     end
  77.   end
  78.   object OKButton: TButton
  79.     Left = 127
  80.     Top = 204
  81.     Width = 75
  82.     Height = 25
  83.     Caption = 'Aceptar'
  84.     Default = True
  85.     ModalResult = 1
  86.     TabOrder = 1
  87.   end
  88. end
  89.