jvcllaz: New component TJvAnimTitle

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6740 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2018-11-25 22:50:20 +00:00
parent 99295fcab0
commit c73847f18e
9 changed files with 261 additions and 10 deletions

View File

@@ -1,3 +1,4 @@
tjvappanimatedicon.bmp
tjvformanimatedicon.bmp
tjvanimtitle.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,
JvAppAnimatedIcon, JvFormAnimatedIcon, JvFormWallPaper;
JvAppAnimatedIcon, JvFormAnimatedIcon, JvAnimTitle, JvFormWallPaper;
procedure Register;
begin
RegisterComponents(RsPaletteJvcl, [
TJvAppAnimatedIcon, TJvFormAnimatedIcon, TJvFormWallPaper
TJvAppAnimatedIcon, TJvFormAnimatedIcon, TJvAnimTitle, TJvFormWallPaper
]);
end;