www.pudn.com > 完整串口通信程序Vc++源代码.zip > complDlg.h


// complDlg.h : header file 
// 
 
#if !defined(AFX_COMPLDLG_H__87A3992B_B0B2_11D4_8A2B_E1E926EF2418__INCLUDED_) 
#define AFX_COMPLDLG_H__87A3992B_B0B2_11D4_8A2B_E1E926EF2418__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
 
///////////////////////////////////////////////////////////////////////////// 
// CComplDlg dialog 
 
class CComplDlg : public CDialog 
{ 
// Construction 
public: 
	CString m_strPort; 
	int m_nSetupbt; 
	DCB dcb; 
	HANDLE hCom; 
	CComplDlg(CWnd* pParent = NULL);	// standard constructor 
 
// Dialog Data 
	//{{AFX_DATA(CComplDlg) 
	enum { IDD = IDD_COMPL_DIALOG }; 
	CEdit	m_cEditsend; 
	CButton	m_cSetupcomm; 
	CButton	m_cSend; 
	CButton	m_cReseved; 
	CButton	m_cOpencomm; 
	CButton	m_cClosecomm; 
	UINT	m_sReseved; 
	UINT	m_sSend; 
	int		m_sPort; 
	int		m_nBt; 
	int		m_nSETBT; 
	//}}AFX_DATA 
 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CComplDlg) 
	protected: 
	virtual void DoDataExchange(CDataExchange* pDX);	// DDX/DDV support 
	//}}AFX_VIRTUAL 
 
// Implementation 
protected: 
	HICON m_hIcon; 
 
	// Generated message map functions 
	//{{AFX_MSG(CComplDlg) 
	virtual BOOL OnInitDialog(); 
	afx_msg void OnPaint(); 
	afx_msg HCURSOR OnQueryDragIcon(); 
	afx_msg void OnReseved(); 
	afx_msg void OnSend(); 
	afx_msg void OnSetupcom(); 
	afx_msg void OnSelchangeBtsetup(); 
	afx_msg void OnClosecomm(); 
	afx_msg void OnOpencomm(); 
	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_COMPLDLG_H__87A3992B_B0B2_11D4_8A2B_E1E926EF2418__INCLUDED_)