⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 ehlibconsts.pas

📁 EHlib CN For Delphi2009
💻 PAS
字号:
{*******************************************************}
{                                                       }
{                       EhLib v4.2                      }
{                   Resource of strings                 }
{                                                       }
{      Copyright (c) 2001-2006 by Dmitry V. Bolshakov   }
{                                                       }
{*******************************************************}

unit EhLibConsts;

interface

resourcestring
  SClearSelectedCellsEh = '是否清除已选定的单元格?';
  SInvalidTextFormatEh = '无效的文本格式';
  SInvalidVCLDBIFFormatEh = '无效的 VCLDBIF 格式';
  SErrorDuringInsertValueEh = '在插入值的时候出现了错误:';
  SIgnoreErrorEh = '是否忽略该错误?';
  STabularInformationEh = '列表信息';
  SPageOfPagesEh = '第 %d 页 共 %d 页';
  SPreviewEh =  '预览';
  SFieldNameNotFoundEh = '字段名称 ''%s'' 没有找到';
  SFindDialogStringNotFoundMessageEh = '字符串 "%s" 没有找到。';
  SVisibleColumnsEh = '自定义可见列';
  SCutEh = '剪切';
  SCopyEh = '复制';
  SPasteEh = '粘贴';
  SDeleteEh = '删除';
  SSelectAllEh = '选择全部';

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

implementation

end.

⌨️ 快捷键说明

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