|
|
1.1 root 1: #include "windows.h"
2: #include "WINAT.h"
3:
4: WINAT ICON WINAT.ICO
5:
6: BUTTONUPDEF BITMAP updef.bmp // default or regular state of button
7: BUTTONUPDEP BITMAP updep.bmp // pushed state of button
8:
9: BUTTONDOWNDEF BITMAP downdef.bmp // default or regular state of button
10: BUTTONDOWNDEP BITMAP downdep.bmp // pushed state of button
11:
12: WINAT MENU
13: BEGIN
14: POPUP "&File"
15: {
16: MENUITEM "&Select Computer...", IDM_SELECTCOMPUTER
17: MENUITEM SEPARATOR
18: MENUITEM "E&xit", IDM_EXIT
19: }
20: POPUP "&Help"
21: {
22: MENUITEM "&Contents", IDM_HELPCONTENTS
23: MENUITEM "&Search for Help On...", IDM_HELPSEARCH
24: MENUITEM "&How to Use Help", IDM_HELPHELP
25: MENUITEM SEPARATOR
26: MENUITEM "&About Command Scheduler...", IDM_ABOUT
27: }
28: END
29:
30:
31: ; Bring in the dialogs:
32: RCINCLUDE WINAT.DLG
33:
34: ; Bring in the version stamping information:
35: RCINCLUDE WINAT.RCV
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.