gui_string.h
来自「SEED_DEC5416的FLASH的boot程序源码」· C头文件 代码 · 共 39 行
H
39 行
/*******************************************************************************\
* Copyright 2003 by Special Electronic Equipment and Device.
* All rights reserved. Property of Special Electronic Equipment and Device.
* Restricted rights to use, duplicate or disclose this code are
* granted through contract.
*
*------------------------------------------------------------------------------
* Copyright (C) 2003 Special Electronic Equipment and Device.
* All Rights Reserved
*------------------------------------------------------------------------------
* MODULE NAME... GUI(SEED-MMI5402 Graphic User Interface)
* FILENAME...... gui_string.h
* DATE CREATED.. Mon 05/12/2003
* PROJECT....... SEED-DTK5416
* COMPONENT.....
* PREREQUISITS..
*------------------------------------------------------------------------------
* HISTORY:
* CREATED: 05/12/2003 Created
* MODIFIED:
*------------------------------------------------------------------------------
* DESCRIPTION:
*
\*******************************************************************************/
#ifndef __GUI_STRING_
#define __GUI_STRING_
/* String resource for GUI */
extern Uchar strNull[]; /* "" */
extern Uchar strCheck[]; /* "合众达电子有限公司" */
extern Uchar strNull[];
extern Uchar strEdit[];
extern Uchar strOpition [];
extern Uchar strNodeYes[];
extern Uchar strNodeNo[];
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?