preceprdlg.cpp

来自「m16c flash startor 源码」· C++ 代码 · 共 56 行

CPP
56
字号
//  PreCEPRDlg.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 "PreCEPRDlg.h"

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

/////////////////////////////////////////////////////////////////////////////
// CPreCEPRDlg dialog


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


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


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

/////////////////////////////////////////////////////////////////////////////
// CPreCEPRDlg Message handle

⌨️ 快捷键说明

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