outputdatadlg.h

来自「研华4711a数据采集卡输出和输入界面」· C头文件 代码 · 共 68 行

H
68
字号
//{{AFX_INCLUDES()
#include "advao.h"
//}}AFX_INCLUDES
#if !defined(AFX_OUTPUTDATADLG_H__870A3C4E_A911_4DF7_AA33_6087D8A84ECF__INCLUDED_)
#define AFX_OUTPUTDATADLG_H__870A3C4E_A911_4DF7_AA33_6087D8A84ECF__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// OutputDataDlg.h : header file
//

/////////////////////////////////////////////////////////////////////////////
// COutputDataDlg dialog

class COutputDataDlg : public CDialog
{
// Construction
public:
	int StringtoInt( CString intString );
	COutputDataDlg(CWnd* pParent = NULL);   // standard constructor

// Dialog Data
	//{{AFX_DATA(COutputDataDlg)
	enum { IDD = IDD_OUTPUT_DATA };
	CComboBox	m_channel;
	CComboBox	m_outChannel;
	CButton	m_internal;
	CButton	m_external;
	CAdvAO	m_AdvAO;
	double	m_analOutput;
	CString	m_digitalOutput;
	double	m_high;
	double	m_low;
	CString	m_deviceName;
	long	m_errorCode;
	CString	m_errorMessage;
	//}}AFX_DATA


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(COutputDataDlg)
	afx_msg void OnButton5();
	afx_msg void OnSeldevice();
	afx_msg void OnInternal();
	afx_msg void OnExternal();
	afx_msg void OnUpdate();
	afx_msg void OnAnalsend();
	afx_msg void OnDigitalsend();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_OUTPUTDATADLG_H__870A3C4E_A911_4DF7_AA33_6087D8A84ECF__INCLUDED_)

⌨️ 快捷键说明

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