You've already forked lazarus-ccr
jvcllaz: Add new TJvBmpAnimator component
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6652 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -17,12 +17,14 @@ uses
|
|||||||
Classes, Controls, PropEdits, ComponentEditors,
|
Classes, Controls, PropEdits, ComponentEditors,
|
||||||
JvDsgnConsts,
|
JvDsgnConsts,
|
||||||
JvId3v1, JvId3v2Base, JvId3v2, JvGradient, JvId3v2EditorForm,
|
JvId3v1, JvId3v2Base, JvId3v2, JvGradient, JvId3v2EditorForm,
|
||||||
JvGradientHeaderPanel, JvSpecialProgress;
|
JvGradientHeaderPanel, JvSpecialProgress,
|
||||||
|
JvBmpAnimator;
|
||||||
|
|
||||||
procedure Register;
|
procedure Register;
|
||||||
begin
|
begin
|
||||||
RegisterComponents(RsPaletteJvcl, [
|
RegisterComponents(RsPaletteJvcl, [
|
||||||
TJvId3v1, TJvId3v2,
|
TJvId3v1, TJvId3v2,
|
||||||
|
TJvBmpAnimator,
|
||||||
TJvGradient, TJvGradientHeaderPanel,
|
TJvGradient, TJvGradientHeaderPanel,
|
||||||
TJvSpecialProgress
|
TJvSpecialProgress
|
||||||
]);
|
]);
|
||||||
|
@ -3,3 +3,4 @@ tjvid3v2.bmp
|
|||||||
tjvgradient.bmp
|
tjvgradient.bmp
|
||||||
tjvgradientheaderpanel.bmp
|
tjvgradientheaderpanel.bmp
|
||||||
tjvspecialprogress.bmp
|
tjvspecialprogress.bmp
|
||||||
|
tjvbmpanimator.bmp
|
||||||
|
BIN
components/jvcllaz/design/JvMM/images/tjvbmpanimator.bmp
Normal file
BIN
components/jvcllaz/design/JvMM/images/tjvbmpanimator.bmp
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.6 KiB |
@ -15,7 +15,7 @@
|
|||||||
<Description Value="JVCL Multimedia Components (Runtime)."/>
|
<Description Value="JVCL Multimedia Components (Runtime)."/>
|
||||||
<License Value="The JVCL is released in accordance with the MPL 1.1 license. To get your own copy or read it, go to http://www.mozilla.org/MPL/MPL-1.1.html. "/>
|
<License Value="The JVCL is released in accordance with the MPL 1.1 license. To get your own copy or read it, go to http://www.mozilla.org/MPL/MPL-1.1.html. "/>
|
||||||
<Version Major="1" Release="4"/>
|
<Version Major="1" Release="4"/>
|
||||||
<Files Count="7">
|
<Files Count="8">
|
||||||
<Item1>
|
<Item1>
|
||||||
<Filename Value="..\run\JvMM\JvSpecialProgress.pas"/>
|
<Filename Value="..\run\JvMM\JvSpecialProgress.pas"/>
|
||||||
<UnitName Value="JvSpecialProgress"/>
|
<UnitName Value="JvSpecialProgress"/>
|
||||||
@ -44,6 +44,10 @@
|
|||||||
<Filename Value="..\run\JvMM\JvId3v2.pas"/>
|
<Filename Value="..\run\JvMM\JvId3v2.pas"/>
|
||||||
<UnitName Value="JvId3v2"/>
|
<UnitName Value="JvId3v2"/>
|
||||||
</Item7>
|
</Item7>
|
||||||
|
<Item8>
|
||||||
|
<Filename Value="..\run\JvMM\jvbmpanimator.pas"/>
|
||||||
|
<UnitName Value="jvbmpanimator"/>
|
||||||
|
</Item8>
|
||||||
</Files>
|
</Files>
|
||||||
<RequiredPkgs Count="2">
|
<RequiredPkgs Count="2">
|
||||||
<Item1>
|
<Item1>
|
||||||
|
Binary file not shown.
Reference in New Issue
Block a user