www.pudn.com > 图像处理源代码.rar > Task4.h


#if !defined(AFX_TASK4_H__4FA4A1CB_09CE_11D5_AD34_D3504FA59247__INCLUDED_) 
#define AFX_TASK4_H__4FA4A1CB_09CE_11D5_AD34_D3504FA59247__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
// Task4.h : header file 
// 
 
///////////////////////////////////////////////////////////////////////////// 
// CTask4 dialog 
 
class CTask4 : public CPropertyPage 
{ 
	DECLARE_DYNCREATE(CTask4) 
 
// Construction 
public: 
	CTask4(); 
	~CTask4(); 
 
// Dialog Data 
	//{{AFX_DATA(CTask4) 
	enum { IDD = IDD_TASK4 }; 
		// NOTE - ClassWizard will add data members here. 
		//    DO NOT EDIT what you see in these blocks of generated code ! 
	//}}AFX_DATA 
 
 
// Overrides 
	// ClassWizard generate virtual function overrides 
	//{{AFX_VIRTUAL(CTask4) 
	protected: 
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support 
	//}}AFX_VIRTUAL 
 
// Implementation 
protected: 
	// Generated message map functions 
	//{{AFX_MSG(CTask4) 
	afx_msg void OnOpen(); 
	afx_msg void OnClose(); 
	afx_msg void OnSharp(); 
	afx_msg void OnSmooth(); 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
 
}; 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_TASK4_H__4FA4A1CB_09CE_11D5_AD34_D3504FA59247__INCLUDED_)