|
|
1.1.1.2 ! root 1: ! 2: /******************************************************************************\ ! 3: * This is a part of the Microsoft Source Code Samples. ! 4: * Copyright (C) 1993 Microsoft Corporation. ! 5: * All rights reserved. ! 6: * This source code is only intended as a supplement to ! 7: * Microsoft Development Tools and/or WinHelp documentation. ! 8: * See these sources for detailed information regarding the ! 9: * Microsoft samples programs. ! 10: \******************************************************************************/ ! 11: 1.1 root 12: 13: #include <windows.h> 14: #include <string.h> 15: 16: /* 17: * Resource defines 18: */ 19: #define WINDOWMENU 1 20: 21: #ifdef RC_INVOKED 22: #define ID(id) id 23: #else 24: #define ID(id) MAKEINTRESOURCE(id) 25: #endif 26: 27: #define APPICON 1001 28: 29: /* 30: * Menu ID's 31: */ 32: #define MM_ABOUT 8000 33: #define MM_BOUNCE 8001 34: #define MM_SNAKE 8002 1.1.1.2 ! root 35: #define MM_WOBBLE 8003 1.1 root 36: 1.1.1.2 ! root 37: #define IDM_CASCADE 30 ! 38: #define IDM_TILE 31 ! 39: #define IDM_ARRANGE 32 ! 40: #define IDM_CLOSEALL 33 1.1 root 41: 1.1.1.2 ! root 42: #define SIZEOFCAPTIONTEXT 20
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.