TextClassify.h
上传用户:sanxfzhen
上传日期:2014-12-28
资源大小:2324k
文件大小:1k
源码类别:

多国语言处理

开发平台:

Visual C++

  1. // TextClassify.h : main header file for the TEXTCLASSIFY application
  2. //
  3. #if !defined(AFX_TEXTCLASSIFY_H__572A2BBF_D7B6_4723_9E04_826E45E6221E__INCLUDED_)
  4. #define AFX_TEXTCLASSIFY_H__572A2BBF_D7B6_4723_9E04_826E45E6221E__INCLUDED_
  5. #if _MSC_VER > 1000
  6. #pragma once
  7. #endif // _MSC_VER > 1000
  8. #ifndef __AFXWIN_H__
  9. #error include 'stdafx.h' before including this file for PCH
  10. #endif
  11. #include "resource.h"       // main symbols
  12. /////////////////////////////////////////////////////////////////////////////
  13. // CTextClassifyApp:
  14. // See TextClassify.cpp for the implementation of this class
  15. //
  16. class CTextClassifyApp : public CWinApp
  17. {
  18. public:
  19. CTextClassifyApp();
  20. CString m_strPath;
  21. // Overrides
  22. // ClassWizard generated virtual function overrides
  23. //{{AFX_VIRTUAL(CTextClassifyApp)
  24. public:
  25. virtual BOOL InitInstance();
  26. //}}AFX_VIRTUAL
  27. // Implementation
  28. //{{AFX_MSG(CTextClassifyApp)
  29. afx_msg void OnAppAbout();
  30. // NOTE - the ClassWizard will add and remove member functions here.
  31. //    DO NOT EDIT what you see in these blocks of generated code !
  32. //}}AFX_MSG
  33. DECLARE_MESSAGE_MAP()
  34. };
  35. extern CTextClassifyApp theApp;
  36. /////////////////////////////////////////////////////////////////////////////
  37. //{{AFX_INSERT_LOCATION}}
  38. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  39. #endif // !defined(AFX_TEXTCLASSIFY_H__572A2BBF_D7B6_4723_9E04_826E45E6221E__INCLUDED_)