jvcllaz: New component TJvAppAnimatedIcon

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6739 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2018-11-25 22:29:04 +00:00
parent 9771f149db
commit 99295fcab0
9 changed files with 3995 additions and 3861 deletions

View File

@@ -1,2 +1,3 @@
tjvappanimatedicon.bmp
tjvformanimatedicon.bmp
tjvformwallpaper.bmp

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

View File

@@ -16,12 +16,12 @@ implementation
uses
Classes, //PropEdits, ComponentEditors,
JvDsgnConsts,
JvFormAnimatedIcon, JvFormWallPaper;
JvAppAnimatedIcon, JvFormAnimatedIcon, JvFormWallPaper;
procedure Register;
begin
RegisterComponents(RsPaletteJvcl, [
TJvFormAnimatedIcon, TJvFormWallPaper
TJvAppAnimatedIcon, TJvFormAnimatedIcon, TJvFormWallPaper
]);
end;