📄 quickstart_loc.rss
字号:
//
// QuickStart_loc.rss - Application registration file
//
// This material is provided "as is" without any warranty to its performance or functionality.
// In no event shall the authors or publishers be liable for any damages whatsoever arising out
// of the use or inabilty to use this material.
//
#include <AppInfo.rh>
#include <Qikon.hrh>
#include "QuickStart.hrh"
// This file localise the applications icons and caption
RESOURCE LOCALISABLE_APP_INFO
{
short_caption = "Quick Start";
caption_and_icon =
{
CAPTION_AND_ICON_INFO
{
caption = "Quick Start";
number_of_icons = 3;
icon_file = "\\Resource\\Apps\\QuickStart_icons.mbm";
}
};
view_list =
{
VIEW_DATA
{
uid=EAppQuickStartList;
screen_mode=0;
caption_and_icon =
{
CAPTION_AND_ICON_INFO
{
}
};
}
};
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -