providerview.h

来自「图书借阅管理 图书借阅管理」· C头文件 代码 · 共 70 行

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