📄 vdbconsts.pas
字号:
{ *************************************************************************** }
{ }
{ Delphi and Kylix Cross-Platform Visual Component Library }
{ }
{ Copyright (c) 1999, 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 VDBConsts;
interface
resourcestring
{ DBCtrls }
SFirstRecord = 'In韈io de Arquivo';
SPriorRecord = 'Retrocede';
SNextRecord = 'Avan鏰';
SLastRecord = 'Fim de Arquivo';
SInsertRecord = 'Inserir';
SDeleteRecord = 'Excluir';
SEditRecord = 'Editar';
SPostEdit = 'Gravar';
SCancelEdit = 'Cancelar';
SConfirmCaption = 'Confirmar';
SRefreshRecord = 'Atualizar';
SDeleteRecordQuestion = 'Confirma Exclus鉶?';
SDeleteMultipleRecordsQuestion = 'Excluir todos os registros selecionados?';
SDataSourceFixed = 'Operation not allowed in a DBCtrlGrid';
SNotReplicatable = 'Control cannot be used in a DBCtrlGrid';
SPropDefByLookup = 'Property already defined by lookup field';
STooManyColumns = 'Grid requested to display more than 256 columns';
{ DBLogDlg }
SRemoteLogin = 'Remote Login';
{ DBOleEdt }
SDataBindings = 'Data Bindings...';
implementation
end.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -