TPrintDecisionGrid readme file
Copyright 1998, by Alexander Mokrushin
Visit web site at http://www.albea.rb.ru/alexm

Table of contents:
------------------
Part 1 - Legal stuff
Part 2 - Files included
Part 3 - Installation
Part 4 - About author

Part 1 - Legal stuff
------------------
The TPrintDecisionGrid Delphi 3.0 native component is released as "shareware program".
Evaluation copy if distributed for free.
You may use TPrintDecisionGrid in any commercial application ONLY after registration.
Source code will be shipped you with registration.
Registration fee:
  a single license costs $25.
To obtain more information about registration procedure please see REGISTER.TXT file.

Once registered you may distribute any application that includes this component
with no additional royalties beyond your initial license registration fee.
You may NOT distribute the TPrintDecisionGrid source, if purchased,
to any other individual or company.

Part 2 - Files included
------------------
Design-time/Run-time Packages:
  BIN\PDGDSGN.DPL     - design time package (place it to your Delphi \BIN directory)
  LIB\PDGRUNTM.DCP    - part of run time package (place it to your Delphi \LIB directory)
  SYSTEM\PDGRUNTM.DPL - run time package (place it to this demo project directory
                        or to Windows system directory)

Component units and forms (place them all to your Delphi \LIB directory)
  LIB\PRNDGRID.DCU    - main TPrintDecisionGrid component unit
  LIB\PDGPVIEW.DCU    - print preview form unit
  LIB\PDGPVIEW.DFM    - print preview form resource
  LIB\DGABOUT.DCU     - about dialog unit
  LIB\DGABOUT.DFM     - about dialog form resource
  LIB\DGIMAGES.RES    - resource file with images, which appears in print preview form
  LIB\DGSTRNGS.DCU    - all string constants used in this component
  LIB\DGUTILS.DCU     - some internal routines

Resource files for different languages
  RES\                - this directory contains DGSTRNGS.PAS (all strings used in this component)
                        for different languages

Demo project source files
  PDG\DEMO.DPR
  PDG\DEMO.RES
  PDG\MAIN.DFM
  PDG\MAIN.PAS

Help and manual files
  README.TXT          - this file
  PDGFAQ.TXT          - frequently asked questions about TPrintDecisionGrid
  PRNDGRID.HLP        - TPrintDecisionGrid help file
  REGISTER.TXT        - information about registration

Part 3 - Installation
------------------
1. Place PDGDSGN.DPL to your Delphi \BIN directory
    (this is design time package).
2. Place all the files from "LIB" directory to your Delphi \LIB directory
    (they are part of run time package and component units and forms).
3. Place PDGRUNTM.DPL to your Windows system directory
    (this is run time package).
4. Run Delphi 3.0 IDE.
5. Choose "Component\Install Packages..." item, press button "Add", and find
     PDGDSGN.DPL package file.

If everything was made correct - the message box will be shown "Component
TPrintDecisionGrid was added" and now you can see TPrintDecisionGrid's icon in
"Decision Cube" component page.

Part 4 - About author
------------------

Alexander Mokrushin

Post Address:
  Bikbai str. 24-51,
  450099 Ufa,
  Russia

E-mail:
  alexm@albea.rb.ru

Web:
  http://www.albea.rb.ru/alexm


For more information see FAQ (PDGFAQ.TXT) and Help (PRNDGRID.HLP).
