?? dynamiclist.rss
字號:
/**
*
* @brief Resource file for DynamicList application
*
* Copyright (c) EMCC Software Ltd 2003
* @version 1.0
*/
// RESOURCE IDENTIFIER
NAME LIS1 // 4 letter ID
// INCLUDES
#include <avkon.rsg>
#include <avkon.rh>
#include <avkon.mbg>
#include <eikon.rh>
#include "DynamicList.hrh"
#include "DynamicList.loc"
// RESOURCE DEFINITIONS
RESOURCE RSS_SIGNATURE { }
RESOURCE TBUF { buf="DynamicList"; }
RESOURCE EIK_APP_INFO
{
menubar=r_dynamiclist_menu_bar;
cba=R_AVKON_SOFTKEYS_OPTIONS_BACK;
}
//----------------------------------------------------
//
// r_dynamiclist_menu_bar
// options menu for the application
//
//----------------------------------------------------
//
RESOURCE MENU_BAR r_dynamiclist_menu_bar
{
titles=
{
MENU_TITLE
{
txt = ""; // the text is not used in Series 60
menu_pane = r_dynamiclist_menu_pane;
}
};
}
//----------------------------------------------------
//
// r_dynamiclist_menu_pane
// options menu pane for the application
//
//----------------------------------------------------
//
RESOURCE MENU_PANE r_dynamiclist_menu_pane
{
items =
{
MENU_ITEM
{
command = EDynamicListCmdDelete;
txt = DELETE_TEXT;
},
MENU_ITEM
{
command = EAknCmdExit;
txt = EXIT_TEXT;
}
};
}
// ---------------------------------------------------------
// r_dynamiclist_saved_games_listbox
// The saved games list
//
// ---------------------------------------------------------
//
RESOURCE LISTBOX r_dynamiclist_saved_games_listbox
{
flags = EAknListBoxSelectionList;
}
// ---------------------------------------------------------
//
// Strings used by the application
//
// ---------------------------------------------------------
//
RESOURCE TBUF r_icon_file_name
{
buf = ICON_FILE_NAME;
}
// End of File
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -