fchildfrm.h

来自「Visual C++高级编程及其项目应用开发(含源代码)」· C头文件 代码 · 共 51 行

H
51
字号
#if !defined(AFX_FCHILDFRM_H__019BF214_6BAE_455A_8F70_FFF7E97468A4__INCLUDED_)
#define AFX_FCHILDFRM_H__019BF214_6BAE_455A_8F70_FFF7E97468A4__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// CFChildFrm frame

class CFChildFrm : public CMDIChildWnd
{
	DECLARE_DYNCREATE(CFChildFrm)
protected:
	CFChildFrm();           // protected constructor used by dynamic creation

// Attributes
public:

// Operations
public:
	// MFC的未归档函数,用来解决为框架指定标题
	virtual void OnUpdateFrameTitle( BOOL bAddToTitle );

// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CFChildFrm)
	protected:
	virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
	//}}AFX_VIRTUAL

// Implementation
protected:
	virtual ~CFChildFrm();

	// Generated message map functions
	//{{AFX_MSG(CFChildFrm)
		// NOTE - the ClassWizard will add and remove member functions here.
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

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

#endif // !defined(AFX_FCHILDFRM_H__019BF214_6BAE_455A_8F70_FFF7E97468A4__INCLUDED_)

⌨️ 快捷键说明

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