📄 qq2440daextdlg.h
字号:
// QQ2440DaExtDlg.h : header file
//
#if !defined(AFX_QQ2440DAEXTDLG_H__1300DEF6_504C_4115_8658_2574A9247AE3__INCLUDED_)
#define AFX_QQ2440DAEXTDLG_H__1300DEF6_504C_4115_8658_2574A9247AE3__INCLUDED_
#if _MSC_VER >= 1000
#pragma once
#endif // _MSC_VER >= 1000
#include "OperationIo.h"
/////////////////////////////////////////////////////////////////////////////
// CQQ2440DaExtDlg dialog
class CQQ2440DaExtDlg : public CDialog
{
// Construction
public:
CQQ2440DaExtDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CQQ2440DaExtDlg)
enum { IDD = IDD_QQ2440DAEXT_DIALOG };
float m_fVoltage;
UINT m_uDigValue;
//}}AFX_DATA
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CQQ2440DaExtDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
COperationIo m_IoDac7631;
BOOL bIsInitialOK;
// Implementation
protected:
HICON m_hIcon;
// Generated message map functions
//{{AFX_MSG(CQQ2440DaExtDlg)
virtual BOOL OnInitDialog();
afx_msg void OnRstdac7631();
afx_msg void OnOutDac7631();
afx_msg void OnOutDac7max();
afx_msg void OnButtonCs();
afx_msg void OnButtonCs2();
afx_msg void OnButtonRst();
afx_msg void OnButtonRst2();
afx_msg void OnButtonLoad();
afx_msg void OnButtonLoad2();
afx_msg void OnButtonLdac();
afx_msg void OnButtonLdac2();
afx_msg void OnButtonAny();
afx_msg void OnButtonDig();
afx_msg void OnButtonMosi();
afx_msg void OnButtonMosi2();
afx_msg void OnButtonClk2();
afx_msg void OnButtonClk();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft eMbedded Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_QQ2440DAEXTDLG_H__1300DEF6_504C_4115_8658_2574A9247AE3__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -