vdbconsts.pas

来自「DELPHI皮肤」· PAS 代码 · 共 46 行

PAS
46
字号
{ *************************************************************************** }
{                                                                             }
{ 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 = '第一条';
  SPriorRecord = '上一条';
  SNextRecord = '下一条';
  SLastRecord = '末一条';
  SInsertRecord = '插入记录';
  SDeleteRecord = '删除记录';
  SEditRecord = '编辑记录';
  SPostEdit = '提交记录';
  SCancelEdit = '放弃编辑';
  SConfirmCaption = '确认';
  SRefreshRecord = '刷新记录';
  SDeleteRecordQuestion = '删除当前记录吗?';
  SDeleteMultipleRecordsQuestion = '删除所有选中记录吗?';
  SDataSourceFixed = '操作不允许在 DBCtrlGrid 上执行';
  SNotReplicatable = '控件不允许在 DBCtrlGrid 中使用';
  SPropDefByLookup = '属性已由查找字段定义了';
  STooManyColumns = '表格试图显示超过256列';
  
  { DBLogDlg }
  SRemoteLogin = '远程登录';

  { DBOleEdt }
  SDataBindings = '数据绑定...';

implementation

end.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?