📄 filelist.rss
字号:
/*
* Copyright (c) 2009 Nokia Corporation.
*/
// RESOURCE IDENTIFIER
NAME FILE // 4 letter ID
// INCLUDES
#include <eikon.rh>
#include "filelist.hrh"
#include <avkon.rsg>
#include <avkon.rh>
#include <avkon.mbg>
#include <appinfo.rh>
#include "filelist.loc"
// RESOURCE DEFINITIONS
RESOURCE RSS_SIGNATURE { }
RESOURCE TBUF { buf="FileList"; }
RESOURCE EIK_APP_INFO
{
hotkeys=r_filelist_hotkeys;
menubar=r_filelist_menubar;
cba=R_AVKON_SOFTKEYS_OPTIONS_EXIT;
}
//----------------------------------------------------
//
// r_filelist_softkeys_options_exit__open
//
//----------------------------------------------------
//
RESOURCE CBA r_filelist_softkeys_options_exit__open
{
flags = 0;
buttons =
{
CBA_BUTTON {id=EAknSoftkeyOptions; txt="Options";},
CBA_BUTTON {id=EAknSoftkeyExit; txt="Exit";},
CBA_BUTTON {id=EAknSoftkeySelect; txt="Open";}
};
}
//----------------------------------------------------
//
// r_filelist_softkeys_options_exit__open
//
//----------------------------------------------------
//
RESOURCE CBA r_filelist_softkeys_options_exit__play
{
flags = 0;
buttons =
{
CBA_BUTTON {id=EAknSoftkeyOptions; txt="Options";},
CBA_BUTTON {id=EAknSoftkeyExit; txt="Exit";},
CBA_BUTTON {id=EAknSoftkeySelect; txt="Play";}
};
}
//----------------------------------------------------
//
// r_filelist_hotkeys
//
//----------------------------------------------------
//
RESOURCE HOTKEYS r_filelist_hotkeys
{
control=
{
HOTKEY { command=EAknCmdExit; key='e'; }
};
}
//----------------------------------------------------
//
// r_filelist_menubar
//
//----------------------------------------------------
//
RESOURCE MENU_BAR r_filelist_menubar
{
titles=
{
MENU_TITLE { menu_pane=r_filelist_menu; txt="File"; }
};
}
//----------------------------------------------------
//
// r_filelist_menu
//
//----------------------------------------------------
//
RESOURCE MENU_PANE r_filelist_menu
{
items=
{
MENU_ITEM { command=EFileListCmdAppTest1; txt=qtn_appl_option_item1; },
MENU_ITEM { command=EFileListCmdAppTest2; txt=qtn_appl_option_item2; },
MENU_ITEM { command=EFileListCmdAppTest3; txt=qtn_appl_option_item3; },
MENU_ITEM { command=EFileListCmdAppTest4; txt=qtn_appl_option_item4; },
MENU_ITEM { command=EAknCmdExit; txt="Exit"; }
};
}
//----------------------------------------------------
//
// r_filelist_app_menu
//
//----------------------------------------------------
//
RESOURCE MENU_PANE r_filelist_app_menu
{
items=
{
MENU_ITEM { command=EFileListCmdAppTest; txt="<App spesific menu item>"; },
MENU_ITEM { command=EAknCmdExit; txt="Exit"; }
};
}
RESOURCE LOCALISABLE_APP_INFO r_localisable_app_info
{
short_caption = "FileList";
caption_and_icon =
CAPTION_AND_ICON_INFO
{
caption = "FileList";
number_of_icons = 1;
icon_file = "\\resource\\apps\\FilelistEx.mif";
};
}
// End of File
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -