📄 ccidpage.h
字号:
#if !defined(AFX_CCIDPAGE_H__F8071A21_43C0_499C_AF52_A9E4713FE0DB__INCLUDED_)
#define AFX_CCIDPAGE_H__F8071A21_43C0_499C_AF52_A9E4713FE0DB__INCLUDED_
#include "DeviceFile.h" // Added by ClassView
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// CcidPage.h : header file
//
#include "HexEdit.h"
#include "ICmdTest.h"
#include "CcidTest.h"
/////////////////////////////////////////////////////////////////////////////
// CCcidPage dialog
class CCcidPage : public CPropertyPage
{
DECLARE_DYNCREATE(CCcidPage)
// Construction
public:
CDeviceFile m_Device;
void ReleaseCurrentDocument();
void UpdateCmdCombo();
CCcidPage();
~CCcidPage();
// Dialog Data
//{{AFX_DATA(CCcidPage)
enum { IDD = IDD_CCID_PAGE };
CComboBox m_ReaderCombo;
CHexEdit m_ResData;
CHexEdit m_CmdData;
CComboBox m_CmdCombo;
CString m_testFile;
//}}AFX_DATA
// Overrides
// ClassWizard generate virtual function overrides
//{{AFX_VIRTUAL(CCcidPage)
public:
virtual BOOL OnSetActive();
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
CArray<ICmdTest*,ICmdTest*> m_CmdArray;
IXMLDOMDocumentPtr m_pDOMDoc; // Stored reference to current XML document
// Generated message map functions
//{{AFX_MSG(CCcidPage)
afx_msg void OnButtonFileOpen();
virtual BOOL OnInitDialog();
afx_msg void OnSelchangeCmdCombo();
afx_msg void OnDropdownCmdCombo();
afx_msg void OnDestroy();
afx_msg void OnButtonExecute();
afx_msg void OnSelchangeComboReaderSel();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
private:
void UpdateReaderCombo();
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_CCIDPAGE_H__F8071A21_43C0_499C_AF52_A9E4713FE0DB__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -