object AboutBox: TAboutBox Left = 550 Top = 234 HelpContext = 5 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'About' ClientHeight = 279 ClientWidth = 479 Color = clWindow Ctl3D = False Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = True Position = poScreenCenter Scaled = False OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Panel1: TPanel Left = 8 Top = 8 Width = 465 Height = 236 BevelInner = bvRaised BevelOuter = bvLowered TabOrder = 0 object ProductName: TLabel Left = 3 Top = 8 Width = 274 Height = 46 Caption = 'WordWeb 1.63' Font.Charset = DEFAULT_CHARSET Font.Color = clMaroon Font.Height = -40 Font.Name = 'Arial' Font.Style = [fsBold, fsItalic] ParentFont = False IsControl = True end object Label1: TLabel Left = 293 Top = 32 Width = 149 Height = 13 Caption = 'Copyright � Antony Lewis 2001' IsControl = True end object Label2: TLabel Left = 8 Top = 80 Width = 373 Height = 13 Caption = ' WordNet database Copyright 1997 by Princeton University. All r' + 'ights reserved.' end object Label3: TLabel Left = 293 Top = 16 Width = 82 Height = 13 Caption = 'Freeware Version' end object Label4: TLabel Left = 12 Top = 56 Width = 32 Height = 13 Caption = 'E-Mail:' end object Label5: TLabel Left = 293 Top = 56 Width = 39 Height = 13 Caption = 'Internet:' end object UrlLabel1: TUrlLabel Left = 336 Top = 56 Width = 100 Height = 13 Cursor = 5 Caption = 'www.wordweb.co.uk' Font.Charset = DEFAULT_CHARSET Font.Color = clBlue Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsUnderline] ParentFont = False URL = 'http://www.wordweb.co.uk' end object UrlLabel2: TUrlLabel Left = 48 Top = 56 Width = 101 Height = 13 Cursor = 5 Caption = 'info@wordweb.co.uk' Font.Charset = DEFAULT_CHARSET Font.Color = clBlue Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsUnderline] ParentFont = False URL = 'mailto:info@wordweb.co.uk' end object Label6: TLabel Left = 16 Top = 104 Width = 433 Height = 129 AutoSize = False WordWrap = True end end object Button1: TButton Left = 256 Top = 248 Width = 123 Height = 25 Caption = '&WordWeb Pro...' TabOrder = 1 OnClick = ShowPro end object Button2: TButton Left = 392 Top = 248 Width = 75 Height = 25 Cancel = True Caption = 'OK' ModalResult = 1 TabOrder = 2 end end