|
|
1.1 ! root 1: #define NOKERNEL ! 2: #define NOGDI ! 3: #define NOSOUND ! 4: #define NOCOMM ! 5: #define NODRIVERS ! 6: #include "windows.h" ! 7: #include "dispdemo.h" ! 8: ! 9: DISPDEMO ICON dispdemo.ico ! 10: ! 11: DispDemoMenu MENU ! 12: BEGIN ! 13: MENUITEM "&CPoly", IDM_POLY ! 14: ! 15: MENUITEM "CPoly&2", IDM_POLY2 ! 16: ! 17: POPUP "&Options" ! 18: BEGIN ! 19: MENUITEM "&Trace", IDM_TRACE ! 20: END ! 21: ! 22: POPUP "&Help" ! 23: BEGIN ! 24: MENUITEM "&About IDispatch Demo...", IDM_ABOUT ! 25: END ! 26: END ! 27: ! 28: AboutBox DIALOG 22, 17, 144, 75 ! 29: STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU ! 30: CAPTION "About IDispatch Demo App" ! 31: BEGIN ! 32: CTEXT "Microsoft Windows" -1, 0, 5, 144, 8 ! 33: CTEXT "IDispatch Demo Application" -1, 0, 14, 144, 8 ! 34: CTEXT "Version 2.0" -1, 0, 34, 144, 8 ! 35: DEFPUSHBUTTON "OK" IDOK, 53, 59, 32, 14, WS_GROUP ! 36: END
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.