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

RichEdit

开发平台:

Visual C++

  1. // myrichDlg.h : header file
  2. //
  3. #if !defined(AFX_MYRICHDLG_H__12180466_4368_11D3_8298_000021414BAE__INCLUDED_)
  4. #define AFX_MYRICHDLG_H__12180466_4368_11D3_8298_000021414BAE__INCLUDED_
  5. #if _MSC_VER >= 1000
  6. #pragma once
  7. #endif // _MSC_VER >= 1000
  8. #include "richeditctrlex.h"
  9. /////////////////////////////////////////////////////////////////////////////
  10. // CMyrichDlg dialog
  11. class CMyrichDlg : public CDialog
  12. {
  13. // Construction
  14. public:
  15. CMyrichDlg(CWnd* pParent = NULL); // standard constructor
  16. BOOL OnEraseBkgnd(CDC* pDC);
  17. // Dialog Data
  18. //{{AFX_DATA(CMyrichDlg)
  19. enum { IDD = IDD_MYRICH_DIALOG };
  20. // NOTE: the ClassWizard will add data members here
  21. //}}AFX_DATA
  22. // ClassWizard generated virtual function overrides
  23. //{{AFX_VIRTUAL(CMyrichDlg)
  24. protected:
  25. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  26. //}}AFX_VIRTUAL
  27. // Implementation
  28. protected:
  29. HICON m_hIcon;
  30. CRichEditCtrlEx m_Rich;
  31. CRichEditCtrlEx m_OldRich;
  32. CBitmap m_pat;
  33. CBrush myBrush;
  34. // Generated message map functions
  35. //{{AFX_MSG(CMyrichDlg)
  36. virtual BOOL OnInitDialog();
  37. afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
  38. afx_msg void OnPaint();
  39. afx_msg HCURSOR OnQueryDragIcon();
  40. afx_msg void OnMsgfilterRich(NMHDR* pNMHDR, LRESULT* pResult);
  41. //}}AFX_MSG
  42. DECLARE_MESSAGE_MAP()
  43. };
  44. //{{AFX_INSERT_LOCATION}}
  45. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  46. #endif // !defined(AFX_MYRICHDLG_H__12180466_4368_11D3_8298_000021414BAE__INCLUDED_)