{ -------------------------------------------- }
{ TGraphicPanel (c) 09/24/95 by Eric Uber      }
{ -------------------------------------------- }
{ CIS: 71102,3034 ---------------------------- }
{ EBU@EllipsysTech.com -                       }
{ -------------------------------------------- }

Description: If your like me, you may use the TPanel component because
  of it's bevel and border properties. I created a dynamic Grid
  component using a TPanel for the cells because of these proprties.
  I quickly ran out of window handles and system resources. This is why I
  developed this component.

  TGraphicPanel is derived from TGraphicControl. Because of this,
  it differs from TPanel in that it cannot be the Parent of a windowed
  control. It can however be the child of a windowed control.

  Enjoy.
