|
|
1.1 ! root 1: /****************************** Module Header ******************************\ ! 2: * Module Name: niblet.h ! 3: * ! 4: * Copyright (c) 1991, Microsoft Corporation ! 5: * ! 6: * Niblet's header file ! 7: * ! 8: * History: ! 9: * 04-07-91 DarrinM Created. ! 10: \***************************************************************************/ ! 11: ! 12: #include <windows.h> ! 13: #include <string.h> ! 14: ! 15: /* ! 16: * Resource defines ! 17: */ ! 18: #define WINDOWMENU 1 ! 19: ! 20: #ifdef RC_INVOKED ! 21: #define ID(id) id ! 22: #else ! 23: #define ID(id) MAKEINTRESOURCE(id) ! 24: #endif ! 25: ! 26: /* ! 27: * Menu ID's ! 28: */ ! 29: #define MM_ABOUT 8000 ! 30: #define MM_SERVER 8001 ! 31: #define MM_CLIENT 8002 ! 32: #define MM_RESERVE 8003 ! 33: ! 34: #define MM_OPT_1 7001 ! 35: #define MM_OPT_2 7002 ! 36: #define MM_OPT_3 7003 ! 37: #define MM_OPT_4 7004 ! 38: #define MM_OPT_5 7005 ! 39: #define MM_OPT_6 7006 ! 40: #define MM_OPT_7 7007 ! 41: #define MM_OPT_8 7008 ! 42: ! 43: #define IDM_CASCADE 30 ! 44: #define IDM_TILE 31 ! 45: #define IDM_ARRANGE 32 ! 46: #define IDM_CLOSEALL 33 ! 47: ! 48: #define SIZEOFCAPTIONTEXT 20 ! 49: ! 50: /* ! 51: * Dialog ID's ! 52: */ ! 53: #define IDBTN_PAGE 101 ! 54: #define IDBTN_MAP 102 ! 55: #define IDBTN_OK 103 ! 56: ! 57: #define IDEDIT_MAPFILE 104 ! 58: #define IDEDIT_MAPNAME 105
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.