readpage.h
来自「RFID的源代码」· C头文件 代码 · 共 66 行
H
66 行
#if !defined(AFX_READPAGE_H__F2B8EF87_68FA_46C6_BF49_1AC83E51A456__INCLUDED_)
#define AFX_READPAGE_H__F2B8EF87_68FA_46C6_BF49_1AC83E51A456__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// ReadPage.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CReadPage dialog
class CReadPage : public CPropertyPage
{
DECLARE_DYNCREATE(CReadPage)
// Construction
public:
CReadPage();
~CReadPage();
// Dialog Data
//{{AFX_DATA(CReadPage)
enum { IDD = IDD_RFID_Page1 };
CComboBox m_BlockList10;
CComboBox m_BlockList;
CListBox m_DataList;
//}}AFX_DATA
// Overrides
// ClassWizard generate virtual function overrides
//{{AFX_VIRTUAL(CReadPage)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CReadPage)
afx_msg void OnBtnOpen();
afx_msg void OnBtnClose();
afx_msg void OnReadUID();
afx_msg void OnTagSysInfo();
afx_msg void OnTagData();
afx_msg void OnReadBlock();
virtual BOOL OnInitDialog();
afx_msg void OnStart();
afx_msg void OnStop();
afx_msg void OnClear();
afx_msg void OnSave();
afx_msg void OnRead14443();
afx_msg void OnBtnReset();
afx_msg void OnReset();
afx_msg void OnOK();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_READPAGE_H__F2B8EF87_68FA_46C6_BF49_1AC83E51A456__INCLUDED_)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?