📄 ehlibconsts.pas
字号:
{*******************************************************}
{ }
{ EhLib v2.1 }
{ Resource of strings }
{ }
{ Copyright (c) 2001 by Dmitry V. Bolshakov }
{ }
{*******************************************************}
unit EhLibConsts;
interface
resourcestring
SClearSelectedCellsEh = '清除所选的单元?';
SInvalidTextFormatEh = '非法文本格式';
SInvalidVCLDBIFFormatEh = '非法 VCLDBIF 格式';
SErrorDuringInsertValueEh = '插入一下值时出错:';
SIgnoreErrorEh = '忽略错误?';
STabularInformationEh = '列表信息';
SPageOfPagesEh = '第 %d 页, 共 %d';
SPreviewEh = '预览';
SFieldColumnNotFound = '找不到字段为 %s 的列';
implementation
end.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -