channelpropsheet.h

来自「beereader source code」· C头文件 代码 · 共 59 行

H
59
字号
#if !defined(AFX_CHANNELPROPSHEET_H__66A269C1_15C3_4BE4_A930_025105A65E2A__INCLUDED_)
#define AFX_CHANNELPROPSHEET_H__66A269C1_15C3_4BE4_A930_025105A65E2A__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// CChannelPropSheet
#include "ChannelPropPage1.h"
#include "ChannelPropPage2.h"
#include "ChannelPropPage3.h"

class CChannelPropSheet : public CPropertySheet
{
	DECLARE_DYNAMIC(CChannelPropSheet)

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

// Attributes
public:
    CChannelPropPage1 page1;
	CChannelPropPage2 page2;
	CChannelPropPage3 page3;

	CRSSChannel*  m_pChannel;
	PCHANNELDATA  m_pChannelData;
// Operations
public:

// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CChannelPropSheet)
	//}}AFX_VIRTUAL

// Implementation
public:
	virtual ~CChannelPropSheet();

	// Generated message map functions
protected:
	//{{AFX_MSG(CChannelPropSheet)
		// 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_CHANNELPROPSHEET_H__66A269C1_15C3_4BE4_A930_025105A65E2A__INCLUDED_)

⌨️ 快捷键说明

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