📄 chinesedisplay.rss
字号:
/*
* ============================================================================
* Name : ChineseDisplay.rss
* Part of : ChineseDisplay
* Created : 04/09/2002 by Neil Binns
* Description:
* This file contains all the resources for the ChineseDisplay.
* Initial content was generated by Series 60 AppWizard.
* Version :
* Copyright: Nokia Ltd
* ============================================================================
*/
// RESOURCE IDENTIFIER
NAME MYAP // 4 letter ID
// INCLUDES
#include <eikon.rh>
#include "ChineseDisplay.hrh"
#include "ChineseDisplay.loc"
#include <avkon.rsg>
#include <avkon.rh>
#include <avkon.mbg>
//===========================================================================
// The Text in source file are encoded in UTF-8. This is very important to
// make Chinese characters displayed correctly in Symbian applications
//===========================================================================
CHARACTER_SET UTF8
// RESOURCE DEFINITIONS
RESOURCE RSS_SIGNATURE { }
RESOURCE TBUF { buf=""; }
RESOURCE EIK_APP_INFO
{
menubar=r_ChineseDisplay_menubar;
cba=R_AVKON_SOFTKEYS_OPTIONS_BACK;
}
//----------------------------------------------------
//
// r_ChineseDisplay_menubar
// ?description
//
//----------------------------------------------------
//
RESOURCE MENU_BAR r_ChineseDisplay_menubar
{
titles=
{
MENU_TITLE { menu_pane=r_ChineseDisplay_menu; txt=""; }
};
}
//----------------------------------------------------
//
// r_ChineseDisplay_menu
// ?description
//
//----------------------------------------------------
//
RESOURCE MENU_PANE r_ChineseDisplay_menu
{
items=
{
MENU_ITEM { command=EAknCmdExit; txt="退出"; },
MENU_ITEM { command=EChineseDisplayCmdTest; txt="测试"; },
MENU_ITEM { command=EChineseDisplayCmdChangeLabels; txt="改变文本显示"; },
MENU_ITEM { command=EChineseDisplayCmdHello; txt="你好"; }
};
}
RESOURCE TBUF r_ChineseDisplay_view_title
{
buf = qtn_ChineseDisplay_view_title;
}
// The following string is "Hello"in Chinese
RESOURCE TBUF r_example_text_hello { buf = "你好";}
// The following string is "My application" in Chinese
RESOURCE TBUF64 r_example_view_title { buf = "示范窗口标题 ";}
// The following string is "Add your control here" in Chinese
RESOURCE TBUF64 r_example_add_control_here { buf = "在这里加入你的控件";}
// End of File
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -