?? testappdlg.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 + -