myhttp.rss
来自「This application is explain how to Test 」· RSS 代码 · 共 42 行
RSS
42 行
// 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 + =
减小字号Ctrl + -
显示快捷键?