ColorDlg.h
上传用户:dzyhzl
上传日期:2019-04-29
资源大小:56270k
文件大小:1k
源码类别:

模拟服务器

开发平台:

C/C++

  1. /*++
  2. Copyright (c) 1990-1999,  Microsoft Corporation  All rights reserved.
  3. Module Name:
  4.     colordlg.h
  5. Abstract:
  6.     This module contains the header information for the Win32 color dialog.
  7. Revision History:
  8. --*/
  9. #if _MSC_VER > 1000
  10. #pragma once
  11. #endif
  12. //
  13. //  Constant Declarations.
  14. //
  15. #define DLG_COLOR            10
  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. #define COLOR_HUEACCEL       723
  39. #define COLOR_SATACCEL       724
  40. #define COLOR_LUMACCEL       725
  41. #define COLOR_REDACCEL       726
  42. #define COLOR_GREENACCEL     727
  43. #define COLOR_BLUEACCEL      728
  44. #define COLOR_SOLID_LEFT     730
  45. #define COLOR_SOLID_RIGHT    731
  46. #define NUM_BASIC_COLORS     48
  47. #define NUM_CUSTOM_COLORS    16