// CommoDlg.h : header file // #if !defined(AFX_COMMODLG_H__8428492B_C591_4C39_A0B5_2016908A5CED__INCLUDED_) #define AFX_COMMODLG_H__8428492B_C591_4C39_A0B5_2016908A5CED__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 ///////////////////////////////////////////////////////////////////////////// // CCommoDlg dialog class CCommoDlg : public CDialog { // Construction public: CCommoDlg(CWnd* pParent = NULL); // standard constructor ~CCommoDlg(void); // standard destructor // Dialog Data //{{AFX_DATA(CCommoDlg) enum { IDD = IDD_COMMO_DIALOG }; CEdit m_MainEdit; CComboBox m_BaudCombo; CButton m_ConnectButton; CString m_PortData; CString m_MainData; CString m_LineData; //}}AFX_DATA // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CCommoDlg) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: HICON m_hIcon; // Generated message map functions //{{AFX_MSG(CCommoDlg) virtual BOOL OnInitDialog(); afx_msg void OnPaint(); afx_msg HCURSOR OnQueryDragIcon(); afx_msg void OnConnectClick(); afx_msg void OnSendClick(); //}}AFX_MSG DECLARE_MESSAGE_MAP() }; //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_COMMODLG_H__8428492B_C591_4C39_A0B5_2016908A5CED__INCLUDED_)