samparadialog.h

来自「比较经典的串口开发原码」· C头文件 代码 · 共 130 行

H
130
字号
#if !defined(AFX_SAMPARADIALOG_H__CE3F43B6_1813_4309_A851_C89CE621CEA9__INCLUDED_)
#define AFX_SAMPARADIALOG_H__CE3F43B6_1813_4309_A851_C89CE621CEA9__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// CSamParaDialog dialog

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

// Dialog Data
	//{{AFX_DATA(CSamParaDialog)
	enum { IDD = IDD_SAM_PARAM_DIALOG };

	CString	m_strDot01;
	CString	m_strDot02;
	CString	m_strDot03;
	CString	m_strDot04;
	CString	m_strDot05;
	CString	m_strDot06;
	CString	m_strDot07;
	CString	m_strDot08;
	CString	m_strDot09;
	CString	m_strDot10;
	CString	m_strDot11;
	CString	m_strDot12;
	CString	m_strDot13;
	CString	m_strDot14;
	CString	m_strDot15;
	CString	m_strDot16;
	CString	m_strDot17;
	CString	m_strDot18;
	CString	m_strDot19;
	CString	m_strDot20;

	double	m_nInit01;
	double	m_nInit02;
	double	m_nInit03;
	double	m_nInit04;
	double	m_nInit05;
	double	m_nInit06;
	double	m_nInit07;
	double	m_nInit08;
	double	m_nInit09;
	double	m_nInit10;
	double	m_nInit11;
	double	m_nInit12;
	double	m_nInit13;
	double	m_nInit14;
	double	m_nInit15;
	double   m_nInit16;
	double	m_nInit17;
	double	m_nInit18;
	double	m_nInit19;
	double	m_nInit20;

	float	m_nT01;
	float	m_nT02;
	float	m_nT03;
	float	m_nT04;
	float	m_nT05;
	float	m_nT06;
	float	m_nT07;
	float	m_nT08;
	float	m_nT09;
	float	m_nT10;
	float	m_nT11;
	float	m_nT12;
	float	m_nT13;
	float	m_nT14;
	float	m_nT15;
	float	m_nT16;
	float	m_nT17;
	float	m_nT18;
	float	m_nT19;
	float	m_nT20;

	float	m_nA01;
	float	m_nA02;
	float	m_nA03;
	float	m_nA04;
	float	m_nA05;
	float	m_nA06;
	float	m_nA07;
	float	m_nA08;
	float	m_nA09;
	float	m_nA10;
	float	m_nA11;
	float	m_nA12;
	float	m_nA13;
	float	m_nA14;
	float	m_nA15;
	float	m_nA16;
	float	m_nA17;
	float	m_nA18;
	float	m_nA19;
	float	m_nA20;
	//}}AFX_DATA


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CSamParaDialog)
		// NOTE: the ClassWizard will add member functions here
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_SAMPARADIALOG_H__CE3F43B6_1813_4309_A851_C89CE621CEA9__INCLUDED_)

⌨️ 快捷键说明

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