www.pudn.com > WORD_useword.rar > PrintBase.h


#if !defined(AFX_PRINTBASE_H__A1BBEB96_D38E_4018_BD22_12FC460FF513__INCLUDED_) 
#define AFX_PRINTBASE_H__A1BBEB96_D38E_4018_BD22_12FC460FF513__INCLUDED_ 
 
// PrintBase.h : header file 
// 
 
///////////////////////////////////////////////////////////////////////////// 
// CPrintBase window 
 
class CPrintBase : CObject 
{ 
// Construction 
public: 
	CPrintBase(); 
 
// Attributes 
public: 
 
// Operations 
public: 
 
 
// Implementation 
public: 
	virtual ~CPrintBase(); 
	// Generated message map functions 
protected: 
 
}; 
 
///////////////////////////////////////////////////////////////////////////// 
 
 
#endif // !defined(AFX_PRINTBASE_H__A1BBEB96_D38E_4018_BD22_12FC460FF513__INCLUDED_)