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