OnDraw.h
资源名称:txpj.rar [点击查看]
上传用户:pureled
上传日期:2013-05-27
资源大小:1078k
文件大小:1k
源码类别:
GDI/图象编程
开发平台:
Visual C++
- #if !defined(AFX_ONDRAW_H__4723192D_6B70_11D6_B55C_00D0F8011261__INCLUDED_)
- #define AFX_ONDRAW_H__4723192D_6B70_11D6_B55C_00D0F8011261__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // OnDraw.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // OnDraw document
- class OnDraw : public CDocument
- {
- protected:
- OnDraw(); // protected constructor used by dynamic creation
- DECLARE_DYNCREATE(OnDraw)
- // Attributes
- public:
- // Operations
- public:
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(OnDraw)
- public:
- virtual void Serialize(CArchive& ar); // overridden for document i/o
- protected:
- virtual BOOL OnNewDocument();
- //}}AFX_VIRTUAL
- // Implementation
- public:
- virtual ~OnDraw();
- #ifdef _DEBUG
- virtual void AssertValid() const;
- virtual void Dump(CDumpContext& dc) const;
- #endif
- // Generated message map functions
- protected:
- //{{AFX_MSG(OnDraw)
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_ONDRAW_H__4723192D_6B70_11D6_B55C_00D0F8011261__INCLUDED_)