📄 ngmdiframewnd.h
字号:
// NGMDIFrameWnd.h : interface of the CNGMDIFrameWnd class
//
/////////////////////////////////////////////////////////////////////////////
#if !defined(__NGMDIFrameWnd_H__)
#define __NGMDIFrameWnd_H__
#if _MSC_VER >= 1000
#pragma once
#endif // _MSC_VER >= 1000
#define CNGMDIFrameWnd_BASE CCJMDIFrameWnd
class NGLIB_EXT_CLASS CNGMDIFrameWnd : public CCJMDIFrameWnd
{
public:
DECLARE_DYNCREATE(CNGMDIFrameWnd)
CNGMDIFrameWnd(void);
virtual ~CNGMDIFrameWnd(void);
// Attributes
protected:
BOOL m_bInitialShow;
CString m_sCtrlBarProfileName;
// Operations
public:
virtual void InitialShowWindow(UINT nCmdShow);
void CreateView(CDocument* pDoc, CDocTemplate* pTemplate);
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CNGMDIFrameWnd)
public:
virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
virtual BOOL OnCreateClient(LPCREATESTRUCT lpcs, CCreateContext* pContext);
//}}AFX_VIRTUAL
// Implementation
public:
#ifdef _DEBUG
virtual void AssertValid(void) const;
virtual void Dump(CDumpContext& dc) const;
#endif
// Generated message map functions
protected:
//{{AFX_MSG(CNGMDIFrameWnd)
afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
afx_msg void OnShowWindow(BOOL bShow, UINT nStatus);
afx_msg void OnClose(void);
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Developer Studio will insert additional declarations immediately before the previous line.
#endif // !defined(__NGMDIFrameWnd_H__)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -