home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c083 / 14.ddi / GENINC.PAK / COLORDLG.H < prev    next >
Encoding:
C/C++ Source or Header  |  1993-12-02  |  1.7 KB  |  55 lines

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