machinestoolbar.h
来自「参数化车间设备资源绘制程序」· C头文件 代码 · 共 24 行
H
24 行
#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 + =
减小字号Ctrl + -
显示快捷键?