home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / opendc12.zip / od124os2.exe / od12osp1.exe / src / basecntr / iodbcres.h < prev    next >
Text File  |  1997-04-02  |  2KB  |  54 lines

  1. /* @(#) 1.2 com/src/samples/basecntr/iodbcres.h, odbasepart, od96os2, odos29712d 3/13/97 21:13:31 [3/21/97 17:51:19] */
  2.  
  3. //====START_GENERATED_PROLOG======================================
  4. //
  5. //
  6. //   COMPONENT_NAME: odbasepart
  7. //
  8. //   CLASSES: none
  9. //
  10. //   ORIGINS: 82,27
  11. //
  12. //
  13. //   (C) COPYRIGHT International Business Machines Corp. 1995,1996
  14. //   All Rights Reserved
  15. //   Licensed Materials - Property of IBM
  16. //   US Government Users Restricted Rights - Use, duplication or
  17. //   disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  18. //
  19. //   IBM DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
  20. //   ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
  21. //   PURPOSE. IN NO EVENT SHALL IBM BE LIABLE FOR ANY SPECIAL, INDIRECT OR
  22. //   CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF
  23. //   USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
  24. //   OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE
  25. //   OR PERFORMANCE OF THIS SOFTWARE.
  26. //
  27. //====END_GENERATED_PROLOG========================================
  28.  
  29. #if defined(_PLATFORM_OS2_)
  30. #define RED                 0 
  31. #define GREEN               1 
  32. #define BLUE                2 
  33.  
  34. #define COLORMIX          "ColorMix"
  35. #define ID_COLORS         4108
  36. #define ID_MIX            20 
  37. #define ID_LABEL_RED      21 
  38. #define ID_LABEL_GREEN    22 
  39. #define ID_LABEL_BLUE     23 
  40. #define ID_SLIDER_BASE    24 
  41. #define ID_SLIDER_RED     (ID_SLIDER_BASE + RED) 
  42. #define ID_SLIDER_GREEN   (ID_SLIDER_BASE + GREEN) 
  43. #define ID_SLIDER_BLUE    (ID_SLIDER_BASE + BLUE) 
  44. #define ID_SPIN_BASE      28 
  45. #define ID_SPIN_RED       (ID_SPIN_BASE + RED) 
  46. #define ID_SPIN_GREEN     (ID_SPIN_BASE + GREEN) 
  47. #define ID_SPIN_BLUE      (ID_SPIN_BASE + BLUE) 
  48. #endif
  49.  
  50. #define ID_SETTINGSPAGEDLG  200
  51. #define ID_BCTEXT           201
  52. #define ID_BCKIND           202
  53.  
  54.