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