versioncmd.h
来自「M16C Flash Starter Software Ver.2.0.0.46」· C头文件 代码 · 共 36 行
H
36 行
// VersionCmd.h: CVersionCmd
//
// 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_VERSIONCMD_H__97229202_4021_11D3_9B2E_00E0290B9DF8__INCLUDED_)
#define AFX_VERSIONCMD_H__97229202_4021_11D3_9B2E_00E0290B9DF8__INCLUDED_
#if _MSC_VER >= 1000
#pragma once
#endif // _MSC_VER >= 1000
#include "Command.h"
class CVersionCmd : public CCommand
{
public:
BOOL exec(void);
CVersionCmd();
virtual ~CVersionCmd();
};
#endif // !defined(AFX_VERSIONCMD_H__97229202_4021_11D3_9B2E_00E0290B9DF8__INCLUDED_)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?