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

📄 ethernetdlg.h

📁 基于短消息的移动通信场强信号检测管理软件,软件基于PC,用于与嵌入式信号接收板通信
💻 H
字号:
#if !defined(AFX_ETHERNETDLG_H__B86FCB98_A5D6_4A85_AAAD_A357CF5C58B8__INCLUDED_)
#define AFX_ETHERNETDLG_H__B86FCB98_A5D6_4A85_AAAD_A357CF5C58B8__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// E8023TaggedDlg.h : header file
//
#include "MacEdit.h"


/////////////////////////////////////////////////////////////////////////////
// CEthernetDlg dialog

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

// Dialog Data
	//{{AFX_DATA(CEthernetDlg)
	enum { IDD = IDD_ETHERNETDLG };
	CProgressCtrl	m_Progress;
	CComboBox	m_ComboEType;
	CComboBox	m_ComboAdapter;
	CEdit	m_editPackNum;
	CButton	m_btnStop;
	CButton	m_btnSend;
	CButton	m_btnIpHeader;
	CButton	m_btnCancel;
	CMacEdit	m_editSrcMac;
	CMacEdit	m_editDestMac;
	CString	m_strSrcMac;
	CString	m_strDestMac;
	int		m_nPackNum;
	int		m_nSelection;
	int		m_nTagControl;
	//}}AFX_DATA


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CEthernetDlg)
	afx_msg void OnIpHeaderSetup();
	afx_msg void OnSend();
	afx_msg void OnRadioLimit();
	afx_msg void OnRadioLoop();
	afx_msg void OnStop();
	virtual BOOL OnInitDialog();
	afx_msg void OnSelChangeEthernetType();
	afx_msg void OnTimer(UINT nIDEvent);
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
private:
	BOOL IsMacAddrLenEnough();
	CWinThread* m_pLoopThread;
};

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

#endif // !defined(AFX_E8023TAGGEDDLG_H__B86FCB98_A5D6_4A85_AAAD_A357CF5C58B8__INCLUDED_)

⌨️ 快捷键说明

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