www.pudn.com > subject_1_113294.rar > PaintDoc.h, change:2002-05-25,size:1543b


// PaintDoc.h : interface of the CPaintDoc class 
// 
///////////////////////////////////////////////////////////////////////////// 
 
#if !defined(AFX_PAINTDOC_H__C5072B36_6537_47A0_9E4F_B7FBCB3DDDB7__INCLUDED_) 
#define AFX_PAINTDOC_H__C5072B36_6537_47A0_9E4F_B7FBCB3DDDB7__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
 
#include "filldlg.h" 
 
class CPaintDoc : public CDocument 
{ 
protected: // create from serialization only 
	CPaintDoc(); 
	DECLARE_DYNCREATE(CPaintDoc) 
 
// Attributes 
public: 
	CPtrList *m_Element; 
	int *m_TypeList; 
	int Pointer; 
 
// Operations 
public: 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CPaintDoc) 
	public: 
	virtual BOOL OnNewDocument(); 
	virtual void Serialize(CArchive& ar); 
	//}}AFX_VIRTUAL 
 
// Implementation 
public: 
	virtual ~CPaintDoc(); 
#ifdef _DEBUG 
	virtual void AssertValid() const; 
	virtual void Dump(CDumpContext& dc) const; 
#endif 
 
protected: 
 
// Generated message map functions 
protected: 
	//{{AFX_MSG(CPaintDoc) 
		// NOTE - the ClassWizard will add and remove member functions here. 
		//    DO NOT EDIT what you see in these blocks of generated code ! 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
}; 
 
///////////////////////////////////////////////////////////////////////////// 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_PAINTDOC_H__C5072B36_6537_47A0_9E4F_B7FBCB3DDDB7__INCLUDED_)