home *** CD-ROM | disk | FTP | other *** search
/ Informática Multimedia Fácil 56 / INF1297.iso / RECOMEN / ILV16AU / _SETUP.1 / infolink.exe / 0 / RCDATA / TABOUTBOX / TABOUTBOX.txt < prev   
Text File  |  1997-04-22  |  5KB  |  199 lines

  1. object AboutBox: TAboutBox
  2.   Left = 14
  3.   Top = 94
  4.   HelpContext = 10
  5.   BorderIcons = [biSystemMenu, biMinimize]
  6.   BorderStyle = bsDialog
  7.   Caption = 'About InfoLink'
  8.   ClientHeight = 248
  9.   ClientWidth = 590
  10.   Font.Color = clWindowText
  11.   Font.Height = -13
  12.   Font.Name = 'System'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 16
  19.   object panAbout: TPanel
  20.     Left = 0
  21.     Top = 0
  22.     Width = 590
  23.     Height = 248
  24.     HelpContext = 10
  25.     Align = alClient
  26.     BevelInner = bvRaised
  27.     BevelOuter = bvLowered
  28.     TabOrder = 0
  29.     object ProgramIcon: TImage
  30.       Left = 8
  31.       Top = 8
  32.       Width = 109
  33.       Height = 97
  34.       Picture.Data = {<image000.bmp>}
  35.       Stretch = True
  36.       IsControl = True
  37.     end
  38.     object ProductName: TLabel
  39.       Left = 8
  40.       Top = 116
  41.       Width = 126
  42.       Height = 13
  43.       Caption = 'InfoLink Link Checker'
  44.       Font.Color = clBlack
  45.       Font.Height = -11
  46.       Font.Name = 'MS Sans Serif'
  47.       Font.Style = [fsBold]
  48.       ParentFont = False
  49.       IsControl = True
  50.     end
  51.     object Version: TLabel
  52.       Left = 8
  53.       Top = 132
  54.       Width = 111
  55.       Height = 13
  56.       Caption = 'V1.6 - Unregistered'
  57.       Font.Color = clBlack
  58.       Font.Height = -11
  59.       Font.Name = 'MS Sans Serif'
  60.       Font.Style = [fsBold]
  61.       ParentFont = False
  62.       IsControl = True
  63.     end
  64.     object Copyright: TLabel
  65.       Left = 8
  66.       Top = 156
  67.       Width = 134
  68.       Height = 13
  69.       Caption = 'Copyright January 1997'
  70.       Font.Color = clBlack
  71.       Font.Height = -11
  72.       Font.Name = 'MS Sans Serif'
  73.       Font.Style = [fsBold]
  74.       ParentFont = False
  75.       IsControl = True
  76.     end
  77.     object Comments: TLabel
  78.       Left = 8
  79.       Top = 172
  80.       Width = 116
  81.       Height = 14
  82.       Caption = 'All Rights Reserved'
  83.       Font.Color = clBlack
  84.       Font.Height = -11
  85.       Font.Name = 'MS Sans Serif'
  86.       Font.Style = [fsBold]
  87.       ParentFont = False
  88.       WordWrap = True
  89.       IsControl = True
  90.     end
  91.     object Label1: TLabel
  92.       Left = 8
  93.       Top = 200
  94.       Width = 150
  95.       Height = 20
  96.       Caption = 'BiggByte Software'
  97.       Font.Color = clBlack
  98.       Font.Height = -16
  99.       Font.Name = 'MS Sans Serif'
  100.       Font.Style = [fsBold]
  101.       ParentFont = False
  102.     end
  103.     object memoAbout: TMemo
  104.       Left = 4
  105.       Top = 224
  106.       Width = 145
  107.       Height = 21
  108.       Lines.Strings = (
  109.         '<HTML><HEAD><TITLE>About InfoLink Link Checker</TITLE>'
  110.         '</HEAD><BODY>'
  111.         '<IMG ALIGN=MIDDLE SRC="BiggByteImage.jpg">'
  112.         '<H2>InfoLink About Box</H2>'
  113.         '<P>'
  114.         'To print or close, there are buttons at the bottom of this page.'
  115.         '<P>'
  116.         'Send any comments to '
  117.         '<A HREF="Mailto:comments@biggbyte.com"> BiggByte Software</A>.'
  118.         
  119.           'Visit the <A HREF="http://www.biggbyte.com">BiggByte Site</A> of' +
  120.           'ten '
  121.         'for minor upgrades.'
  122.         '<H5>'
  123.         
  124.           'InfoLink Link Checker is a user friendly program that helps you ' +
  125.           'verify your'
  126.         
  127.           'pages, or, if you manage many web sites, it allows you to use a ' +
  128.           'page'
  129.         
  130.           'list for all the sites you need to manage.  Just add to your lis' +
  131.           't the '
  132.         
  133.           'sites you want to check, and select any number of them, then cli' +
  134.           'ck '
  135.         
  136.           'the verify button and away it goes. All the results are returned' +
  137.           ' in '
  138.         
  139.           'separate files that you can save, print or whatever.  If the sit' +
  140.           'e that '
  141.         
  142.           'was checked had errors then it will show that the page had error' +
  143.           's '
  144.         
  145.           'so that you don'#39't waste time in looking at site results that wer' +
  146.           'e fine.  '
  147.         
  148.           'Infolink is valuable for anyone that has or manages an internet ' +
  149.           'web '
  150.         
  151.           'site.  Whether you have a page you put on the internet as a hobb' +
  152.           'y '
  153.         
  154.           'or if you write and manages pages for a living, Infolink is for ' +
  155.           'you.'
  156.         '</H5><P>'
  157.         '<HR>'
  158.         '<P>'
  159.         '<H6>Print Information</H6>'
  160.         '<FORM METHOD="GET">'
  161.         '<Input Type="submit" Value="Print InfoLink Information">'
  162.         '</FORM>'
  163.         '<BR>'
  164.         '<P>'
  165.         '<H6>Close About Box</H6>'
  166.         '<FORM METHOD="POST" ACTION="Http://Close">'
  167.         '<Input Type="submit" Value="Close InfoLink About Box">'
  168.         '</FORM>'
  169.         '<P>'
  170.         '</BODY>'
  171.         '</HTML>')
  172.       TabOrder = 0
  173.       Visible = False
  174.       WantReturns = False
  175.       WordWrap = False
  176.     end
  177.     object htmlAbout: THTMLViewer
  178.       Left = 168
  179.       Top = 2
  180.       Width = 420
  181.       Height = 244
  182.       Cursor = crIBeam
  183.       HelpContext = 10
  184.       OnFormSubmit = htmlAboutFormSubmit
  185.       ViewImages = False
  186.       TabOrder = 1
  187.       Align = alRight
  188.       DefBackground = clSilver
  189.       BorderStyle = htFocused
  190.       HistoryMaxCount = 0
  191.       DefFontName = 'Times New Roman'
  192.       DefPreFontName = 'Courier New'
  193.       DefFontSize = 11
  194.       DefFontColor = clMaroon
  195.       NoSelect = False
  196.     end
  197.   end
  198. end
  199.