?? readpage.h
字號:
#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 + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -