netfinderdlg.h

来自「F340+CP2200的汉化版NETFINDER源代码,增加了串口设置」· C头文件 代码 · 共 74 行

H
74
字号
// netfinderDlg.h : header file
//

#if !defined(AFX_NETFINDERDLG_H__06DD1D03_9B27_4C66_BA75_2F559A4165B0__INCLUDED_)
#define AFX_NETFINDERDLG_H__06DD1D03_9B27_4C66_BA75_2F559A4165B0__INCLUDED_

#include "NetDisplay.h"	// Added by ClassView
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000

#include "NetDisplay.h"
#include "MySocket.h"	// Added by ClassView

/////////////////////////////////////////////////////////////////////////////
// CNetfinderDlg dialog

class CNetfinderDlg : public CDialog
{
// Construction
public:

	void ReceivePacket();
	CNetDisplay m_netdisplay;
	CNetfinderDlg(CWnd* pParent = NULL);	// standard constructor

// Dialog Data
	//{{AFX_DATA(CNetfinderDlg)
	enum { IDD = IDD_NETFINDER_DIALOG };
	CComboBox	m_sortby_combo;
	CButton	m_check_ev2;
	CButton	m_checkbox_ev1;
	int		m_sortby_selected;
	//}}AFX_DATA

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

// Implementation
protected:
	HICON m_hIcon;

	// Generated message map functions
	//{{AFX_MSG(CNetfinderDlg)
	virtual BOOL OnInitDialog();
	afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
	afx_msg void OnPaint();
	afx_msg HCURSOR OnQueryDragIcon();
	afx_msg void OnAddEntry();
	afx_msg void OnClearAll();
	afx_msg void OnSearch();
	afx_msg void OnClose();
	afx_msg void OnShowmacaddr();
	afx_msg void OnShowev1();
	afx_msg void OnShowev2();
	afx_msg void OnSelchangeSortby();
	afx_msg void OnConfigports();
	afx_msg void OnAssign();
	afx_msg void OnLaunchBrowser();
	afx_msg void OnLaunchBootload();
	afx_msg void OnLaunchHyperterm();
	afx_msg void OnUart();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_NETFINDERDLG_H__06DD1D03_9B27_4C66_BA75_2F559A4165B0__INCLUDED_)

⌨️ 快捷键说明

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