ehlibconsts.pas

来自「我对ehlib的修改,优化了计算效率,修正了其本身存在的BUG」· PAS 代码 · 共 30 行

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

unit EhLibConsts;

interface

resourcestring
  SClearSelectedCellsEh = '清除选择的单元?';
  SInvalidTextFormatEh = '错误的文本格式';
  SInvalidVCLDBIFFormatEh = '错误的 VCLDBIF 格式';
  SErrorDuringInsertValueEh = '插入值过程中出错:';
  SIgnoreErrorEh = '忽略错误?';
  STabularInformationEh = '表格信息';
  SPageOfPagesEh = 'Page %d of %d';
  SPreviewEh =  '预览';
  SFieldNameNotFoundEh = '字段名 ''%s'' 没有找到';
  SFindDialogStringNotFoundMessageEh = '字符 "%s" 没有找到。';

implementation

end.

⌨️ 快捷键说明

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