📄 welcome.rss
字号:
// welcome.rss
//
// Copyright (c) 1999-2007 Symbian Software Ltd. All rights reserved.
//
// $Change: 937687 $
NAME WELC
#include <uikon.rh>
#include <appinfo.rh>
#include <techview\controls.rh>
#include <eikcore.rsg>
#include "welcome.hrh"
RESOURCE RSS_SIGNATURE { }
RESOURCE TBUF { buf = ""; }
RESOURCE EIK_APP_INFO
{
hotkeys = r_example_hotkeys;
menubar = r_example_menubar;
}
RESOURCE HOTKEYS r_example_hotkeys
{
control=
{
HOTKEY { command = EEikCmdExit; key = 'e'; }
};
}
RESOURCE MENU_BAR r_example_menubar
{
titles=
{
MENU_TITLE { menu_pane = r_example_first_menu; txt = "Welcome"; }
};
}
RESOURCE MENU_PANE r_example_first_menu
{
items=
{
MENU_ITEM { command = EExampleItem0; txt = "Close"; }
};
}
RESOURCE TBUF r_example_text_Hello { buf = "Well done!\n\nYou have completed your first\ntraining exercise with Symbian OS!"; }
RESOURCE TBUF r_example_text_Item0 { buf = "Close"; }
RESOURCE TBUF r_example_text_Item1 { buf = ""; }
RESOURCE TBUF r_example_text_Item2 { buf = ""; }
RESOURCE LOCALISABLE_APP_INFO r_welcome_localisable_app_info
{
short_caption = "WC";
caption_and_icon =
CAPTION_AND_ICON_INFO
{
caption = "Welcome";
number_of_icons = 1;
icon_file = "\\resource\\apps\\courseui.mbm";
};
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -