home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / sdk / com / inole2 / chap16 / autocli2 / autocli2.res / autocli2.rc next >
Text (UTF-16)  |  1998-03-30  |  2KB  |  38 lines

  1. LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
  2.  
  3. 1 MENU
  4. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  5. {
  6.   POPUP "&Beeper Object"
  7.   {
  8.     MENUITEM "&Get Sound",  1
  9.     POPUP "&Set Sound"
  10.     {
  11.       MENUITEM "&Default",  8
  12.       MENUITEM "&Hand",  16
  13.       MENUITEM "&Question",  32
  14.       MENUITEM "&Exclamation",  48
  15.       MENUITEM "&Asterisk",  64
  16.       MENUITEM SEPARATOR
  17.       MENUITEM "&Bogus Value",  1365
  18.     }
  19.     MENUITEM "&Beep",  2
  20.     MENUITEM SEPARATOR
  21.     MENUITEM "&Properties...",  4
  22.     MENUITEM "En&force Read-Only",  5
  23.     MENUITEM SEPARATOR
  24.     MENUITEM "&Exit",  3
  25.   }
  26. }
  27.  
  28. STRINGTABLE
  29. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  30. {
  31.   0,     "Error %u in %s:  %s"
  32.   1,     "Error 0x%lX in %s:  %s"
  33.   2,     "An unspecified error occurred in the automation object."
  34. }
  35.  
  36. ICON ICON "ICON.ico"
  37.  
  38.