home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / utility / v12n02.zip / CHANGER.H < prev    next >
Text File  |  1992-10-07  |  1KB  |  50 lines

  1. //------------------------------------------------------------------------
  2. //
  3. //  CHANGER.H -- Include file for CHANGER.C
  4. //
  5. //  (c) Douglas Boling, 1992
  6. //
  7. //------------------------------------------------------------------------
  8. //
  9. // Menu IDs
  10. //
  11. #define IDM_COLOR                10
  12. #define IDM_SSAVE                11
  13. #define IDM_BGROUND              12
  14. #define IDM_PATTERN              13
  15. #define IDM_EXIT                 14
  16. #define IDM_ABOUT                15
  17. //
  18. // Dialog Box IDs  
  19. //
  20. #define IDD_COLOR                100
  21. #define IDD_SSAVE                101
  22. #define IDD_BGROUND              102
  23. #define IDD_PATTERN              103
  24.  
  25. #define IDD_COLORTXT             104
  26. #define IDD_SSAVETXT             105
  27. #define IDD_BGROUNDTXT           106
  28. #define IDD_PATTERNTXT           107
  29.  
  30. #define IDD_COLORFRM             108
  31. #define IDD_SSAVEFRM             109
  32. #define IDD_BGROUNDFRM           110
  33. #define IDD_PATTERNFRM           111
  34.  
  35. #define IDD_EDITCAT              112
  36. #define IDD_CHENABLED            113
  37.  
  38. #define IDD_SELPOS               150
  39. #define IDD_SELACT               151
  40. #define IDD_SELADD               152
  41. #define IDD_SELREM               153
  42. #define IDD_SELADDALL            154
  43. #define IDD_SELREMALL            155
  44. #define IDD_CHRND                156
  45. #define IDD_CHSEQ                157
  46. #define IDD_CHNO                 158
  47.  
  48. #define IDD_ABOUT                200
  49.  
  50.