listenset.h

来自「毕业设计——本程序用于网络检测——监听的一种代码。」· C头文件 代码 · 共 58 行

H
58
字号
#if !defined(AFX_LISTENSET_H__7A6480B7_DC0B_4F6A_BA0C_04AE1F5B1BB7__INCLUDED_)
#define AFX_LISTENSET_H__7A6480B7_DC0B_4F6A_BA0C_04AE1F5B1BB7__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// ListenSet.h : header file
//

/////////////////////////////////////////////////////////////////////////////
// CListenSet dialog

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

// Dialog Data
	//{{AFX_DATA(CListenSet)
	enum { IDD = IDD_DIALOG_SET };
	CListCtrl	m_listcontext;
	CListCtrl	m_listip;
	CString	m_context;
	CString	m_sip;
	HICON m_hIcon;

	//}}AFX_DATA


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CListenSet)
	afx_msg void OnButtonAddc();
 	afx_msg void OnButtonAddi();
 	afx_msg void OnButtonDELC();
	afx_msg void OnButton2();
	virtual void OnOK();
	virtual void OnCancel();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_LISTENSET_H__7A6480B7_DC0B_4F6A_BA0C_04AE1F5B1BB7__INCLUDED_)

⌨️ 快捷键说明

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