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

📄 strtbl.h

📁 GESPI 2.0动态系统模拟工具  
💻 H
字号:
/*
    GEPASI - a simulator of metabolic pathways and other dynamical systems
    Copyright (C) 1989, 1992  Pedro Mendes
*/

/*************************************/
/*                                   */
/*         Symbols for strings       */
/*                                   */
/*          MICROSOFT C 6.00         */
/*           QuickC/WIN 1.0          */
/*             ULTRIX cc             */
/*              GNU gcc              */
/*                                   */
/*   (include here compilers that    */
/*   compiled GEPASI successfully)   */
/*                                   */
/*************************************/


#define IDS_ERR_REGISTER_CLASS		1
#define IDS_ERR_CREATE_WINDOW		2
#define IDS_ERR_OUT_OF_MEM			3
#define IDS_ERR_NOEXEC				4
#define IDS_ERR_BADCONFIG			5
#define IDS_ERR_UNDEF				6
#define IDS_ERR_SYNTAX				7
#define IDS_ERR_SAVE				8
#define IDS_ERR_LOAD				9
#define IDS_ERR_DEL					10
#define IDS_ERR_STEP_EXCEED			11
#define IDS_ERR_MET_EXCEED		    12
#define IDS_ERR_BAD_TOPNAM			13
#define IDS_ERR_BAD_EMPTY			14
#define IDS_ERR_BAD_NSTEP			15
#define IDS_ERR_BAD_KINTYPE			16
#define IDS_ERR_BAD_TOTMET			17
#define IDS_ERR_BAD_STOI			18
#define IDS_ERR_BAD_LOOP			19
#define IDS_ERR_BAD_INTMET			20
#define IDS_ERR_BAD_CONCENT			21
#define IDS_ERR_BAD_KPARAM			22
#define IDS_ERR_BUF_FUL				23
#define IDS_ERR_BAD_TOP				24
#define IDS_ERR_BAD_UNITS           25
#define IDS_ERR_BAD_OPTIONS			26
#define IDS_ERR_OVERFLOW			27
#define IDS_ERR_ZEROBAD				28
#define IDS_SAVEQUERY				29
#define IDS_ERR_NO_TEMP				30
#define IDS_ERR_NO_NAME				31
#define IDS_ERR_NO_SUBS				32
#define IDS_ERR_NO_PRODS			33
#define IDS_ERR_NEG					34
#define IDS_ERR_DATAB_CORRUPT		35
#define IDS_INF_NEWKIN				36
#define IDS_REPORTQUERY				37
#define IDS_INF_GNUPLOT				38
#define IDS_ERR_NO_GNUPLOT			39
#define IDS_NOT_YET					40

⌨️ 快捷键说明

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