www.pudn.com > Imagepro.rar > DlgMorph.h


#if !defined(AFX_CDlgMorph_H__67DFD080_AB67_11D5_AF4A_00E0987CDE66__INCLUDED_) 
#define AFX_CDlgMorph_H__67DFD080_AB67_11D5_AF4A_00E0987CDE66__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
// CDlgMorph.h : header file 
// 
 
enum {eDilationGrayImage, 
      eErosionGrayImage,eOpenGrayImage, 
      eCloseGrayImage,eTopHatGrayImage 
}; 
///////////////////////////////////////////////////////////////////////////// 
// CDlgMorph dialog 
 
class CDlgMorph : public CDialog 
{ 
// Construction 
public: 
	void ImgOperationCase(); 
    int eImgOperation; 
	CDlgMorph(CWnd* pParent = NULL);   // standard constructor 
    int structure[2][2]; 
// Dialog Data 
	//{{AFX_DATA(CDlgMorph) 
	enum { IDD = IDD_DlgMorph }; 
	int		m_Element0_0; 
	int		m_Element0_1; 
	int		m_Element1_0; 
	int		m_Element1_1; 
	//}}AFX_DATA 
 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CDlgMorph) 
	protected: 
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support 
	//}}AFX_VIRTUAL 
 
// Implementation 
protected: 
	// Generated message map functions 
	//{{AFX_MSG(CDlgMorph) 
	//afx_msg void OnSetfocusElement0_0(); 
	//afx_msg void OnSetfocusElement0_1(); 
	//afx_msg void OnSetfocusElement1_0(); 
	//afx_msg void OnSetfocusElement1_1(); 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
private: 
}; 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_CDlgMorph_H__67DFD080_AB67_11D5_AF4A_00E0987CDE66__INCLUDED_)