IMAGEVIEWDOC.H
上传用户:alisonmail
上传日期:2013-02-28
资源大小:500k
文件大小:1k
- #if !defined(IMAGEVIEWDOC_H__9AB61CEC_47C5_11D0_B717_00C0A83735D8__INCLUDED_)
- #define IMAGEVIEWDOC_H__9AB61CEC_47C5_11D0_B717_00C0A83735D8__INCLUDED_
- // ImageViewDoc.h : interface of the CImageViewDoc class
- //
- /////////////////////////////////////////////////////////////////////////////
- class CImageViewDoc : public CDocument
- {
- protected: // create from serialization only
- CImageViewDoc();
- DECLARE_DYNCREATE(CImageViewDoc)
- // Attributes
- public:
- // Operations
- public:
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CImageViewDoc)
- public:
- virtual BOOL OnNewDocument();
- virtual void Serialize(CArchive& ar);
- //}}AFX_VIRTUAL
- // Implementation
- public:
- virtual ~CImageViewDoc();
- #ifdef _DEBUG
- virtual void AssertValid() const;
- virtual void Dump(CDumpContext& dc) const;
- #endif
- protected:
- // Generated message map functions
- protected:
- //{{AFX_MSG(CImageViewDoc)
- afx_msg void OnFileSaveAs();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- /////////////////////////////////////////////////////////////////////////////
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
- #endif // !defined(IMAGEVIEWDOC_H__9AB61CEC_47C5_11D0_B717_00C0A83735D8__INCLUDED)