newres.h
上传用户:hmc_gdtv
上传日期:2013-08-04
资源大小:798k
文件大小:1k
源码类别:

Windows Mobile

开发平台:

Visual C++

  1. #ifndef __NEWRES_H__
  2. #define __NEWRES_H__
  3. #include "config.h"
  4. #define  SHMENUBAR RCDATA
  5. #if !POCKETPC
  6. #undef HDS_HORZ
  7. #undef HDS_BUTTONS
  8. #undef HDS_HIDDEN
  9. #include <commctrl.h>
  10. // for MenuBar
  11. #define I_IMAGENONE (-2)
  12. #define NOMENU 0xFFFF
  13. #define IDS_SHNEW 1
  14. #define IDM_SHAREDNEW        10
  15. #define IDM_SHAREDNEWDEFAULT 11
  16. // for Tab Control
  17. #define TCS_SCROLLOPPOSITE      0x0001   // assumes multiline tab
  18. #define TCS_BOTTOM              0x0002
  19. #define TCS_RIGHT               0x0002
  20. #define TCS_VERTICAL            0x0080
  21. #define TCS_MULTISELECT         0x0004  // allow multi-select in button mode
  22. #define TCS_FLATBUTTONS         0x0008
  23. #endif //!POCKETPC
  24. #if defined(_WIN32_WCE)
  25. #if !defined(_WIN32_WCE_PSPC)
  26. #define _WIN32_WCE_HPC
  27. #endif
  28. #define _WIN32_WCE_PSPC
  29. #if defined(APSTUDIO_INVOKED)
  30. #undef _WIN32_WCE_HPC
  31. #undef _WIN32_WCE_PSPC
  32. #undef _WIN32_WCE
  33. #undef _WIN32_DESKTOP
  34. #endif
  35. #endif //__NEWRES_H__