15693dlg.h

来自「APIDemo源码」· C头文件 代码 · 共 79 行

H
79
字号
#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 + =
减小字号Ctrl + -
显示快捷键?