// WinCon_demo3Dlg.h : header file // #if !defined(AFX_WINCON_DEMO3DLG_H__EFE9C690_504F_4050_ABAE_4195D6741523__INCLUDED_) #define AFX_WINCON_DEMO3DLG_H__EFE9C690_504F_4050_ABAE_4195D6741523__INCLUDED_ #if _MSC_VER >= 1000 #pragma once #endif // _MSC_VER >= 1000 ///////////////////////////////////////////////////////////////////////////// // CWinCon_demo3Dlg dialog class CWinCon_demo3Dlg : public CDialog { // Construction public: CWinCon_demo3Dlg(CWnd* pParent = NULL); // standard constructor // Dialog Data //{{AFX_DATA(CWinCon_demo3Dlg) enum { IDD = IDD_WINCON_DEMO3_DIALOG }; CEdit m_recedata; CComboBox m_baud; CEdit m_slot; //}}AFX_DATA // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CWinCon_demo3Dlg) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: HICON m_hIcon; // Generated message map functions //{{AFX_MSG(CWinCon_demo3Dlg) virtual BOOL OnInitDialog(); afx_msg void OnButtonConfig(); afx_msg void OnButtonStart(); afx_msg void OnButtonStop(); afx_msg void OnButtonExit(); afx_msg void OnTimer(UINT nIDEvent); 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_WINCON_DEMO3DLG_H__EFE9C690_504F_4050_ABAE_4195D6741523__INCLUDED_)