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

📄 downparamsheet.h

📁 模拟迅雷的下载工具软件
💻 H
字号:
#if !defined(AFX_DOWNPARAMSHEET_H__8B60F722_51F7_11D9_95EE_00E04CB2B956__INCLUDED_)
#define AFX_DOWNPARAMSHEET_H__8B60F722_51F7_11D9_95EE_00E04CB2B956__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// DownParamSheet.h : header file
//作者:孟庆远

/////////////////////////////////////////////////////////////////////////////
// CDownParamSheet
#include "DownParamPage.h"

class CDownParamSheet : public CPropertySheet
{
	DECLARE_DYNAMIC(CDownParamSheet)

// Construction
public:
	CDownParamSheet(UINT nIDCaption, CWnd* pParentWnd = NULL, UINT iSelectPage = 0);
	CDownParamSheet(LPCTSTR pszCaption, CWnd* pParentWnd = NULL, UINT iSelectPage = 0);

// Attributes
public:
	CButtonXP *m_pbuOk;
// Operations
public:

// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CDownParamSheet)
	public:
	virtual BOOL OnInitDialog();
	protected:
	virtual void PreSubclassWindow();
	//}}AFX_VIRTUAL

// Implementation
public:
	virtual ~CDownParamSheet();

	// Generated message map functions
protected:
	//{{AFX_MSG(CDownParamSheet)
		// NOTE - the ClassWizard will add and remove 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_DOWNPARAMSHEET_H__8B60F722_51F7_11D9_95EE_00E04CB2B956__INCLUDED_)

⌨️ 快捷键说明

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