?? wbmconst.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 + -