syspropertypage1.h

来自「快速原型制造分层切片源代码,适用于高温合金.」· C头文件 代码 · 共 127 行

H
127
字号
// SysPropertyPage1.h : header file
//

#ifndef __SYSPROPERTYPAGE1_H__
#define __SYSPROPERTYPAGE1_H__

/////////////////////////////////////////////////////////////////////////////
// CSysPropertyPage1 dialog

class CSysPropertyPage1 : public CPropertyPage
{
	DECLARE_DYNCREATE(CSysPropertyPage1)

// Construction
public:
	CSysPropertyPage1();
	~CSysPropertyPage1();

// Dialog Data
	//{{AFX_DATA(CSysPropertyPage1)
	enum { IDD = IDD_SYS_PROPPAGE1 };
	double	m_zeroSpeed;
	double	m_scanSpeedX;
	double	m_scanSpeedY;
	//}}AFX_DATA


// Overrides
	// ClassWizard generate virtual function overrides
	//{{AFX_VIRTUAL(CSysPropertyPage1)
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:
	// Generated message map functions
	//{{AFX_MSG(CSysPropertyPage1)
		// NOTE: the ClassWizard will add member functions here
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()

};


/////////////////////////////////////////////////////////////////////////////
// CSysPropertyPage2 dialog

class CSysPropertyPage2 : public CPropertyPage
{
	DECLARE_DYNCREATE(CSysPropertyPage2)

// Construction
public:
	CSysPropertyPage2();
	~CSysPropertyPage2();

// Dialog Data
	//{{AFX_DATA(CSysPropertyPage2)
	enum { IDD = IDD_SYS_PROPPAGE2 };
	double	m_powderUp;
	double	m_platformDown;
	//}}AFX_DATA


// Overrides
	// ClassWizard generate virtual function overrides
	//{{AFX_VIRTUAL(CSysPropertyPage2)
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:
	// Generated message map functions
	//{{AFX_MSG(CSysPropertyPage2)
		// NOTE: the ClassWizard will add member functions here
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()

};


/////////////////////////////////////////////////////////////////////////////
// CSysPropertyPage3 dialog

class CSysPropertyPage3 : public CPropertyPage
{
	DECLARE_DYNCREATE(CSysPropertyPage3)

// Construction
public:
	CSysPropertyPage3();
	~CSysPropertyPage3();

// Dialog Data
	//{{AFX_DATA(CSysPropertyPage3)
	enum { IDD = IDD_SYS_PROPPAGE3 };
	double	m_layerThickness;
	double	m_scanWidth;
	double	m_laserPowerXDir;
	double	m_laserPowerYDir;
	double	m_rotateAngle;
	//}}AFX_DATA


// Overrides
	// ClassWizard generate virtual function overrides
	//{{AFX_VIRTUAL(CSysPropertyPage3)
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:
	// Generated message map functions
	//{{AFX_MSG(CSysPropertyPage3)
		// NOTE: the ClassWizard will add member functions here
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()

};



#endif // __SYSPROPERTYPAGE1_H__

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?