newres.h
上传用户:hvpower
上传日期:2022-07-01
资源大小:2660k
文件大小:1k
源码类别:

进程与线程

开发平台:

Visual C++

  1. #ifndef __NEWRES_H__
  2. #define __NEWRES_H__
  3. #define  SHMENUBAR RCDATA
  4. #if !(defined(_WIN32_WCE_PSPC) && (_WIN32_WCE >= 300))
  5. #undef HDS_HORZ  
  6. #undef HDS_BUTTONS 
  7. #undef HDS_HIDDEN 
  8. #include <commctrl.h>
  9. // for MenuBar
  10. #define I_IMAGENONE (-2)
  11. #define NOMENU 0xFFFF
  12. #define IDS_SHNEW 1
  13. #define IDM_SHAREDNEW        10
  14. #define IDM_SHAREDNEWDEFAULT 11
  15. // for Tab Control
  16. #define TCS_SCROLLOPPOSITE      0x0001   // assumes multiline tab
  17. #define TCS_BOTTOM              0x0002
  18. #define TCS_RIGHT               0x0002
  19. #define TCS_VERTICAL            0x0080
  20. #define TCS_MULTISELECT         0x0004  // allow multi-select in button mode
  21. #define TCS_FLATBUTTONS         0x0008
  22. #endif //_WIN32_WCE_PSPC
  23. #endif //__NEWRES_H__