www.pudn.com > hongmoyuan.rar > hongmoView.h


// hongmoView.h : interface of the CHongmoView class 
// 
///////////////////////////////////////////////////////////////////////////// 
 
#if !defined(AFX_HONGMOVIEW_H__2C304B39_79C9_497F_8C39_8BAF844F7A6A__INCLUDED_) 
#define AFX_HONGMOVIEW_H__2C304B39_79C9_497F_8C39_8BAF844F7A6A__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
 
 
class CHongmoView : public CScrollView 
{ 
protected: // create from serialization only 
	CHongmoView(); 
	DECLARE_DYNCREATE(CHongmoView); 
 
// Attributes 
public: 
	CHongmoDoc* GetDocument(); 
 
// Operations 
public: 
	CDib* m_pDibResult; 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CHongmoView) 
	public: 
	virtual void OnDraw(CDC* pDC);  // overridden to draw this view 
	virtual BOOL PreCreateWindow(CREATESTRUCT& cs); 
	virtual void OnInitialUpdate(); 
	protected: 
	virtual BOOL OnPreparePrinting(CPrintInfo* pInfo); 
	virtual void OnBeginPrinting(CDC* pDC, CPrintInfo* pInfo); 
	virtual void OnEndPrinting(CDC* pDC, CPrintInfo* pInfo); 
	//}}AFX_VIRTUAL 
 
// Implementation 
public: 
	virtual ~CHongmoView(); 
#ifdef _DEBUG 
	virtual void AssertValid() const; 
	virtual void Dump(CDumpContext& dc) const; 
#endif 
 
protected: 
 
// Generated message map functions 
protected: 
	//{{AFX_MSG(CHongmoView) 
	afx_msg void OnCaozuoCannydetection(); 
	afx_msg void OnCaozuoDingwei(); 
	afx_msg void OnCaozuoGuiyihua(); 
	afx_msg void OnCaozuoJunheng(); 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
}; 
 
#ifndef _DEBUG  // debug version in hongmoView.cpp 
inline CHongmoDoc* CHongmoView::GetDocument() 
   { return (CHongmoDoc*)m_pDocument; } 
#endif 
 
///////////////////////////////////////////////////////////////////////////// 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_HONGMOVIEW_H__2C304B39_79C9_497F_8C39_8BAF844F7A6A__INCLUDED_)