viewex.hrh

来自「Symbian OS C++ 手机应用开发(第一卷)部分事例代码」· HRH 代码 · 共 22 行

HRH
22
字号
/*
* ============================================================================
*  Name     : ViewEx resource header file viewex.hrh
*  Part of  : ViewEx
*  Description:
*     This file contains declarations for constants of ViewEx.
*     The file can be included in C++ or resource file.

*  Copyright (c) 2004 Symbian Software Ltd. All rights reserved.
* ============================================================================
*/

#ifndef VIEWEX_HRH
#define VIEWEX_HRH

enum TViewExCommandIds
    {
    EViewExCmdAppTest = 1
    };

#endif      // VIEWEX_HRH

⌨️ 快捷键说明

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