📄 splitterview.h
字号:
#if !defined(AFX_SPLITTERVIEW_H__4D30560C_3D95_4597_ABB1_9739037F9445__INCLUDED_)
#define AFX_SPLITTERVIEW_H__4D30560C_3D95_4597_ABB1_9739037F9445__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// SPlitterView.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CSPlitterView frame with splitter
#ifndef __AFXEXT_H__
#include <afxext.h>
#endif
class CSPlitterView : public CMDIChildWnd
{
DECLARE_DYNCREATE(CSPlitterView)
protected:
CSPlitterView(); // protected constructor used by dynamic creation
// Attributes
protected:
CSplitterWnd m_wndSplitter;
public:
// Operations
public:
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CSPlitterView)
protected:
virtual BOOL OnCreateClient(LPCREATESTRUCT lpcs, CCreateContext* pContext);
//}}AFX_VIRTUAL
// Implementation
public:
virtual ~CSPlitterView();
// Generated message map functions
//{{AFX_MSG(CSPlitterView)
// NOTE - the ClassWizard will add and remove member functions here.
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_SPLITTERVIEW_H__4D30560C_3D95_4597_ABB1_9739037F9445__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -