www.pudn.com > SurfWareNew06.3.5(LYW).rar > EditNurbsSurface.h
#if !defined(AFX_EDITNURBSSURFACE_H__C1AE96A1_BC9E_471D_9488_CC86787C2509__INCLUDED_)
#define AFX_EDITNURBSSURFACE_H__C1AE96A1_BC9E_471D_9488_CC86787C2509__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// EditNurbsSurface.h : header file
//
#include "include/BtnST.h"
#include "LeftPannelDlgBase.h"
/////////////////////////////////////////////////////////////////////////////
// CEditNurbsSurface dialog
class CEditNurbsSurface : public CDialog,public CLeftPannelDlgBase
{
// Construction
public:
CEditNurbsSurface(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CEditNurbsSurface)
enum { IDD = IDD_EDIT_NURBS_SURF };
//}}AFX_DATA
// Buttons
CButtonST m_BlendBtn;
CButtonST m_IsoCurveBtn;
CButtonST m_TrimBtn;
CButtonST m_SculptBtn;
CButtonST m_RibbonBtn;
CButtonST m_MeshBtn;
CButtonST m_InternalBtn;
CButtonST m_InfluenceBtn;
CButtonST m_FitBtn;
CButtonST m_ConvertBtn;
CButtonST m_ControlBtn;
CButtonST m_ConnectBtn;
CButtonST m_SplitBtn;
CButtonST m_ISOBtn;
CButtonST m_ExtBtn;
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CEditNurbsSurface)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CEditNurbsSurface)
virtual BOOL OnInitDialog();
afx_msg void OnExtractCurve();
afx_msg void OnSplitSurface();
afx_msg void OnTrimSurface();
afx_msg void OnIsoCurve();
afx_msg void OnNormal();
afx_msg void OnSwapSurfPara();
afx_msg void OnModifyCP();
afx_msg void OnExtend();
afx_msg void OnBlendingTwoSurface();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_EDITNURBSSURFACE_H__C1AE96A1_BC9E_471D_9488_CC86787C2509__INCLUDED_)