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

图形/文字识别

开发平台:

Visual C++

  1. // Store.cpp : implementation file
  2. //
  3. #include "stdafx.h"
  4. #include "pattern.h"
  5. #include "Store.h"
  6. #ifdef _DEBUG
  7. #define new DEBUG_NEW
  8. #undef THIS_FILE
  9. static char THIS_FILE[] = __FILE__;
  10. #endif
  11. /////////////////////////////////////////////////////////////////////////////
  12. // Store
  13. BEGIN_MESSAGE_MAP(Store, CEdit)
  14. //{{AFX_MSG_MAP(Store)
  15. // NOTE - the ClassWizard will add and remove mapping macros here.
  16. //}}AFX_MSG_MAP
  17. END_MESSAGE_MAP()
  18. /////////////////////////////////////////////////////////////////////////////
  19. // Store message handlers