InfoScope VCL v1.56 for Delphi 3, 4, 5 & C++ Builder 4
--------------------------------------------------------------------------------
  Copyright (c) 2000 by Andrew V. Tumashinov
  All rights reserved

  You can always find the latest versions of the InfoScope VCL and other
  software on the ADC website:

  1) http://adc.da.ru
  2) http://cdrawn.chat.ru

  EMail: cdrawn@ufanet.ru cdrawn@chat.ru
--------------------------------------------------------------------------------

Description
-----------
  InfoScope component pack is a set of two visual components which allows you
  to display any two-dimensional data just like the drawings of a cardiograph or
  CPU usage in WinNT 4.0s Task Manager. Fully customizable appearance including
  colors, fonts, margins, diapasones etc.
  The pencil mode lets you draw vector primitives such as line, polyline etc.
  Native 32bit flicker-free graphics.

Installation 
------------
  InfoScope component pack supports different versions of Delphi & C++ Builder.
  In order to use InfoScope you have to unzip the archive in any suitable folder
  For Exaple, C:\InfoScope. Different Delphi versions are placed in appropriate
  folders.
  
  Without sources:
  ----------------------------------------------------------------------------
  Start Delphi as usual. Select "Tools->Environment Options..." on the menu bar.
  Go to Library tab and add the full path of your InfoScope directory to the 
  Library Path if you have not already done so. The Library Path field should 
  then look similar to this:

  "$(DELPHI)\Lib;$(DELPHI)\Bin;$(DELPHI)\Imports;c:\infoscope\Delphi5"

  Click "OK". Select "Component->Install Packages..." on the menu bar. 
  Click "Add...". Set "Files of type" to "Package library", locate and select 
  the scope_dx.bpl (x equals to Delphi version number) package library file in
  your InfoScope\DelphiX directory, and click "Open". After this InfoScope 
  package will be installed in new tab InfoScope on the component palette. 
  The InfoScope package includes two components: TScope, TScopeList.

  With sources:
  ----------------------------------------------------------------------------
  Start Delphi as usual. Select "File->Open..." on the menu bar.
  Set "Files of type" to "Delphi package", locate and select the scope_dx.dpk 
  (x equals to Delphi version number) package source file in your InfoScope 
  directory, and click "Open". Click "Install" in the package structure window.
  After this InfoScope package will be installed in new tab InfoScope on the 
  component palette. The InfoScope package includes two components: TScope, 
  TScopeList.

