home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 37 / IOPROG_37.ISO / SOFT / bcpp / FreeCommandLineTools.exe / Include / colordlg.h < prev    next >
Encoding:
C/C++ Source or Header  |  2000-01-31  |  1.5 KB  |  67 lines

  1. #pragma option push -b -a8 -pc -A- /*P_O_Push*/
  2. /*++
  3.  
  4. Copyright (c) 1990-1999,  Microsoft Corporation  All rights reserved.
  5.  
  6. Module Name:
  7.  
  8.     colordlg.h
  9.  
  10. Abstract:
  11.  
  12.     This module contains the header information for the Win32 color dialog.
  13.  
  14. Revision History:
  15.  
  16. --*/
  17.  
  18.  
  19. #if _MSC_VER > 1000
  20. #pragma once
  21. #endif
  22.  
  23.  
  24. //
  25. //  Constant Declarations.
  26. //
  27.  
  28. #define DLG_COLOR            10
  29.  
  30. #define COLOR_HUESCROLL      700            // color dialog
  31. #define COLOR_SATSCROLL      701
  32. #define COLOR_LUMSCROLL      702
  33. #define COLOR_HUE            703
  34. #define COLOR_SAT            704
  35. #define COLOR_LUM            705
  36. #define COLOR_RED            706
  37. #define COLOR_GREEN          707
  38. #define COLOR_BLUE           708
  39. #define COLOR_CURRENT        709
  40. #define COLOR_RAINBOW        710
  41. #define COLOR_SAVE           711
  42. #define COLOR_ADD            712
  43. #define COLOR_SOLID          713
  44. #define COLOR_TUNE           714
  45. #define COLOR_SCHEMES        715
  46. #define COLOR_ELEMENT        716
  47. #define COLOR_SAMPLES        717
  48. #define COLOR_PALETTE        718
  49. #define COLOR_MIX            719
  50. #define COLOR_BOX1           720
  51. #define COLOR_CUSTOM1        721
  52.  
  53. #define COLOR_HUEACCEL       723
  54. #define COLOR_SATACCEL       724
  55. #define COLOR_LUMACCEL       725
  56. #define COLOR_REDACCEL       726
  57. #define COLOR_GREENACCEL     727
  58. #define COLOR_BLUEACCEL      728
  59.  
  60. #define COLOR_SOLID_LEFT     730
  61. #define COLOR_SOLID_RIGHT    731
  62.  
  63. #define NUM_BASIC_COLORS     48
  64. #define NUM_CUSTOM_COLORS    16
  65.  
  66. #pragma option pop /*P_O_Pop*/
  67.