ehlibconsts.pas

来自「Ehlib 4.14 full source for bds2006」· PAS 代码 · 共 37 行

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

unit EhLibConsts;

interface

resourcestring
  SClearSelectedCellsEh = '是否清除选定的单元格?';
  SInvalidTextFormatEh = '无效的文本格式';
  SInvalidVCLDBIFFormatEh = '无效的 VCLDBIF 格式';
  SErrorDuringInsertValueEh = '在插入值的时候出现了错误:';
  SIgnoreErrorEh = '是否忽略该错误?';
  STabularInformationEh = '列表信息';
  SPageOfPagesEh = '第 %d 页 共 %d 页';
  SPreviewEh =  '预览';
  SFieldNameNotFoundEh = '字段名称 ''%s'' 没有找到';
  SFindDialogStringNotFoundMessageEh = '字符串 "%s" 没有找到.';

  SSTFilterListItem_Empties = '(空)';
  SSTFilterListItem_NotEmpties = '(非空)';
  SSTFilterListItem_All = '(全部)';
  SSTFilterListItem_ClearFilter = '(清除过滤器)';
  SSTFilterListItem_SortingByDescend = '(递增排序)';
  SSTFilterListItem_SortingByAscend = '(递减排序)';

implementation

end.

⌨️ 快捷键说明

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