📄 downloadcmd.h
字号:
// DownloadCmd.h:the interface of the CDownloadCmd
//
// 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
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_DOWNLOADCMD_H__5A12E1A3_4029_11D3_9B2E_00E0290B9DF8__INCLUDED_)
#define AFX_DOWNLOADCMD_H__5A12E1A3_4029_11D3_9B2E_00E0290B9DF8__INCLUDED_
#if _MSC_VER >= 1000
#pragma once
#endif // _MSC_VER >= 1000
#include "CheckMemorryCmd.h"
class CDownloadCmd : public CCheckMemorryCmd
{
public:
BOOL exec(void);
CDownloadCmd();
virtual ~CDownloadCmd();
// Get Flash Type.
public: const BOOL GetFlashType(void) { return ((CM16CflshApp*)AfxGetApp())->GetFlashType(); }
};
#endif // !defined(AFX_DOWNLOADCMD_H__5A12E1A3_4029_11D3_9B2E_00E0290B9DF8__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -