📄 sysset.c
字号:
/****************************************************************
** *
** FILE : SysSet.C *
** COPYRIGHT : (c) 2001 .Xiamen Yaxon NetWork CO.LTD *
** *
** *
** By : CCH 2002.1.15 *
****************************************************************/
#include "includes.h"
#include "tools.h"
#include "version.h"
#include "prompt.h"
#include "itemmenu.h"
#include "adconst.h"
#include "selring.h"
#include "setkeypt.h"
#include "setpick.h"
#include "setcha.h"
#include "sysset.h"
#if EN_HANDSET > 0
static void ReadVersion(void)
{
ActivateStringPrompt_TIME(StrVersion, 0);
}
static ITEMMENU_STRUCT MENU_VERSION = {ITEM_FCN, " 版本说明", ReadVersion, 0, 0};
static ITEMMENU_STRUCT *MENU_SYSSET_CHILD[] = {&MENU_ADCONST, &MENU_SELRING, &MENU_SETKEYPT,
&MENU_SETPICK, &MENU_SETCHA, &MENU_VERSION};
ITEMMENU_STRUCT MENU_SYSSET = {ITEM_FMENU, " 系统设置", 0, 6, MENU_SYSSET_CHILD};
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -