?? rightpaneview.h
字號(hào):
#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;
//顯示詳細(xì)信息標(biāo)志
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_)
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -