gui_string.h

来自「合众达系列DSP的MCBSP程序」· C头文件 代码 · 共 33 行

H
33
字号
/*******************************************************************************\
*  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 unsigned short strNull[];			
extern unsigned short strMcBSP[];		
#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?