OnDraw.h
上传用户:pureled
上传日期:2013-05-27
资源大小:1078k
文件大小:1k
源码类别:

GDI/图象编程

开发平台:

Visual C++

  1. #if !defined(AFX_ONDRAW_H__4723192D_6B70_11D6_B55C_00D0F8011261__INCLUDED_)
  2. #define AFX_ONDRAW_H__4723192D_6B70_11D6_B55C_00D0F8011261__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // OnDraw.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // OnDraw document
  10. class OnDraw : public CDocument
  11. {
  12. protected:
  13. OnDraw();           // protected constructor used by dynamic creation
  14. DECLARE_DYNCREATE(OnDraw)
  15. // Attributes
  16. public:
  17. // Operations
  18. public:
  19. // Overrides
  20. // ClassWizard generated virtual function overrides
  21. //{{AFX_VIRTUAL(OnDraw)
  22. public:
  23. virtual void Serialize(CArchive& ar);   // overridden for document i/o
  24. protected:
  25. virtual BOOL OnNewDocument();
  26. //}}AFX_VIRTUAL
  27. // Implementation
  28. public:
  29. virtual ~OnDraw();
  30. #ifdef _DEBUG
  31. virtual void AssertValid() const;
  32. virtual void Dump(CDumpContext& dc) const;
  33. #endif
  34. // Generated message map functions
  35. protected:
  36. //{{AFX_MSG(OnDraw)
  37. //}}AFX_MSG
  38. DECLARE_MESSAGE_MAP()
  39. };
  40. //{{AFX_INSERT_LOCATION}}
  41. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  42. #endif // !defined(AFX_ONDRAW_H__4723192D_6B70_11D6_B55C_00D0F8011261__INCLUDED_)