?? testselectdlg.h
字號:
#if !defined(AFX_TESTSELECTDLG_H__A0821E0B_5525_4552_A37F_DED07EDFD83B__INCLUDED_)
#define AFX_TESTSELECTDLG_H__A0821E0B_5525_4552_A37F_DED07EDFD83B__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// TestSelectDlg.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CTestSelectDlg dialog
class CTestSelectDlg : public CDialog
{
// Construction
public:
CTestSelectDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CTestSelectDlg)
enum { IDD = IDD_TEST_DIALOG };
BOOL m_LPT_RST;
BOOL m_LPT_TCK;
BOOL m_LPT_TDI;
BOOL m_LPT_TMS;
int m_CPUAddress;
int m_CPUData;
BOOL m_FlashCS;
BOOL m_FlashRd;
BOOL m_FlashWr;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CTestSelectDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CTestSelectDlg)
afx_msg void OnMutiJtagSend();
afx_msg void OnSingleJtagSend();
afx_msg void OnPportTest();
afx_msg void OnMutiCpusend();
afx_msg void OnSingleCpusend();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_TESTSELECTDLG_H__A0821E0B_5525_4552_A37F_DED07EDFD83B__INCLUDED_)
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -