PtreeDoc.h
资源名称:ictprop.rar [点击查看]
上传用户:tenhai
上传日期:2021-02-19
资源大小:492k
文件大小:1k
源码类别:
组合框控件
开发平台:
Visual C++
- #if !defined(AFX_PTREEDOC_H__39FF350C_3E37_4BD5_8B06_EF013C4A625D__INCLUDED_)
- #define AFX_PTREEDOC_H__39FF350C_3E37_4BD5_8B06_EF013C4A625D__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // PtreeDoc.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // CPtreeDoc document
- class CPtreeDoc : public CDocument
- {
- protected:
- CPtreeDoc(); // protected constructor used by dynamic creation
- DECLARE_DYNCREATE(CPtreeDoc)
- // Attributes
- public:
- // Operations
- public:
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CPtreeDoc)
- public:
- virtual void Serialize(CArchive& ar); // overridden for document i/o
- virtual void SetTitle(LPCTSTR lpszTitle);
- protected:
- virtual BOOL OnNewDocument();
- virtual BOOL SaveModified();
- //}}AFX_VIRTUAL
- // Implementation
- public:
- virtual ~CPtreeDoc();
- #ifdef _DEBUG
- virtual void AssertValid() const;
- virtual void Dump(CDumpContext& dc) const;
- #endif
- // Generated message map functions
- protected:
- //{{AFX_MSG(CPtreeDoc)
- // 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_PTREEDOC_H__39FF350C_3E37_4BD5_8B06_EF013C4A625D__INCLUDED_)