www.pudn.com > ImgSeg.rar > DlgSobelThin.h


#if !defined(AFX_DLGSOBELTHIN_H__C5DCC920_7A58_11D6_9386_00E04C395D54__INCLUDED_) 
#define AFX_DLGSOBELTHIN_H__C5DCC920_7A58_11D6_9386_00E04C395D54__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
// DlgSobelThin.h : header file 
// 
 
///////////////////////////////////////////////////////////////////////////// 
// CDlgSobelThin dialog 
 
class CDlgSobelThin : public CDialog 
{ 
// Construction 
public: 
	CDlgSobelThin(CWnd* pParent = NULL);   // standard constructor 
 
// Dialog Data 
	//{{AFX_DATA(CDlgSobelThin) 
	enum { IDD = IDD_DLGSOBELTHIN }; 
	int		m_ThinNum; 
	//}}AFX_DATA 
 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CDlgSobelThin) 
	protected: 
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support 
	//}}AFX_VIRTUAL 
 
// Implementation 
protected: 
 
	// Generated message map functions 
	//{{AFX_MSG(CDlgSobelThin) 
	afx_msg void Cancel(); 
	afx_msg void Ok(); 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
}; 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_DLGSOBELTHIN_H__C5DCC920_7A58_11D6_9386_00E04C395D54__INCLUDED_)