📄 providerview.h
字号:
#if !defined(AFX_PRIVIDERVIEW_H__D573F192_70FA_4905_9DB5_73CB14F659E6__INCLUDED_)
#define AFX_PRIVIDERVIEW_H__D573F192_70FA_4905_9DB5_73CB14F659E6__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// PrividerView.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CProviderView record view
#include "ProviderSet.h"
class CProviderView : public CRecordView
{
public:
CProviderView(); // protected constructor used by dynamic creation
DECLARE_DYNCREATE(CProviderView)
// Form Data
public:
//{{AFX_DATA(CProviderView)
enum { IDD = IDD_PROVIDER_FORM };
CProviderSet* m_pSet;
//}}AFX_DATA
// Attributes
public:
// Operations
public:
CProviderSet* GetRecordset();
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CProviderView)
public:
virtual CRecordset* OnGetRecordset();
virtual BOOL OnMove(UINT nIDMoveCommand);
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
virtual void OnInitialUpdate();
//}}AFX_VIRTUAL
// Implementation
protected:
BOOL m_bAdding;
virtual ~CProviderView();
#ifdef _DEBUG
virtual void AssertValid() const;
virtual void Dump(CDumpContext& dc) const;
#endif
// Generated message map functions
//{{AFX_MSG(CProviderView)
afx_msg void OnInsertProvider();
afx_msg void OnDeleteProvider();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_PRIVIDERVIEW_H__D573F192_70FA_4905_9DB5_73CB14F659E6__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -