demo01dlg.h
来自「pci卡控制的演示程序,可用于运行简单的轨迹,用户可在此基础上熟悉控制卡操作.」· C头文件 代码 · 共 74 行
H
74 行
// Demo01Dlg.h : header file
//
#if !defined(AFX_DEMO01DLG_H__D2CA2567_D7B3_11D7_AA51_00E04C736664__INCLUDED_)
#define AFX_DEMO01DLG_H__D2CA2567_D7B3_11D7_AA51_00E04C736664__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
/////////////////////////////////////////////////////////////////////////////
// CDemo01Dlg dialog
class CDemo01Dlg : public CDialog
{
// Construction
public:
CDemo01Dlg(CWnd* pParent = NULL); // standard constructor
void UpdateControl();
// Dialog Data
//{{AFX_DATA(CDemo01Dlg)
enum { IDD = IDD_DEMO01_DIALOG };
int m_nSpeedST;
int m_nActionST;
int m_nAxis;
BOOL m_bSymmetry;
BOOL m_bLogic;
long m_nPulse;
long m_nStart;
long m_nSpeed;
double m_fAccel;
double m_fDecel;
double m_fEff;
//}}AFX_DATA
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CDemo01Dlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
HICON m_hIcon;
// Generated message map functions
//{{AFX_MSG(CDemo01Dlg)
virtual BOOL OnInitDialog();
afx_msg void OnPaint();
afx_msg HCURSOR OnQueryDragIcon();
afx_msg void OnClose();
afx_msg void OnDestroy();
afx_msg void OnTimer(UINT nIDEvent);
virtual void OnCancel();
afx_msg void OnButtonEmgstop();
virtual void OnOK();
afx_msg void OnCheckLogic();
afx_msg void OnCheckSymmetry();
afx_msg void OnRadioTs();
afx_msg void OnRadioSs();
afx_msg void OnRadioSpeedst();
afx_msg void OnButtonDecstop();
afx_msg void OnRadioActionst();
afx_msg void OnRadioCmove();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_DEMO01DLG_H__D2CA2567_D7B3_11D7_AA51_00E04C736664__INCLUDED_)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?