📄 set2frame.h
字号:
#if !defined(AFX_SET2FRAME_H__9C25D9BE_F5B5_407C_A9B5_714324D9AB77__INCLUDED_)
#define AFX_SET2FRAME_H__9C25D9BE_F5B5_407C_A9B5_714324D9AB77__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// Set2Frame.h : header file
//
#include "MainFrm.h"
/////////////////////////////////////////////////////////////////////////////
// CSet2Frame frame
class CSet2Frame : public CMDIChildWnd
{
DECLARE_DYNCREATE(CSet2Frame)
protected:
CSet2Frame(); // protected constructor used by dynamic creation
//<-------------主框架指针------------->
// CMainFrame* m_pMainFrame;
//<-------------主框架指针------------->
// Attributes
public:
// Operations
public:
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CSet2Frame)
protected:
virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
// virtual LRESULT WindowProc(UINT message, WPARAM wParam, LPARAM lParam);
//}}AFX_VIRTUAL
// Implementation
protected:
virtual ~CSet2Frame();
// Generated message map functions
//{{AFX_MSG(CSet2Frame)
afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
// afx_msg void OnDestroy();
// afx_msg void OnMDIActivate(BOOL bActivate, CWnd* pActivateWnd, CWnd* pDeactivateWnd);
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_SET2FRAME_H__9C25D9BE_F5B5_407C_A9B5_714324D9AB77__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -