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,
|
||||
JvDsgnConsts,
|
||||
JvId3v1, JvId3v2Base, JvId3v2, JvGradient, JvId3v2EditorForm,
|
||||
JvGradientHeaderPanel, JvSpecialProgress;
|
||||
JvGradientHeaderPanel, JvSpecialProgress,
|
||||
JvBmpAnimator;
|
||||
|
||||
procedure Register;
|
||||
begin
|
||||
RegisterComponents(RsPaletteJvcl, [
|
||||
TJvId3v1, TJvId3v2,
|
||||
TJvBmpAnimator,
|
||||
TJvGradient, TJvGradientHeaderPanel,
|
||||
TJvSpecialProgress
|
||||
]);
|
||||
|
@ -3,3 +3,4 @@ tjvid3v2.bmp
|
||||
tjvgradient.bmp
|
||||
tjvgradientheaderpanel.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)."/>
|
||||
<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"/>
|
||||
<Files Count="7">
|
||||
<Files Count="8">
|
||||
<Item1>
|
||||
<Filename Value="..\run\JvMM\JvSpecialProgress.pas"/>
|
||||
<UnitName Value="JvSpecialProgress"/>
|
||||
@ -44,6 +44,10 @@
|
||||
<Filename Value="..\run\JvMM\JvId3v2.pas"/>
|
||||
<UnitName Value="JvId3v2"/>
|
||||
</Item7>
|
||||
<Item8>
|
||||
<Filename Value="..\run\JvMM\jvbmpanimator.pas"/>
|
||||
<UnitName Value="jvbmpanimator"/>
|
||||
</Item8>
|
||||
</Files>
|
||||
<RequiredPkgs Count="2">
|
||||
<Item1>
|
||||
|
Binary file not shown.
Reference in New Issue
Block a user