www.pudn.com > ±ÏÒµÁôÄî²á.rar > BrowseDoc.h
// BrowseDoc.h : interface of the CBrowseDoc class
//
/////////////////////////////////////////////////////////////////////////////
#if !defined(AFX_BROWSEDOC_H__A76BA668_E7D6_49E8_8ADE_5206920026A7__INCLUDED_)
#define AFX_BROWSEDOC_H__A76BA668_E7D6_49E8_8ADE_5206920026A7__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include "ClasseManager.h"
class CBrowseDoc : public CDocument
{
protected: // create from serialization only
CBrowseDoc();
DECLARE_DYNCREATE(CBrowseDoc)
// Attributes
public:
CClasseManager m_Classe;
// Operations
public:
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CBrowseDoc)
public:
virtual BOOL OnNewDocument();
virtual void Serialize(CArchive& ar);
//}}AFX_VIRTUAL
// Implementation
public:
virtual ~CBrowseDoc();
#ifdef _DEBUG
virtual void AssertValid() const;
virtual void Dump(CDumpContext& dc) const;
#endif
protected:
// Generated message map functions
protected:
//{{AFX_MSG(CBrowseDoc)
afx_msg void OnMfileOpen();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_BROWSEDOC_H__A76BA668_E7D6_49E8_8ADE_5206920026A7__INCLUDED_)