home *** CD-ROM | disk | FTP | other *** search
/ Sound Sensations! / sound_sensations.iso / soundb / sndhack / menu.h < prev    next >
Text File  |  1991-07-28  |  1KB  |  41 lines

  1. /* file menu items */
  2. #define IDM_NEW                  0x100
  3. #define IDM_OPEN                 0x101
  4. #define IDM_SAVE                 0x102
  5. #define IDM_SAVEAS               0x103
  6. #define IDM_EXIT                 0x104
  7.  
  8. /* edit menu items */
  9. #define IDM_UNDO                 0x120
  10. #define IDM_CUT                  0x121
  11. #define IDM_COPY                 0x122
  12. #define IDM_PASTE                0x123
  13. #define IDM_CLEAR                0x124
  14.  
  15. /* sound menu items */
  16. #define IDM_CLOSESOUND           0x140
  17. #define IDM_COUNTVOICENOTES      0x141
  18. #define IDM_GETTHRESHOLDEVENT    0x142
  19. #define IDM_GETTHRESHOLDSTATUS   0x143
  20. #define IDM_OPENSOUND            0x144
  21. #define IDM_SETSOUNDNOISE        0x145
  22. #define IDM_SETVOICEACCENT       0x146
  23. #define IDM_SETVOICEENVELOPE     0x147
  24. #define IDM_SETVOICENOTE         0x148
  25. #define IDM_SETVOICEQUEUESIZE    0x149
  26. #define IDM_SETVOICESOUND        0x14A
  27. #define IDM_SETVOICETHRESHOLD    0x14B
  28. #define IDM_STARTSOUND           0x14C
  29. #define IDM_STOPSOUND            0x14D
  30. #define IDM_SYNCALLVOICES        0x14E
  31. #define IDM_WAITSOUNDSTATE       0x14F
  32.  
  33. /* sound menu items */
  34. #define IDM_PLAY                 0x160
  35.  
  36. /* help menu items */
  37. #define IDM_ABOUT                0x180
  38. #define IDM_HELP_INDEX           0x181
  39. #define IDM_HELP_FUNCTIONS       0x182
  40. #define IDM_HELP_HELP            0x183
  41.