zcommonconst.pas
来自「控件名称:WINZEOS.ZIP 2002年08月03日 作者:Capell」· PAS 代码 · 共 52 行
PAS
52 行
{********************************************************}
{ }
{ Zeos Database Objects }
{ Common resource constants }
{ }
{ Copyright (c) 1999-2001 Sergey Seroukhov }
{ Copyright (c) 1999-2001 Zeos Development Group }
{ }
{********************************************************}
unit ZCommonConst;
interface
{$INCLUDE ../Zeos.inc}
resourcestring
{$IFNDEF RUSSIAN} {$IFNDEF GERMAN} {$IFNDEF PORTUGUESE}
{$IFNDEF FRENCH} {$IFNDEF POLISH} {$IFNDEF CZECH}
{$IFNDEF ITALIAN} {$IFNDEF DUTCH} {$IFNDEF SPANISH}
{$IFNDEF CROATIAN} {$IFNDEF HUNGARY}
SPrevMonth = 'Prior month|';
SPrevYear = 'Prior year|';
SNextMonth = 'Next month|';
SNextYear = 'Next year|';
SDateDlgTitle = 'Choose date';
SDefaultFilter = 'All files (*.*)|*.*';
SBrowse = 'List';
SSyntaxError = 'Syntax error';
SIncorVarIdx = 'Incorrect variable index';
SIncorFuncIdx = 'Incorrect function index';
STypesMismatch = 'Types mismatch';
SFuncNotFound = 'Function = "%s" not found';
SVarNotFound = 'Variable = "%s" not found';
SIncorOperate = 'Incorrect operation';
SEvalError = 'Evalution error';
SStackFull = 'Stack is full';
SStackEmpty = 'Stack is empty';
SIncorFuncParam = 'Incorrect params in function = "%s"';
{$ENDIF} {$ENDIF}
{$ENDIF} {$ENDIF} {$ENDIF}
{$ENDIF} {$ENDIF} {$ENDIF}
{$ENDIF} {$ENDIF} {$ENDIF}
{$IFDEF RUSSIAN}
SPrevMonth = '橡邃
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?