preerasedlg.cpp

来自「M16C Flash Starter Software Ver.2.0.0.46」· C++ 代码 · 共 56 行

CPP
56
字号
// PreEraseDlg.cpp : Implementation file   
//
// This software can be offered for free and used as necessary to aid 
// in your program developments.
//
// RENESAS TECHNOLOGY CORPORATION, RENESAS SOLUTIONS CORPORATION,
// and related original software developers assume no responsibility 
// for any damage or infringement of any third-party's rights, originating 
// in the use of the following software.
// Please use this software under the agreement and acceptance of these conditions. 
//
// Copyright(C)1998(2003) RENESAS TECHNOLOGY CORPORATION AND RENESAS SOLUTIONS CORPORATION
// ALL RIGHTS RESERVED
//

#include "stdafx.h"
#include "M16Cflsh.h"
#include "PreEraseDlg.h"

#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif

/////////////////////////////////////////////////////////////////////////////
// CPreEraseDlg dialog

CPreEraseDlg::CPreEraseDlg(CWnd* pParent /*=NULL*/)
	: CDialog(CPreEraseDlg::IDD, pParent)
{
	//{{AFX_DATA_INIT(CPreEraseDlg)
		// Memo - ClassWizard adds the macro for mapping to this position or eliminate.  
	//}}AFX_DATA_INIT
}


void CPreEraseDlg::DoDataExchange(CDataExchange* pDX)
{
	CDialog::DoDataExchange(pDX);
	//{{AFX_DATA_MAP(CPreEraseDlg)
		// Memo - ClassWizard adds the macro for mapping to this position or eliminate.  
	//}}AFX_DATA_MAP
}


BEGIN_MESSAGE_MAP(CPreEraseDlg, CDialog)
	//{{AFX_MSG_MAP(CPreEraseDlg)
		// Memo - ClassWizard adds the macro for mapping to this position or eliminate.  
	//}}AFX_MSG_MAP
END_MESSAGE_MAP()

/////////////////////////////////////////////////////////////////////////////
// CPreEraseDlg Message handle   

⌨️ 快捷键说明

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