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

RichEdit

开发平台:

Visual C++

  1. #if !defined(AFX_MAINDIALOG_H__66497F0B_AEDF_11D2_89B6_00A0CC307ECB__INCLUDED_)
  2. #define AFX_MAINDIALOG_H__66497F0B_AEDF_11D2_89B6_00A0CC307ECB__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. #include "RichEditCtrlEx.h"
  7. class CMainDialog 
  8. : public CDialog
  9. {
  10. ////////////////////////////////////////////////////////////////////////////
  11. // Construction
  12. ////////////////////////////////////////////////////////////////////////////
  13. public:
  14. CMainDialog( CWnd* in_pParent = NULL ) ;
  15. ////////////////////////////////////////////////////////////////////////////
  16. // Dialog Data
  17. ////////////////////////////////////////////////////////////////////////////
  18. //{{AFX_DATA( CMainDialog )
  19. enum { IDD = IDD_RICHEDIT20_DIALOG } ;
  20. CRichEditCtrl m_RichEdit ;
  21. CRichEditCtrlEx m_RichEditEx ;
  22. //}}AFX_DATA
  23. ////////////////////////////////////////////////////////////////////////////
  24. // ClassWizard generated virtual function overrides
  25. ////////////////////////////////////////////////////////////////////////////
  26. //{{AFX_VIRTUAL( CMainDialog )
  27. protected:
  28. virtual void DoDataExchange( CDataExchange* pDX ) ;
  29. //}}AFX_VIRTUAL
  30. ////////////////////////////////////////////////////////////////////////////
  31. // Implementation
  32. ////////////////////////////////////////////////////////////////////////////
  33. protected:
  34. HICON   m_hIcon ;
  35. HCURSOR m_crLink ;
  36. ////////////////////////////////////////////////////////////////////////////
  37. // Generated message map functions
  38. ////////////////////////////////////////////////////////////////////////////
  39. //{{AFX_MSG( CMainDialog )
  40. virtual BOOL OnInitDialog() ;
  41. afx_msg void OnPaint() ;
  42. afx_msg HCURSOR OnQueryDragIcon() ;
  43. afx_msg void OnRichEditExLink( NMHDR* in_pNotifyHeader, LRESULT* out_pResult ) ;
  44. //}}AFX_MSG
  45. DECLARE_MESSAGE_MAP()
  46. } ;
  47. //{{AFX_INSERT_LOCATION}}
  48. #endif