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

对话框与窗口

开发平台:

Visual C++

  1. #if !defined(AFX_MARKUPPADEDIT_H__BCE9D291_92E3_46A3_9669_13F398601812__INCLUDED_)
  2. #define AFX_MARKUPPADEDIT_H__BCE9D291_92E3_46A3_9669_13F398601812__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // MarkupPadEdit.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CMarkupPadEdit view
  10. class CMarkupPadEdit : public CEditView
  11. {
  12. protected:
  13. CMarkupPadEdit();           // protected constructor used by dynamic creation
  14. DECLARE_DYNCREATE(CMarkupPadEdit)
  15. // Attributes
  16. public:
  17. // Operations
  18. public:
  19. HINSTANCE m_hInstance;
  20. LPWSTR GetUnicodeText();
  21. // Overrides
  22. // ClassWizard generated virtual function overrides
  23. //{{AFX_VIRTUAL(CMarkupPadEdit)
  24. public:
  25. virtual void OnInitialUpdate();
  26. protected:
  27. //}}AFX_VIRTUAL
  28. // Implementation
  29. protected:
  30. virtual ~CMarkupPadEdit();
  31. #ifdef _DEBUG
  32. virtual void AssertValid() const;
  33. virtual void Dump(CDumpContext& dc) const;
  34. #endif
  35. CFont m_fnt;
  36. void UpdateViews();
  37. BOOL m_bFirstDoc;
  38. BOOL m_bError;
  39. void OnStatusBarHyperlinkClick(CXTPMarkupObject* pSender, CXTPMarkupRoutedEventArgs* pArgs);
  40. // Generated message map functions
  41. protected:
  42. //{{AFX_MSG(CMarkupPadEdit)
  43. afx_msg void OnChange();
  44. afx_msg void OnContextMenu(CWnd* pWnd, CPoint point);
  45. //}}AFX_MSG
  46. DECLARE_MESSAGE_MAP()
  47. };
  48. /////////////////////////////////////////////////////////////////////////////
  49. //{{AFX_INSERT_LOCATION}}
  50. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  51. #endif // !defined(AFX_MARKUPPADEDIT_H__BCE9D291_92E3_46A3_9669_13F398601812__INCLUDED_)