?? 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 + -