📄 nocloseframe.h
字号:
// NoCloseFrame.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CNoCloseFrame frame
class CNoCloseFrame : public CMDIChildWnd
{
DECLARE_DYNCREATE(CNoCloseFrame)
protected:
CNoCloseFrame(); // protected constructor used by dynamic creation
// Attributes
public:
// Operations
public:
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CNoCloseFrame)
public:
virtual BOOL LoadFrame(UINT nIDResource, DWORD dwDefaultStyle = WS_OVERLAPPEDWINDOW | FWS_ADDTOTITLE, CWnd* pParentWnd = NULL, CCreateContext* pContext = NULL);
//}}AFX_VIRTUAL
// Implementation
protected:
virtual ~CNoCloseFrame();
// Generated message map functions
//{{AFX_MSG(CNoCloseFrame)
afx_msg void OnCloseFrame();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -