// DEMO_ALLDlg.h : header file // #if !defined(AFX_DEMO_ALLDLG_H__B8EFAB68_6B10_4DE8_BA1D_B43A83879537__INCLUDED_) #define AFX_DEMO_ALLDLG_H__B8EFAB68_6B10_4DE8_BA1D_B43A83879537__INCLUDED_ #if _MSC_VER >= 1000 #pragma once #endif // _MSC_VER >= 1000 ///////////////////////////////////////////////////////////////////////////// // CDEMO_ALLDlg dialog class CDEMO_ALLDlg : public CDialog { // Construction public: CDEMO_ALLDlg(CWnd* pParent = NULL); // standard constructor void FormInit(void); //BOOL EnableWindow(HWND hWnd, BOOL bEnable); // Dialog Data //{{AFX_DATA(CDEMO_ALLDlg) enum { IDD = IDD_DEMO_ALL_DIALOG }; CButton m_MsgCntReset; CStatic m_MsgCnt; CListCtrl m_MsgListCtrl; CEdit m_DataLen; CComboBox m_Slot; CButton m_Send; CButton m_RTR; CButton m_Pause; CEdit m_ID; CButton m_Reset; CButton m_Init; CStatic m_HostLed; CEdit m_Data; CButton m_ClearStatus; CButton m_Clear; CStatic m_CANStatus; CStatic m_CANLed; CEdit m_Bt1; CEdit m_Bt0; CComboBox m_Baud; CEdit m_AccMask; CEdit m_AccCode; CButton m_11bit; CButton m_29bit; CButton m_Ack; CButton m_NoAck; CButton m_Buffer; CButton m_NoBuffer; CButton m_Hex; CButton m_Dec; CButton m_ASCII; //}}AFX_DATA // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CDEMO_ALLDlg) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: HICON m_hIcon; // Generated message map functions //{{AFX_MSG(CDEMO_ALLDlg) virtual BOOL OnInitDialog(); afx_msg void OnI87kcanInitButton(); afx_msg void OnDestroy(); afx_msg void OnTimer(UINT nIDEvent); afx_msg void OnPauseButton(); afx_msg void OnSendButton(); afx_msg void On11bitRADIO(); afx_msg void On29bitRADIO(); afx_msg void OnRtrCheck(); afx_msg void OnSelendokSlotCombo(); afx_msg void OnClearButton(); afx_msg void OnHexRadio(); afx_msg void OnDecRadio(); afx_msg void OnAsciiRadio(); afx_msg void OnResetCntButton(); afx_msg void OnClearStatusButton(); afx_msg void OnI87KCANResetBUTTON(); //}}AFX_MSG DECLARE_MESSAGE_MAP() }; //{{AFX_INSERT_LOCATION}} // Microsoft eMbedded Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_DEMO_ALLDLG_H__B8EFAB68_6B10_4DE8_BA1D_B43A83879537__INCLUDED_)