📄 machinestoolbar.h
字号:
#pragma once
#include "afxext.h"
class CMachinesToolBar :
public CToolBar
{
DECLARE_DYNAMIC(CMachinesToolBar)
public:
CMachinesToolBar(void);
void SetColumns(UINT nColumns);
UINT GetColumns() { return m_nColumns; };
virtual~CMachinesToolBar(void);
protected:
UINT m_nColumns;
protected:
DECLARE_MESSAGE_MAP()
public:
// afx_msg void OnLButtonDown(CVisDrawView* pView, UINT nFlags, const CPoint& point);
};
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -