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

📄 wbmconst.pas

📁 DELPHI皮肤
💻 PAS
字号:

{*******************************************************}
{                                                       }
{       Borland Delphi Visual Component Library         }
{                                                       }
{   Copyright (c) 1999-2001 Borland Software Corp.      }
{                                                       }
{*******************************************************}

unit WbmConst;

interface

resourcestring
  sDataSetFieldBlank = '数据集字段为空';
  sDataSetFieldNotFound = '数据集字段没找到: %s';
  sNotDataSetField = '字段不是数据集中的字段: %s';
  ScriptTableName = '%s_Table';
  sNoXMLBroker = '%s: 缺少 XMLBroker';
  sFieldNotFound = '%0:s: 字段 "%1:s" 没找到';
  sXMLBrokerNotDefined = '%s.XMLBroker = nil';
  sSubmitQuery = '提交';
  sResetQuery = '重置';
  sApplyUpdates = '应用更新';
  sFieldNameBlank = '%s.FieldName = ''''';
  sXMLComponentNotDefined = '%s.XMLComponent = nil';
  ScriptNamesVar = '%s_Names';
  ScriptIDsVar = '%s_IDs';
  ScriptXMLDisplayName = '%s_Disp';
  sInvalidParent = '无效的父类';
  sInvalidParentClass = '无效的父类: %s';
  sDuplicateStatusField = '忽略字段 %s , 只允许一个状态字段';
  sFirstButton = '|<';
  sLastButton = '>|';
  sPriorButton = '<';
  sNextButton = '>';
  sPriorPageButton = '<<';
  sNextPageButton = '>>';
  sDeleteButton = ' - ';
  sInsertButton = ' + ';
  sUndoButton = '撤销';
  sPostButton = '提交';
  sWarningsBody = '<TABLE BORDER=1 CELLPADDING=4>'#13#10 +'<TR><TD><P ALIGN=CENTER>设计期错误<P>'#13#10 +'%s'#13#10 +'</TD></TD>'#13#10 +'</TABLE>'#13#10;
  ScriptDocumentVarName = '%s_Doc';
  ScriptXMLVarName = '%s_XML';
  sInvalidWebComponentsCreation = '创建无效的网络控件';
  ScriptRowSetVarName = '%s_RS';
  sApplyUpdatesError = '应用更新错误.  错误个数: %d.';
  sDeltaNotFound = '缺少 Delta 包';
  sXMLBrokerNotConnected = 'XMLBroker: %s 没有连接';
  sDataSetNotActive = '数据集: %s 没有激活';

implementation

end.

⌨️ 快捷键说明

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