?? skinexample.rss
字號:
/*
* ============================================================================
* Name : SkinExample.rss
* Part of : SkinExample
* Created : 18.05.2006 by li yongfei
* Description:
* This file contains all the resources for the SkinExample.
* Initial content was generated by Series 60 Application Wizard.
* Version :
* WebSite: http://www.symbianer.com
* Copyright: n-office@163.com
* ============================================================================
*/
// RESOURCE IDENTIFIER
NAME AWIZ // 4 letter ID
// INCLUDES
#include <eikon.rh>
#include "SkinExample.hrh"
#include "SkinExample.loc"
#include <avkon.rsg>
#include <avkon.rh>
#include <avkon.mbg>
// RESOURCE DEFINITIONS
RESOURCE RSS_SIGNATURE { }
RESOURCE TBUF { buf = "SkinExample"; }
RESOURCE EIK_APP_INFO
{
hotkeys = r_skinexample_hotkeys;
menubar = r_skinexample_menubar;
cba = R_AVKON_SOFTKEYS_OPTIONS_BACK;
}
//----------------------------------------------------
//
// r_skinexample_hotkeys
//
//----------------------------------------------------
//
RESOURCE HOTKEYS r_skinexample_hotkeys
{
control =
{
HOTKEY { command = EAknCmdExit; key='e'; }
};
}
//----------------------------------------------------
//
// r_skinexample_menubar
//
//----------------------------------------------------
//
RESOURCE MENU_BAR r_skinexample_menubar
{
titles =
{
MENU_TITLE { menu_pane = r_skinexample_menu; txt = "File"; }
};
}
//----------------------------------------------------
//
// r_skinexample_menu
//
//----------------------------------------------------
//
RESOURCE MENU_PANE r_skinexample_menu
{
items =
{
//MENU_ITEM { command = ESkinExampleCmdAppTest; txt = qtn_appl_test; },
MENU_ITEM { command = EAknCmdExit; txt = qtn_appl_exit; }
};
}
// End of File
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -