home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / sdk / netds / rpc / whello / whello.res / Menus / Genericmenu.rc
Encoding:
Text File  |  1998-03-30  |  351 b   |  18 lines

  1. GENERICMENU MENU
  2. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  3. {
  4.  POPUP "&Remote Call"
  5.  {
  6.   MENUITEM "&Protocol sequence name", 200
  7.   MENUITEM "&Server name", 300
  8.   MENUITEM "&Endpoint name", 500
  9.   MENUITEM "Make the &call", 600
  10.   MENUITEM SEPARATOR
  11.   MENUITEM "E&xit", 400
  12.  }
  13.  POPUP "&Help"
  14.  {
  15.   MENUITEM "&About RPC Hello...", 100
  16.  }
  17. }
  18.