NGToolbar.h
上传用户:whjcdz88
上传日期:2007-01-02
资源大小:350k
文件大小:1k
源码类别:

工具条

开发平台:

Visual C++

  1. #ifndef NGTOOLBAR__H
  2. #define NGTOOLBAR__H
  3. #ifndef __AFXTEMPL_H__
  4. #include <afxtempl.h>
  5. #endif
  6. #ifdef _DEBUG
  7. #pragma comment(lib,"ngtlb10d.lib")
  8. #pragma message("Automatically linking with ngtlb10d.dll")
  9. #else
  10. #pragma comment(lib,"ngtlb10r.lib")
  11. #pragma message("Automatically linking with ngtlb10r.dll")
  12. #endif
  13. #ifndef TBSTYLE_TRANSPARENT
  14. // Old commctrl.h compatibility
  15. #define TBSTYLE_TRANSPARENT     0x8000 
  16. #endif
  17. #include <NGenericToolBar.h>
  18. #include <NGenericMenu.h>
  19. #include <NMDIMenuFrameWnd.h>
  20. #include <NSDIMenuFrameWnd.h>
  21. #include <NMDIClient.h>
  22. #ifdef AUTO_SUBCLASS
  23. // Automatically use new classes
  24. #define CMDIFrameWnd CNMDIMenuFrameWnd
  25. #define CFrameWnd CNSDIMenuFrameWnd
  26. #define CToolBar CNGenericToolBar
  27. #endif
  28. #endif