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

📄 strtbl.dlg

📁 GESPI 2.0动态系统模拟工具  
💻 DLG
字号:
/* strings for the stringtable */

STRINGTABLE
BEGIN
  IDS_ERR_REGISTER_CLASS,   "Error registering window class.\nProgram aborting."
  IDS_ERR_CREATE_WINDOW,    "Window creation failed.\nprogram terminating."
  IDS_ERR_OUT_OF_MEM,   	"System memory is low!.\nClose some applications to increase available memory."
  IDS_ERR_NOEXEC,			"Out of memory.\nCannot execute function.\nClose other applications and try again"
  IDS_ERR_BADCONFIG,		"Error in configuration.\nCannot execute function.\nProbably missing .EXE files, reinstall GEPASI"
  IDS_ERR_UNDEF,			"Undefined error.\nPlease report to developer!"
  IDS_ERR_SYNTAX,			"Syntax error."
  IDS_ERR_SAVE,				"Error in file I/O:\nUnable to save."
  IDS_ERR_LOAD,				"Error in file I/O:\nUnable to load."
  IDS_ERR_DEL,				"Unable to delete item."
  IDS_ERR_STEP_EXCEED,		"Error in topology:\nYou have reached the maximum number of steps."
  IDS_ERR_MET_EXCEED,		"Error in topology:\nYou have reached the maximum number of metabolites."
  IDS_ERR_BAD_TOPNAM,		"Error in topology:\nbad title."
  IDS_ERR_BAD_EMPTY,		"Error in topology:\nno steps or internal metabolites."
  IDS_ERR_BAD_NSTEP,		"Error in topology:\nnumber of steps not valid."
  IDS_ERR_BAD_KINTYPE,		"Error in topology:\nundefined kinetic type."
  IDS_ERR_BAD_TOTMET,		"Error in topology:\nnumber of metabolites not valid."
  IDS_ERR_BAD_STOI,			"Error in topology:\nbad stoicheiometry matrix."
  IDS_ERR_BAD_LOOP,			"Error in topology:\nbad loop matrix."
  IDS_ERR_BAD_INTMET,		"Error in topology:\nbad metabolite status."
  IDS_ERR_BAD_CONCENT,		"Error in parameters:\ninvalid concentration."
  IDS_ERR_BAD_KPARAM,		"Error in parameters:\nkinetic constant missing."
  IDS_ERR_BUF_FUL,			"Edit buffer full."
  IDS_ERR_BAD_TOP,			"Topology file incomplete."
  IDS_ERR_BAD_UNITS,		"Error in parameters:\ninvalid units."
  IDS_ERR_BAD_OPTIONS,		"Error in parameters:\ninvalid option."
  IDS_ERR_OVERFLOW,			"One value has overflowed.\nPlease correct it."
  IDS_ERR_ZEROBAD,			"One value is zero or negative.\nPlease make it positive."
  IDS_SAVEQUERY,			"File %s has been changed.\nWould you like to save it?"
  IDS_ERR_NO_TEMP,			"Disk error:\ncannot execute function."
  IDS_ERR_NO_NAME,			"Kinetic types must have a title."
  IDS_ERR_NO_SUBS,			"Reversible kinetic types must have substrates!"
  IDS_ERR_NO_PRODS,			"Reversible kinetic types must have products!"
  IDS_ERR_NEG,				"One value is negative, please correct it."
  IDS_ERR_DATAB_CORRUPT,	"The user-defined kinetic types database is corrupted."
  IDS_INF_NEWKIN,			"New user-defined kinetic types were added to the database."
  IDS_REPORTQUERY,			"Simulation finished.\nDo you want to see the report file?"
  IDS_INF_GNUPLOT,			"GEPASI was installed without a link to GNUPLOT.\nIf you have GNUPLOT in your hard disk, you can link it now.\nPoint to the GNUPLOT executable file in the next dialog box."
  IDS_ERR_NO_GNUPLOT,		"Could not find GNUPLOT!"
  IDS_NOT_YET,				"No you don't!\nThis function is not yet working..."
END

⌨️ 快捷键说明

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