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

对话框与窗口

开发平台:

Visual C++

  1. #if !defined(AFX_MARKUPSTATIC_H__9851CB9F_CEAA_444A_87BB_C508D160702B__INCLUDED_)
  2. #define AFX_MARKUPSTATIC_H__9851CB9F_CEAA_444A_87BB_C508D160702B__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // MarkupStatic.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CMarkupStatic window
  10. class CMarkupStatic : public CStatic, public CXTPMarkupContext
  11. {
  12. // Construction
  13. public:
  14. CMarkupStatic();
  15. // Attributes
  16. public:
  17. // Operations
  18. public:
  19. void SetMarkupText(LPCSTR lpszMarkup);
  20. // Implementation
  21. public:
  22. virtual ~CMarkupStatic();
  23. // Generated message map functions
  24. protected:
  25. DECLARE_MESSAGE_MAP()
  26. //{{AFX_VIRTUAL(CMarkupStatic)
  27. BOOL OnWndMsg(UINT message, WPARAM wParam, LPARAM lParam, LRESULT* pResult);
  28. //}}AFX_VIRTUAL
  29. //{{AFX_MSG(CMarkupStatic)
  30. afx_msg void OnPaint();
  31. //}}AFX_MSG
  32. CXTPMarkupUIElement* m_pUIElement;
  33. };
  34. /////////////////////////////////////////////////////////////////////////////
  35. //{{AFX_INSERT_LOCATION}}
  36. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  37. #endif // !defined(AFX_MARKUPSTATIC_H__9851CB9F_CEAA_444A_87BB_C508D160702B__INCLUDED_)