jvcllaz: Add TJvID3v2 (mp3 tags). Add demos for TJvID3v1 and TJvID3v2.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6299 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2018-04-09 10:59:35 +00:00
parent 0bde2c56dc
commit 65282d026d
20 changed files with 15152 additions and 22 deletions

View File

@ -1,4 +1,5 @@
tjvid3v1.bmp
tjvid3v2.bmp
tjvgradient.bmp
tjvgradientheaderpanel.bmp
tjvspecialprogress.bmp

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

View File

@ -16,12 +16,12 @@ implementation
uses
Classes, JvDsgnConsts,
PropEdits, Controls,
JvId3v1, JvGradient, JvGradientHeaderPanel, JvSpecialProgress;
JvId3v1, JvId3v2, JvGradient, JvGradientHeaderPanel, JvSpecialProgress;
procedure Register;
begin
RegisterComponents(RsPaletteJvcl, [
TJvId3v1,
TJvId3v1, TJvId3v2,
TJvGradient, TJvGradientHeaderPanel,
TJvSpecialProgress
]);