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

📄 comsetting.h

📁 用VC++实现串口通信
💻 H
字号:
#if !defined(AFX_COMSETTING_H__03CC1A9A_C211_432E_9DDC_5D787E0B8A87__INCLUDED_)
#define AFX_COMSETTING_H__03CC1A9A_C211_432E_9DDC_5D787E0B8A87__INCLUDED_
#include "FFT_PROJECTDoc.h"
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// Comsetting.h : header file
//

/////////////////////////////////////////////////////////////////////////////
// CComsetting dialog

class CComsetting : public CDialog
{
// Construction
public:
	 CComsetting(CWnd* pParent = NULL);   // standard constructor
     HICON m_comoff;
	 HICON m_comon;
	 CScrollView *myView;
     CFFT_PROJECTDoc  *pDoc;
// Dialog Data
	//{{AFX_DATA(CComsetting)
	enum { IDD = IDD_DIALOG1 };
	CStatic	m_com2openoff;
	CStatic	m_com1openoff;
	CString	m_com1baud;
	CString	m_com1databits;
	CString	m_com1aparity;
	CString	m_com1stopbits;
	CString	m_com2baud;
	CString	m_com2databits;
	CString	m_com2parity;
	CString	m_com2stopbits;
	//}}AFX_DATA


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

// Implementation
protected:
HICON m_hIcon;
	// Generated message map functions
	//{{AFX_MSG(CComsetting)
	virtual void OnOK();
	virtual void OnCancel();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_COMSETTING_H__03CC1A9A_C211_432E_9DDC_5D787E0B8A87__INCLUDED_)

⌨️ 快捷键说明

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