pattern.h
上传用户:chinamans
上传日期:2016-04-11
资源大小:14485k
文件大小:1k
源码类别:

图形/文字识别

开发平台:

Visual C++

  1. // pattern.h : main header file for the PATTERN application
  2. //
  3. #if !defined(AFX_PATTERN_H__C5FAF1EF_9CC9_4154_B23F_3FD1C8A0F692__INCLUDED_)
  4. #define AFX_PATTERN_H__C5FAF1EF_9CC9_4154_B23F_3FD1C8A0F692__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. //#define   _MBCS
  12. #include "resource.h" // main symbols
  13. #include "Pattern_i.h"
  14. /////////////////////////////////////////////////////////////////////////////
  15. // CPatternApp:
  16. // See pattern.cpp for the implementation of this class
  17. //
  18. class CPatternApp : public CWinApp
  19. {
  20. public:
  21. CPatternApp();
  22. // Overrides
  23. // ClassWizard generated virtual function overrides
  24. //{{AFX_VIRTUAL(CPatternApp)
  25. public:
  26. virtual BOOL InitInstance();
  27. virtual int ExitInstance();
  28. //}}AFX_VIRTUAL
  29. // Implementation
  30. //{{AFX_MSG(CPatternApp)
  31. // NOTE - the ClassWizard will add and remove member functions here.
  32. //    DO NOT EDIT what you see in these blocks of generated code !
  33. //}}AFX_MSG
  34. DECLARE_MESSAGE_MAP()
  35. private:
  36. BOOL m_bATLInited;
  37. private:
  38. BOOL InitATL();
  39. };
  40. /////////////////////////////////////////////////////////////////////////////
  41. //{{AFX_INSERT_LOCATION}}
  42. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  43. #endif // !defined(AFX_PATTERN_H__C5FAF1EF_9CC9_4154_B23F_3FD1C8A0F692__INCLUDED_)