home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c480 / 20.ddi / INCLUDE / COLORDLG.H_ / COLORDLG.H
Encoding:
C/C++ Source or Header  |  1993-02-08  |  1.8 KB  |  50 lines

  1. /*****************************************************************************\
  2. *                                                                             *
  3. * colordlg.h -  Common dialog color dialog's control id numbers               *
  4. *                                                                             *
  5. *               Version 1.0                                                   *
  6. *                                                                             *
  7. *               Copyright (c) 1992, Microsoft Corp.  All rights reserved.     *
  8. *                                                                             *
  9. \*****************************************************************************/
  10.  
  11. #ifndef _INC_COLORDLG
  12. #define _INC_COLORDLG
  13.  
  14. #define DLG_COLOR          10
  15.  
  16. #define COLOR_HUESCROLL   700           /* color dialog */
  17. #define COLOR_SATSCROLL   701
  18. #define COLOR_LUMSCROLL   702
  19. #define COLOR_HUE         703
  20. #define COLOR_SAT         704
  21. #define COLOR_LUM         705
  22. #define COLOR_RED         706
  23. #define COLOR_GREEN       707
  24. #define COLOR_BLUE        708
  25. #define COLOR_CURRENT     709
  26. #define COLOR_RAINBOW     710
  27. #define COLOR_SAVE        711
  28. #define COLOR_ADD         712
  29. #define COLOR_SOLID       713
  30. #define COLOR_TUNE        714
  31. #define COLOR_SCHEMES     715
  32. #define COLOR_ELEMENT     716
  33. #define COLOR_SAMPLES     717
  34. #define COLOR_PALETTE     718
  35. #define COLOR_MIX         719
  36. #define COLOR_BOX1        720
  37. #define COLOR_CUSTOM1     721
  38.  
  39. #define COLOR_HUEACCEL    723
  40. #define COLOR_SATACCEL    724
  41. #define COLOR_LUMACCEL    725
  42. #define COLOR_REDACCEL    726
  43. #define COLOR_GREENACCEL  727
  44. #define COLOR_BLUEACCEL   728
  45.  
  46. #define NUM_BASIC_COLORS   48
  47. #define NUM_CUSTOM_COLORS  16
  48.  
  49. #endif  /* !_INC_COLORDLG */
  50.