|
|
1.1 root 1: #include "windows.h"
2: #include "demo.h"
3:
4: Menu MENU
5: BEGIN
6: POPUP "&Options"
7: BEGIN
8: MENUITEM "&Line", IDM_BOX
9: MENUITEM "&Box", IDM_BLOCK, CHECKED
10: MENUITEM "&Retain", IDM_RETAIN
11: MENUITEM SEPARATOR
12: MENUITEM "&About Demo...", IDM_ABOUT
13: END
14: END
15:
16: AboutBox DIALOG 22, 17, 144, 75
17: STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
18: CAPTION "About Demo"
19: BEGIN
20: CTEXT "Microsoft Windows" -1, 0, 5, 144, 8
21: CTEXT "Demo Library Application" -1, 0, 14, 144, 8
22: CTEXT "Version 3.0" -1, 0, 34, 144, 8
23: DEFPUSHBUTTON "OK" IDOK, 53, 59, 32, 14, WS_GROUP
24: END
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.