autofixpos.h

来自「机械手IPC控制器伺服运动程序」· C头文件 代码 · 共 76 行

H
76
字号
#if !defined(AFX_AUTOFIXPOS_H__5094B623_F05B_4A0C_AEEF_D9B6472FF0F7__INCLUDED_)
#define AFX_AUTOFIXPOS_H__5094B623_F05B_4A0C_AEEF_D9B6472FF0F7__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// AutoFixPos.h : header file
//
#include "MyEditFull.h"
/////////////////////////////////////////////////////////////////////////////
// CAutoFixPos dialog

class CAutoFixPos : public CDialog
{
// Construction
public:
	CAutoFixPos(CWnd* pParent = NULL);   // standard constructor
   
	void FormatData();
// Dialog Data
	//{{AFX_DATA(CAutoFixPos)
	enum { IDD = IDD_AUTOFIXPOS };
/*
	CMyEditFull	m_edt9;
	CMyEditFull	m_edt8;
	CMyEditFull	m_edt6;
	CMyEditFull	m_edt5;
	CMyEditFull	m_edt3;
	CMyEditFull	m_edt2;
	CMyEditFull	m_edt15;
	CMyEditFull	m_edt14;
	CMyEditFull	m_edt12;
	CMyEditFull	m_edt10;
	CMyEditFull	m_edt1;
*/
	double	m_waitx_main;
	double	m_waitz_main;
	double	m_puty_main;
	double	m_putz_main;
	double	m_put2y_main;
	double	m_put2z_main;
	double	m_waitx_ass;
	double	m_waitz_ass;
	double	m_puty_ass;
	double	m_putz_ass;
	double	m_waity;
	//}}AFX_DATA

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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CAutoFixPos)
	afx_msg void OnShowWindow(BOOL bShow, UINT nStatus);
	afx_msg void OnTimer(UINT nIDEvent);
	afx_msg void OnBtnSpeed();
	afx_msg void OnBtnExit();
	afx_msg void OnBtnTimer();
	afx_msg void OnBtnCounter();
	virtual BOOL OnInitDialog();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_AUTOFIXPOS_H__5094B623_F05B_4A0C_AEEF_D9B6472FF0F7__INCLUDED_)

⌨️ 快捷键说明

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