📄 motordlgresp.h
字号:
#if !defined(AFX_MOTORDLGRESP_H__51F74115_D1B7_4E39_BAAD_0F19E6A0B7C8__INCLUDED_)
#define AFX_MOTORDLGRESP_H__51F74115_D1B7_4E39_BAAD_0F19E6A0B7C8__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// MotorDlgResp.h : header file
//
#include "MotorCtrol.h"
/////////////////////////////////////////////////////////////////////////////
// MotorDlgResp dialog
class MotorDlgResp : public CDialog
{
// Construction
public:
MotorDlgResp(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(MotorDlgResp)
enum { IDD = IDD_MOTORDIALOG_RESP };
CComboBox m_cModlgresRiset;
CComboBox m_cModlgresStable;
CComboBox m_cModlgresRisef;
CComboBox m_cModlgresDirect;
double m_dModlgresSpeed;
//}}AFX_DATA
MotorCtrol motorresDlg;//电机控制类
/*布尔变量*/
BOOL m_bSelfchekflag;//设备自检标志
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(MotorDlgResp)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(MotorDlgResp)
virtual BOOL OnInitDialog();
afx_msg void OnBumodlgresInit();
afx_msg void OnBumodlgresStart();
afx_msg void OnBumodlgresStop();
afx_msg void OnBumodlgresFinish();
//}}AFX_MSG
//手动添加,过度过程试验中打开数据的消息响应函数
afx_msg void OnOpendata(WPARAM wParam, LPARAM lParam);
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_MOTORDLGRESP_H__51F74115_D1B7_4E39_BAAD_0F19E6A0B7C8__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -