TestDlg.h
上传用户:shkeding
上传日期:2007-01-02
资源大小:21k
文件大小:1k
源码类别:

RichEdit

开发平台:

Visual C++

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