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

图形/文字识别

开发平台:

Visual C++

  1. #if !defined(AFX_STORE_H__5E2BD89A_794B_4B5F_8107_4FE19D1EC4F1__INCLUDED_)
  2. #define AFX_STORE_H__5E2BD89A_794B_4B5F_8107_4FE19D1EC4F1__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif 
  6.  #include "Afx.h"
  7.  #include  "Inputdialog.h"
  8. #include   "AFXPRIV.H"
  9. #include "TCHAR.H"
  10. //#define   _MBCS
  11. // _MSC_VER > 1000
  12. // Store.h : header file
  13. //
  14. /////////////////////////////////////////////////////////////////////////////
  15. // Store window
  16. class Store : public CEdit
  17. {
  18. // Construction
  19. public:
  20. // Attributes
  21. public:
  22. // Operations
  23. public:
  24. // Overrides
  25.    int total;
  26.     int dian[15];
  27.     CString zifu;
  28.  struct{int relate;
  29.         int region;
  30.        int arc  ;}detail[15][20];
  31. // ClassWizard generated virtual function overrides
  32. //{{AFX_VIRTUAL(Store)
  33. //}}AFX_VIRTUAL
  34. // Implementation
  35. public:
  36. // Generated message map functions
  37. protected:
  38. //{{AFX_MSG(Store)
  39.     
  40. // NOTE - the ClassWizard will add and remove member functions here.
  41. //}}AFX_MSG
  42. DECLARE_MESSAGE_MAP()
  43. };
  44. /////////////////////////////////////////////////////////////////////////////
  45. //{{AFX_INSERT_LOCATION}}
  46. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  47. #endif // !defined(AFX_STORE_H__5E2BD89A_794B_4B5F_8107_4FE19D1EC4F1__INCLUDED_)