|
|
1.1 root 1: /***********************************************************\
2: * UTSamp.rc: Resource script for Universal Thunks Sample *
3: * *
4: \***********************************************************/
5:
6: #include <windows.h>
7: #include "utsamp.h"
8: #include "utsamp.dlg"
9:
10: UTSampIcon ICON UTSamp.ico
11:
12: UTSampMenu MENU
13: {
14: POPUP "&File"
15: {
16: MENUITEM "E&xit", IDM_EXIT
17: }
18:
19: POPUP "&Call"
20: {
21: MENUITEM "&GetUser", IDM_GETUSER
22: MENUITEM "&Free Ram", IDM_GETMEM
23: }
24:
25: POPUP "&Help"
26: {
27: MENUITEM "&About", IDM_ABOUT
28: }
29: }
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.