iotest.h
来自「运动控制卡的详细开发资料」· C头文件 代码 · 共 53 行
H
53 行
#if !defined(AFX_IOTEST_H__5EA0FF30_7A91_4A4E_A0F3_8F750AE3CBF5__INCLUDED_)
#define AFX_IOTEST_H__5EA0FF30_7A91_4A4E_A0F3_8F750AE3CBF5__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// IOTest.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CIOTest dialog
class CIOTest : public CDialog
{
// Construction
public:
void CheckOutput();
void CheckInput();
CIOTest(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CIOTest)
enum { IDD = IDD_DIALOG_IOTEST };
// NOTE: the ClassWizard will add data members here
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CIOTest)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CIOTest)
virtual BOOL OnInitDialog();
afx_msg void OnTimer(UINT nIDEvent);
afx_msg void OnOutAllopen();
afx_msg void OnOutAllclose();
afx_msg void OnDestroy();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_IOTEST_H__5EA0FF30_7A91_4A4E_A0F3_8F750AE3CBF5__INCLUDED_)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?