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

📄 newtoolbar.h

📁 MFC窗口程序设计源代码。相信大家看得懂。
💻 H
字号:
#if !defined(AFX_NEWTOOLBAR_H__719D4150_F5A1_4283_A0B7_BC1F996108B5__INCLUDED_)
#define AFX_NEWTOOLBAR_H__719D4150_F5A1_4283_A0B7_BC1F996108B5__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000

/////////////////////////////////////////////////////////////////////////////
// CNewToolBar window

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

// Attributes
public:

// Operations
public:

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

// Implementation
public:
	virtual ~CNewToolBar();

	// Generated message map functions
protected:
	//{{AFX_MSG(CNewToolBar)
	afx_msg LRESULT OnKickIdle(WPARAM wParam, LPARAM);
	afx_msg LRESULT OnIdleUpdateCmdUI(WPARAM wParam, LPARAM);
	//}}AFX_MSG

	DECLARE_MESSAGE_MAP()
};

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

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

#endif // !defined(AFX_NEWTOOLBAR_H__719D4150_F5A1_4283_A0B7_BC1F996108B5__INCLUDED_)

⌨️ 快捷键说明

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