DELPHI TTblShape component - version 1.0  - 2 September 1999
============================================================

(C) 1999 Dmitry H. Bubniewski

This is a Delphi 4.0 component designed for represent view of
table on a form

This component is a TShape descendant with next new properties:

  property TabFrame: TTabFrame 
  ----------------------------

  - draw frame around rectangle;

  property Transparent: Boolean 
  -----------------------------
  
  - if set True then shape become transparent;

  property TabResize: Boolean
  ---------------------------

  - if set True allow user to resize row & col sizes at runtime
   with mouse;

  property ColSizes: TSizeList
  ----------------------------

  - list of defined col sizes;


  property RowSizes: TSizeList
  ----------------------------

  - list of defined row sizes;
 
  property Row: Integer 
  ---------------------

  - count of available rows;

  property Col: Integer
  ---------------------

  - count of available cols.

NOTE: anchestor's property Shape overriding and not allow to change

INSTALLATION

Open menu "Component\Install Component...". In "Unit file name" browse
TabShp.pas (+ SzListEd.pas). In "Package file name" browse 
LIB\dclusr40.dpk  Delphi 4. Click Ok


Contact me if you have any questions, comments or suggestions:
Programmer: Dmitry H. Bubniewski
E-mail: sb3@id.ru, super_bubba@mail.ru
ICQ # 37115452

====================END OF READ.ME==========================


