// demo2Dlg.h : header file // #if !defined(AFX_DEMO2DLG_H__DF4E5E07_FE1D_460A_9431_884CE36E806B__INCLUDED_) #define AFX_DEMO2DLG_H__DF4E5E07_FE1D_460A_9431_884CE36E806B__INCLUDED_ #if _MSC_VER >= 1000 #pragma once #endif // _MSC_VER >= 1000 ///////////////////////////////////////////////////////////////////////////// // CDemo2Dlg dialog class CDemo2Dlg : public CDialog { // Construction public: CDemo2Dlg(CWnd* pParent = NULL); // standard constructor // Dialog Data //{{AFX_DATA(CDemo2Dlg) enum { IDD = IDD_DEMO2_DIALOG }; CEdit m_edit_ai; CSliderCtrl m_slider_ai; CEdit m_edit_ao; CStatic m_pic_on; CStatic m_pic_off; CStatic m_pic_node; CSliderCtrl m_slider_ao; CComboBox m_comb_slot; CComboBox m_comb_node; CComboBox m_comb_baudrate; CButton m_button_shutdown; CButton m_button_removenode; CButton m_button_config; CButton m_button_addnode; //}}AFX_DATA // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CDemo2Dlg) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: HICON m_hIcon; // Generated message map functions //{{AFX_MSG(CDemo2Dlg) virtual BOOL OnInitDialog(); afx_msg void OnDestroy(); afx_msg void OnButtonConfigure(); afx_msg void OnButtonShutdown(); afx_msg void OnButtonAddnode(); afx_msg void OnButtonRemovenode(); afx_msg void OnCustomdrawSliderAo(NMHDR* pNMHDR, LRESULT* pResult); afx_msg void OnTimer(UINT nIDEvent); afx_msg void OnKillfocusEditAo(); afx_msg void OnSetfocusEditAo(); afx_msg void OnSelchangeComboNode(); //}}AFX_MSG DECLARE_MESSAGE_MAP() }; //{{AFX_INSERT_LOCATION}} // Microsoft eMbedded Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_DEMO2DLG_H__DF4E5E07_FE1D_460A_9431_884CE36E806B__INCLUDED_)