// I8124W_QuickStartDlg.h : header file // #if !defined(AFX_I8124W_QUICKSTARTDLG_H__89176432_3B40_41EB_80ED_D8B9848827DF__INCLUDED_) #define AFX_I8124W_QUICKSTARTDLG_H__89176432_3B40_41EB_80ED_D8B9848827DF__INCLUDED_ #if _MSC_VER >= 1000 #pragma once #endif // _MSC_VER >= 1000 ///////////////////////////////////////////////////////////////////////////// // CI8124W_QuickStartDlg dialog class CI8124W_QuickStartDlg : public CDialog { // Construction public: CI8124W_QuickStartDlg(CWnd* pParent = NULL); // standard constructor // Dialog Data //{{AFX_DATA(CI8124W_QuickStartDlg) enum { IDD = IDD_I8124W_QUICKSTART_DIALOG }; // NOTE: the ClassWizard will add data members here //}}AFX_DATA // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CI8124W_QuickStartDlg) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: HICON m_hIcon; // Generated message map functions //{{AFX_MSG(CI8124W_QuickStartDlg) virtual BOOL OnInitDialog(); afx_msg void OnButtonActive(); afx_msg void OnButtonClear(); afx_msg void OnButtonAddDevice(); afx_msg void OnButtonAddpoll(); afx_msg void OnButtonStart(); afx_msg void OnButtonReadio(); afx_msg void OnButtonWriteio(); //}}AFX_MSG DECLARE_MESSAGE_MAP() }; //{{AFX_INSERT_LOCATION}} // Microsoft eMbedded Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_I8124W_QUICKSTARTDLG_H__89176432_3B40_41EB_80ED_D8B9848827DF__INCLUDED_)