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

📄 testappdlg.h

📁 1394测试程序
💻 H
字号:
// TestAppDlg.h : header file
//

#if !defined(AFX_TESTAPPDLG_H__777FE274_6CE1_11D3_A225_0080C8945707__INCLUDED_)
#define AFX_TESTAPPDLG_H__777FE274_6CE1_11D3_A225_0080C8945707__INCLUDED_

#if _MSC_VER >= 1000
#pragma once
#endif // _MSC_VER >= 1000

#include "DialogPageCtrl.h"
#include "DlgPgDevice.h"
#include "DlgPgConfiguration.h"
#include "DlgPgBusTopology.h"
#include "DlgPgAsyncRdWr.h"
#include "DlgPgAllocateAddressRange.h"
#include "DlgPgAsyncLockStream.h"
#include "DlgPgAsyncLookBack.h"
//#include "DlgPgAsyncLckStr.h"
//#include "DlgPgIsochIo.h"
//#include "DlgPgOutput.h"

/////////////////////////////////////////////////////////////////////////////
// CTestAppDlg dialog

class CTestAppDlg : public CDialog
{
public:
	void OutputString(LPTSTR pstrMsg);
	int m_nMode;
	CEdit	m_EditControl;
	// Construction
	CTestAppDlg(CWnd* pParent = NULL);	// standard constructor

	// Destruction
	~CTestAppDlg();
//	CDlgPgOutput	m_DlgPgOutput;

// Implementation
protected:
	CFont m_font;

// Dialog Data
	//{{AFX_DATA(CTestAppdlg)
	enum { IDD = IDD_TESTAPP_DIALOG };
	CDialogPageCtrl	m_TabControlMain;
	//}}AFX_DATA

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

	BOOL
	RegisterDevNotify(
		const GUID *InterfaceClassGuid, 
		HDEVNOTIFY *hDevNotify
		);

	HDEVNOTIFY m_DevNotify;

	HICON m_hIcon;

//////////////////////////////////////////////////////

	// dialog page instances
	CDlgPgDevice	m_DlgPgDevice;
	CDlgPgConfiguration	m_DlgPgConfiguration;
	CDlgPgBusTopology	m_DlgPgBusTopology;
	CDlgPgAsyncRdWr	m_DlgPgAsyncRdWr;
	CDlgPgAllocateAddressRange m_DlgPgAllocateAddressRange;
	CDlgPgAsyncLockStream	m_DlgPgAsyncLockStream;
	CDlgPgAsyncLookBack	m_DlgPgAsyncLookBack;
//	CDlgPgAsyncLckStr	m_DlgPgAsyncLckStr;
//	CDlgPgIsochIo	m_DlgPgIsochIo;

	// Generated message map functions
	//{{AFX_MSG(CTestAppdlg)
	virtual BOOL OnInitDialog();
	afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
	afx_msg void OnPaint();
	afx_msg HCURSOR OnQueryDragIcon();
	afx_msg void OnButtonShowOutputWindow();
	afx_msg void OnButtonClearOutputWindow();
	afx_msg void OnSelchangeTabMain(NMHDR* pNMHDR, LRESULT* pResult);
	afx_msg void OnDestroy();
	afx_msg BOOL OnDeviceChange( UINT nEventType, DWORD dwData );
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_TESTAPPDLG_H__777FE274_6CE1_11D3_A225_0080C8945707__INCLUDED_)

⌨️ 快捷键说明

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