📄 alxparser.rc
字号:
//Microsoft Developer Studio generated resource script.
//
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
//
// Generated from the TEXTINCLUDE 2 resource.
//
#include "ALXParserResource.h"
/////////////////////////////////////////////////////////////////////////////
#undef APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
// English (U.S.) resources
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
#ifdef _WIN32
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
#pragma code_page(1252)
#endif //_WIN32
STRINGTABLE DISCARDABLE
BEGIN
ALX_PRS_ERROR_SYNTAX_ERROR "Syntax error ""%s""."
ALX_PRS_ERROR_MISSING "Missing '%c'."
ALX_PRS_ERROR_DATATYPE_MISMATCH "Date type mismatch."
ALX_PRS_ERROR_OPERAND_MISMATCH "Operator/operand type mismatch."
ALX_PRS_ERROR_ARGTYPE_MISMATCH "Function %s() argument %d type mismatch."
ALX_PRS_ERROR_VARIABLE_NOT_FOUND "Variable '%s' is not found."
ALX_PRS_ERROR_FUNCTION_NOT_FOUND "Function %s() is not implemented."
ALX_PRS_ERROR_TOO_FEW_ARGUMENTS "Too few arguments for function %s()."
ALX_PRS_ERROR_TOO_MANY_ARGUMENTS "Too many arguments for function %s()."
ALX_PRS_ERROR_INVALID_ARGUMENT_LOG
"LOG(): Zero or negative used as argument."
ALX_PRS_ERROR_INVALID_ARGUMENT_LOG10
"Cannot use 0 or negative as the argument for LOG10();"
ALX_PRS_ERROR_INVALID_ARGUMENT_CTOT
"CTOD() or CTOT() can procedure incorect result."
ALX_PRS_ERROR_DEVIDE_BY_ZERO "Cannot devide by 0."
ALX_PRS_ERROR_EXP_DOMAIN_ERROR "** or ^ domain error."
ALX_PRS_ERROR_MISSING_OPERAND "Missing operand."
ALX_PRS_ERROR_FUNCTION_MISSING "Function %s() is missing ')'."
ALX_PRS_ERROR_MISSING_EXPR "Missing expression."
ALX_PRS_ERROR_MISSING_OPERATOR "Missing operator."
END
#endif // English (U.S.) resources
/////////////////////////////////////////////////////////////////////////////
#ifndef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
// Generated from the TEXTINCLUDE 3 resource.
//
#define _AFX_NO_SPLITTER_RESOURCES
#define _AFX_NO_OLE_RESOURCES
#define _AFX_NO_TRACKER_RESOURCES
#define _AFX_NO_PROPERTY_RESOURCES
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
#ifdef _WIN32
LANGUAGE 9, 1
#pragma code_page(1252)
#endif //_WIN32
//#include "res\Parser.rc2" // non-Microsoft Visual C++ edited resources
//#include "afxres.rc" // Standard components
#endif
/////////////////////////////////////////////////////////////////////////////
#endif // not APSTUDIO_INVOKED
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -