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

📄 zeos.inc

📁 一款由Zlib来的数学公式解析器
💻 INC
字号:
{******************************************************************
*  (c)copyrights Capella Development Group, Donetsk 1999
*  Project: Zeos Library
*  Module: Zeos Library Global Definition File
*  Author: Sergey Seroukhov   E-Mail: voland@kita.dgtu.donetsk.ua
*  Date: 06/08/99
*
*  List of changes:
*    03/12/99 - Added miltilanguages support
******************************************************************}

// Supported language. Now available languages:
// ENGLISH, RUSSIAN, GERMAN, PORTUGUESE, FRENCH, POLISH, CZECH
{$DEFINE ENGLISH}

// Is include support for Zeos transact server
{$DEFINE USE_TRANSACT_SERVER}

// Is include support for Zeos generators
{$DEFINE USE_GENERATORS}

// Is show hourglass cursor
{$DEFINE SHOW_HOURGLASS}

// IProvider support
{//$DEFINE WITH_IPROVIDER}

// Is Delphi5 sometimes DsgnIntf.dcu absents.
// You may turn off property editors to solve the problem
{$IFNDEF VER130}
  {$DEFINE WITH_PROPEDIT}
{$ENDIF}

// Turn on support old libmysql.dll
{//$DEFINE OLD_LIBMYSQL_DLL}

// Compiler options
{$B-} {- Complete Boolean Evaluation }
{$R-} {- Range-Checking }
{$V-} {- Var-String Checking }
{$T-} {- Typed @ operator }
{$X+} {- Extended syntax }
{$P+} {- Open string params }
{$J+} {- Writeable structured consts }
{$H+} {- Use long strings by default }
{//$D-} {- Include debug information }
{//$L-} {- Include local symbols information }

// Maximum quantity of supported Memo/Blob fields
const 
  MAX_BLOB_COUNT = 5;

const
  ZEOS_PALETTE = 'Zeos Common';

⌨️ 快捷键说明

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