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

📄 dlgproxy.h

📁 an automated software testing tool for Web applications
💻 H
字号:
// 
// $Id: DlgProxy.h 9 2005-06-13 08:51:56Z wpc0756\Emmanuel $
//
// Copyright 2005 Emmanuel KARTMANN (emmanuel@kartmann.org)
//

#pragma once

class CWebReplayDlg;


// CWebReplayDlgAutoProxy command target

class CWebReplayDlgAutoProxy : public CCmdTarget
{
	DECLARE_DYNCREATE(CWebReplayDlgAutoProxy)

	CWebReplayDlgAutoProxy();           // protected constructor used by dynamic creation

// Attributes
public:
	CWebReplayDlg* m_pDialog;

// Operations
public:

// Overrides
	public:
	virtual void OnFinalRelease();

// Implementation
protected:
	virtual ~CWebReplayDlgAutoProxy();

	// Generated message map functions

	DECLARE_MESSAGE_MAP()
	DECLARE_OLECREATE(CWebReplayDlgAutoProxy)

	// Generated OLE dispatch map functions

	DECLARE_DISPATCH_MAP()
	DECLARE_INTERFACE_MAP()
};

⌨️ 快捷键说明

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