stevevw_tlb.pas
来自「《Delphi开发人员指南》配书原码」· PAS 代码 · 共 24 行
PAS
24 行
unit SteveVW_TLB;
{ This file contains pascal declarations imported from a type library.
This file will be written during each import or refresh of the type
library editor. Changes to this file will be discarded during the
refresh process. }
{ SteveVW Library }
{ Version 1.0 }
interface
uses Windows, ActiveX, Classes, Graphics, OleCtrls, StdVCL;
const
LIBID_SteveVW: TGUID = '{D9927DE0-DAB0-11D0-A9BF-D583AFB2BA7C}';
implementation
end.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?