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


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