⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 vdbconsts.pas

📁 DELPHI皮肤
💻 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 = '第一条';
  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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -