test1_mfcView.h
资源名称:test1_mfc.rar [点击查看]
上传用户:yongwangda
上传日期:2022-08-10
资源大小:2891k
文件大小:2k
源码类别:
图片显示
开发平台:
Visual C++
- // test1_mfcView.h : interface of the CTest1_mfcView class
- //
- /////////////////////////////////////////////////////////////////////////////
- #if !defined(AFX_TEST1_MFCVIEW_H__19FF9031_E07E_44F5_B6A9_D8F16D475520__INCLUDED_)
- #define AFX_TEST1_MFCVIEW_H__19FF9031_E07E_44F5_B6A9_D8F16D475520__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- class CTest1_mfcView : public CView
- {
- protected: // create from serialization only
- CTest1_mfcView();
- DECLARE_DYNCREATE(CTest1_mfcView)
- // Attributes
- public:
- CTest1_mfcDoc* GetDocument();
- // Operations
- public:
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CTest1_mfcView)
- 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 ~CTest1_mfcView();
- #ifdef _DEBUG
- virtual void AssertValid() const;
- virtual void Dump(CDumpContext& dc) const;
- #endif
- protected:
- // Generated message map functions
- protected:
- //{{AFX_MSG(CTest1_mfcView)
- // 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 test1_mfcView.cpp
- inline CTest1_mfcDoc* CTest1_mfcView::GetDocument()
- { return (CTest1_mfcDoc*)m_pDocument; }
- #endif
- /////////////////////////////////////////////////////////////////////////////
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_TEST1_MFCVIEW_H__19FF9031_E07E_44F5_B6A9_D8F16D475520__INCLUDED_)