?? contatcssearch.rss
字號:
// ====================================================================
// File: ContatcsSearch.rss
// Created: 09/07/07
// Author:
// Copyright (c): , All rights reserved
// ==================================================================== */
NAME HELL
#include <eikon.rh>
#include <eikon.rsg>
#include <avkon.rh>
#include <avkon.rsg>
#include "ContatcsSearch.hrh"
// ---------------------------------------------------------
//
// Define the resource file signature
// This resource should be empty.
//
// ---------------------------------------------------------
//
RESOURCE RSS_SIGNATURE { }
// ---------------------------------------------------------
//
// Default Document Name
//
// ---------------------------------------------------------
//
RESOURCE TBUF r_default_document_name { buf=""; }
// ---------------------------------------------------------
//
// Define default menu and CBA key.
//
// ---------------------------------------------------------
//
RESOURCE EIK_APP_INFO
{
menubar = r_ContatcsSearch_menubar;
cba = R_AVKON_SOFTKEYS_OPTIONS_EXIT;
}
// ---------------------------------------------------------
//
// r_ContatcsSearch_menubar
// Menubar for ContatcsSearch example
//
// ---------------------------------------------------------
//
RESOURCE MENU_BAR r_ContatcsSearch_menubar
{
titles =
{
MENU_TITLE {menu_pane = r_ContatcsSearch_menu;}
};
}
// ---------------------------------------------------------
//
// r_ContatcsSearch_menu
// Menu for "Options"
//
// ---------------------------------------------------------
//
RESOURCE MENU_PANE r_ContatcsSearch_menu
{
items =
{
MENU_ITEM {command = EContatcsSearchCommand1; txt = "Search phoneNo.";},
MENU_ITEM {command = EAknSoftkeyExit; txt = "Exit";}
};
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -