_aereg.pas
来自「Java源码,手机游戏」· PAS 代码 · 共 34 行
PAS
34 行
{*******************************************************************************
Components Registration
Copyright (c) 1999-2002 UtilMind Solutions
All rights reserved.
E-Mail: info@utilmind.com
WWW: http://www.utilmind.com, http://www.appcontrols.com
The entire contents of this file is protected by International Copyright
Laws. Unauthorized reproduction, reverse-engineering, and distribution of all
or any portion of the code contained in this file is strictly prohibited and
may result in severe civil and criminal penalties and will be prosecuted to
the maximum extent possible under the law.
*******************************************************************************}
unit _AEReg;
interface
procedure Register;
implementation
uses Classes, AnimationEffect, Win2kEffects;
procedure Register;
begin
RegisterComponents('UtilMind', [TAnimationEffect, TWin2kEffects]);
end;
end.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?