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

📄 shapestoolbar.h

📁 这是MFC经典问答书的光盘内容
💻 H
字号:
#pragma once

// ShapesToolBar.h : header file
//

/////////////////////////////////////////////////////////////////////////////
// CShapesToolBar window

class CShapesToolBar : public CToolBar
{
// Construction
public:
	CShapesToolBar();

	BOOL Create(	CWnd* pParentWnd,
					DWORD dwStyle = WS_CHILD | WS_VISIBLE | CBRS_TOP,
					UINT nID = AFX_IDW_TOOLBAR );

// Attributes
public:
	CComboBox	m_cmbShapes;	// toolbar combo-box

// Operations
public:

// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CShapesToolBar)
	//}}AFX_VIRTUAL

// Implementation
public:
	virtual ~CShapesToolBar();

	// Generated message map functions
protected:
	//{{AFX_MSG(CShapesToolBar)
	afx_msg void OnSelChangeShapesComboBox();	// toolbar combo-box
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

//{{AFX_INSERT_LOCATION}}
// Microsoft Developer Studio will insert additional declarations immediately before the previous line.

⌨️ 快捷键说明

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