?? blankcmd.h
字號:
// BlankCmd.h: the interface of the CBlankCmd class.
//
// 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_BLANKCMD_H__42B55942_1BD9_11D2_AEFD_00C04FD601E8__INCLUDED_)
#define AFX_BLANKCMD_H__42B55942_1BD9_11D2_AEFD_00C04FD601E8__INCLUDED_
#if _MSC_VER >= 1000
#pragma once
#endif // _MSC_VER >= 1000
//#include <afxtemple.h>
#include "CheckMemorryCmd.h"
class CBlankCmd : public CCheckMemorryCmd
{
public:
CBlankCmd();
virtual ~CBlankCmd();
public: BOOL exec(void);
};
#endif // !defined(AFX_BLANKCMD_H__42B55942_1BD9_11D2_AEFD_00C04FD601E8__INCLUDED_)
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -