BehaviorMonDoc.h
上传用户:xuemeng126
上传日期:2022-07-05
资源大小:454k
文件大小:1k
- // BehaviorMonDoc.h : interface of the CBehaviorMonDoc class
- //
- /////////////////////////////////////////////////////////////////////////////
- #if !defined(AFX_BEHAVIORMONDOC_H__DD7E4A9F_EA45_4263_BE7C_BC1BC22F97E2__INCLUDED_)
- #define AFX_BEHAVIORMONDOC_H__DD7E4A9F_EA45_4263_BE7C_BC1BC22F97E2__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- class CBehaviorMonDoc : public CDocument
- {
- protected: // create from serialization only
- CBehaviorMonDoc();
- DECLARE_DYNCREATE(CBehaviorMonDoc)
- // Attributes
- public:
- // Operations
- public:
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CBehaviorMonDoc)
- public:
- virtual BOOL OnNewDocument();
- virtual void Serialize(CArchive& ar);
- //}}AFX_VIRTUAL
- // Implementation
- public:
- virtual ~CBehaviorMonDoc();
- #ifdef _DEBUG
- virtual void AssertValid() const;
- virtual void Dump(CDumpContext& dc) const;
- #endif
- protected:
- // Generated message map functions
- protected:
- //{{AFX_MSG(CBehaviorMonDoc)
- // 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_BEHAVIORMONDOC_H__DD7E4A9F_EA45_4263_BE7C_BC1BC22F97E2__INCLUDED_)