📄 myhttp.rss
字号:
// MyHttprss
NAME HSEM
#include <eikon.rh>
#include <qikon.rh>
#include <QikCommand.rh>
#include "MyHttp.hrh"
//#include "MyHttp.rls"
RESOURCE RSS_SIGNATURE { }
RESOURCE TBUF { buf = ""; }
RESOURCE EIK_APP_INFO
{
}
// If commands are declared in a seperate file they need to be
// included after the three mandatory resources.
#include "CommandsCommon.ra"
RESOURCE QIK_VIEW_CONFIGURATIONS r_myhttp_baseview_ui_configurations
{
configurations=
{
QIK_VIEW_CONFIGURATION
{
ui_config_mode = KQikPenStyleTouchPortrait;
command_list = r_myhttp_baseview_portrait_commands;
},
QIK_VIEW_CONFIGURATION
{
ui_config_mode = KQikSoftkeyStylePortrait;
command_list = r_myhttp_baseview_portrait_commands;
}
};
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -