📄 run_time_menu.h
字号:
/* **************************************************************************************
* Copyright (c) 2005 ZORAN Corporation, All Rights Reserved
* THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF ZORAN CORPORATION
*
* File: $Workfile$
*
* Description:
* ============
*
*
****************************************************************************************/
#ifndef RUN_TIME_MENU_H
#define RUN_TIME_MENU_H
#include "Config.h" // Global Configuration - do not remove!
#include "include\sysdefs.h"
#include "GUI\Menu_system\ms_menu.h"
extern CONST MS_DESCRIPTOR_MENU oRuntimeMenuDescriptor;
#define MENU_ID_RUNTIME ((MENU_ID)&oRuntimeMenuDescriptor)
#endif // RUN_TIME_MENU_H
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -