               TPrintGrid v3 Delphi VCL Component

  The PRTGRID.PAS file contains a Delphi v1 non-visual VCL
  component to support printing of a DBGrid in your application.
  You use this in addition to the standard DBGrid - this doesn't
  replace the grid, it only allows you to print it.

  Due to my changes in properties, you must first remove the
  old version of this component from your projects before you
  install this new version into your component palette. After
  installing the new version, drop it down on your forms that
  need it, and set the important properties (the name of the
  DBGrid you want to print being the most important!).

  To install TPrintGrid, copy PRTGRID.PAS and PRTGRID.DCR to 
  one of the dirs in your component lib search path, then 
  install PRTGRID.PAS as a component. 

  Some of my modifications:
   - many extra comments
   - improved scaling for different printer resolutions
   - changed some property names to be more obvious
   - added some new properties (like dflt Orientation)
   - improved interaction with the std printer dialog
   - fixed bugs in positioning of title and trailer lines
   - added automatic date setting if caller doesn't give date
   - improved default values of most properties

  Usage note:  
  When you use the "Save to File" option of the standard print
  dialog, you get a tab-delimited file ready to be imported
  by Microsoft Excel, or another spreadsheet.

  You may also want to use the DBSearch VCL component that
  allows the user to do interactive searches for key text in
  a DBGrid.  My modified distribution is called DBSRCH30.ZIP.

  As with the first two versions of this component, my modified
  version is also in the public domain.  As common sense 
  dictates, you can't sue me or the USAF in the event that this
  component malfunctions in any way!

  Following are the notes by David Pearson, who provided the
  version of the TPrintGrid component that I used as a model. 
  He obtained his original version from a Compuserve user 
  identified only as [100115,1155].

  Eric Engler
  Air Force Safety Center
  englere@smtps.saia.af.mil
  Nov 14, 1996

------------------------------------------------------------
This is a revision of the TPrintGrid component uploaded by
[100115,1155] as PRINGRI.ZIP.

I fixed some problems and added a few new properties.  Most
notably the fonts are now property editor compatible, the
page number and header will relocate to the bottom.

New features include a relocatable Date property and scalable
line height (0 to 100% of its font height).  The print
dialog's "Print To File" selection exports the DBGrid
fields to a TAB delimited file for importing into a
spreadsheet such as Excel.

Just Like the original this is freeware. You have the source
code and there are no royalties.

This component has been very useful to me.  I am interested
in seeing it enhanced further.

Thanks,
Terry Pearson
71715,1647

======================================================================
Updated List of Properties
Keep in mind that most of these will default to 
reasonable values.

   LeftMargin                     FromPage
   TopMargin                      EndPage
   RightMargin                    Border
   BottomMargin                   ColLines
   ColHeaderFont                  RowLines
   TitleFont                      HorizontalGap
   LinesFont                      VerticalGapPct
   DBGrid                         PageNumberPos
   PrintMgrTitle                  PageNumberLabel
   Title                          DatePos
   TitleAlignment                 DateLabel
   Orientation
   PrintToFile
   PrintFileName
   PrintFileDir


List of Methods
---------------
Print
PrintDialog
SaveToFile
