📄 dlgpci1720.h
字号:
#if !defined(AFX_DLGPCI1720_H__9D0F0F03_44B8_11D7_9E0C_B4E5A9475D38__INCLUDED_)
#define AFX_DLGPCI1720_H__9D0F0F03_44B8_11D7_9E0C_B4E5A9475D38__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// DlgPci1720.h : header file
//
#define PCI1720 001
#include "ADPCI1720.h"
/////////////////////////////////////////////////////////////////////////////
// CDlgPci1720 dialog
class CDlgPci1720 : public CDialog
{
// Construction
public:
BOOL m_bPci1720On;
void WriteSyncAO();
void SetSynOutput();
CADPCI1720 Pci1720;
void OpenPci1720();
int AIVOut(USHORT chan, float OutputValue);
CDlgPci1720(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CDlgPci1720)
enum { IDD = IDD_PCI1720 };
float m_fV1;
float m_fV2;
float m_fV3;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CDlgPci1720)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
void InitPci1720();
void ClosePci1720();
// Generated message map functions
//{{AFX_MSG(CDlgPci1720)
afx_msg void OnOk();
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_DLGPCI1720_H__9D0F0F03_44B8_11D7_9E0C_B4E5A9475D38__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -