AVIVIEW.H
上传用户:bangxh
上传日期:2007-01-31
资源大小:42235k
文件大小:1k
源码类别:

Windows编程

开发平台:

Visual C++

  1. /**************************************************************************
  2.  *
  3.  *  THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY
  4.  *  KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
  5.  *  IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR
  6.  *  PURPOSE.
  7.  *
  8.  *  Copyright (C) 1993 - 1997  Microsoft Corporation.  All Rights Reserved.
  9.  *
  10.  **************************************************************************/
  11. #define ID_APP      1000
  12. /* Menu Items */
  13. #define MENU_ABOUT          20
  14. #define MENU_EXIT           4
  15. #define MENU_BALL     99
  16. #define MENU_OPEN           11
  17. #define MENU_NEW     10
  18. #define MENU_ADD     17
  19. #define MENU_NEWPALETTE     12
  20. #define MENU_SAVEAS         13
  21. #define MENU_OPTIONS     15
  22. #define MENU_ZOOMQUARTER    54
  23. #define MENU_ZOOMHALF     50
  24. #define MENU_ZOOM1     51
  25. #define MENU_ZOOM2     52
  26. #define MENU_ZOOM4     53
  27. #define MENU_PLAY     100
  28. #define MENU_PAUSE     101
  29. #define MENU_STOP           102
  30. // Dialogs
  31. #define IDD_ABOUT           301
  32. #define IDD_NCOLORS         302
  33. #define IDS_PALETTE         303
  34. #define IDC_NCOLORS         400
  35. #ifdef DEBUG
  36.     extern void CDECL dprintf(LPSTR, ...);
  37.     #define DPF dprintf
  38. #else
  39.     #define DPF / ## /
  40. #endif