ITGraph 1.2 Installation Instructions
=====================================

Thank you for your purchase of the ITGraph(tm) Custom Control for Visual Basic!
Following is a listing of the contents of the Installation Disk and instructions for installation of the ITGraph(tm) Custom Control and demonstration programs.

Installation (can be done from the Windows File Manager):
---------------------------------------------------------
1. Copy the contents of the SYSTEM subdirectory from the Installation Disk to the WINDOWS\SYSTEM directory on your hard drive.

2. Copy the desired demos to your hard drive.  The DELPHI subdirectory contains the Borland Delphi demo and source files.  The MSVC15 subdirectory contains the Microsoft Visual C++ v. 1.5 demo and sources.  The VB30 subdirectory contains three demo programs for Visual Basic 3.0 in the ITGDEMO, ORGCHART and PROCESS subdirectories.

3. Proceed to the instructions in "Visual Basic Notes", "Borland Delphi Notes", or "Microsoft Visual C++ Notes" according to your development environment.

General Notes:
--------------
To use the ITGraph Custom Control, 'ITGRAPH.VBX' must be located in your WINDOWS\SYSTEM directory or in the same directory as your application.

Visual Basic Notes:
-------------------
In addition to 'ITGRAPH.VBX', you should add 'ITGRAPH.BAS' to your project. This file defines the various settings used for ITGraph properties.

'ITGRAPH.HLP' should be in your current path, so as to be accessible by Windows' WinHelp.  When using 'ITGRAPH.VBX' in the Visual Basic development environment, pressing the <F1> key while an ITGraph control is selected, or while one of its properties is selected in the "Properties" window, will bring up help for the control or the selected property.

The 'ITGDEMO.EXE' file is a demonstration of the various ITGraph features. You should run it to get an idea of the capabilities of the control. Read the ITGDEMO.TXT file for instructions on using the demo. The sources are provided as 'ITGDEMO.MAK' and the 'ITGDEMO*.FRM' files.  Some sample graphs are provided as '*.ITG'.

Another demonstration program, 'ORGCHART.EXE' and its sources 'ORGCHART.MAK', 'ORGCHART.FRM' and 'ORGCHART.BAS' show how you might write a simple application to draw org charts.  Read the 'ORGCHART.TXT' file for instructions on using the demo.

A third demonstration program, 'PROCESS.EXE' and its sources 'PROCESS.MAK', 'PROCESS.FRM' and 'PROCESS.BAS' demonstrate an animated process flow.  Read the 'PROCESS.TXT' file for instructions on using the demo.

Borland Delphi Notes:
---------------------
Before you can use ITGraph in a Delphi project, it must be installed as a Delphi component.  From Delphi's "Options" menu, choose the "Install Components..." option.  Click on the "VBX..." button.  In the "Install VBX File" dialog, find and select "ITGRAPH.VBX" and press the "OK" button.  In the "Install VBX" dialog box, click "OK" to accept the defaults provided by Delphi.

You should add 'ITGDEFS.PAS' to your project. This file defines the various settings used for ITGraph properties.

The 'ITGDEMO.EXE' file is a demonstration of the various ITGraph features. You should run it to get an idea of the capabilities of the control.  Four sample graphs are provided to illustrate the types of layouts that ITGraph handles.  Note that 'ITGDEMO.EXE' is not built.  You must load the project into Delphi and compile it yourself.

Microsoft Visual C++ Notes:
---------------------------
ITGraph should be installed as a component in the App Studio.  From the "File" menu, choose the "Install Controls..." option.  In the "Install Controls" dialog box find and select "ITGRAPH.VBX" and click the "Install" button to add it to the list of "Installed Files".  Press the "OK" button when you are done.

You should include 'ITGDEFS.H' in your project. This file defines the various settings used for ITGraph properties.

The 'ITGDEMO.EXE' file is a demonstration of the various ITGraph features. You should run it to get an idea of the capabilities of the control.  Four sample graphs are provided to illustrate the types of layouts that ITGraph handles.


