home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / sdk / winui / cliptext / cliptext.h < prev    next >
C/C++ Source or Header  |  1997-10-05  |  982b  |  34 lines

  1.  
  2. /******************************************************************************\
  3. *       This is a part of the Microsoft Source Code Samples. 
  4. *       Copyright (C) 1993 - 1997 Microsoft Corp.
  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.  
  12.  
  13. #include "windows.h"
  14.  
  15. #define IDM_ABOUT 100
  16.  
  17. /* file menu items */
  18.  
  19. #define     IDM_NEW      101
  20. #define     IDM_OPEN     102
  21. #define     IDM_SAVE     103
  22. #define     IDM_SAVEAS   104
  23. #define     IDM_PRINT    105
  24. #define     IDM_EXIT     106
  25.  
  26. /* edit menu items */
  27.  
  28. #define     IDM_UNDO     200
  29. #define     IDM_CUT      201
  30. #define     IDM_COPY     202
  31. #define     IDM_PASTE    203
  32. #define     IDM_CLEAR    204
  33.  
  34.