firstsetdlg.cpp

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

CPP
57
字号
// FirstSetDlg.cpp: the 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 "FirstSetDlg.h"

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

/////////////////////////////////////////////////////////////////////////////
//A CFirstSetDlg dialog.


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


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


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

/////////////////////////////////////////////////////////////////////////////
//CFirstSetDlg message handle.

⌨️ 快捷键说明

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