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 / chap06 / objuser2 / objuser2.res / objuser2.rc < prev   
Text (UTF-16)  |  1998-03-30  |  684b  |  19 lines

  1. LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
  2.  
  3. 1 MENU
  4. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  5. {
  6.   POPUP "&Koala Object"
  7.   {
  8.     MENUITEM "&Create",  100
  9.     MENUITEM SEPARATOR
  10.     MENUITEM "&IPersist::GetClassID",  101
  11.     MENUITEM "&Release",  102
  12.     MENUITEM SEPARATOR
  13.     MENUITEM "&Exit",  103
  14.   }
  15. }
  16.  
  17. ICON ICON "ICON.ico"
  18.  
  19.