📄 webconst.pas
字号:
{ *************************************************************************** }
{ }
{ Kylix and Delphi Cross-Platform Visual Component Library }
{ Internet Application Runtime }
{ }
{ Copyright (C) 1997, 2001 Borland Software Corporation }
{ }
{ Licensees holding a valid Borland No-Nonsense License for this Software may }
{ use this file in accordance with such license, which appears in the file }
{ license.txt that came with this Software. }
{ }
{ *************************************************************************** }
unit WebConst;
interface
resourcestring
sErrorDecodingURLText = '解释 URL 样式 (%XX) 的编码字符串错误发生在 %d';
sInvalidURLEncodedChar = '无效的 URL 编码字符 (%s) 出现在 %d';
sInvalidHTMLEncodedChar = 'Invalid HTML encoded character (%s) at position %d';
sInvalidActionRegistration = '无效的动作注册';
sDuplicateActionName = '动作名字相同';
sFactoryAlreadyRegistered = '网络模块工厂已经注册';
sAppFactoryAlreadyRegistered = '网络应用模块工厂已经注册.';
sOnlyOneDispatcher = '每个 窗体/数据 模块中只能有一个 WebDispatcher';
sHTTPItemName = '名字';
sHTTPItemURI = '路径信息';
sHTTPItemEnabled = '激活';
sHTTPItemDefault = '默认';
sHTTPItemProducer = '制作者';
sResNotFound = '资源 %s 没找到';
sTooManyColumns = '表单的列超出最大限度';
sFieldNameColumn = '字段名称';
sFieldTypeColumn = '字段类型';
sInvalidWebComponentsRegistration = '无效的网络控件注册信息';
sInvalidWebComponentsEnumeration = '无效的网络控件列表';
sInvalidWebParent = '不支持的操作. %s 控件不支持IGetWebComponentList';
sVariableIsNotAContainer = '变量 %s 不是一个容器';
sInternalApplicationError = '<html><body><h1>内部应用错误</h1>'+sLineBreak+'<p>%0:s'+sLineBreak+'<p><hr width="100%%"><i>%1:s</i></body></html>';
sInvalidParent = '无效的父类';
sActionDoesNotProvideResponse = 'Action 不响应';
sActionCantRespondToUnkownHTTPMethod = 'Action 不能响应一未知的HTTP方法';
sActionCantRedirectToBlankURL = 'Action 不能转向一空白的URL';
implementation
end.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -