ComSetDlg1.h
上传用户:yffx2008
上传日期:2014-10-12
资源大小:12414k
文件大小:1k
- #if !defined(AFX_COMSETDLG1_H__4608C2A5_7365_11D8_8EBB_0000F4643F83__INCLUDED_)
- #define AFX_COMSETDLG1_H__4608C2A5_7365_11D8_8EBB_0000F4643F83__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // ComSetDlg1.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // CComSetDlg dialog
- class CComSetDlg : public CDialog
- {
- // Construction
- public:
- CComSetDlg(CWnd* pParent = NULL); // standard constructor
- // Dialog Data
- //{{AFX_DATA(CComSetDlg)
- enum { IDD = IDD_COMSETTINGS };
- CString m_sBaud;
- CString m_sDataBits;
- CString m_sPort;
- int m_nParity;
- int m_nStopBits;
- //}}AFX_DATA
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CComSetDlg)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(CComSetDlg)
- virtual BOOL OnInitDialog();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_COMSETDLG1_H__4608C2A5_7365_11D8_8EBB_0000F4643F83__INCLUDED_)