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

📄 pulses.h

📁 Source code for cnc controlling three dimentioal machine
💻 H
字号:
#if !defined(AFX_PULSES_H__2BE332D4_60A4_11D4_80BF_0000E8DA28BE__INCLUDED_)
#define AFX_PULSES_H__2BE332D4_60A4_11D4_80BF_0000E8DA28BE__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// pulses.h : header file
//

/////////////////////////////////////////////////////////////////////////////
// pulses dialog

class pulses : public CPropertyPage
{
	DECLARE_DYNCREATE(pulses)

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

// Dialog Data
	//{{AFX_DATA(pulses)
	enum { IDD = IDD_PROPPULSES };
	double	m_XOverLap;
	double	m_XWidth;
	double	m_YOverLap;
	double	m_YWidth;
	int		m_XPpi;
	int		m_YPpi;
	double	m_ZOverLap;
	int		m_ZPpi;
	double	m_ZWidth;
	//}}AFX_DATA


// Overrides
	// ClassWizard generate virtual function overrides
	//{{AFX_VIRTUAL(pulses)
	public:
	virtual BOOL OnKillActive();
	virtual BOOL OnApply();
	virtual void OnOK();
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:
	// Generated message map functions
	//{{AFX_MSG(pulses)
	afx_msg void OnUpdateXoverlap();
	afx_msg void OnUpdateXppi();
	afx_msg void OnUpdateXwidth();
	afx_msg void OnUpdateYoverlap();
	afx_msg void OnUpdateYppi();
	afx_msg void OnUpdateYwidth();
	afx_msg void OnUpdateZoverlap();
	afx_msg void OnUpdateZppi();
	afx_msg void OnUpdateZwidth();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()

};

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_PULSES_H__2BE332D4_60A4_11D4_80BF_0000E8DA28BE__INCLUDED_)

⌨️ 快捷键说明

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