// demo2Dlg.h : header file // #if !defined(AFX_DEMO2DLG_H__FD6DC413_6909_4273_A7F0_928D49EF7503__INCLUDED_) #define AFX_DEMO2DLG_H__FD6DC413_6909_4273_A7F0_928D49EF7503__INCLUDED_ #if _MSC_VER >= 1000 #pragma once #endif // _MSC_VER >= 1000 ///////////////////////////////////////////////////////////////////////////// // CDemo2Dlg dialog class CDemo2Dlg : public CDialog { // Construction public: CDemo2Dlg(CWnd* pParent = NULL); // standard constructor // Dialog Data //{{AFX_DATA(CDemo2Dlg) enum { IDD = IDD_DEMO2_DIALOG }; CEdit m_recedata; CEdit m_slot; CEdit m_node; CEdit m_dlen; CEdit m_data; CComboBox m_baud; //}}AFX_DATA // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CDemo2Dlg) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: HICON m_hIcon; // Generated message map functions //{{AFX_MSG(CDemo2Dlg) virtual BOOL OnInitDialog(); afx_msg void OnButtonConfig(); afx_msg void OnButtonOutput(); afx_msg void OnButtonConnect(); afx_msg void OnTimer(UINT nIDEvent); afx_msg void OnButtonRx(); afx_msg void OnButtonTx(); afx_msg void OnDestroy(); //}}AFX_MSG DECLARE_MESSAGE_MAP() }; //{{AFX_INSERT_LOCATION}} // Microsoft eMbedded Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_DEMO2DLG_H__FD6DC413_6909_4273_A7F0_928D49EF7503__INCLUDED_)