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

📄 try4view.h

📁 几年前用vc6写的漏洞扫描器
💻 H
字号:
// try4View.h : interface of the CTry4View class
//
/////////////////////////////////////////////////////////////////////////////

#if !defined(AFX_TRY4VIEW_H__2C53C27B_AADD_11D7_B183_0050FCFFBDD3__INCLUDED_)
#define AFX_TRY4VIEW_H__2C53C27B_AADD_11D7_B183_0050FCFFBDD3__INCLUDED_

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


class CTry4View : public CFormView
{
protected: // create from serialization only
	CTry4View();
	DECLARE_DYNCREATE(CTry4View)

public:
	//{{AFX_DATA(CTry4View)
	enum { IDD = IDD_TRY4_FORM };
	CTreeCtrl	m_tree;
	CEdit	m_edit2;
	CEdit	m_edit1;
	CString	m_strEdit;
	CString	m_sEdit;
	//}}AFX_DATA

// Attributes
public:
	CTry4Doc* GetDocument();

// Operations
public:

// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CTry4View)
	public:
	virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	virtual void OnInitialUpdate(); // called first time after construct
	virtual BOOL OnPreparePrinting(CPrintInfo* pInfo);
	virtual void OnBeginPrinting(CDC* pDC, CPrintInfo* pInfo);
	virtual void OnEndPrinting(CDC* pDC, CPrintInfo* pInfo);
	virtual void OnPrint(CDC* pDC, CPrintInfo* pInfo);
	//}}AFX_VIRTUAL

// Implementation
public:
	virtual ~CTry4View();
#ifdef _DEBUG
	virtual void AssertValid() const;
	virtual void Dump(CDumpContext& dc) const;
#endif

protected:

// Generated message map functions
protected:
	//{{AFX_MSG(CTry4View)
	afx_msg void OnParam();
	afx_msg void OnModule();
	afx_msg void OnStart();
	afx_msg void OnHostname();
	afx_msg void OnIpaddr();
	afx_msg void OnNettoip();
	afx_msg void OnSize(UINT nType, int cx, int cy);
	afx_msg void OnDblclkTree(NMHDR* pNMHDR, LRESULT* pResult);
	afx_msg void OnViewresult();
	afx_msg void OnStop();
	afx_msg void OnUpdateStart(CCmdUI* pCmdUI);
	afx_msg void OnUpdateStop(CCmdUI* pCmdUI);
	afx_msg void OnUpdateParam(CCmdUI* pCmdUI);
	afx_msg void OnUpdateModule(CCmdUI* pCmdUI);
	afx_msg void OnUpdateViewresult(CCmdUI* pCmdUI);
	afx_msg void OnExit();
	afx_msg void OnSelchangedTree(NMHDR* pNMHDR, LRESULT* pResult);
	afx_msg void OnHelp();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

#ifndef _DEBUG  // debug version in try4View.cpp
inline CTry4Doc* CTry4View::GetDocument()
   { return (CTry4Doc*)m_pDocument; }
#endif

/////////////////////////////////////////////////////////////////////////////

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

#endif // !defined(AFX_TRY4VIEW_H__2C53C27B_AADD_11D7_B183_0050FCFFBDD3__INCLUDED_)

⌨️ 快捷键说明

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