📄 signedapp_loc_0x20000462.rss
字号:
//
// SignedApp_loc.rss - Application registration file for Er9
//
// Copyright (C) UIQ Technology AB, 2007
//
// This material is provided "as is" without any warranty to its performance or functionality.
// In no event shall UIQ Technology be liable for any damages whatsoever arising out of the
// use or inabilty to use this material.
//
#include <AppInfo.rh>
#include <Qikon.hrh>
CHARACTER_SET UTF8
// Required so app icon displayed in flip closed on P990
// This must match the View ID we allocated to our applications specific primary view
#define EViewIdPrimaryView 0x00000001
#ifdef LANGUAGE_01
#include "..\English\SignedApp_loc.rls"
#endif
#ifdef LANGUAGE_02
#include "..\French\SignedApp_loc.rls"
#endif
#ifdef LANGUAGE_31
#include "..\SimplifiedChinese\SignedApp_loc.rls"
#endif
// This file localise the applications icons and caption
RESOURCE LOCALISABLE_APP_INFO r_application_info
{
short_caption = STR_R_APP_SHORT_CAPTION;
caption_and_icon =
{
CAPTION_AND_ICON_INFO
{
caption = STR_R_APP_LONG_CAPTION;
number_of_icons = 3;
icon_file = "\\Resource\\Apps\\SignedApp_icons_0x20000462.mbm";
}
};
view_list =
{
VIEW_DATA
{
uid=EViewIdPrimaryView;
screen_mode=0;
caption_and_icon =
{
CAPTION_AND_ICON_INFO
{
}
};
},
// by adding this in we tell P990's we can be run in flip closed
VIEW_DATA
{
uid=EViewIdPrimaryView;
screen_mode=EQikScreenModeSmallPortrait;
caption_and_icon =
{
CAPTION_AND_ICON_INFO
{
}
};
}
};
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -