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

📄 scrtestpropsheet.h

📁 usblsccid-0.9.2: ED1x Smart Card Reader Driver
💻 H
字号:
#if !defined(AFX_SCRTESTPROPSHEET_H__E81B8ED7_96A8_4218_A13B_E51269D3F931__INCLUDED_)
#define AFX_SCRTESTPROPSHEET_H__E81B8ED7_96A8_4218_A13B_E51269D3F931__INCLUDED_

#include "CcidPage.h"	// Added by ClassView
#include "PcScPage.h"	// Added by ClassView
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// ScrTestPropSheet.h : header file
//

/////////////////////////////////////////////////////////////////////////////
// CScrTestPropSheet

class CScrTestPropSheet : public CPropertySheet
{
	DECLARE_DYNAMIC(CScrTestPropSheet)

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

// Attributes
public:

// Operations
public:

// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CScrTestPropSheet)
	public:
	virtual BOOL OnInitDialog();
	//}}AFX_VIRTUAL

// Implementation
public:
	CPcScPage m_pcscpage;
	CCcidPage m_ccidpage;
	virtual ~CScrTestPropSheet();

	// Generated message map functions
protected:
	void AddControlPages();
	HICON m_hIcon;
	//{{AFX_MSG(CScrTestPropSheet)
	afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
	afx_msg HCURSOR OnQueryDragIcon();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

/////////////////////////////////////////////////////////////////////////////

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

#endif // !defined(AFX_SCRTESTPROPSHEET_H__E81B8ED7_96A8_4218_A13B_E51269D3F931__INCLUDED_)

⌨️ 快捷键说明

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