object AboutBox: TAboutBox Left = 14 Top = 94 HelpContext = 10 BorderIcons = [biSystemMenu, biMinimize] BorderStyle = bsDialog Caption = 'About InfoLink' ClientHeight = 248 ClientWidth = 590 Font.Color = clWindowText Font.Height = -13 Font.Name = 'System' Font.Style = [] Position = poScreenCenter OnCreate = FormCreate OnShow = FormShow PixelsPerInch = 96 TextHeight = 16 object panAbout: TPanel Left = 0 Top = 0 Width = 590 Height = 248 HelpContext = 10 Align = alClient BevelInner = bvRaised BevelOuter = bvLowered TabOrder = 0 object ProgramIcon: TImage Left = 8 Top = 8 Width = 109 Height = 97 Picture.Data = {} Stretch = True IsControl = True end object ProductName: TLabel Left = 8 Top = 116 Width = 126 Height = 13 Caption = 'InfoLink Link Checker' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False IsControl = True end object Version: TLabel Left = 8 Top = 132 Width = 111 Height = 13 Caption = 'V1.6 - Unregistered' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False IsControl = True end object Copyright: TLabel Left = 8 Top = 156 Width = 134 Height = 13 Caption = 'Copyright January 1997' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False IsControl = True end object Comments: TLabel Left = 8 Top = 172 Width = 116 Height = 14 Caption = 'All Rights Reserved' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False WordWrap = True IsControl = True end object Label1: TLabel Left = 8 Top = 200 Width = 150 Height = 20 Caption = 'BiggByte Software' Font.Color = clBlack Font.Height = -16 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object memoAbout: TMemo Left = 4 Top = 224 Width = 145 Height = 21 Lines.Strings = ( 'About InfoLink Link Checker' '' '' '

InfoLink About Box

' '

' 'To print or close, there are buttons at the bottom of this page.' '

' 'Send any comments to ' ' BiggByte Software.' 'Visit the BiggByte Site of' + 'ten ' 'for minor upgrades.' '

' 'InfoLink Link Checker is a user friendly program that helps you ' + 'verify your' 'pages, or, if you manage many web sites, it allows you to use a ' + 'page' 'list for all the sites you need to manage. Just add to your lis' + 't the ' 'sites you want to check, and select any number of them, then cli' + 'ck ' 'the verify button and away it goes. All the results are returned' + ' in ' 'separate files that you can save, print or whatever. If the sit' + 'e that ' 'was checked had errors then it will show that the page had error' + 's ' 'so that you don'#39't waste time in looking at site results that wer' + 'e fine. ' 'Infolink is valuable for anyone that has or manages an internet ' + 'web ' 'site. Whether you have a page you put on the internet as a hobb' + 'y ' 'or if you write and manages pages for a living, Infolink is for ' + 'you.' '

' '


' '

' '

Print Information
' '
' '' '
' '
' '

' '

Close About Box
' '
' '' '
' '

' '' '') TabOrder = 0 Visible = False WantReturns = False WordWrap = False end object htmlAbout: THTMLViewer Left = 168 Top = 2 Width = 420 Height = 244 Cursor = crIBeam HelpContext = 10 OnFormSubmit = htmlAboutFormSubmit ViewImages = False TabOrder = 1 Align = alRight DefBackground = clSilver BorderStyle = htFocused HistoryMaxCount = 0 DefFontName = 'Times New Roman' DefPreFontName = 'Courier New' DefFontSize = 11 DefFontColor = clMaroon NoSelect = False end end end