autofixspeed.h

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

H
93
字号
#if !defined(AFX_AUTOFIXSPEED_H__6D74CE92_76BA_452A_915C_70B9CB70C0F2__INCLUDED_)
#define AFX_AUTOFIXSPEED_H__6D74CE92_76BA_452A_915C_70B9CB70C0F2__INCLUDED_

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

class CAutoFixSpeed : public CDialog
{
// Construction
public:
	CAutoFixSpeed(CWnd* pParent = NULL);   // standard constructor

// Dialog Data
	//{{AFX_DATA(CAutoFixSpeed)
	enum { IDD = IDD_AUTOFIXSPEED };
	CMyEditFull	m_edt9;
	CMyEditFull	m_edt8;
	CMyEditFull	m_edt7;
	CMyEditFull	m_edt6;
	CMyEditFull	m_edt5;
	CMyEditFull	m_edt4;
	CMyEditFull	m_edt3;
	CMyEditFull	m_edt21;
	CMyEditFull	m_edt20;
	CMyEditFull	m_edt2;
	CMyEditFull	m_edt19;
	CMyEditFull	m_edt18;
	CMyEditFull	m_edt17;
	CMyEditFull	m_edt16;
	CMyEditFull	m_edt15;
	CMyEditFull	m_edt14;
	CMyEditFull	m_edt13;
	CMyEditFull	m_edt12;
	CMyEditFull	m_edt11;
	CMyEditFull	m_edt10;
	CMyEditFull	m_edt1;
	int		m_upin_main;
	int		m_downin_main;
	int		m_advin_main;
	int		m_backin_main;
	int		m_upin_ass;
	int		m_downin_ass;
	int		m_advin_ass;
	int		m_backin_ass;
	int		m_upout_main;
	int		m_downout_main;
	int		m_advout_main;
	int		m_backout_main;
	int		m_put_main;
	int		m_put2_main;
	int		m_upout_ass;
	int		m_downout_ass;
	int		m_advout_ass;
	int		m_backout_ass;
	int		m_put_ass;
	int		m_across_in;
	int		m_across_out;
	//}}AFX_DATA

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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CAutoFixSpeed)
	afx_msg void OnShowWindow(BOOL bShow, UINT nStatus);
	afx_msg void OnTimer(UINT nIDEvent);
	afx_msg void OnBtnPos();
	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_AUTOFIXSPEED_H__6D74CE92_76BA_452A_915C_70B9CB70C0F2__INCLUDED_)

⌨️ 快捷键说明

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