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

📄 peepersetdlg.h

📁 这是个soket的代码不是太实用但是对出学者还是有些帮助的 有需要的可以
💻 H
字号:
#ifndef __PEEPER_SET_H__
#define __PEEPER_SET_H__

#include "resource.h"

class CPeeperSetDlg : public CDialog
{
public:
	CPeeperSetDlg(CWnd* pParent = NULL);
	//{{AFX_DATA(CPeeperSetDlg)
	enum { IDD = IDD_DIALOG_SET };
	//}}AFX_DATA
	//{{AFX_VIRTUAL(CPeeperSetDlg)
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);
	//}}AFX_VIRTUAL
public:
	CString m_strIP;
	UINT m_uPort;
	int  m_nBits;
	int  m_nSpeed;

protected:
	//{{AFX_MSG(CPeeperSetDlg)
	virtual void OnOK();
	virtual BOOL OnInitDialog();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

#endif // __PEEPER_SET_H__

⌨️ 快捷键说明

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