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


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