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

📄 ehlibconsts.pas

📁 自己做的用delphi开发的学生成绩管理系统。
💻 PAS
字号:
{*******************************************************}
{                                                       }
{                       EhLib v3.0                      }
{                   Resource of strings                 }
{                                                       }
{      Copyright (c) 2001-2003 by Dmitry V. Bolshakov   }
{                                                       }
{*******************************************************}

unit EhLibConsts;

interface

resourcestring
  SClearSelectedCellsEh = 'Clear selected cells?';
  SInvalidTextFormatEh = 'Invalid text format';
  SInvalidVCLDBIFFormatEh = 'Invalid VCLDBIF format';
  SErrorDuringInsertValueEh = 'Error during insert value:';
  SIgnoreErrorEh = 'Ignore error?';
  STabularInformationEh = 'Tabular information';
  SPageOfPagesEh = 'Page %d of %d';
  SPreviewEh =  'Preview';
  SFieldNameNotFoundEh = 'Field name ''%s'' is not found';

implementation

end.

⌨️ 快捷键说明

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