ehlibconsts.pas

来自「非常出色表格制作工具,可以生成多种表格.」· PAS 代码 · 共 29 行

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

unit EhLibConsts;

interface

resourcestring
  SClearSelectedCellsEh = 'Clear selected cells?';
  SInvalidTextFormatEh = 'Invalid text format';
  SInvalidVCLDBIFFormatEh = 'Invalid VCLDBIF format';
  SErrorDuringInsertValueEh = 'Error during insert value:';
  SIgnoreErrorEh = 'Ignore error?';
  STabularInformationEh = 'Tabular information';
  SPageOfPagesEh = 'Page %d of %d';
  SPreviewEh =  'Preview';
  SFieldNameNotFoundEh = 'Field name ''%s'' is not found';

implementation

end.

⌨️ 快捷键说明

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