home *** CD-ROM | disk | FTP | other *** search
- 30 MENU
- LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
- {
- POPUP "&Process"
- {
- MENUITEM "Re&walk process", 2000
- MENUITEM "&Load process", 2001
- MENUITEM "&Unload process", 2002
- MENUITEM SEPARATOR
- MENUITEM "&Suspend process", 2003
- MENUITEM "&Resume process", 2004
- MENUITEM SEPARATOR
- MENUITEM "E&xit", 2010
- }
- POPUP "&Sort"
- {
- MENUITEM "by &Address", 2020
- MENUITEM "by &State", 2021
- MENUITEM "by &Protection", 2022
- MENUITEM "by &Size", 2023
- MENUITEM "by &BaseAddress", 2024
- }
- POPUP "&View"
- {
- MENUITEM "&System statistics", 2030
- MENUITEM "&Process statistics", 2031
- MENUITEM SEPARATOR
- MENUITEM "View selected &memory", 2033
- MENUITEM "View memory at &address...", 2034
- }
- POPUP "&Options"
- {
- MENUITEM "Numbers in &Bytes", 2040, CHECKED
- MENUITEM "Numbers in &Pages", 2041
- }
- }
-