jvcllaz: Add TJvId3V1 (tags in mp3 files).

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6298 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2018-04-08 16:43:26 +00:00
parent ac09e6cb1e
commit 0bde2c56dc
8 changed files with 486 additions and 4 deletions

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

View File

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