?? brkrconst.pas
字號(hào):
{ *************************************************************************** }
{ }
{ 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 = '一個(gè)應(yīng)用程序只能有一個(gè)數(shù)據(jù)模塊';
sNoDataModulesRegistered = '沒有注冊(cè)數(shù)據(jù)模塊';
sNoDispatcherComponent = '數(shù)據(jù)模塊中沒有找到 dispatcher 控件';
sNoWebModulesActivated = '沒有自動(dòng)激活的數(shù)據(jù)模塊';
sTooManyActiveConnections = '并發(fā)連接數(shù)超出最大數(shù)目. 稍侯請(qǐng)重試';
sInternalServerError = '<html><title>內(nèi)部服務(wù)器錯(cuò)誤 500</title>'#13#10 +'<h1>內(nèi)部服務(wù)器錯(cuò)誤 500</h1><hr>'#13#10+'異常: %s<br>'#13#10 + '信息: %s<br></html>'#13#10;
sDocumentMoved = '<html><title>文檔被移動(dòng) 302</title>'#13#10 +'<body><h1>對(duì)象被移動(dòng)</h1><hr>'#13#10+'對(duì)象可能在這里<a HREF="%s">.</a><br>'#13#10+'<br></bo/html>'#13#10;
implementation
end.
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -