📄 dirfrm.h
字号:
// DirFrm.h : interface of the CDirFrame class
//
/////////////////////////////////////////////////////////////////////////////
#if !defined(AFX_CHILDFRM_H__F1263162_866A_42C1_9E8A_DF1827164FA5__INCLUDED_)
#define AFX_CHILDFRM_H__F1263162_866A_42C1_9E8A_DF1827164FA5__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
class CDirFrame : public CMDIChildWnd
{
DECLARE_DYNCREATE(CDirFrame)
// Attributes
private:
bool m_bReSize;
public:
CSplitterWnd m_wndSplitH;
CSplitterWnd m_wndSplitV;
// Operations
public:
public:
CDirFrame();
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CDirFrame)
public:
virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
protected:
virtual BOOL OnCreateClient(LPCREATESTRUCT lpcs, CCreateContext* pContext);
//}}AFX_VIRTUAL
// Implementation
public:
virtual ~CDirFrame();
#ifdef _DEBUG
virtual void AssertValid() const;
virtual void Dump(CDumpContext& dc) const;
#endif
// Generated message map functions
protected:
//{{AFX_MSG(CDirFrame)
afx_msg void OnSize(UINT nType, int cx, int cy);
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_CHILDFRM_H__F1263162_866A_42C1_9E8A_DF1827164FA5__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -