www.pudn.com > SurfWareNew06.3.5(LYW).rar > BlendingSurfaces.h
#if !defined(AFX_BLENDINGSURFACES_H__BD3C8FB5_813D_4E7F_81F7_A9C512C8F5AE__INCLUDED_)
#define AFX_BLENDINGSURFACES_H__BD3C8FB5_813D_4E7F_81F7_A9C512C8F5AE__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// BlendingSurfaces.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// BlendingSurfaces dialog
class BlendingSurfaces : public CDialog
{
// Construction
public:
BlendingSurfaces(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(BlendingSurfaces)
enum { IDD = IDD_BLENDING_SURFACES };
float m_t;
float m_t1;
float m_s;
float m_s1;
float m_u;
float m_w1;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(BlendingSurfaces)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(BlendingSurfaces)
// 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_BLENDINGSURFACES_H__BD3C8FB5_813D_4E7F_81F7_A9C512C8F5AE__INCLUDED_)