home *** CD-ROM | disk | FTP | other *** search
- #include "windows.h"
-
- /******************************************************************************
- Section A.
- This section is specific to the demo program and not to
- be included into your applications resource file.
- *******************************************************************************/
-
- #include "demo.h"
- #include "demo_dlg.dlg"
-
- DemoMenu MENU
- BEGIN
- MENUITEM "&Open", IDM_OPEN
- MENUITEM "&Close", IDM_CLOSE
- POPUP "&Other"
- BEGIN
- MENUITEM "&Print", IDM_PRINT
- MENUITEM "&Fields", IDM_FIELDS
- MENUITEM "&Reset", IDM_RESET
- MENUITEM "&Insert", IDM_INSERT
- MENUITEM "&Search", IDM_SEARCH
- MENUITEM "Pre&view", IDM_PREVIEW
- END
- END
-
-