home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 5 / 05.iso / a / a012 / 1.ddi / CHAP13.EXE / COLORS.CH < prev    next >
Encoding:
Text File  |  1991-06-12  |  552 b   |  21 lines

  1. /*
  2.    Manifest Constants for Clipper 5 Color Management System
  3.    Author: Greg Lief
  4.    Excerpted from "Clipper 5: A Developer's Guide"
  5.    (See Chapter 13, "User Interface")
  6.    Copyright (c) 1991 M&T Books
  7.                       501 Galveston Drive
  8.                       Redwood City, CA 94063-4728
  9.                       (415) 366-3600
  10. */
  11. #define  C_NORMAL     1
  12. #define  C_BOLD       2
  13. #define  C_ENHANCED   3
  14. #define  C_BLINK      4
  15. #define  C_MESSAGE    5
  16. #define  C_WARNING    6
  17.  
  18. #define  COLOR_CNT    6
  19.  
  20. // end of file COLORS.CH
  21.