?? 15693dlg.h
字號:
#if !defined(AFX_15693DLG_H__260A54B1_FA97_4C3C_A50A_CA4C9AF2FEE3__INCLUDED_)
#define AFX_15693DLG_H__260A54B1_FA97_4C3C_A50A_CA4C9AF2FEE3__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// 15693Dlg.h : header file
//
#include "MyPropetySheet.h"
/////////////////////////////////////////////////////////////////////////////
// C15693Dlg dialog
class C15693Dlg : public CPropertyPage
{
DECLARE_DYNCREATE(C15693Dlg)
// Construction
public:
C15693Dlg();
~C15693Dlg();
// Dialog Data
//{{AFX_DATA(C15693Dlg)
enum { IDD = IDD_15693_DLG };
CComboBox m_cmbBlock;
CButton m_btnDsWrite;
CButton m_btnGetInfo;
CButton m_btnDsLock;
CButton m_btnBlockWrite;
CButton m_btnBlockRead;
CButton m_btnBlockLock;
CButton m_btnAfiWrite;
CButton m_btnAfiLock;
CString m_sAFI;
CString m_sData;
CString m_sDSFID;
CString m_sUID;
CString m_sStatus;
//}}AFX_DATA
// Overrides
// ClassWizard generate virtual function overrides
//{{AFX_VIRTUAL(C15693Dlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(C15693Dlg)
virtual BOOL OnInitDialog();
afx_msg void OnBtnGetinfo();
afx_msg void OnBtnDsfidWrite();
afx_msg void OnBtnDsLock();
afx_msg void OnBtnAfiWrite();
afx_msg void OnBtnAfiLock();
afx_msg void OnBtnBlockRead();
afx_msg void OnBtnBlockWrite();
afx_msg void OnBtnBlockLock();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
public:
CMyPropetySheet *m_pParent;
BYTE m_bUID[16];
BYTE m_bDSFID;
BYTE m_bAFI;
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_15693DLG_H__260A54B1_FA97_4C3C_A50A_CA4C9AF2FEE3__INCLUDED_)
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -