ehlibconsts.pas

来自「delphi 比较好用的控件」· PAS 代码 · 共 29 行

PAS
29
字号
{*******************************************************}
{                                                       }
{                       EhLib v2.1                      }
{                   Resource of strings                 }
{                                                       }
{      Copyright (c) 2001 by Dmitry V. Bolshakov        }
{                                                       }
{*******************************************************}

unit EhLibConsts;

interface

resourcestring
  SClearSelectedCellsEh = '緿esea borrar las celdas seleccionadas?';
  SInvalidTextFormatEh = 'Formato de texto inv醠ido';
  SInvalidVCLDBIFFormatEh = 'Formato VCLDBIF inv醠ido';
  SErrorDuringInsertValueEh = 'Error durante la insercci髇 del valor:';
  SIgnoreErrorEh = '縄gnorar el error?';
  STabularInformationEh = 'Information tabular';
  SPageOfPagesEh = 'P醙ina %d de %d';
  SPreviewEh =  'Vista previa';
  SFieldNameNotFoundEh = 'El nombre de campo ''%s'' no se encuentra';

implementation

end.

⌨️ 快捷键说明

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