home *** CD-ROM | disk | FTP | other *** search
/ CICA 1992 November / CICA_MS_Windows_CD-ROM_Walnut_Creek_November_1992.iso / win3 / programr / textview / menu.h < prev    next >
Text File  |  1991-06-14  |  926b  |  29 lines

  1. /*****************************************************************************
  2.  
  3.     menu.h
  4.     ------
  5.  
  6.     Menu item defines for the TextView DLL demonstration application
  7.  
  8.     This source is Copyright (c) Alan Phillips 1991. It may be freely used
  9.     and adapted for non-commercial applications. Commercial and ShareWare
  10.     authors should first obtain the written permission of the author.
  11.  
  12.     The source is edited with a tab size of 4.
  13.  
  14. *****************************************************************************/
  15.  
  16. #define    IDM_HELP_ABOUT        10000
  17. #define    IDM_TRACE_ON        10100
  18. #define    IDM_TRACE_OFF        10101
  19. #define    IDM_TRACE_TEST        10104
  20. #define    IDM_TRACE_MTEST        10105
  21. #define    IDM_TRACE_RESET        10106
  22. #define    IDM_TRACE_SHOW        10107
  23. #define    IDM_TRACE_STATUS    10108
  24. #define    IDM_TRACE_SCR_AUTO    10109
  25. #define    IDM_TRACE_SCR_MAN    10110
  26. #define    IDM_TRACE_COPY        10111
  27. #define    IDM_TRACE_MTESTF    10112
  28. #define    IDM_TRACE_KILLWND    10113
  29.