aniicon.txt
来自「Aniicon, Delphi component that allows sh」· 文本 代码 · 共 59 行
TXT
59 行
*******************************************************
Author: Bruno Fierens
TMS Software
J. Jordaens str. 11
B8510 Marke
Belgium
Fax : +32 56 359696
E-mail: bruno.fierens@ven.be
http://www.ven.be/freestyle/delphi.htm
*******************************************************
TAniIcon (revision 1.5) :
Delphi 2.0 / 3.0 / 4.0 component that allows show Win95 or Win NT
animated icon files in Delphi forms. The animated icons are included
in the .EXE file, so you don't have to distribute separate .ANI
files.
This component is freeware. The source is available for $25.
Send check or cash for $25 to address above and source code
will be sent by email.
Revisions :
Version 1.1 supports a new property Frame, which allows
to set the animation frame statically. There is also
support for 256 color animated icons.
Version 1.5 supports correct deleting assigned animated icon
property.
Known issues:
None
Installation:
Delphi 2
1. In the Delphi menu select:
Component > Install > Add > Browse
2. Select AniFile.dcu and accept.
Delphi 3, 4 / C++Builder 1, 3
1. In the Component menu, select Install Package
2. Select ANIPKG.DPK
Using:
1. Drop a TAniIcon component in the main form.
2. Click on the TAniFile property and browse for
a .ANI file.
3. Use the Animated property to enable/disable
animation.
4. Use TAniIcon.AniFile.LoadFromFile() to assign other
animated icons at run-time.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?