?? ezmrpage.h
字號:
////////////////////////////////////////////////////////////////////////////////
// EzMrPage.h : header file
// $Header: /USB/Util/EzMr/EzMrPage.h 4 8/08/00 2:26p Tpm $
// Copyright (c) 2000 Cypress Semiconductor. May not be reproduced without permission.
// See the EzUsb Developer's Kit license agreement for more details.
////////////////////////////////////////////////////////////////////////////////
#ifndef __EZMRPAGE_H__
#define __EZMRPAGE_H__
/////////////////////////////////////////////////////////////////////////////
// CMyPropertyPage1 dialog
class CMyPropertyPage1 : public CPropertyPage
{
DECLARE_DYNCREATE(CMyPropertyPage1)
// Construction
public:
CMyPropertyPage1();
~CMyPropertyPage1();
// Dialog Data
//{{AFX_DATA(CMyPropertyPage1)
enum { IDD = IDD_PROPPAGE1 };
BOOL m_nVerbose;
BOOL m_nPopUpOps;
BOOL m_nAutoHoldRun;
BOOL m_bThreaded;
BOOL m_nTarg;
int m_nMaxOpsPending;
//}}AFX_DATA
// Overrides
// ClassWizard generate virtual function overrides
//{{AFX_VIRTUAL(CMyPropertyPage1)
public:
virtual void OnOK();
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CMyPropertyPage1)
// NOTE: the ClassWizard will add member functions here
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
// CMyPropertyPage2 dialog
class CMyPropertyPage2 : public CPropertyPage
{
DECLARE_DYNCREATE(CMyPropertyPage2)
// Construction
public:
CMyPropertyPage2();
~CMyPropertyPage2();
// Dialog Data
//{{AFX_DATA(CMyPropertyPage2)
enum { IDD = IDD_PROPPAGE2 };
CString m_strMonFileName;
CString m_strHexEdFileName;
//}}AFX_DATA
// Overrides
// ClassWizard generate virtual function overrides
//{{AFX_VIRTUAL(CMyPropertyPage2)
public:
virtual void OnOK();
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CMyPropertyPage2)
afx_msg void OnMonBrowse();
virtual BOOL OnInitDialog();
afx_msg void OnHexBrowse();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
#endif // __EZMRPAGE_H__
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -