splitterview.h
来自「通过手机数据线连接手机」· C头文件 代码 · 共 55 行
H
55 行
#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 + =
减小字号Ctrl + -
显示快捷键?