www.pudn.com > work12_2.rar > yong24Doc.h


// yong24Doc.h : interface of the CYong24Doc class
//
/////////////////////////////////////////////////////////////////////////////

#if !defined(AFX_YONG24DOC_H__FE619E22_DD5E_4315_A204_86C106D266B4__INCLUDED_)
#define AFX_YONG24DOC_H__FE619E22_DD5E_4315_A204_86C106D266B4__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000


class CYong24Doc : public CDocument
{
protected: // create from serialization only
CYong24Doc();
DECLARE_DYNCREATE(CYong24Doc)

// Attributes
public:

// Operations
public:

// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CYong24Doc)
public:
virtual BOOL OnNewDocument();
virtual void Serialize(CArchive&amt; ar);
//}}AFX_VIRTUAL

// Implementation
public:
virtual ~CYong24Doc();
#ifdef _DEBUG
virtual void AssertValid() const;
virtual void Dump(CDumpContext&amt; dc) const;
#endif

protected:

// Generated message map functions
protected:
//{{AFX_MSG(CYong24Doc)
// 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_YONG24DOC_H__FE619E22_DD5E_4315_A204_86C106D266B4__INCLUDED_)