ExtRichEdit.h
上传用户:dengkfang
上传日期:2008-12-30
资源大小:5233k
文件大小:1k
源码类别:

CA认证

开发平台:

Visual C++

  1. #if !defined(AFX_EXTRICHEDIT_H__971ECB21_8956_411A_B90C_5FB1C6888240__INCLUDED_)
  2. #define AFX_EXTRICHEDIT_H__971ECB21_8956_411A_B90C_5FB1C6888240__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // ExtRichEdit.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CExtRichEdit window
  10. class CExtRichEdit : public CRichEditCtrl
  11. {
  12. // Construction
  13. public:
  14. CExtRichEdit();
  15. // Attributes
  16. public:
  17. // Operations
  18. public:
  19. void AddMsg(CString strMSG, COLORREF crNewColor=RGB(0, 128, 0), BOOL bUnderLine = FALSE, BOOL bBold = FALSE);
  20. // Overrides
  21. // ClassWizard generated virtual function overrides
  22. //{{AFX_VIRTUAL(CExtRichEdit)
  23. //}}AFX_VIRTUAL
  24. // Implementation
  25. public:
  26. virtual ~CExtRichEdit();
  27. // Generated message map functions
  28. protected:
  29. //{{AFX_MSG(CExtRichEdit)
  30. afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
  31. afx_msg void OnLButtonDblClk(UINT nFlags, CPoint point);
  32. //}}AFX_MSG
  33. DECLARE_MESSAGE_MAP()
  34. };
  35. /////////////////////////////////////////////////////////////////////////////
  36. //{{AFX_INSERT_LOCATION}}
  37. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  38. #endif // !defined(AFX_EXTRICHEDIT_H__971ECB21_8956_411A_B90C_5FB1C6888240__INCLUDED_)