// SDO DemoDlg.h : header file // #if !defined(AFX_SDODEMODLG_H__1CF1BCBE_8110_4CC0_B3DB_64AF20AA0356__INCLUDED_) #define AFX_SDODEMODLG_H__1CF1BCBE_8110_4CC0_B3DB_64AF20AA0356__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 ///////////////////////////////////////////////////////////////////////////// // CSDODemoDlg dialog class CSDODemoDlg : public CDialog { // Construction public: CSDODemoDlg(CWnd* pParent = NULL); // standard constructor // Dialog Data //{{AFX_DATA(CSDODemoDlg) enum { IDD = IDD_SDODEMO_DIALOG }; CListBox m_list_receive; CComboBox m_cmb_baudrate; CEdit m_edit_writedata; CEdit m_edit_subindex; CEdit m_edit_index; CComboBox m_cmb_nodeid; CComboBox m_cmb_board; CButton m_btn_write; CButton m_btn_shutdown; CButton m_btn_remove; CButton m_btn_read; CButton m_btn_configure; CButton m_btn_clear; CButton m_btn_addnode; //}}AFX_DATA // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CSDODemoDlg) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: HICON m_hIcon; // Generated message map functions //{{AFX_MSG(CSDODemoDlg) virtual BOOL OnInitDialog(); afx_msg void OnSysCommand(UINT nID, LPARAM lParam); afx_msg void OnPaint(); afx_msg HCURSOR OnQueryDragIcon(); afx_msg void OnSelchangeComboBoard(); afx_msg void OnSelendcancelComboBoard(); afx_msg void OnButtonConfigure(); afx_msg void OnButtonShutdown(); afx_msg void OnButtonAddnode(); afx_msg void OnButtonRemove(); afx_msg void OnSelchangeComboBaudrate(); afx_msg void OnEditchangeComboNodeid(); afx_msg void OnSelchangeComboNodeid(); afx_msg void OnSelendcancelComboNodeid(); afx_msg void OnEditchangeComboBoard(); afx_msg void OnDestroy(); afx_msg void OnButtonRead(); afx_msg void OnButtonWrite(); afx_msg void OnButtonClear(); //}}AFX_MSG DECLARE_MESSAGE_MAP() }; //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_SDODEMODLG_H__1CF1BCBE_8110_4CC0_B3DB_64AF20AA0356__INCLUDED_)