home *** CD-ROM | disk | FTP | other *** search
/ Easy Tutor - Learn Windows 95 / Easy Tutor - Learn Windows 95.iso / data / crt / crtdefs.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-09-09  |  1.4 KB  |  24 lines

  1. /***************************************************************************\
  2. *                                                                           *
  3. *      Program Name:           How To - Windows 4                    .       *
  4. *                                                                           *
  5. *      Copyright:              (c) CRT Multimedia 1994/1995                 *
  6. *                                                                           *
  7. *      Module Name:            CRTDEFS.H                                    *
  8. *                                                                           *
  9. *      Module Description:                                                  *
  10. *            Crt file defines                                               *
  11. *                                                                           *
  12. *      Creation Date:          9/9/94                                       *
  13. *                                                                           *
  14. *      Developer Name:         Martin Packer                                *
  15. *                                                                           *
  16. \***************************************************************************/
  17.                          
  18. // text alignment
  19. #define ALIGN_CENTRE    0
  20. #define ALIGN_LEFT      1
  21. #define ALIGN_RIGHT     2
  22. #define ALIGN_TOP       1
  23. #define ALIGN_BOTTOM    2
  24.