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

📄 debugerpage.h

📁 混乱竞技场的全套代码,客户端资源可以网上搜
💻 H
字号:
#if !defined(AFX_DEBUGERPAGE_H__2A49E8C9_BB20_461E_85BC_F40DFD8B29A1__INCLUDED_)
#define AFX_DEBUGERPAGE_H__2A49E8C9_BB20_461E_85BC_F40DFD8B29A1__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// CDebugerPage dialog

class CDebugerPage : public CPropertyPage, public CGsDebug
{
	DECLARE_DYNCREATE(CDebugerPage)

// Construction
public:
	void OutputLog(const char* strLog);
	CDebugerPage();
	~CDebugerPage();

// Dialog Data
	//{{AFX_DATA(CDebugerPage)
	enum { IDD = IDD_DEBUGER };
	CString	m_str_debug;
	//}}AFX_DATA


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

// Implementation
protected:
	virtual void OnAddLog(const char *time, const char *date, const char *log);
	// Generated message map functions
	//{{AFX_MSG(CDebugerPage)
		// NOTE: the ClassWizard will add member functions here
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()

};

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

#endif // !defined(AFX_DEBUGERPAGE_H__2A49E8C9_BB20_461E_85BC_F40DFD8B29A1__INCLUDED_)

⌨️ 快捷键说明

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