IMAGEVIEWDOC.H
上传用户:alisonmail
上传日期:2013-02-28
资源大小:500k
文件大小:1k
源码类别:

图片显示

开发平台:

Visual C++

  1. #if !defined(IMAGEVIEWDOC_H__9AB61CEC_47C5_11D0_B717_00C0A83735D8__INCLUDED_)
  2. #define IMAGEVIEWDOC_H__9AB61CEC_47C5_11D0_B717_00C0A83735D8__INCLUDED_
  3. // ImageViewDoc.h : interface of the CImageViewDoc class
  4. //
  5. /////////////////////////////////////////////////////////////////////////////
  6. class CImageViewDoc : public CDocument
  7. {
  8. protected: // create from serialization only
  9. CImageViewDoc();
  10. DECLARE_DYNCREATE(CImageViewDoc)
  11. // Attributes
  12. public:
  13. // Operations
  14. public:
  15. // Overrides
  16. // ClassWizard generated virtual function overrides
  17. //{{AFX_VIRTUAL(CImageViewDoc)
  18. public:
  19. virtual BOOL OnNewDocument();
  20. virtual void Serialize(CArchive& ar);
  21. //}}AFX_VIRTUAL
  22. // Implementation
  23. public:
  24. virtual ~CImageViewDoc();
  25. #ifdef _DEBUG
  26. virtual void AssertValid() const;
  27. virtual void Dump(CDumpContext& dc) const;
  28. #endif
  29. protected:
  30. // Generated message map functions
  31. protected:
  32. //{{AFX_MSG(CImageViewDoc)
  33. afx_msg void OnFileSaveAs();
  34. //}}AFX_MSG
  35. DECLARE_MESSAGE_MAP()
  36. };
  37. /////////////////////////////////////////////////////////////////////////////
  38. //{{AFX_INSERT_LOCATION}}
  39. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  40. #endif // !defined(IMAGEVIEWDOC_H__9AB61CEC_47C5_11D0_B717_00C0A83735D8__INCLUDED)