www.pudn.com > Stud_info.rar > Stud_infoView.h


// Stud_infoView.h : interface of the CStud_infoView class 
// 
///////////////////////////////////////////////////////////////////////////// 
 
#if !defined(AFX_STUD_INFOVIEW_H__CFF543C5_E668_4493_8724_B15151514948__INCLUDED_) 
#define AFX_STUD_INFOVIEW_H__CFF543C5_E668_4493_8724_B15151514948__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
 
class CstudentSet; 
 
class CStud_infoView : public CRecordView 
{ 
protected: // create from serialization only 
	CStud_infoView(); 
	DECLARE_DYNCREATE(CStud_infoView) 
 
public: 
	//{{AFX_DATA(CStud_infoView) 
	enum{ IDD = IDD_STUD_INFO_FORM }; 
	CstudentSet* m_pSet; 
		// NOTE: the ClassWizard will add data members here 
	//}}AFX_DATA 
 
// Attributes 
public: 
	CStud_infoDoc* GetDocument(); 
 
// Operations 
public: 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CStud_infoView) 
	public: 
	virtual CRecordset* OnGetRecordset(); 
	virtual BOOL PreCreateWindow(CREATESTRUCT& cs); 
	protected: 
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support 
	virtual void OnInitialUpdate(); // called first time after construct 
	virtual BOOL OnPreparePrinting(CPrintInfo* pInfo); 
	virtual void OnBeginPrinting(CDC* pDC, CPrintInfo* pInfo); 
	virtual void OnEndPrinting(CDC* pDC, CPrintInfo* pInfo); 
	//}}AFX_VIRTUAL 
 
// Implementation 
public: 
	virtual ~CStud_infoView(); 
#ifdef _DEBUG 
	virtual void AssertValid() const; 
	virtual void Dump(CDumpContext& dc) const; 
#endif 
 
protected: 
 
// Generated message map functions 
protected: 
	//{{AFX_MSG(CStud_infoView) 
		// NOTE - the ClassWizard will add and remove member functions here. 
		//    DO NOT EDIT what you see in these blocks of generated code ! 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
}; 
 
#ifndef _DEBUG  // debug version in Stud_infoView.cpp 
inline CStud_infoDoc* CStud_infoView::GetDocument() 
   { return (CStud_infoDoc*)m_pDocument; } 
#endif 
 
///////////////////////////////////////////////////////////////////////////// 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_STUD_INFOVIEW_H__CFF543C5_E668_4493_8724_B15151514948__INCLUDED_)