home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / sdk / sdktools / winnt / walker / pwalk.res / Menus / 30.rc
Encoding:
Text File  |  1998-03-30  |  846 b   |  37 lines

  1. 30 MENU
  2. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  3. {
  4.  POPUP "&Process"
  5.  {
  6.   MENUITEM "Re&walk process", 2000
  7.   MENUITEM "&Load process", 2001
  8.   MENUITEM "&Unload process", 2002
  9.   MENUITEM SEPARATOR
  10.   MENUITEM "&Suspend process", 2003
  11.   MENUITEM "&Resume process", 2004
  12.   MENUITEM SEPARATOR
  13.   MENUITEM "E&xit", 2010
  14.  }
  15.  POPUP "&Sort"
  16.  {
  17.   MENUITEM "by &Address", 2020
  18.   MENUITEM "by &State", 2021
  19.   MENUITEM "by &Protection", 2022
  20.   MENUITEM "by &Size", 2023
  21.   MENUITEM "by &BaseAddress", 2024
  22.  }
  23.  POPUP "&View"
  24.  {
  25.   MENUITEM "&System statistics", 2030
  26.   MENUITEM "&Process statistics", 2031
  27.   MENUITEM SEPARATOR
  28.   MENUITEM "View selected &memory", 2033
  29.   MENUITEM "View memory at &address...", 2034
  30.  }
  31.  POPUP "&Options"
  32.  {
  33.   MENUITEM "Numbers in &Bytes", 2040, CHECKED
  34.   MENUITEM "Numbers in &Pages", 2041
  35.  }
  36. }
  37.