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

📄 controldb.h

📁 通过穷举法和字典法对远程数据库密码进行破解
💻 H
字号:
//{{AFX_INCLUDES()
#include "adodc.h"
#include "datagrid.h"
//}}AFX_INCLUDES
#if !defined(AFX_CONTROLDB_H__04282DBD_B466_4A8A_8B44_7772C9771DC6__INCLUDED_)
#define AFX_CONTROLDB_H__04282DBD_B466_4A8A_8B44_7772C9771DC6__INCLUDED_
#define INITGUID
#import "c:\program files\common files\system\ado\msado15.dll"\
	rename_namespace("ADOCG")rename("EOF","adoEOF") 
using namespace ADOCG;
#include "icrsint.h"
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// ControlDB.h : header file
//
#include "resource.h"

/////////////////////////////////////////////////////////////////////////////
// CControlDB dialog

class CControlDB : public CPropertyPage
{
	DECLARE_DYNCREATE(CControlDB)

// Construction
public:
	_RecordsetPtr m_pRs;
	CControlDB();
	~CControlDB();

// Dialog Data
	//{{AFX_DATA(CControlDB)
	enum { IDD = IDD_CONTROLDB_DIALOG };
	CListBox	m_tableList;
	CAdodc	m_ado;
	CDataGrid	m_dataGrid;
	//}}AFX_DATA


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

// Implementation
protected:
	// Generated message map functions
	//{{AFX_MSG(CControlDB)
	afx_msg void OnConnectdb();
	afx_msg void OnSelchangeTablelist();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()

};

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

#endif // !defined(AFX_CONTROLDB_H__04282DBD_B466_4A8A_8B44_7772C9771DC6__INCLUDED_)

⌨️ 快捷键说明

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