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

📄 oleconst.pas

📁 DELPHI皮肤
💻 PAS
字号:

{*******************************************************}
{                                                       }
{       Borland Delphi Visual Component Library         }
{                                                       }
{  Copyright (c) 1995-2001 Borland Software Corporation }
{                                                       }
{*******************************************************}

unit OleConst;

interface

resourcestring
  SBadPropValue = '''%s'' 不是一个有效的属性值';
  SCannotActivate = 'OLE 控制启动失败';
  SNoWindowHandle = '不能获得 OLE 控制窗口的句柄';
  SOleError = 'OLE 错误 %.8x';
  SVarNotObject = 'OLE 对象没引用该变量';
  SVarNotAutoObject = '自动化对象没引用该变量';
  SNoMethod = 'OLE 对象不支持 ''%s'' 方法';
  SLinkProperties = '连接属性';
  SInvalidLinkSource = '不能连接一个无效的目标.';
  SCannotBreakLink = '不支持断开连接操作.';
  SLinkedObject = '连接到 %s';
  SEmptyContainer = '空 OLE 容器不允许该操作';
  SInvalidVerb = '无效的对象命令';
  SPropDlgCaption = '%s 属性';
  SInvalidStreamFormat = '无效的流格式';
  SInvalidLicense = '%s 的授权信息是无效的';
  SNotLicensed = '%s 的授权信息没找到. 你不能在设计期使用该控件';
  sNoRunningObject = '不能从正在运行的注册对象 OLE的%s/%s 中得到指针';

implementation

end.

⌨️ 快捷键说明

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