// demo1Dlg.h : header file // #if !defined(AFX_DEMO1DLG_H__34937ED9_EA5A_4EB0_950C_06244E5C7F3F__INCLUDED_) #define AFX_DEMO1DLG_H__34937ED9_EA5A_4EB0_950C_06244E5C7F3F__INCLUDED_ #if _MSC_VER >= 1000 #pragma once #endif // _MSC_VER >= 1000 ///////////////////////////////////////////////////////////////////////////// // CDemo1Dlg dialog class CDemo1Dlg : public CDialog { // Construction public: CDemo1Dlg(CWnd* pParent = NULL); // standard constructor // Dialog Data //{{AFX_DATA(CDemo1Dlg) enum { IDD = IDD_DEMO1_DIALOG }; CStatic m_di8; CStatic m_di7; CStatic m_di6; CStatic m_di5; CStatic m_di4; CStatic m_di3; CStatic m_di2; CStatic m_di1; CButton m_do8; CButton m_do7; CButton m_do6; CButton m_do5; CButton m_do4; CButton m_do3; CButton m_do2; CButton m_do1; CButton m_button_shutdown; CButton m_button_config; CComboBox m_comb_slot; CComboBox m_comb_baudrate; CButton m_button_removenode; CButton m_button_addnode; CStatic m_pic_on; CStatic m_pic_off; CStatic m_pic_node; CComboBox m_comb_node; //}}AFX_DATA // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CDemo1Dlg) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: HICON m_hIcon; // Generated message map functions //{{AFX_MSG(CDemo1Dlg) virtual BOOL OnInitDialog(); afx_msg void OnButtonAddnode(); afx_msg void OnSelchangeComboNode(); afx_msg void OnButtonRemovenode(); afx_msg void OnButtonConfigure(); afx_msg void OnDestroy(); afx_msg void OnButtonShutdown(); afx_msg void OnTimer(UINT nIDEvent); afx_msg void OnCheckDo1(); afx_msg void OnCheckDo2(); afx_msg void OnCheckDo3(); afx_msg void OnCheckDo4(); afx_msg void OnCheckDo5(); afx_msg void OnCheckDo6(); afx_msg void OnCheckDo7(); afx_msg void OnCheckDo8(); //}}AFX_MSG DECLARE_MESSAGE_MAP() }; //{{AFX_INSERT_LOCATION}} // Microsoft eMbedded Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_DEMO1DLG_H__34937ED9_EA5A_4EB0_950C_06244E5C7F3F__INCLUDED_)