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

📄 udpdlg.h

📁 tcpudp通信源码 AppWizard uses "TODO:" to indicate parts of the source code you should add to or custom
💻 H
字号:
#if !defined(AFX_UDPDLG_H__490C9045_98DC_49D4_9629_1C4A0D75A744__INCLUDED_)
#define AFX_UDPDLG_H__490C9045_98DC_49D4_9629_1C4A0D75A744__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// UDPdlg.h : header file
//
#define RECEIVE_EVENT WM_USER+105
/////////////////////////////////////////////////////////////////////////////
// CUDPdlg dialog

class CUDPdlg : public CDialog
{
// Construction
public:

	CString GetIP();
	CSocket m_udpsock;
	CUDPdlg(CWnd* pParent = NULL);   // standard constructor

// Dialog Data
	//{{AFX_DATA(CUDPdlg)
	enum { IDD = IDD_UDPDLG };
	CListBox	m_list;
	CString	m_ip1;
	CString	m_ip2;
	UINT	m_port1;
	UINT	m_port2;
	CString	m_state;
	CString	m_sendmsg;
	//}}AFX_DATA


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

// Implementation
protected:
    afx_msg void OnEvent(WPARAM wParam,LPARAM lParam);
	// Generated message map functions
	//{{AFX_MSG(CUDPdlg)
	afx_msg void OnConfig();
	afx_msg void OnSend();
	virtual BOOL OnInitDialog();
	//}}AFX_MSG

	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_UDPDLG_H__490C9045_98DC_49D4_9629_1C4A0D75A744__INCLUDED_)

⌨️ 快捷键说明

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