📄 brkrconst.pas
字号:
{ *************************************************************************** }
{ }
{ Delphi and Kylix Cross-Platform Visual Component Library }
{ Internet Application Runtime }
{ }
{ Copyright (C) 1995, 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 BrkrConst;
interface
resourcestring
sOnlyOneDataModuleAllowed = '一个应用程序只能有一个数据模块';
sNoDataModulesRegistered = '没有注册数据模块';
sNoDispatcherComponent = '数据模块中没有找到 dispatcher 控件';
sNoWebModulesActivated = '没有自动激活的数据模块';
sTooManyActiveConnections = '并发连接数超出最大数目. 稍侯请重试';
sInternalServerError = '<html><title>内部服务器错误 500</title>'#13#10 +'<h1>内部服务器错误 500</h1><hr>'#13#10+'异常: %s<br>'#13#10 + '信息: %s<br></html>'#13#10;
sDocumentMoved = '<html><title>文档被移动 302</title>'#13#10 +'<body><h1>对象被移动</h1><hr>'#13#10+'对象可能在这里<a HREF="%s">.</a><br>'#13#10+'<br></bo/html>'#13#10;
implementation
end.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -