// PDO DemoDlg.h : header file // #if !defined(AFX_PDODEMODLG_H__552349DB_7967_4727_9DB6_26576B8D85B3__INCLUDED_) #define AFX_PDODEMODLG_H__552349DB_7967_4727_9DB6_26576B8D85B3__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 ///////////////////////////////////////////////////////////////////////////// // CPDODemoDlg dialog class CPDODemoDlg : public CDialog { // Construction public: CPDODemoDlg(CWnd* pParent = NULL); // standard constructor // Dialog Data //{{AFX_DATA(CPDODemoDlg) enum { IDD = IDD_PDODEMO_DIALOG }; CButton m_btn_totalcobid; CButton m_btn_pdoinfo; CListBox m_list_receive; CEdit m_edit_writedata; CEdit m_edit_pdocobid; CEdit m_edit_offset; CComboBox m_cmb_nodeid; CComboBox m_cmb_board; CComboBox m_cmb_baudrate; 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(CPDODemoDlg) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: HICON m_hIcon; // Generated message map functions //{{AFX_MSG(CPDODemoDlg) virtual BOOL OnInitDialog(); afx_msg void OnSysCommand(UINT nID, LPARAM lParam); afx_msg void OnPaint(); afx_msg HCURSOR OnQueryDragIcon(); afx_msg void OnDestroy(); afx_msg void OnSelchangeComboBoard(); afx_msg void OnEditchangeComboBoard(); afx_msg void OnSelendcancelComboBoard(); afx_msg void OnSelchangeComboBaudrate(); afx_msg void OnSelchangeComboNodeid(); afx_msg void OnEditchangeComboNodeid(); afx_msg void OnSelendcancelComboNodeid(); afx_msg void OnButtonConfigure(); afx_msg void OnButtonShutdown(); afx_msg void OnButtonAddnode(); afx_msg void OnButtonRemove(); afx_msg void OnButtonRead(); afx_msg void OnButtonWrite(); afx_msg void OnButtonClear(); afx_msg void OnTimer(UINT nIDEvent); afx_msg void OnButtonTotalcobid(); afx_msg void OnButtonPdoinfo(); //}}AFX_MSG DECLARE_MESSAGE_MAP() }; //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_PDODEMODLG_H__552349DB_7967_4727_9DB6_26576B8D85B3__INCLUDED_)