www.pudn.com > imagescale---raw.zip > ImgScaleDoc.h


// ImgScaleDoc.h : interface of the CImgScaleDoc class 
// 
///////////////////////////////////////////////////////////////////////////// 
 
#if !defined(AFX_IMGSCALEDOC_H__9AE0128B_4167_11D4_9D99_0080AD8441D2__INCLUDED_) 
#define AFX_IMGSCALEDOC_H__9AE0128B_4167_11D4_9D99_0080AD8441D2__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
 
#include "dib.h" 
 
class CImgScaleDoc : public CDocument 
{ 
protected: // create from serialization only 
	CImgScaleDoc(); 
	DECLARE_DYNCREATE(CImgScaleDoc) 
 
// Attributes 
public: 
	CDib* m_pDib; 
// Operations 
public: 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CImgScaleDoc) 
	public: 
	virtual BOOL OnNewDocument(); 
	virtual void Serialize(CArchive& ar); 
	virtual void DeleteContents(); 
	//}}AFX_VIRTUAL 
 
// Implementation 
public: 
	virtual ~CImgScaleDoc(); 
#ifdef _DEBUG 
	virtual void AssertValid() const; 
	virtual void Dump(CDumpContext& dc) const; 
#endif 
 
protected: 
 
// Generated message map functions 
protected: 
	//{{AFX_MSG(CImgScaleDoc) 
	afx_msg void OnFileOpen(); 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
}; 
 
///////////////////////////////////////////////////////////////////////////// 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_IMGSCALEDOC_H__9AE0128B_4167_11D4_9D99_0080AD8441D2__INCLUDED_)