home *** CD-ROM | disk | FTP | other *** search
- /*****************************************************************************
-
- menu.h
- ------
-
- Menu item defines for the TextView DLL demonstration application
-
- This source is Copyright (c) Alan Phillips 1991. It may be freely used
- and adapted for non-commercial applications. Commercial and ShareWare
- authors should first obtain the written permission of the author.
-
- The source is edited with a tab size of 4.
-
- *****************************************************************************/
-
- #define IDM_HELP_ABOUT 10000
- #define IDM_TRACE_ON 10100
- #define IDM_TRACE_OFF 10101
- #define IDM_TRACE_TEST 10104
- #define IDM_TRACE_MTEST 10105
- #define IDM_TRACE_RESET 10106
- #define IDM_TRACE_SHOW 10107
- #define IDM_TRACE_STATUS 10108
- #define IDM_TRACE_SCR_AUTO 10109
- #define IDM_TRACE_SCR_MAN 10110
- #define IDM_TRACE_COPY 10111
- #define IDM_TRACE_MTESTF 10112
- #define IDM_TRACE_KILLWND 10113
-