// TxType DemoDlg.h : header file // #if !defined(AFX_TXTYPEDEMODLG_H__2B09B25D_1BD7_405B_B025_21D6D0830343__INCLUDED_) #define AFX_TXTYPEDEMODLG_H__2B09B25D_1BD7_405B_B025_21D6D0830343__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 ///////////////////////////////////////////////////////////////////////////// // CTxTypeDemoDlg dialog class CTxTypeDemoDlg : public CDialog { // Construction public: CTxTypeDemoDlg(CWnd* pParent = NULL); // standard constructor // Dialog Data //{{AFX_DATA(CTxTypeDemoDlg) enum { IDD = IDD_TXTYPEDEMO_DIALOG }; CListBox m_list_receive; CEdit m_edit_txtype; CEdit m_edit_syncid; CEdit m_edit_pdocobid; CEdit m_edit_cyclic; CComboBox m_cmb_nodeid; CComboBox m_cmb_board; CComboBox m_cmb_baudrate; CButton m_btn_txtype; CButton m_btn_shutdown; CButton m_btn_sendsync; CButton m_btn_rtr; CButton m_btn_remove; CButton m_btn_configure; CButton m_btn_clear; CButton m_btn_addnode; //}}AFX_DATA // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CTxTypeDemoDlg) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: HICON m_hIcon; // Generated message map functions //{{AFX_MSG(CTxTypeDemoDlg) 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 OnEditchangeComboBoard(); afx_msg void OnSelendcancelComboBoard(); afx_msg void OnSelchangeComboBaudrate(); afx_msg void OnSelchangeComboNodeid(); afx_msg void OnEditchangeComboNodeid(); afx_msg void OnSelendcancelComboNodeid(); afx_msg void OnDestroy(); afx_msg void OnButtonConfigure(); afx_msg void OnButtonShutdown(); afx_msg void OnButtonAddnode(); afx_msg void OnButtonRemove(); afx_msg void OnButtonTxtype(); afx_msg void OnButtonRtr(); afx_msg void OnButtonSendsync(); afx_msg void OnButtonClear(); afx_msg void OnTimer(UINT nIDEvent); //}}AFX_MSG DECLARE_MESSAGE_MAP() }; //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_TXTYPEDEMODLG_H__2B09B25D_1BD7_405B_B025_21D6D0830343__INCLUDED_)