⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 comselectdlg.h

📁 这是一个串口调试程序,带有源代码的,还是比较好用的.
💻 H
字号:
#ifndef __COMSELECTDLG_H
#define __COMSELECTDLG_H


/////////////////////////////////////////////////////////////////////////////
// Include headerfiles

#include "Resource.h"


/////////////////////////////////////////////////////////////////////////////
// CComSelectDlg dialog

class CComSelectDlg : public CDialog
{
public:
	// Construction
	CComSelectDlg(CWnd* pParent = 0);

public:
	// Attributes
	CString	m_strComPort;

public:
	// Dialog Data
	//{{AFX_DATA(CComSelectDlg)
	enum { IDD = IDD_COM_SELECT };
	int		m_nComIndex;
	//}}AFX_DATA

public:
	// Overrides

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

protected:
	// Generated message map functions

	//{{AFX_MSG(CComSelectDlg)
		// NOTE: the ClassWizard will add member functions here
	//}}AFX_MSG

	DECLARE_MESSAGE_MAP()
};


#endif // __COMSELECTDLG_H

⌨️ 快捷键说明

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