dio.h

来自「pci7222单片机的驱动程序」· C头文件 代码 · 共 58 行

H
58
字号
#if !defined(AFX_DIO_H__350E8297_13EB_4F65_B249_354140F4494D__INCLUDED_)
#define AFX_DIO_H__350E8297_13EB_4F65_B249_354140F4494D__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// dio.h : header file
//
#include "CH365DLL.H"
#include "diohelp.h"
/////////////////////////////////////////////////////////////////////////////
// dio dialog

class dio : public CDialog
{
// Construction
public:
	dio(CWnd* pParent = NULL);   // standard constructor
    diohelp m_help;
// Dialog Data
	//{{AFX_DATA(dio)
	enum { IDD = IDD_DIO_DIALOG };
	int		m_iIO;
	CString	m_strDo1;
	CString	m_strDo2;
	CString	m_strIn1;
	CString	m_strIn2;
	//}}AFX_DATA


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(dio)
	virtual BOOL OnInitDialog();
	afx_msg void OnDioExit();
	afx_msg void OnTimer(UINT nIDEvent);
	afx_msg void OnDiRadio();
	afx_msg void OnDoRadio();
	afx_msg void OnAllPut();
	afx_msg void OnHelpButton();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_DIO_H__350E8297_13EB_4F65_B249_354140F4494D__INCLUDED_)

⌨️ 快捷键说明

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