⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 ngtoolbar.h

📁 处理各种电话投诉的危机情况
💻 H
字号:
#ifndef NGTOOLBAR__H
#define NGTOOLBAR__H

#ifndef __AFXTEMPL_H__
#include <afxtempl.h>
#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

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -