FormDsgn - Run-Time Form Design Demo Program
Copyright (c) 1997 SoftCircuits Programming (R)
Redistributed by Permission.

This Visual Basic 5.0 example program demonstrates code that allows
the user to move and size control at run time much as Visual Basic
allows at design time. The code implements sizing handles and a drag
rectangle that appears as the user is sizing and moving controls.

This version of the code works with most controls. Special code was
added to deal with Line controls. However, the code was not designed
to work with controls that are contained within container controls.
Additional code would be required to handle this case.

This program may be distributed on the condition that it is
distributed in full and unchanged, and that no fee is charged for
such distribution with the exception of reasonable shipping and media
charged. In addition, the code in this program may be incorporated
into your own programs and the resulting programs may be distributed
without payment of royalties.

This example program was provided by:
 SoftCircuits Programming
 http://www.softcircuits.com
 P.O. Box 16262
 Irvine, CA 92623

Special thanks to Doug Marquardt who wrote the original code on which
this demo program was based.
