ressources.h
上传用户:lusi_8715
上传日期:2007-01-08
资源大小:199k
文件大小:1k
源码类别:

流媒体/Mpeg4/MP4

开发平台:

Visual C++

  1. /******************************************************************************
  2. *       This is a part of the Microsoft Source Code Samples. 
  3. *       Copyright 1993 - 2000 Microsoft Corp.
  4. *       All rights reserved. 
  5. *       This source code is only intended as a supplement to 
  6. *       Microsoft Development Tools and/or WinHelp documentation.
  7. *       See these sources for detailed information regarding the 
  8. *       Microsoft samples programs.
  9. ******************************************************************************/
  10. #include "windows.h"
  11. #define IDM_ABOUT 100
  12. /* file menu items */
  13. #define     IDM_OPEN     101
  14. #define     IDM_EXIT     102
  15. /* edit menu items */
  16. #define     IDM_UNDO     200
  17. #define     IDM_CUT      201
  18. #define     IDM_COPY     202
  19. #define     IDM_PASTE    203
  20. #define     IDM_CLEAR    204