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

📄 fs_iconst.pas

📁 报表源码 FastReport 3 is new generation of the report generators components. It consists of report engin
💻 PAS
字号:

{******************************************}
{                                          }
{             FastScript v1.7              }
{                Resources                 }
{                                          }
{ (c) 2003, 2004 by Alexander Tzyganenko,  }
{             Fast Reports, Inc            }
{                                          }
{******************************************}

unit fs_iconst;

interface

{$i fs.inc}

var
  SLangNotFound: String;
  SInvalidLanguage: String;
  SIdRedeclared: String;
  SUnknownType: String;
  SIncompatibleTypes: String;
  SIdUndeclared: String;
  SClassRequired: String;
  SIndexRequired: String;
  SStringError: String;
  SClassError: String;
  SArrayRequired: String;
  SVarRequired: String;
  SNotEnoughParams: String;
  STooManyParams: String;
  SLeftCantAssigned: String;
  SForError: String;
  SEventError: String;


implementation

initialization
  SLangNotFound := 'Linguagem ''%s'' n鉶 encontrada';
  SInvalidLanguage := 'Defini玢o inv醠ida de linguagem';
  SIdRedeclared := 'Identificador redeclarado: ';
  SUnknownType := 'Tipo desconhecido: ';
  SIncompatibleTypes := 'Tipos incompat韛eis';
  SIdUndeclared := 'Identificador n鉶 declarado: ';
  SClassRequired := 'Requerido tipo Class';
  SIndexRequired := '蚽dice requerido';
  SStringError := 'Strings n鉶 t阭 propriedades ou m閠odos';
  SClassError := 'Classe %s n鉶 tem um valor por defeito';
  SArrayRequired := 'Tipo Array esperado';
  SVarRequired := 'Vari醰el requerida';
  SNotEnoughParams := 'Sem par鈓etros suficientes';
  STooManyParams := 'Demasiados par鈓etros';
  SLeftCantAssigned := 'N鉶 pode atribuir valores ao lado esquerdo';
  SForError := 'Vari醰el do ciclo "For" tem de ser num閞ica';
  SEventError := 'Manipulador de eventos tem de ser um procedimento';

end.

⌨️ 快捷键说明

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