www.pudn.com > SurfWareNew06.3.5(LYW).rar > CreateTransFromSurface.h


#if !defined(AFX_CREATETRANSFROMSURFACE_H__2446F025_85C1_4BCE_AF24_5C1D3A71F47F__INCLUDED_) 
#define AFX_CREATETRANSFROMSURFACE_H__2446F025_85C1_4BCE_AF24_5C1D3A71F47F__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
// CreateTransFromSurface.h : header file 
// 
 
///////////////////////////////////////////////////////////////////////////// 
// CreateTransFromSurface dialog 
 
class CreateTransFromSurface : public CDialog 
{ 
// Construction 
public: 
	CreateTransFromSurface(CWnd* pParent = NULL);   // standard constructor 
 
// Dialog Data 
	//{{AFX_DATA(CreateTransFromSurface) 
	enum { IDD = IDD_CREATE_SURF_TRANSFORM }; 
	CString	m_func; 
	double	m_para1; 
	double	m_para2; 
	double	m_para3; 
	//}}AFX_DATA 
 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CreateTransFromSurface) 
	protected: 
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support 
	//}}AFX_VIRTUAL 
 
// Implementation 
protected: 
 
	// Generated message map functions 
	//{{AFX_MSG(CreateTransFromSurface) 
		// 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_CREATETRANSFROMSURFACE_H__2446F025_85C1_4BCE_AF24_5C1D3A71F47F__INCLUDED_)