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

对话框与窗口

开发平台:

Visual C++

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