downparamsheet.h

来自「模拟迅雷的下载工具软件」· C头文件 代码 · 共 56 行

H
56
字号
#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 + =
减小字号Ctrl + -
显示快捷键?