PlateLocateView.h
上传用户:sgmlaoniu
上传日期:2013-03-16
资源大小:403k
文件大小:2k
源码类别:

Windows编程

开发平台:

Visual C++

  1. // PlateLocateView.h : interface of the CPlateLocateView class
  2. //
  3. /////////////////////////////////////////////////////////////////////////////
  4. #if !defined(AFX_PLATELOCATEVIEW_H__3C65845E_4376_44C4_BBF5_0123E10EB48F__INCLUDED_)
  5. #define AFX_PLATELOCATEVIEW_H__3C65845E_4376_44C4_BBF5_0123E10EB48F__INCLUDED_
  6. #if _MSC_VER > 1000
  7. #pragma once
  8. #endif // _MSC_VER > 1000
  9. class CPlateLocateView : public CView
  10. {
  11. protected: // create from serialization only
  12. CPlateLocateView();
  13. DECLARE_DYNCREATE(CPlateLocateView)
  14. // Attributes
  15. public:
  16. CPlateLocateDoc* GetDocument();
  17. // Operations
  18. public:
  19. // Overrides
  20. // ClassWizard generated virtual function overrides
  21. //{{AFX_VIRTUAL(CPlateLocateView)
  22. public:
  23. virtual void OnDraw(CDC* pDC);  // overridden to draw this view
  24. virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
  25. protected:
  26. virtual BOOL OnPreparePrinting(CPrintInfo* pInfo);
  27. virtual void OnBeginPrinting(CDC* pDC, CPrintInfo* pInfo);
  28. virtual void OnEndPrinting(CDC* pDC, CPrintInfo* pInfo);
  29. //}}AFX_VIRTUAL
  30. // Implementation
  31. public:
  32. int m_ipzLeft,m_ipzRight,m_ipzBottom,m_ipzTop;
  33. //void Search_Directory(char *szFilename);
  34. virtual ~CPlateLocateView();
  35. #ifdef _DEBUG
  36. virtual void AssertValid() const;
  37. virtual void Dump(CDumpContext& dc) const;
  38. #endif
  39. protected:
  40. // Generated message map functions
  41. protected:
  42. //{{AFX_MSG(CPlateLocateView)
  43. afx_msg BOOL OnEraseBkgnd(CDC* pDC);
  44. afx_msg LRESULT OnDoRealize(WPARAM wParam, LPARAM lParam);
  45. afx_msg void OnTempSubrect();
  46. afx_msg void OnWeakenBkgInerfere();
  47. afx_msg void OnFindRightAngle();
  48. afx_msg void OnPreProcess();
  49. afx_msg void OnMidFilter();
  50. afx_msg void OnFindPlate();
  51. afx_msg void OnEditPaste();
  52. afx_msg void OnEditCopy();
  53. afx_msg void OnViewIntensity();
  54. afx_msg void OnPlateToGray();
  55. afx_msg void OnPlateEqua();
  56. afx_msg void OnPlateRobert();
  57. afx_msg void OnPlateLocate();
  58. afx_msg void OnThresholdTrans();
  59. afx_msg void OnPlateCut();
  60. afx_msg void OnPlateFilter();
  61. //}}AFX_MSG
  62. DECLARE_MESSAGE_MAP()
  63. };
  64. #ifndef _DEBUG  // debug version in PlateLocateView.cpp
  65. inline CPlateLocateDoc* CPlateLocateView::GetDocument()
  66.    { return (CPlateLocateDoc*)m_pDocument; }
  67. #endif
  68. /////////////////////////////////////////////////////////////////////////////
  69. //{{AFX_INSERT_LOCATION}}
  70. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  71. #endif // !defined(AFX_PLATELOCATEVIEW_H__3C65845E_4376_44C4_BBF5_0123E10EB48F__INCLUDED_)