label.rss
来自「symbian开发例子程序,来自书籍 symbian os c++手机应用程序开」· RSS 代码 · 共 88 行
RSS
88 行
/*
* ============================================================================
* Name : Label.rss
* Part of : Label
* Created : 22.02.2006 by ToBeReplacedByAuthorToBeReplacedByAuthor
* Description:
* This file contains all the resources for the Label.
* Initial content was generated by Series 60 Application Wizard.
* Version :
* Copyright: ToBeReplacedByCopyright
* ============================================================================
*/
// RESOURCE IDENTIFIER
NAME AWIZ // 4 letter ID
// INCLUDES
#include <eikon.rh>
#include "Label.hrh"
#include "Label.loc"
#include <avkon.rsg>
#include <avkon.rh>
#include <avkon.mbg>
// RESOURCE DEFINITIONS
RESOURCE RSS_SIGNATURE { }
RESOURCE TBUF { buf = "Label"; }
RESOURCE EIK_APP_INFO
{
hotkeys = r_label_hotkeys;
menubar = r_label_menubar;
cba = R_AVKON_SOFTKEYS_OPTIONS_BACK;
}
//----------------------------------------------------
//
// r_label_hotkeys
//
//----------------------------------------------------
//
RESOURCE HOTKEYS r_label_hotkeys
{
control =
{
HOTKEY { command = EAknCmdExit; key='e'; }
};
}
//----------------------------------------------------
//
// r_label_menubar
//
//----------------------------------------------------
//
RESOURCE MENU_BAR r_label_menubar
{
titles =
{
MENU_TITLE { menu_pane = r_label_menu; txt = "File"; }
};
}
//----------------------------------------------------
//
// r_label_menu
//
//----------------------------------------------------
//
RESOURCE MENU_PANE r_label_menu
{
items =
{
MENU_ITEM { command = ELabelCmdAppStyle1; txt = qtn_appl_style1; },
MENU_ITEM { command = ELabelCmdAppStyle2; txt = qtn_appl_style2; },
MENU_ITEM { command = ELabelCmdAppStyle3; txt = qtn_appl_style3; },
MENU_ITEM { command = EAknCmdExit; txt = qtn_appl_exit; }
};
}
// End of File
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?