www.pudn.com > 使用语音卡做的投诉抢修管理系统.zip > ngtoolbar.h
#ifndef NGTOOLBAR__H #define NGTOOLBAR__H #ifndef __AFXTEMPL_H__ #include#endif #pragma message ("Include "__FILE__) #ifndef NGTB_PROJECT #ifdef _DEBUG #pragma comment(lib,"ngtlb10d.lib") #pragma message("Automatically linking with ngtlb10d.dll") #else #pragma comment(lib,"ngtlb10r.lib") #pragma message("Automatically linking with ngtlb10r.dll") #endif #endif #ifndef TBSTYLE_TRANSPARENT // Old commctrl.h compatibility #define TBSTYLE_TRANSPARENT 0x8000 #endif #include "NGenericToolBar.h" //#include "NGenericMenu.h" //#include "NMDIMenuFrameWnd.h" //#include "NSDIMenuFrameWnd.h" #include "NMDIClient.h" #include "GripDialogBar.h" #include "SizeCBar.h" #include "SizingTabCtrlBar.h" #include "NCtrlSizeBar.h" #ifdef AUTO_SUBCLASS // Automatically use new classes //#define CMDIFrameWnd CNMDIMenuFrameWnd //#define CFrameWnd CNSDIMenuFrameWnd #define CToolBar CNGenericToolBar #endif #endif