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 / chap02 / reuse / reuse.res / reuse.rc < prev   
Text (UTF-16)  |  1998-03-30  |  1KB  |  33 lines

  1. LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
  2.  
  3. 1 MENU
  4. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  5. {
  6.   POPUP "&Objects"
  7.   {
  8.     POPUP "&Create Koala"
  9.     {
  10.       MENUITEM "&Containment",  100
  11.       MENUITEM "&Aggregation",  101
  12.     }
  13.     POPUP "I&Animal"
  14.     {
  15.       MENUITEM "&Eat",  102
  16.       MENUITEM "&Sleep",  103
  17.       MENUITEM "&Procreate",  104
  18.     }
  19.     POPUP "I&Koala"
  20.     {
  21.       MENUITEM "&ClimbEucalyptusTrees",  105
  22.       MENUITEM "&PouchOpensDown",  106
  23.       MENUITEM "&SleepForHoursAfterEating",  107
  24.     }
  25.     MENUITEM "&Release",  108
  26.     MENUITEM SEPARATOR
  27.     MENUITEM "&Exit",  109
  28.   }
  29. }
  30.  
  31. ICON ICON "ICON.ico"
  32.  
  33.