set7710dlg1.h

来自「CAN__组建现场总线系统设计技术(光盘)」· C头文件 代码 · 共 50 行

H
50
字号
#if !defined(AFX_SET7710DLG1_H__4C8F0661_0959_11D7_BC16_00022AB17CBE__INCLUDED_)
#define AFX_SET7710DLG1_H__4C8F0661_0959_11D7_BC16_00022AB17CBE__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// CSet7710Dlg dialog

class Set7710Dlg : public CDialog
{
// Construction
public:
	Set7710Dlg(CWnd* pParent = NULL);   // standard constructor

// Dialog Data
	//{{AFX_DATA(Set7710Dlg)
	enum { IDD = IDD_DIALOG_SET7710 };
	BOOL	m_unipolar;
	UINT	m_addr;
	UINT	m_sample_rate;
	int		m_scale;
	//}}AFX_DATA


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(Set7710Dlg)
	virtual void OnOK();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_SET7710DLG1_H__4C8F0661_0959_11D7_BC16_00022AB17CBE__INCLUDED_)

⌨️ 快捷键说明

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