viewex.rss

来自「《SymbianOSC手机应用开发》源码」· RSS 代码 · 共 43 行

RSS
43
字号
/*
* ============================================================================
*  Name     : ViewEx.rss
*  Part of  : ViewEx
*  Copyright (c) 2004 Symbian Software Ltd. All rights reserved.
* ============================================================================
*/

//  RESOURCE IDENTIFIER
NAME    AWIZ // 4 letter ID

//  INCLUDES

#include <eikon.rh>
#include "viewex.hrh"
#include "viewex.loc"

//  RESOURCE DEFINITIONS 

RESOURCE RSS_SIGNATURE { }

RESOURCE TBUF { buf = "ViewEx"; }

RESOURCE EIK_APP_INFO
    {
    }

//----------------------------------------------------
//   
//    r_viewex_hotkeys
//
//----------------------------------------------------
//
RESOURCE HOTKEYS r_viewex_hotkeys
    {
    control =
        {
        HOTKEY { command = EEikCmdExit; key = 'e'; }
        };
    }
    
// End of File

⌨️ 快捷键说明

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