⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 t1302dlg.h

📁 WinCE平台下CAN总线收发数据程序
💻 H
字号:
// T1302Dlg.h : header file
//

#if !defined(AFX_T1302DLG_H__9BE50A1F_CD02_4030_8F20_4780DEC38EAA__INCLUDED_)
#define AFX_T1302DLG_H__9BE50A1F_CD02_4030_8F20_4780DEC38EAA__INCLUDED_

#if _MSC_VER >= 1000
#pragma once
#endif // _MSC_VER >= 1000

/////////////////////////////////////////////////////////////////////////////
// CT1302Dlg dialog

class CT1302Dlg : public CDialog
{
// Construction
public:
	CT1302Dlg(CWnd* pParent = NULL);	// standard constructor

// Dialog Data
	//{{AFX_DATA(CT1302Dlg)
	enum { IDD = IDD_T1302_DIALOG };
	BYTE	m_SendByte1;
	BYTE	m_SendByte2;
	BYTE	m_SendByte3;
	BYTE	m_SendByte4;
	BYTE	m_SendByte5;
	BYTE	m_SendByte6;
	BYTE	m_SendByte7;
	BYTE	m_SendByte8;
	BYTE	m_ReceByte1;
	BYTE	m_ReceByte2;
	BYTE	m_ReceByte3;
	BYTE	m_ReceByte4;
	BYTE	m_ReceByte5;
	BYTE	m_ReceByte6;
	BYTE	m_ReceByte7;
	BYTE	m_ReceByte8;
	//}}AFX_DATA

	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CT1302Dlg)
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);	// DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:
	HICON m_hIcon;

	// Generated message map functions
	//{{AFX_MSG(CT1302Dlg)
	virtual BOOL OnInitDialog();
	afx_msg void OnInitCAN();
	afx_msg void OnSendCAN();
	afx_msg void OnStopLoop();
	afx_msg void OnLoopSend();
	afx_msg void OnClose();
	afx_msg void OnTimer(UINT nIDEvent);
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

//{{AFX_INSERT_LOCATION}}
// Microsoft eMbedded Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_T1302DLG_H__9BE50A1F_CD02_4030_8F20_4780DEC38EAA__INCLUDED_)

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -