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

RichEdit

开发平台:

Visual C++

  1. #if !defined(AFX_RICHEDIT20_H__66497F09_AEDF_11D2_89B6_00A0CC307ECB__INCLUDED_)
  2. #define AFX_RICHEDIT20_H__66497F09_AEDF_11D2_89B6_00A0CC307ECB__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. #ifndef __AFXWIN_H__
  7. #error include 'stdafx.h' before including this file for PCH
  8. #endif
  9. #include "resource.h" // main symbols
  10. class CRichEdit20App 
  11. : public CWinApp
  12. {
  13. public:
  14. CRichEdit20App() ;
  15. // ClassWizard generated virtual function overrides
  16. //{{AFX_VIRTUAL( CRichEdit20App )
  17. public:
  18. virtual BOOL InitInstance() ;
  19. //}}AFX_VIRTUAL
  20. //{{AFX_MSG( CRichEdit20App )
  21. //}}AFX_MSG
  22. DECLARE_MESSAGE_MAP()
  23. } ;
  24. //{{AFX_INSERT_LOCATION}}
  25. #endif