 Grids with Ruler
------------------------------
Author: Jafar N. Aliev (JEFF)
        Baku, Azerbaijan Republic
e-mail: idrak@azeri.com

 About Components
------------------------------
GridWithRuler and DBGridWithRuler are designed for making easy to see all
row and column in big grids.
They have the following additional properties to TStringGrid/TDBGrid
// for Horisontal Ruler
    property HRuler : Boolean; // enable and disable horisontal ruler
    property HRulerWidth : Byte; // width of horisontal ruler
    property HRulerColor : TColor; // color of horisontal ruler
    property HRulerBkColor : TColor; // background color of horisontal ruler
    property HRulerBkStyle : TBrushStyle; // background style of horisontal ruler
// for Vertical Ruler (the same components)
    property VRuler : Boolean;
    property VRulerWidth : Byte;
    property VRulerColor : TColor;
    property VRulerBkColor : TColor;
    property VRulerBkStyle : TBrushStyle;

These components work properly even if you set
different width and height to each Col/Row and any count of
FixedRows,FixedCols.
You can move any Row and Col at runtime including those
that contains Ruler.

 Installation
-----------------------------
    In Delphi 2.0 and Borland C++ Builder use the "Component\Install..." 
item to add the GWRLR.PAS to the component library.
    In Delphi 3.0 use "File\Open..." menu item to open the package
JEFFGRDS.DPK. In "Package.." window click "Install" button to register
"JEFFGrids" page.