⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 dlgpgasyncrdwr.h

📁 1394测试程序
💻 H
字号:
#if !defined(AFX_DLGPGASYNCRDWR_H__5D9A694A_6F50_11D3_81DF_0080C895A5F3__INCLUDED_)
#define AFX_DLGPGASYNCRDWR_H__5D9A694A_6F50_11D3_81DF_0080C895A5F3__INCLUDED_

#if _MSC_VER >= 1000
#pragma once
#endif // _MSC_VER >= 1000
// DlgPgAsyncRdWr.h : header file
//

#include "EnumBox.h"


/////////////////////////////////////////////////////////////////////////////
// CDlgPgAsyncRdWr dialog

class CDlgPgAsyncRdWr : public CDialogPage
{
// Construction
public:
	CDlgPgAsyncRdWr(CWnd* pParent = NULL);   // standard constructor


// Dialog Data
	//{{AFX_DATA(CDlgPgAsyncRdWr)
	enum { IDD = IDD_DIALOGPAGE_ASYNCRW };
	CStatic	m_StaticReadOrWrite;
	CButton	m_ButtonReadOrWrite;
	CButton	m_ButtonPingOrNoStatus;
	BOOL	m_bIncrement;
	BOOL	m_bPingOrNoStatus;
	CByteArray m_Buffer;
	int		m_nReadOrWrite;
	DWORD	m_dwGenerationCount;
	BOOL	m_bGeneration;
	DWORD m_dwOffHi;
	DWORD m_dwOffLo;
	DWORD m_dwDataSize;
	DWORD m_dwBlockSize;
	//}}AFX_DATA



// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CDlgPgAsyncRdWr)
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:


	// Generated message map functions
	//{{AFX_MSG(CDlgPgAsyncRdWr)
	virtual BOOL OnInitDialog();
	afx_msg void OnButtonReadWrite();
	afx_msg void OnRadioWrite();
	afx_msg void OnRadioRead();
	afx_msg void OnCHECKGeneration();
	afx_msg void OnButtonContinoutRead();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

//{{AFX_INSERT_LOCATION}}
// Microsoft Developer Studio will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_DLGPGASYNCRDWR_H__5D9A694A_6F50_11D3_81DF_0080C895A5F3__INCLUDED_)

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -