RichEditCtrlEx.h
资源名称:richtrans.zip [点击查看]
上传用户:xztxsm
上传日期:2007-01-02
资源大小:23k
文件大小:2k
源码类别:
RichEdit
开发平台:
Visual C++
- #if !defined(AFX_RICHEDITCTRLEX_H__593C0042_0339_11D3_B936_C587BBEECB46__INCLUDED_)
- #define AFX_RICHEDITCTRLEX_H__593C0042_0339_11D3_B936_C587BBEECB46__INCLUDED_
- #if _MSC_VER >= 1000
- #pragma once
- #endif // _MSC_VER >= 1000
- // RichEditCtrlEx.h : header file
- //
- class _AFX_RICHEDITEX_STATE
- {
- public:
- _AFX_RICHEDITEX_STATE();
- virtual ~_AFX_RICHEDITEX_STATE();
- HINSTANCE m_hInstRichEdit20 ;
- };
- BOOL PASCAL AfxInitRichEditEx();
- /////////////////////////////////////////////////////////////////////////////
- // CRichEditCtrlEx window
- class CRichEditCtrlEx : public CRichEditCtrl
- {
- // Construction
- public:
- CRichEditCtrlEx();
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CRichEditCtrlEx)
- public:
- virtual BOOL Create( DWORD in_dwStyle, const RECT& in_rcRect,
- CWnd* in_pParentWnd, UINT in_nID );
- BOOL CreateEx(DWORD dwExStyle, LPCTSTR lpszClassName,
- LPCTSTR lpszWindowName, DWORD dwStyle,
- const RECT& rect, CWnd* pParentWnd, UINT nID,
- LPVOID lpParam /* = NULL */);
- //}}AFX_VIRTUAL
- // Implementation
- public:
- virtual ~CRichEditCtrlEx();
- // Generated message map functions
- protected:
- //{{AFX_MSG(CRichEditCtrlEx)
- // NOTE - the ClassWizard will add and remove member functions here.
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- /////////////////////////////////////////////////////////////////////////////
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_RICHEDITCTRLEX_H__593C0042_0339_11D3_B936_C587BBEECB46__INCLUDED_)