jvcllaz: Add TJvAnimatedImage.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6729 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2018-11-20 12:18:12 +00:00
parent b125c09d40
commit 88b1138516
4 changed files with 808 additions and 3 deletions

View File

@ -20,12 +20,13 @@ uses
JvGradientHeaderPanel, JvSpecialProgress,
JvFullColorSpaces, JvFullColorCtrls, JvFullColorEditors, JvFullColorSpacesEditors,
JvFullColorDialogs,
JvBmpAnimator;
JvAnimatedImage, JvBmpAnimator;
procedure Register;
begin
RegisterComponents(RsPaletteJvcl, [
TJvId3v1, TJvId3v2,
TJvAnimatedImage,
TJvBmpAnimator,
TJvGradient, TJvGradientHeaderPanel,
TJvSpecialProgress,