home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 August / Chip_2001-08_cd2.bin / vyuka / wordweb / WORDWEB.EXE / wweb32.dll / 0 / RCDATA / TABOUTBOX / TABOUTBOX.txt
Text File  |  2001-01-29  |  3KB  |  142 lines

  1. object AboutBox: TAboutBox
  2.   Left = 550
  3.   Top = 234
  4.   HelpContext = 5
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'About'
  8.   ClientHeight = 279
  9.   ClientWidth = 479
  10.   Color = clWindow
  11.   Ctl3D = False
  12.   Font.Charset = DEFAULT_CHARSET
  13.   Font.Color = clWindowText
  14.   Font.Height = -11
  15.   Font.Name = 'MS Sans Serif'
  16.   Font.Style = []
  17.   OldCreateOrder = True
  18.   Position = poScreenCenter
  19.   Scaled = False
  20.   OnShow = FormShow
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object Panel1: TPanel
  24.     Left = 8
  25.     Top = 8
  26.     Width = 465
  27.     Height = 236
  28.     BevelInner = bvRaised
  29.     BevelOuter = bvLowered
  30.     TabOrder = 0
  31.     object ProductName: TLabel
  32.       Left = 3
  33.       Top = 8
  34.       Width = 274
  35.       Height = 46
  36.       Caption = 'WordWeb 1.63'
  37.       Font.Charset = DEFAULT_CHARSET
  38.       Font.Color = clMaroon
  39.       Font.Height = -40
  40.       Font.Name = 'Arial'
  41.       Font.Style = [fsBold, fsItalic]
  42.       ParentFont = False
  43.       IsControl = True
  44.     end
  45.     object Label1: TLabel
  46.       Left = 293
  47.       Top = 32
  48.       Width = 149
  49.       Height = 13
  50.       Caption = 'Copyright ∩┐╜ Antony Lewis 2001'
  51.       IsControl = True
  52.     end
  53.     object Label2: TLabel
  54.       Left = 8
  55.       Top = 80
  56.       Width = 373
  57.       Height = 13
  58.       Caption = 
  59.         ' WordNet database Copyright 1997 by Princeton University.  All r' +
  60.         'ights reserved.'
  61.     end
  62.     object Label3: TLabel
  63.       Left = 293
  64.       Top = 16
  65.       Width = 82
  66.       Height = 13
  67.       Caption = 'Freeware Version'
  68.     end
  69.     object Label4: TLabel
  70.       Left = 12
  71.       Top = 56
  72.       Width = 32
  73.       Height = 13
  74.       Caption = 'E-Mail:'
  75.     end
  76.     object Label5: TLabel
  77.       Left = 293
  78.       Top = 56
  79.       Width = 39
  80.       Height = 13
  81.       Caption = 'Internet:'
  82.     end
  83.     object UrlLabel1: TUrlLabel
  84.       Left = 336
  85.       Top = 56
  86.       Width = 100
  87.       Height = 13
  88.       Cursor = 5
  89.       Caption = 'www.wordweb.co.uk'
  90.       Font.Charset = DEFAULT_CHARSET
  91.       Font.Color = clBlue
  92.       Font.Height = -11
  93.       Font.Name = 'MS Sans Serif'
  94.       Font.Style = [fsUnderline]
  95.       ParentFont = False
  96.       URL = 'http://www.wordweb.co.uk'
  97.     end
  98.     object UrlLabel2: TUrlLabel
  99.       Left = 48
  100.       Top = 56
  101.       Width = 101
  102.       Height = 13
  103.       Cursor = 5
  104.       Caption = 'info@wordweb.co.uk'
  105.       Font.Charset = DEFAULT_CHARSET
  106.       Font.Color = clBlue
  107.       Font.Height = -11
  108.       Font.Name = 'MS Sans Serif'
  109.       Font.Style = [fsUnderline]
  110.       ParentFont = False
  111.       URL = 'mailto:info@wordweb.co.uk'
  112.     end
  113.     object Label6: TLabel
  114.       Left = 16
  115.       Top = 104
  116.       Width = 433
  117.       Height = 129
  118.       AutoSize = False
  119.       WordWrap = True
  120.     end
  121.   end
  122.   object Button1: TButton
  123.     Left = 256
  124.     Top = 248
  125.     Width = 123
  126.     Height = 25
  127.     Caption = '&WordWeb Pro...'
  128.     TabOrder = 1
  129.     OnClick = ShowPro
  130.   end
  131.   object Button2: TButton
  132.     Left = 392
  133.     Top = 248
  134.     Width = 75
  135.     Height = 25
  136.     Cancel = True
  137.     Caption = 'OK'
  138.     ModalResult = 1
  139.     TabOrder = 2
  140.   end
  141. end
  142.