ldleniefeilong.rss
来自「symbian 视图切换源代码,很有学习价值」· RSS 代码 · 共 86 行
RSS
86 行
/* Copyright (c) 2008, NieFeiLong. All rights reserved */
NAME LDLE
#include <eikon.rh>
#include <avkon.rh>
#include <avkon.rsg>
#include "LDLENieFeiLong.hrh"
// ---------------------------------------------------------
//
// Define the resource file signature
// This resource should be empty.
//
// ---------------------------------------------------------
//
RESOURCE RSS_SIGNATURE
{
}
// ---------------------------------------------------------
//
// Default Document Name
//
// ---------------------------------------------------------
//
RESOURCE TBUF r_ldleniefeilong_default_doc_name
{
buf="";
}
// ---------------------------------------------------------
//
// Define default menu and CBA key.
//
// ---------------------------------------------------------
//
RESOURCE EIK_APP_INFO
{
// menubar = r_ldleniefeilong_menubar;
// cba = R_AVKON_SOFTKEYS_OPTIONS_EXIT;
}
RESOURCE AVKON_VIEW r_ldkatong_view1
{
menubar = r_ldleniefeilong_menubar;
cba = R_AVKON_SOFTKEYS_OPTIONS_EXIT;
}
RESOURCE MENU_BAR r_ldleniefeilong_menubar
{
titles =
{
MENU_TITLE
{
menu_pane = r_ldleniefeilong_menu;
}
};
}
RESOURCE MENU_PANE r_ldleniefeilong_menu
{
items =
{
MENU_ITEM
{
command = EMyHelloCommand1;
txt = "Command 1";
},
MENU_ITEM
{
command = EMyHelloCommand2;
txt = "Display";
},
MENU_ITEM
{
command = EAknSoftkeyExit;
txt = "Exit";
}
};
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?