📄 outputdatadlg.h
字号:
//{{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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -