DragEditDoc.h
上传用户:jackiejxj
上传日期:2007-01-02
资源大小:35k
文件大小:1k
源码类别:

TreeView控件

开发平台:

Visual C++

  1. // DragEditDoc.h : interface of the CDragEditDoc class
  2. //
  3. /////////////////////////////////////////////////////////////////////////////
  4. #if !defined(AFX_DRAGEDITDOC_H__871E3CCC_6359_11D1_8251_444553540000__INCLUDED_)
  5. #define AFX_DRAGEDITDOC_H__871E3CCC_6359_11D1_8251_444553540000__INCLUDED_
  6. #if _MSC_VER >= 1000
  7. #pragma once
  8. #endif // _MSC_VER >= 1000
  9. class CDragEditDoc : public CDocument
  10. {
  11. protected: // create from serialization only
  12. CDragEditDoc();
  13. DECLARE_DYNCREATE(CDragEditDoc)
  14. // Attributes
  15. public:
  16. // Operations
  17. public:
  18. // Overrides
  19. // ClassWizard generated virtual function overrides
  20. //{{AFX_VIRTUAL(CDragEditDoc)
  21. public:
  22. virtual BOOL OnNewDocument();
  23. virtual void Serialize(CArchive& ar);
  24. //}}AFX_VIRTUAL
  25. // Implementation
  26. public:
  27. virtual ~CDragEditDoc();
  28. #ifdef _DEBUG
  29. virtual void AssertValid() const;
  30. virtual void Dump(CDumpContext& dc) const;
  31. #endif
  32. protected:
  33. // Generated message map functions
  34. protected:
  35. //{{AFX_MSG(CDragEditDoc)
  36. afx_msg void OnFileTest();
  37. //}}AFX_MSG
  38. DECLARE_MESSAGE_MAP()
  39. };
  40. /////////////////////////////////////////////////////////////////////////////
  41. //{{AFX_INSERT_LOCATION}}
  42. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  43. #endif // !defined(AFX_DRAGEDITDOC_H__871E3CCC_6359_11D1_8251_444553540000__INCLUDED_)