⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 calculator.rc2

📁 超强函数计算器功能,有变数功能可以进行复杂计算功能
💻 RC2
字号:
//
// CALCULATOR.RC2 - resources Microsoft Visual C++ does not edit directly
//

#ifdef APSTUDIO_INVOKED
	#error this file is not editable by Microsoft Visual C++
#endif //APSTUDIO_INVOKED


/////////////////////////////////////////////////////////////////////////////
// Add manually edited resources here...

#include "ALXParserExceptionRes.h"

/////////////////////////////////////////////////////////////////////////////

/////////////////////////////////////////////////////////////////////////////
// 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

/////////////////////////////////////////////////////////////////////////////
//
// String Table
//

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 
                            "Function argument value or type is invalid."
    ALX_PRS_ERROR_INVALID_ARGUMENT_SQRT "SQRT(), argument cannot be negative."
    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
/////////////////////////////////////////////////////////////////////////////

⌨️ 快捷键说明

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