|
|
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: * Menu ID's 18: */ 19: #define MM_ABOUT 8000 1.1.1.2 ! root 20: #define MM_MDI 8001 ! 21: #define MM_RESERVE1 8002 ! 22: #define MM_RESERVE2 8003 ! 23: ! 24: #define MM_OPT_1 7001 ! 25: #define MM_OPT_2 7002 ! 26: #define MM_OPT_3 7003 ! 27: #define MM_OPT_4 7004 ! 28: #define MM_OPT_5 7005 ! 29: #define MM_OPT_6 7006 ! 30: #define MM_OPT_7 7007 ! 31: #define MM_OPT_8 7008 ! 32: ! 33: #define IDM_CASCADE 30 ! 34: #define IDM_TILE 31 ! 35: #define IDM_ARRANGE 32 ! 36: #define IDM_CLOSEALL 33 1.1 root 37: 1.1.1.2 ! root 38: #define SIZEOFCAPTIONTEXT 20 1.1 root 39: 40: #define ACCEL_ID 100
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.