📄 globalquery.rss
字号:
/**
*
* @brief Resource file for GlobalQuery application
*
* Copyright (c) EMCC Software Ltd 2003
* @version 1.0
*/
// RESOURCE IDENTIFIER
NAME QUE3 // 4 letter ID
// INCLUDES
#include <avkon.mbg>
#include <avkon.rsg>
#include <avkon.rh>
#include <eikon.rh>
#include "globalquery.hrh"
#include "globalquery.loc"
// RESOURCE DEFINITIONS
RESOURCE RSS_SIGNATURE { }
RESOURCE TBUF { buf="GlobalQuery"; }
RESOURCE EIK_APP_INFO
{
cba=R_AVKON_SOFTKEYS_OPTIONS_BACK;
menubar = r_globalquery_menu_bar;
}
//----------------------------------------------------
//
// r_globalquery_menu_bar
// options menu for the application
//
//----------------------------------------------------
//
RESOURCE MENU_BAR r_globalquery_menu_bar
{
titles=
{
MENU_TITLE
{
txt = ""; // the text is not used in Series 60
menu_pane = r_globalquery_menu_pane;
}
};
}
//----------------------------------------------------
//
// r_globalquery_menu_pane
// options menu pane for the application
//
//----------------------------------------------------
//
RESOURCE MENU_PANE r_globalquery_menu_pane
{
items =
{
MENU_ITEM
{
command = EAknCmdExit;
txt = EXIT_TEXT;
}
};
}
// ---------------------------------------------------------
//
// Strings used by the application
//
// ---------------------------------------------------------
//
RESOURCE TBUF R_GLOBALQUERY_HEADER_TEXT
{
buf = HEADER_TEXT;
}
RESOURCE TBUF R_GLOBALQUERY_MESSAGE_TEXT
{
buf = MESSAGE_TEXT;
}
// End of File
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -