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

📄 securitypage.h

📁 用套接字实现的ftp文件传输源代码
💻 H
字号:
#if !defined(AFX_SECURITYPAGE_H__898CB245_9C3E_4693_8555_20DBC1664830__INCLUDED_)
#define AFX_SECURITYPAGE_H__898CB245_9C3E_4693_8555_20DBC1664830__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000

#include "DialogResize.h"


class CSecurityPage : public CDialogResize
{
// Construction
public:
	void AddIPToBlockList(LPCTSTR lpszIP);
	CSecurityPage(CWnd* pParent = NULL);   // standard constructor

// Dialog Data
	//{{AFX_DATA(CSecurityPage)
	enum { IDD = IDD_PROPPAGE_SECURITY };
	CListBox	m_BlockedList;
	CListBox	m_NonBlockedList;
	BOOL	m_bBlockAll;
	//}}AFX_DATA


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

// Implementation
protected:
	void UpdateSecurityData(int nType);

	// Generated message map functions
	//{{AFX_MSG(CSecurityPage)
	virtual BOOL OnInitDialog();
	afx_msg void OnBlockAll();
	afx_msg void OnDestroy();
	afx_msg void OnAddBlock();
	afx_msg void OnEditBlock();
	afx_msg void OnAddNonblock();
	afx_msg void OnEditNonblock();
	afx_msg void OnRemoveBlock();
	afx_msg void OnRemoveNonblock();
	afx_msg void OnDblclkBlockedlist();
	afx_msg void OnDblclkNonblockedlist();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()

	DECLARE_DLGRESIZE_MAP;
};

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

#endif // !defined(AFX_SECURITYPAGE_H__898CB245_9C3E_4693_8555_20DBC1664830__INCLUDED_)

⌨️ 快捷键说明

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