ehlibconsts.pas

来自「最新的 DBGRIDEH4.0」· PAS 代码 · 共 30 行

PAS
30
字号
{*******************************************************}
{                                                       }
{                       EhLib v3.3                      }
{                   Resource of strings                 }
{                                                       }
{      Copyright (c) 2001-2003 by Dmitry V. Bolshakov   }
{                                                       }
{*******************************************************}

unit EhLibConsts;

interface

resourcestring
  SClearSelectedCellsEh = 'Limpar c閘ulas seleccionadas?';
  SInvalidTextFormatEh = 'Formato de texto inv醠ido';
  SInvalidVCLDBIFFormatEh = 'Formato VCLDBIF invalido';
  SErrorDuringInsertValueEh = 'Erro durante a inser玢o do valor:';
  SIgnoreErrorEh = 'Ignorar erro?';
  STabularInformationEh = 'Informa玢o Tabular';
  SPageOfPagesEh = 'Pag. %d de %d';
  SPreviewEh =  'Prever';
  SFieldNameNotFoundEh = 'Campo com nome ''%s'' n鉶 encontrado';
  SFindDialogStringNotFoundMessageEh = 'A String "%s" n鉶 foi encontrada.';

implementation

end.

⌨️ 快捷键说明

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