www.pudn.com > Kriging 算法实现 2D和3D地图等高线.zip > OptionDlg.h, change:2003-12-07,size:1244b


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