|
|
1.1 ! root 1: /* Created by Microsoft Corp. 1987 */ ! 2: ! 3: #include "pmwin.h" ! 4: #include "spy.h" ! 5: ! 6: POINTER IDR_SPY spy.ico ! 7: ! 8: /******** Main Menu ********/ ! 9: ! 10: MENU IDR_SPY PRELOAD ! 11: BEGIN ! 12: SUBMENU "~Spy", -1 ! 13: BEGIN ! 14: MENUITEM "~Spy Active\t^A", CMD_ACTIVE, MIS_TEXT | MIA_CHECKED ! 15: MENUITEM "~Clear Window\t^C",CMD_CLRWIN ! 16: MENUITEM "Save Window", CMD_SAVEWIN ! 17: MENUITEM "", -10, MIS_SEPARATOR ! 18: MENUITEM "E~xit", CMD_EXIT ! 19: MENUITEM "~About Spy", CMD_ABOUT ! 20: END ! 21: ! 22: SUBMENU "~Windows", -2 ! 23: BEGIN ! 24: MENUITEM "Window ~List...\t^W", CMD_WINDOWS ! 25: MENUITEM "Mouse ~Select\t^S", CMD_WNMSSEL ! 26: MENUITEM "Mouse ~Unselect\t^U", CMD_WNMSDSL ! 27: MENUITEM "~All Windows", CMD_ALLWNDWS ! 28: MENUITEM "All ~Frames\t^F", CMD_ALLFRAMES ! 29: MENUITEM "", -20, MIS_SEPARATOR ! 30: MENUITEM "Dump ~One Window", CMD_WNDPWIN ! 31: MENUITEM "~Dump All Windows",CMD_WNDPALL ! 32: END ! 33: ! 34: SUBMENU "~Options", -2 ! 35: BEGIN ! 36: MENUITEM "Message ~List...\t^M", CMD_MESSAGES ! 37: MENUITEM "~Disable Message\t^D", CMD_MGDABLE ! 38: MENUITEM "~Enable Message\t^E", CMD_MGEABLE ! 39: MENUITEM "", -20, MIS_SEPARATOR ! 40: MENUITEM "Outputs...\t^O", CMD_OUTPUTS ! 41: END ! 42: END ! 43: ! 44: ! 45: ACCELTABLE IDR_SPY ! 46: BEGIN ! 47: "^a", CMD_ACTIVE ! 48: "^c", CMD_CLRWIN ! 49: "^d", CMD_MGDABLE ! 50: "^e", CMD_MGEABLE ! 51: "^f", CMD_ALLFRAMES ! 52: "^m", CMD_MESSAGES ! 53: "^o", CMD_OUTPUTS ! 54: "^s", CMD_WNMSSEL ! 55: "^u", CMD_WNMSDSL ! 56: "^w", CMD_WINDOWS ! 57: END ! 58: RCINCLUDE spydlgs.dlg
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.