TreeDoc1.h
上传用户:szcysw
上传日期:2013-03-11
资源大小:6752k
文件大小:1k
- #if !defined(AFX_TREEDOC1_H__19DFB35C_E0E6_4863_8339_296DAE390840__INCLUDED_)
- #define AFX_TREEDOC1_H__19DFB35C_E0E6_4863_8339_296DAE390840__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // TreeDoc1.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // CTreeDoc1 document
- class CTreeDoc1 : public CDocument
- {
- protected:
- CTreeDoc1(); // protected constructor used by dynamic creation
- DECLARE_DYNCREATE(CTreeDoc1)
- // Attributes
- public:
- // Operations
- public:
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CTreeDoc1)
- public:
- virtual void Serialize(CArchive& ar); // overridden for document i/o
- protected:
- virtual BOOL OnNewDocument();
- //}}AFX_VIRTUAL
- // Implementation
- public:
- virtual ~CTreeDoc1();
- #ifdef _DEBUG
- virtual void AssertValid() const;
- virtual void Dump(CDumpContext& dc) const;
- #endif
- // Generated message map functions
- protected:
- //{{AFX_MSG(CTreeDoc1)
- // NOTE - the ClassWizard will add and remove member functions here.
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_TREEDOC1_H__19DFB35C_E0E6_4863_8339_296DAE390840__INCLUDED_)