home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Professional / OS2PRO194.ISO / os2 / wps / progs / chaos / sources / color.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-12-12  |  1.0 KB  |  28 lines

  1. /*  PMChaos.   (C) Copyright Matthew Austern, 1993.
  2.  
  3.     Permission granted to use, distribute, and modify, provided that this
  4.     notice remains intact.  If you distribute a modified version, you must
  5.     identify your modifications as such.
  6. */
  7.  
  8. #define DID_Color                   100
  9. #define DID_Color_OK                122
  10. #define DID_Color_Cancel            123
  11. #define DID_Color_Help              124
  12. #define DID_CLR_WHITE               127
  13. #define DID_CLR_BLACK               128
  14. #define DID_CLR_BLUE                129
  15. #define DID_CLR_RED                 130
  16. #define DID_CLR_PINK                131
  17. #define DID_CLR_GREEN               132
  18. #define DID_CLR_CYAN                133
  19. #define DID_CLR_YELLOW              134
  20. #define DID_CLR_PALEGRAY            135
  21. #define DID_CLR_DARKGRAY            136
  22. #define DID_CLR_DARKBLUE            137
  23. #define DID_CLR_DARKRED             138
  24. #define DID_CLR_DARKPINK            139
  25. #define DID_CLR_DARKGREEN           140
  26. #define DID_CLR_DARKCYAN            141
  27. #define DID_CLR_BROWN               142
  28.