⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 syspropertypage1.h

📁 快速原型制造分层切片源代码,适用于高温合金.
💻 H
字号:
// 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -