home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / sdk / graphics / audio / acmapp / acmapp.res / Menus / 20.rc
Encoding:
Text File  |  1998-03-30  |  1.1 KB  |  50 lines

  1. 20 MENU
  2. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  3. {
  4.  POPUP "&File"
  5.  {
  6.   MENUITEM "&New\tCtrl+N", 1100
  7.   MENUITEM "&Open...\tCtrl+O", 1101
  8.   MENUITEM "&Save\tCtrl+S", 1102
  9.   MENUITEM "Save &As...\tCtrl+A", 1103
  10.   MENUITEM SEPARATOR
  11.   POPUP "snd&PlaySound"
  12.   {
  13.    MENUITEM "&Play\tCtrl+G", 1104
  14.    MENUITEM "&Stop\tCtrl+H", 1105
  15.   }
  16.   MENUITEM SEPARATOR
  17.   MENUITEM "&Convert...\tCtrl+Q", 1106
  18.   MENUITEM "&Batch Convert\tCtrl+B", 1107
  19.   MENUITEM SEPARATOR
  20.   MENUITEM "A&bout...", 1109
  21.   MENUITEM "E&xit\tAlt+F4", 1110
  22.  }
  23.  POPUP "&Edit"
  24.  {
  25.   MENUITEM "&Copy\tCtrl+C", 769
  26.   MENUITEM SEPARATOR
  27.   MENUITEM "Select &All", 1200
  28.  }
  29.  POPUP "&View"
  30.  {
  31.   MENUITEM "&System Information...", 1300
  32.   MENUITEM "&ACM Drivers...\tCtrl+K", 1301
  33.  }
  34.  MENUITEM "&Player!", 1400, GRAYED
  35.  POPUP "&Options"
  36.  {
  37.   POPUP "&Wave Device"
  38.   {
  39.    MENUITEM "&Input...", 1500
  40.    MENUITEM "&Output...", 1501
  41.   }
  42.   MENUITEM SEPARATOR
  43.   MENUITEM "&Auto-Open Output\tCtrl+W", 1505
  44.   MENUITEM "Debug &Log\tCtrl+L", 1506
  45.   MENUITEM SEPARATOR
  46.   MENUITEM "&Font...\tCtrl+F", 1509
  47.  }
  48.  MENUITEM "&Update!", 1600
  49. }
  50.