📄 ehlibconsts.pas
字号:
{*******************************************************}
{ }
{ 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -