IMAGEVIEWDOC.H
资源名称:imageview.zip [点击查看]
上传用户:gz_nwdz
上传日期:2007-01-12
资源大小:527k
文件大小:1k
源码类别:
图形图象
开发平台:
Visual C++
- #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)
English
