home *** CD-ROM | disk | FTP | other *** search
/ Microsoft Programmer's Library 1.3 / Microsoft-Programers-Library-v1.3.iso / sampcode / win_lrn / sound / soundx.rc < prev   
Text File  |  1988-08-10  |  494b  |  22 lines

  1. #include <style.h>
  2. #include "soundx.h"
  3.  
  4.  
  5. SoundMenu    MENU
  6.     BEGIN
  7.     MENUITEM "&Notes", ID_NOTES
  8.     MENUITEM "&Sound", ID_SOUND
  9.     MENUITEM "N&oise", ID_NOISE
  10.     MENUITEM "&Ludwig", LUDWIG
  11.  
  12.     POPUP "O&ther"
  13.         BEGIN
  14.         MENUITEM "&CountVoiceNotes",    ID_COUNT
  15.         MENUITEM "&SyncAllVoices",    ID_SYNC
  16.         MENUITEM "SetVoice&Envelope",    ID_ENV
  17.         MENUITEM "&GetThresholdEvent",    ID_EVENT
  18.         MENUITEM "GetThreshold&Status", ID_STATUS
  19.         MENUITEM "&SetVoiceThreshold",    ID_SETVT
  20.         END
  21.     END
  22.