// TestProgDlg.h : header file // #if !defined(AFX_TESTPROGDLG_H__5571B0FE_5FB3_433B_86D0_D2919D40D7E0__INCLUDED_) #define AFX_TESTPROGDLG_H__5571B0FE_5FB3_433B_86D0_D2919D40D7E0__INCLUDED_ #if _MSC_VER >= 1000 #pragma once #endif // _MSC_VER >= 1000 ///////////////////////////////////////////////////////////////////////////// // CTestProgDlg dialog class CTestProgDlg : public CDialog { // Construction public: CTestProgDlg(CWnd* pParent = NULL); // standard constructor // Dialog Data //{{AFX_DATA(CTestProgDlg) enum { IDD = IDD_TESTPROG_DIALOG }; CComboBox m_rxtx; CComboBox m_nthpdo; CEdit m_objbit; CEdit m_objidx; CButton m_autorec; CEdit m_response; CEdit m_txtype; CEdit m_setcobid; CEdit m_ioch; CComboBox m_pdomode; CEdit m_dlen; CEdit m_offset; CEdit m_pdotx; CEdit m_pdorx; CEdit m_cobid; CEdit m_sdorx; CEdit m_sdotx; CEdit m_subindex; CEdit m_index; CEdit m_synctimer; CEdit m_sync; CEdit m_lifetime; CEdit m_guardtime; CComboBox m_changestates; CButton m_shutdown; CEdit m_states; CComboBox m_node; CButton m_config; CComboBox m_baud; CComboBox m_slot; //}}AFX_DATA // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CTestProgDlg) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: HICON m_hIcon; // Generated message map functions //{{AFX_MSG(CTestProgDlg) virtual BOOL OnInitDialog(); afx_msg void OnButtonConfig(); afx_msg void OnButtonAddnode(); afx_msg void OnButtonRemove(); afx_msg void OnDestroy(); afx_msg void OnSelchangeCombo3(); afx_msg void OnButtonShutdown(); afx_msg void OnButtonStates(); afx_msg void OnButtonGuard(); afx_msg void OnButtonSync(); afx_msg void OnButtonAbort(); afx_msg void OnButtonReadsdo(); afx_msg void OnButtonWritesdo(); afx_msg void OnButtonSendpdo(); afx_msg void OnButtonRemotepdo(); afx_msg void OnButtonPdomode(); afx_msg void OnButtonInstallpdo(); afx_msg void OnButtonRemovepdo(); afx_msg void OnButtonTxtype(); afx_msg void OnTimer(UINT nIDEvent); afx_msg void OnButtonClear(); afx_msg void OnButtonAutorec(); //}}AFX_MSG DECLARE_MESSAGE_MAP() }; //{{AFX_INSERT_LOCATION}} // Microsoft eMbedded Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_TESTPROGDLG_H__5571B0FE_5FB3_433B_86D0_D2919D40D7E0__INCLUDED_)