📄 ngtoolbar.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 + -