⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 versiondlg.h

📁 M16C Flash Starter Software Ver.2.0.0.46 Source Files.zip是瑞萨的M16C系列单片机的flash烧写程序。
💻 H
字号:
#if !defined(AFX_VERSIONDLG_H__F7133422_4018_11D3_9B2E_00E0290B9DF8__INCLUDED_)
#define AFX_VERSIONDLG_H__F7133422_4018_11D3_9B2E_00E0290B9DF8__INCLUDED_

#if _MSC_VER >= 1000
#pragma once
#endif // _MSC_VER >= 1000
// VersionDlg.h :
//
// 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
//
/////////////////////////////////////////////////////////////////////////////
// CVersionDlg

class CVersionDlg : public CDialog
{

public:
	void SetVer(BYTE btVER[8]);
	CVersionDlg(CWnd* pParent = NULL);   


	//{{AFX_DATA(CVersionDlg)
	enum { IDD = IDD_VERSION_DIALOG };
	CString	m_strVersion;
	//}}AFX_DATA



	//{{AFX_VIRTUAL(CVersionDlg)
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV
	//}}AFX_VIRTUAL

protected:

	
	//{{AFX_MSG(CVersionDlg)
		
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

//{{AFX_INSERT_LOCATION}}


#endif // !defined(AFX_VERSIONDLG_H__F7133422_4018_11D3_9B2E_00E0290B9DF8__INCLUDED_)

⌨️ 快捷键说明

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