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 / chap15 / autocli / autocli.res / autocli.rc next >
Text (UTF-16)  |  1998-03-30  |  1KB  |  35 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 "&Exit",  3
  22.   }
  23. }
  24.  
  25. STRINGTABLE
  26. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  27. {
  28.   0,     "Error %u in %s:  %s"
  29.   1,     "Error 0x%lX in %s:  %s"
  30.   2,     "An unspecified error occurred in the automation object."
  31. }
  32.  
  33. ICON ICON "ICON.ico"
  34.  
  35.