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

📄 wbtoolbar.h

📁 电子白板程序
💻 H
字号:
#if !defined(AFX_WBTOOLBAR_H__4A215A3A_71E2_4B5B_ABAD_DECEFE1601EE__INCLUDED_)
#define AFX_WBTOOLBAR_H__4A215A3A_71E2_4B5B_ABAD_DECEFE1601EE__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// WBToolBar.h : header file
//
#include "ColourPickerCB.h"
/////////////////////////////////////////////////////////////////////////////
// CWBToolBar window

class CWBToolBar : public CToolBar
{
public:

			 CWBToolBar();

	virtual ~CWBToolBar();

	BOOL     Create( CFrameWnd * pFrame );

	CColourPickerCB & GetLineTypeCombo( void ){ return this->m_linetype_combo; }

	CColourPickerCB & GetColorCombo( void ){ return this->m_color_combo; }

	CStatic & GetStatic( void ){ return this->m_static; }

protected:

	//{{AFX_VIRTUAL(CWBToolBar)
	//}}AFX_VIRTUAL

	//{{AFX_MSG(CWBToolBar)
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
private:
	CColourPickerCB	m_linetype_combo;
	CColourPickerCB m_color_combo;
	CStatic         m_static;
};

/////////////////////////////////////////////////////////////////////////////

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_WBTOOLBAR_H__4A215A3A_71E2_4B5B_ABAD_DECEFE1601EE__INCLUDED_)

⌨️ 快捷键说明

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