📄 rightpaneview.h
字号:
#if !defined(AFX_RIGHTPANEVIEW_H__348370CE_A911_4C03_935C_63B6AE03E247__INCLUDED_)
#define AFX_RIGHTPANEVIEW_H__348370CE_A911_4C03_935C_63B6AE03E247__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// RightPaneView.h : header file
//
#define LIST_EVERYONE WM_USER + 10
/////////////////////////////////////////////////////////////////////////////
// CRightPaneView frame
#include "RightListView.h"
class CRightPaneView : public CFrameWnd
{
DECLARE_DYNCREATE(CRightPaneView)
protected:
CRightPaneView(); // protected constructor used by dynamic creation
// Attributes
public:
CSplitterWnd m_wndSplitter;
CRightListView* m_pListView;
//显示详细信息标志
BOOL m_bInfo;
//类别名称
CString m_strFirstClass,m_strSecondClass;
CString m_strName;
//声明ADO记录集
_RecordsetPtr m_pRecordset;
CString m_strWhere;
// Operations
public:
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CRightPaneView)
//}}AFX_VIRTUAL
// Implementation
protected:
virtual ~CRightPaneView();
// Generated message map functions
//{{AFX_MSG(CRightPaneView)
// 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_RIGHTPANEVIEW_H__348370CE_A911_4C03_935C_63B6AE03E247__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -