rightpanel.h

来自「连接MYSQL数据库」· C头文件 代码 · 共 55 行

H
55
字号
#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 + =
减小字号Ctrl + -
显示快捷键?