|
|
1.1 root 1: #include <windows.h>
2: #include "mcitest.h"
3:
4: #include "mcimain.h"
5: #include "mcimain.dlg"
6:
7: IDI_MCITEST ICON mcitest.ico
8:
9: IDM_MCITEST MENU
10: {
11: POPUP "&File"
12: {
13: MENUITEM "&Open..." , MENU_OPEN
14: MENUITEM "&Save" , MENU_SAVE
15: MENUITEM "Save &As..." , MENU_SAVEAS
16: MENUITEM SEPARATOR
17: MENUITEM "&About..." , MENU_ABOUT
18: MENUITEM "E&xit" , MENU_EXIT
19: }
20: POPUP "&Edit"
21: {
22: MENUITEM "&Undo\tAlt+Bksp", WM_UNDO
23: MENUITEM "Cu&t\tShift+Del", WM_CUT
24: MENUITEM "&Copy\tCtrl+Ins", WM_COPY
25: MENUITEM "&Paste\tShift+Ins", WM_PASTE
26: MENUITEM "C&lear\tDel", WM_CLEAR
27: }
28: MENUITEM "&Devices!", MENU_DEVICES
29: #if DBG
30: popup "&Debug"
31: begin
32: menuitem "Level 0" IDM_DEBUG0
33: menuitem "Level 1" IDM_DEBUG1
34: menuitem "Level 2" IDM_DEBUG2
35: menuitem "Level 3" IDM_DEBUG3
36: menuitem "Level 4" IDM_DEBUG4
37: end
38: #endif
39: }
40:
41: //MCIMENU ACCELERATORS
42: IDA_MCITEST ACCELERATORS
43: {
44: VK_BACK, WM_UNDO, VIRTKEY, ALT
45: }
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.