📄 rightpanel.h
字号:
#if !defined(AFX_RIGHTPANEL_H__45D8D71C_224F_11D5_9CF2_0050FC203B65__INCLUDED_)
#define AFX_RIGHTPANEL_H__45D8D71C_224F_11D5_9CF2_0050FC203B65__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// RightPanel.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CRightPanel frame
class CSQLView;
class CRecordsView;
class CRightPanel : public CFrameWnd
{
DECLARE_DYNCREATE(CRightPanel)
protected:
CRightPanel(); // protected constructor used by dynamic creation
// Attributes
protected:
CSplitterWnd m_wndSplitter;
public:
// Operations
public:
CSQLView* GetSQLView();
CRecordsView* GetListView();
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CRightPanel)
protected:
virtual BOOL OnCreateClient(LPCREATESTRUCT lpcs, CCreateContext* pContext);
//}}AFX_VIRTUAL
// Implementation
protected:
virtual ~CRightPanel();
// Generated message map functions
//{{AFX_MSG(CRightPanel)
// 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_RIGHTPANEL_H__45D8D71C_224F_11D5_9CF2_0050FC203B65__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -