// RecMsgDlg.h : header file // #if !defined(AFX_RECMSGDLG_H__E9AE6216_92FF_48C0_A6CC_7F285907EBDE__INCLUDED_) #define AFX_RECMSGDLG_H__E9AE6216_92FF_48C0_A6CC_7F285907EBDE__INCLUDED_ #if _MSC_VER >= 1000 #pragma once #endif // _MSC_VER >= 1000 ///////////////////////////////////////////////////////////////////////////// // CRecMsgDlg dialog class CRecMsgDlg : public CDialog { // Construction public: CRecMsgDlg(CWnd* pParent = NULL); // standard constructor void FormInit(void); // Dialog Data //{{AFX_DATA(CRecMsgDlg) enum { IDD = IDD_RECMSG_DIALOG }; CStatic m_OverFlow; CStatic m_CANStatus; CComboBox m_Slot; CButton m_Run; CButton m_Reset; CListCtrl m_MsgListCtrl; CButton m_Init; CComboBox m_Baud; CButton m_Clear; //}}AFX_DATA // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CRecMsgDlg) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: HICON m_hIcon; // Generated message map functions //{{AFX_MSG(CRecMsgDlg) virtual BOOL OnInitDialog(); afx_msg void OnSelendokSlotCombo(); afx_msg void OnTimer(UINT nIDEvent); afx_msg void OnDestroy(); afx_msg void OnResetBUTTON(); afx_msg void OnClearButton(); afx_msg void OnInitButton(); afx_msg void OnRunButton(); //}}AFX_MSG DECLARE_MESSAGE_MAP() }; //{{AFX_INSERT_LOCATION}} // Microsoft eMbedded Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_RECMSGDLG_H__E9AE6216_92FF_48C0_A6CC_7F285907EBDE__INCLUDED_)