mywndbar.h

来自「编程实例」· C头文件 代码 · 共 55 行

H
55
字号
#if !defined(__MYWndBAR_H__)
#define __MYWNDBAR_H__

#if _MSC_VER >= 1000
#pragma once
#endif // _MSC_VER >= 1000
// mywndbar.h : header file
//

/////////////////////////////////////////////////////////////////////////////
// CMyWndBar window

#ifndef baseCMyWndBar
#define baseCMyWndBar CSizingControlBarG
#endif

class CMyWndBar : public baseCMyWndBar
{
// Construction
public:
	CMyWndBar();

// Attributes
public:

// Operations
public:

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

// Implementation
public:
	virtual ~CMyWndBar();

	// Generated message map functions
	virtual void OnUpdateCmdUI(CFrameWnd* pTarget, BOOL bDisableIfNoHndler);

protected:
	//{{AFX_MSG(CMyWndBar)
	afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
	//}}AFX_MSG

	DECLARE_MESSAGE_MAP()
};

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

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

#endif // !defined(AFX_MYWNDBAR_H__973E6AAD_404B_49FE_8FE0_A9B6FCB8C4CE__INCLUDED_)

⌨️ 快捷键说明

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