SmartLayoutDoc.h
上传用户:szled88
上传日期:2015-04-09
资源大小:43957k
文件大小:2k
源码类别:

对话框与窗口

开发平台:

Visual C++

  1. // SmartLayoutDoc.h : interface of the CSmartLayoutDoc class
  2. //
  3. /////////////////////////////////////////////////////////////////////////////
  4. #if !defined(AFX_SMARTLAYOUTDOC_H__C3F65B55_1C52_4B57_A8E8_4CCACEA26725__INCLUDED_)
  5. #define AFX_SMARTLAYOUTDOC_H__C3F65B55_1C52_4B57_A8E8_4CCACEA26725__INCLUDED_
  6. #if _MSC_VER > 1000
  7. #pragma once
  8. #endif // _MSC_VER > 1000
  9. class CSmartLayoutDoc : public CRichEditDoc
  10. {
  11. protected: // create from serialization only
  12. CSmartLayoutDoc();
  13. DECLARE_DYNCREATE(CSmartLayoutDoc)
  14. // Attributes
  15. public:
  16. // Operations
  17. public:
  18. // Overrides
  19. // ClassWizard generated virtual function overrides
  20. //{{AFX_VIRTUAL(CSmartLayoutDoc)
  21. public:
  22. virtual BOOL OnNewDocument();
  23. virtual void Serialize(CArchive& ar);
  24. //}}AFX_VIRTUAL
  25. virtual CRichEditCntrItem* CreateClientItem(REOBJECT* preo) const;
  26. // Implementation
  27. public:
  28. virtual ~CSmartLayoutDoc();
  29. #ifdef _DEBUG
  30. virtual void AssertValid() const;
  31. virtual void Dump(CDumpContext& dc) const;
  32. #endif
  33. protected:
  34. // Generated message map functions
  35. protected:
  36. //{{AFX_MSG(CSmartLayoutDoc)
  37. // NOTE - the ClassWizard will add and remove member functions here.
  38. //    DO NOT EDIT what you see in these blocks of generated code !
  39. //}}AFX_MSG
  40. DECLARE_MESSAGE_MAP()
  41. };
  42. /////////////////////////////////////////////////////////////////////////////
  43. //{{AFX_INSERT_LOCATION}}
  44. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  45. #endif // !defined(AFX_SMARTLAYOUTDOC_H__C3F65B55_1C52_4B57_A8E8_4CCACEA26725__INCLUDED_)