📄 common.sh
字号:
/* Status value declarations for component: Common components
* Declaration path was: LV.LVCH.PRV.CMN
*=====================================================================
* SRC\COMMON.SH - 2005-10-04 09:49:56
* WARNING: File generated by STATUS.PL don't modify!
* Version of generated table is 0.1
*/
#ifndef COMMON_SH
#define COMMON_SH
/* Module CMN: Common messages
*/
#define CMN_I_Track 2201 /* %s */
#define CMN_E_CannotOpenFile 2202 /* Cannot open file: %s */
#define CMN_E_InvalidFileName 2203 /* Invalid file name */
#define CMN_E_NotEnoughMemory 2204 /* Not enough memory */
#define CMN_E_CannotWriteFile 2205 /* Cannot write file: %s */
#define CMN_E_BufferTooSmall 2206 /* Buffer too small */
#define CMN_E_CannotLockMemory 2207 /* Cannot lock memory */
#define CMN_E_CannotDeleteFile 2208 /* Cannot delete file: %s */
/* Module LCX: Lcx file handler
*/
#define LCX_E_InvalidBITFile 2209 /* Invalid .BIT file */
#define LCX_E_InvalidLCXFile 2210 /* Invalid .LCX file */
#define LCX_E_InvalidRegisterSet 2211 /* Invalid Register Set */
#define LCX_E_BadDatFile 2212 /* Attempt to load a non .DAT file */
#define LCX_E_InvalidDatFile 2213 /* Old version of .DAT file found. Cannot continue */
#define LCX_E_LcxNotFound 2214 /* Lcx Not Found */
#define LCX_E_CannotOpenFile 2215 /* Cannot Open .Dat File */
#define LCX_E_NoFileName 2216 /* No Lcx File Name Specified */
/* Module LXP: Lcx ini file provider
*/
#define LXP_E_CannotCreateIniFile 2217 /* Cannot Create Ini File */
#define LXP_E_CannotOpenIniFile 2218 /* Cannot Open Ini File */
/* Module LXI: Lcx ini file handler
*/
#define LXI_E_BoardNotFound 2219 /* Board not defined in .ini file */
#define LXI_E_BadIdFormat 2220 /* Bad board identifier ****** Warning ****** */
#define LXI_E_LcxNotSupported 2221 /* The board does not support the specified .Lcx file */
#define LXI_E_InvalidLcxIniFile 2222 /* Invalid Lcx ini file */
#ifdef CMN_PRIVATE
#endif /* def CMN_PRIVATE */
#endif /* ndef COMMON_SH */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -