|
|
1.1 ! root 1: /******************************Module*Header*******************************\ ! 2: * Module Name: mdi.h ! 3: * ! 4: * Header file ! 5: * ! 6: * Created: 24-Oct-1991 18:15:12 ! 7: * Author: Petrus Wong ! 8: * ! 9: * Copyright (c) 1990 Microsoft Corporation ! 10: * ! 11: * ! 12: * ! 13: * Dependencies: ! 14: * ! 15: * windows.h ! 16: * string.h ! 17: * ! 18: \**************************************************************************/ ! 19: ! 20: #include <windows.h> ! 21: #include <string.h> ! 22: ! 23: /* ! 24: * Menu ID's ! 25: */ ! 26: #define MM_ABOUT 8000 ! 27: #define MM_MDI 8001 ! 28: #define MM_RESERVE1 8002 ! 29: #define MM_RESERVE2 8003 ! 30: ! 31: #define MM_OPT_1 7001 ! 32: #define MM_OPT_2 7002 ! 33: #define MM_OPT_3 7003 ! 34: #define MM_OPT_4 7004 ! 35: #define MM_OPT_5 7005 ! 36: #define MM_OPT_6 7006 ! 37: #define MM_OPT_7 7007 ! 38: #define MM_OPT_8 7008 ! 39: ! 40: #define IDM_CASCADE 30 ! 41: #define IDM_TILE 31 ! 42: #define IDM_ARRANGE 32 ! 43: #define IDM_CLOSEALL 33 ! 44: ! 45: #define SIZEOFCAPTIONTEXT 20 ! 46: ! 47: #define ACCEL_ID 100
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.