ITGraph 1.2 Installation Disk Contents
======================================

README  .TXT     - this file
ORDERFRM.TXT     - order form and ordering info
[DELPHI]         - Borland Delphi Demonstration
  CONNINFO.DFM   - Connection Dialog Definition
  NODEINFO.DFM   - Node Dialog Definition
  PLAYGRND.DFM   - Main Form Definition
  ITGDEMO .DPR   - Delphi Program File
  *       .ITG   - Sample graphs
  CONNINFO.PAS   - Connection Dialog Source Code
  ITGDEFS .PAS   - ITGraph Constant Definitions
  NODEINFO.PAS   - Node Dialog Source Code
  PLAYGRND.PAS   - Main Form Source Code
  ITGDEMO .RES   - Resources for the Delphi Demo
[MSVC15]         - MSVC 1.5 Demonstration
  TOOLBAR .BMP   - The application toolbar's bitmap
  ITGDEMO .CLW   - Class Wizard information
  DLGITEM .CPP   - Node Dialog Implementation Code
  DLGLINE .CPP   - Connection Dialog Implementation Code
  ITGDEMO .CPP   - Application Implementation Code
  ITGDMDOC.CPP   - Document Implementation Code
  ITGDMVW .CPP   - View Implementation Code
  MAINFRM .CPP   - Frame Implementation Code
  STDAFX  .CPP   - Used to build precompiled header
  ITGDEMO .DEF   - Module Definition File
  DLGITEM .H     - Node Dialog Definition
  DLGLINE .H     - Connection Dialog Definition
  ITGDEFS .H     - Connection Dialog Definition
  ITGDEMO .H     - Application Definition
  ITGDMDOC.H     - Document Definition
  ITGDMVW .H     - View Definition
  MAINFRM .H     - Frame Definition
  RESOURCE.H     - AppStudio Constants
  STDAFX  .H     - Used to build precompiled header
  ITGDEMO .ICO   - Application icon
  *       .ITG   - Sample graphs
  ITGDEMO .MAK   - Project Make file
  ITGDEMO .RC    - Resource File
  ITGDEMO .RC2   - Additional Resources
[SYSTEM]         - System Files
  ITGRAPH .VBX   - ITGraph Custom Control (demo version)
  ITGRAPH .HLP   - WinHelp help file for the ITGraph Custom Control
[VB30]           - VB 3.0 Demonstrations
  ITGRAPH .BAS   - module defining settings for ITGraph properties
  [ITGDEMO]      - Property Playground for VB
    ITGDEMO .EXE - executable demo of ITGraph capabilities
    ITGDEMO .TXT - operating instructions for the ITGDEMO application
    ITGDEMO .MAK - Visual Basic make file for the demo
    ITGDEMO*.FRM - forms used by the ITGDemo project
    ITGDEMO1.FRX - form data for ITGDemo project
    ITGRAPH .BAS - module defining settings for ITGraph properties
    *       .ITG - Sample graphs
  [ORGCHART]     - Orgchart Demonstration
    ORGCHART.EXE - executable orgchart builder demo
    ORGCHART.TXT - operating instructions for the ORGCHART application
    ORGCHART.MAK - Visual Basic make file for the orgchart demo
    ORGCHART.FRM - Visual Basic form for the orgchart demo
    ORGCHART.FRX - Form data for the orgchart demo
    ORGCHART.BAS - Visual Basic module for the orgchart demo
    ITGRAPH .BAS - module defining settings for ITGraph properties
  [PROCESS]      - Process flow Demonstration
    PROCESS .EXE - executable process flow demo
    PROCESS .TXT - operating instructions for the PROCESS application
    PROCESS .MAK - Visual Basic make file for the process demo
    PROCESS .FRM - Visual Basic form for the process demo
    PROCESS .FRX - Form data for the process demo
    PROCESS .BAS - Visual Basic module for the process demo
    ITGRAPH .BAS - module defining settings for ITGraph properties
    PROCESS .ITG - Graph used by the process demo
    SUBPROC .ITG - Detail graph used by the process demo

