ehlibconsts.pas
来自「delphi 比较好用的控件」· PAS 代码 · 共 29 行
PAS
29 行
{*******************************************************}
{ }
{ EhLib v2.1 }
{ Resource of strings }
{ }
{ Copyright (c) 2001 by Dmitry V. Bolshakov }
{ }
{*******************************************************}
unit EhLibConsts;
interface
resourcestring
SClearSelectedCellsEh = 'Selektierte Zellen l鰏chen?';
SInvalidTextFormatEh = 'Falsches Textformat';
SInvalidVCLDBIFFormatEh = 'Falsches VCLDBIF-Format';
SErrorDuringInsertValueEh = 'Fehler beim Werte einsetzen:';
SIgnoreErrorEh = 'Fehler ignorien?';
STabularInformationEh = 'Tabulatorinformation';
SPageOfPagesEh = 'Seite %d von %d';
SPreviewEh = 'Vorschau';
SFieldNameNotFoundEh = 'Feldname ''%s'' nicht gefunden';
implementation
end.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?