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

📄 brow.h

📁 入侵检测系统
💻 H
字号:
#if !defined(AFX_BROW_H__E5312EBD_DD94_4809_A572_F28C50CDE268__INCLUDED_)
#define AFX_BROW_H__E5312EBD_DD94_4809_A572_F28C50CDE268__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// CBrow dialog
class CBrow : public CDialog
{
// Construction
public:
	_ConnectionPtr	m_pConnection;
	_CommandPtr		m_pCommand;
	_RecordsetPtr	m_pRecordset;
	
//	_variant_t vEventCode,vEventName,vEventProtocol,vEventDefinition,vEventDescription,vAlertType,vEventLevel;
	CBrow(CWnd* pParent = NULL);   // standard constructor
    
// Dialog Data
	//{{AFX_DATA(CBrow)
	enum { IDD = IDD_DIALOG_BROW };
	CListBox	m_AccessList;
	CString	m_name;
	CString	m_protocol;
	CString	m_definition;
	CString	m_description;
	CString	m_alert;
	CString	m_level;
	CString	m_code;
	CButton	m_btnread;
	CButton	m_btnmodify;
    CButton	m_btndel;
	CButton	m_btnadd;
	//}}AFX_DATA


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CBrow)
	afx_msg void OnButtonAdd();
	afx_msg void OnButtonDel();
	afx_msg void OnButtonModify();
	virtual BOOL OnInitDialog();
	afx_msg void OnIdsrule();
	afx_msg void OnButtonRead();
	afx_msg void OnSelchangeList();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_BROW_H__E5312EBD_DD94_4809_A572_F28C50CDE268__INCLUDED_)

⌨️ 快捷键说明

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