www.pudn.com > 12052.rar > 12052View.h
// 12052View.h : interface of the CMy12052View class
//
/////////////////////////////////////////////////////////////////////////////
#if !defined(AFX_12052VIEW_H__DA5952BA_8A50_4D77_897B_1FC2FF3199A5__INCLUDED_)
#define AFX_12052VIEW_H__DA5952BA_8A50_4D77_897B_1FC2FF3199A5__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
class CMy12052View : public CView
{
protected: // create from serialization only
CMy12052View();
DECLARE_DYNCREATE(CMy12052View)
// Attributes
public:
CMy12052Doc* GetDocument();
// Operations
public:
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CMy12052View)
public:
virtual void OnDraw(CDC* pDC); // overridden to draw this view
virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
protected:
virtual BOOL OnPreparePrinting(CPrintInfo* pInfo);
virtual void OnBeginPrinting(CDC* pDC, CPrintInfo* pInfo);
virtual void OnEndPrinting(CDC* pDC, CPrintInfo* pInfo);
//}}AFX_VIRTUAL
// Implementation
public:
virtual ~CMy12052View();
#ifdef _DEBUG
virtual void AssertValid() const;
virtual void Dump(CDumpContext& dc) const;
#endif
protected:
// Generated message map functions
protected:
//{{AFX_MSG(CMy12052View)
afx_msg void OnPropertysheet();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
#ifndef _DEBUG // debug version in 12052View.cpp
inline CMy12052Doc* CMy12052View::GetDocument()
{ return (CMy12052Doc*)m_pDocument; }
#endif
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_12052VIEW_H__DA5952BA_8A50_4D77_897B_1FC2FF3199A5__INCLUDED_)