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

图形/文字识别

开发平台:

Visual C++

  1. #if !defined(AFX_PATTERNVIEW_H__A3806B11_AC72_465D_BB38_6A47D635CBF4__INCLUDED_)
  2. #define AFX_PATTERNVIEW_H__A3806B11_AC72_465D_BB38_6A47D635CBF4__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif 
  6. #define   _MBCS
  7. // _MSC_VER > 1000
  8. // PatternView.h : header file
  9. //
  10. /////////////////////////////////////////////////////////////////////////////
  11. // CPatternView view
  12. class CPatternView : public CView
  13. {
  14. protected:
  15. CPatternView();           // protected constructor used by dynamic creation
  16. DECLARE_DYNCREATE(CPatternView)
  17.   void OnMouseMove(UINT nFlags, CPoint point);
  18. // Attributes
  19. public:
  20. // Operations
  21. public:
  22. // Overrides
  23. // ClassWizard generated virtual function overrides
  24. //{{AFX_VIRTUAL(CPatternView)
  25. public:
  26. virtual void OnFinalRelease();
  27. protected:
  28. virtual void OnDraw(CDC* pDC);      // overridden to draw this view
  29. //}}AFX_VIRTUAL
  30. // Implementation
  31. protected:
  32. virtual ~CPatternView();
  33. #ifdef _DEBUG
  34. virtual void AssertValid() const;
  35. virtual void Dump(CDumpContext& dc) const;
  36. #endif
  37. // Generated message map functions
  38. protected:
  39. //{{AFX_MSG(CPatternView)
  40. // NOTE - the ClassWizard will add and remove member functions here.
  41. //}}AFX_MSG
  42. DECLARE_MESSAGE_MAP()
  43. // Generated OLE dispatch map functions
  44. //{{AFX_DISPATCH(CPatternView)
  45. // NOTE - the ClassWizard will add and remove member functions here.
  46. //}}AFX_DISPATCH
  47. DECLARE_DISPATCH_MAP()
  48. DECLARE_INTERFACE_MAP()
  49. };
  50. /////////////////////////////////////////////////////////////////////////////
  51. //{{AFX_INSERT_LOCATION}}
  52. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  53. #endif // !defined(AFX_PATTERNVIEW_H__A3806B11_AC72_465D_BB38_6A47D635CBF4__INCLUDED_)