ex71View.h
上传用户:qdhmjx
上传日期:2022-07-11
资源大小:2226k
文件大小:2k
源码类别:

书籍源码

开发平台:

Visual C++

  1. // ex71View.h : interface of the CEx71View class
  2. //
  3. /////////////////////////////////////////////////////////////////////////////
  4. //class CNPenDlg;
  5. #include "NPenDlg.h"
  6. #if !defined(AFX_EX71VIEW_H__58368964_183B_4677_B21C_B77C50854872__INCLUDED_)
  7. #define AFX_EX71VIEW_H__58368964_183B_4677_B21C_B77C50854872__INCLUDED_
  8. #if _MSC_VER > 1000
  9. #pragma once
  10. #endif // _MSC_VER > 1000
  11. class CEx71View : public CView
  12. {
  13. protected: // create from serialization only
  14. CEx71View();
  15. DECLARE_DYNCREATE(CEx71View)
  16. // Attributes
  17. public:
  18. CEx71Doc* GetDocument();
  19. // Operations
  20. public:
  21. // Overrides
  22. // ClassWizard generated virtual function overrides
  23. //{{AFX_VIRTUAL(CEx71View)
  24. public:
  25. virtual void OnDraw(CDC* pDC);  // overridden to draw this view
  26. virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
  27. protected:
  28. virtual BOOL OnPreparePrinting(CPrintInfo* pInfo);
  29. virtual void OnBeginPrinting(CDC* pDC, CPrintInfo* pInfo);
  30. virtual void OnEndPrinting(CDC* pDC, CPrintInfo* pInfo);
  31. //}}AFX_VIRTUAL
  32. // Implementation
  33. public:
  34. CNPenDlg* NpenDlg;
  35. virtual ~CEx71View();
  36. #ifdef _DEBUG
  37. virtual void AssertValid() const;
  38. virtual void Dump(CDumpContext& dc) const;
  39. #endif
  40. protected:
  41. // Generated message map functions
  42. protected:
  43. int m_nWidth;
  44. //{{AFX_MSG(CEx71View)
  45. afx_msg void OnTestdlg();
  46. afx_msg void OnModal();
  47. afx_msg void OnNoModal();
  48. afx_msg void Apply(WPARAM wParam, LPARAM lParam );
  49. //}}AFX_MSG
  50. DECLARE_MESSAGE_MAP()
  51. };
  52. #ifndef _DEBUG  // debug version in ex71View.cpp
  53. inline CEx71Doc* CEx71View::GetDocument()
  54.    { return (CEx71Doc*)m_pDocument; }
  55. #endif
  56. /////////////////////////////////////////////////////////////////////////////
  57. //{{AFX_INSERT_LOCATION}}
  58. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  59. #endif // !defined(AFX_EX71VIEW_H__58368964_183B_4677_B21C_B77C50854872__INCLUDED_)