www.pudn.com > roll.rar > BiemParameter.h
// BiemParameter.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CBiemParameter dialog
class CBiemParameter : public CDialog
{
// Construction
public:
CBiemParameter(CWnd* pParent,int AMax);
int m_ActPoint,m_pActingMax;
double m_force,m_Press,m_Rotate,m_InnTemperature,m_OutTemperature;
double m_Young,m_Poisson,m_Thermal,m_Weight;
// Dialog Data
//{{AFX_DATA(CBiemParameter)
enum { IDD = IDD_BBIEMPARAMETER };
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CBiemParameter)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CBiemParameter)
virtual BOOL OnInitDialog();
// NOTE: the ClassWizard will add member functions here
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};