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