📄 mainfrm.h
字号:
// MainFrm.h : interface of the CMainFrame class
//
/////////////////////////////////////////////////////////////////////////////
#if !defined(AFX_MAINFRM_H__22584AAA_8C74_4ADE_938E_4D2EA62FD34B__INCLUDED_)
#define AFX_MAINFRM_H__22584AAA_8C74_4ADE_938E_4D2EA62FD34B__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include "ChildView.h"
//##ModelId=40863F42008B
class CMainFrame : public CFrameWnd
{
public:
//##ModelId=40863F4200A9
CMainFrame();
protected:
DECLARE_DYNAMIC(CMainFrame)
// Attributes
public:
// Operations
public:
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CMainFrame)
//##ModelId=40863F4200B3
virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
//##ModelId=40863F4200C7
virtual BOOL OnCmdMsg(UINT nID, int nCode, void* pExtra, AFX_CMDHANDLERINFO* pHandlerInfo);
//}}AFX_VIRTUAL
// Implementation
public:
//##ModelId=40863F4200F9
virtual ~CMainFrame();
#ifdef _DEBUG
//##ModelId=40863F420103
virtual void AssertValid() const;
//##ModelId=40863F42010E
virtual void Dump(CDumpContext& dc) const;
#endif
protected: // control bar embedded members
//##ModelId=40863F42017B
CStatusBar m_wndStatusBar;
//##ModelId=40863F4201AE
CToolBar m_wndToolBar;
//##ModelId=40863F4201E0
CChildView m_wndView;
// Generated message map functions
protected:
//{{AFX_MSG(CMainFrame)
//##ModelId=40863F4201FD
afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
//##ModelId=40863F420225
afx_msg void OnSetFocus(CWnd *pOldWnd);
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_MAINFRM_H__22584AAA_8C74_4ADE_938E_4D2EA62FD34B__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -