Guidelines for jgNT components
------------------------------

1 - Components will be available for console mode as well as form based apps.
2 - All jgNT components will have a single registration file in common.
3 - All filenames will be prefixed with jgNT.
4 - Form components will provide for a thread to do the actual work which will
    fire an event when completed.
5 - Common file header in all files;

    {*****************************************************************************
     xxx v1.0 by John Gonzalez 1999

     Description :

     Events :

     Methods :

     Properties :

     Revision History :

     *****************************************************************************}

6 - Console components will be derived from jgNTBaseC and form components will derive
    from jgNTBase.
7 - Form components will have an about box in the object inspector.
8 - A single line comment will separate each function/procedure.
9 - Component palette icons will be derived from jgNTIcon.bmp
10 - Console based component names will end with a 'C'. The form based components will not.
11 - 2 character tabbing, begin and end statement start on the same column.

