|
|
1.1.1.3 ! 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: /* 28: * Menu ID's 29: */ 30: #define MM_ABOUT 8000 1.1.1.3 ! root 31: #define MM_SERVER 8001 ! 32: #define MM_CLIENT 8002 ! 33: #define MM_RESERVE 8003 ! 34: ! 35: #define MM_OPT_1 7001 ! 36: #define MM_OPT_2 7002 ! 37: #define MM_OPT_3 7003 ! 38: #define MM_OPT_4 7004 ! 39: #define MM_OPT_5 7005 ! 40: #define MM_OPT_6 7006 ! 41: #define MM_OPT_7 7007 ! 42: #define MM_OPT_8 7008 ! 43: ! 44: #define IDM_CASCADE 30 ! 45: #define IDM_TILE 31 ! 46: #define IDM_ARRANGE 32 ! 47: #define IDM_CLOSEALL 33 1.1 root 48: 1.1.1.3 ! root 49: #define SIZEOFCAPTIONTEXT 20 1.1 root 50: 51: /* 52: * Dialog ID's 53: */ 1.1.1.3 ! root 54: #define IDBTN_PAGE 101 ! 55: #define IDBTN_MAP 102 ! 56: #define IDBTN_OK 103 1.1 root 57: 1.1.1.3 ! root 58: #define IDEDIT_MAPFILE 104 ! 59: #define IDEDIT_MAPNAME 105 1.1.1.2 root 60: 61: 62: HWND ghwndClient;
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.