RichEditCtrlEx.h
上传用户:xztxsm
上传日期:2007-01-02
资源大小:23k
文件大小:2k
源码类别:

RichEdit

开发平台:

Visual C++

  1. #if !defined(AFX_RICHEDITCTRLEX_H__593C0042_0339_11D3_B936_C587BBEECB46__INCLUDED_)
  2. #define AFX_RICHEDITCTRLEX_H__593C0042_0339_11D3_B936_C587BBEECB46__INCLUDED_
  3. #if _MSC_VER >= 1000
  4. #pragma once
  5. #endif // _MSC_VER >= 1000
  6. // RichEditCtrlEx.h : header file
  7. //
  8. class _AFX_RICHEDITEX_STATE
  9. {
  10. public:
  11.     _AFX_RICHEDITEX_STATE();
  12.     virtual ~_AFX_RICHEDITEX_STATE();
  13.     HINSTANCE m_hInstRichEdit20 ;
  14. };
  15. BOOL PASCAL AfxInitRichEditEx();
  16. /////////////////////////////////////////////////////////////////////////////
  17. // CRichEditCtrlEx window
  18. class CRichEditCtrlEx : public CRichEditCtrl
  19. {
  20. // Construction
  21. public:
  22. CRichEditCtrlEx();
  23. // ClassWizard generated virtual function overrides
  24. //{{AFX_VIRTUAL(CRichEditCtrlEx)
  25. public:
  26.     virtual BOOL Create( DWORD in_dwStyle, const RECT& in_rcRect, 
  27.                          CWnd* in_pParentWnd, UINT in_nID );
  28. BOOL CreateEx(DWORD dwExStyle, LPCTSTR lpszClassName,
  29. LPCTSTR lpszWindowName, DWORD dwStyle,
  30. const RECT& rect, CWnd* pParentWnd, UINT nID,
  31. LPVOID lpParam /* = NULL */);
  32. //}}AFX_VIRTUAL
  33. // Implementation
  34. public:
  35. virtual ~CRichEditCtrlEx();
  36. // Generated message map functions
  37. protected:
  38. //{{AFX_MSG(CRichEditCtrlEx)
  39. // NOTE - the ClassWizard will add and remove member functions here.
  40. //}}AFX_MSG
  41. DECLARE_MESSAGE_MAP()
  42. };
  43. /////////////////////////////////////////////////////////////////////////////
  44. //{{AFX_INSERT_LOCATION}}
  45. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  46. #endif // !defined(AFX_RICHEDITCTRLEX_H__593C0042_0339_11D3_B936_C587BBEECB46__INCLUDED_)