jvcllaz: Add component TJvSpecialImage (incl sample project)

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7200 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2019-12-03 00:22:11 +00:00
parent a95934ae76
commit 1d406d0251
13 changed files with 100854 additions and 5 deletions

View File

@ -1,3 +1,7 @@
tjvspecialimage.png
tjvspecialimage_150.png
tjvspecialimage_200.png
tjvid3v1.png
tjvid3v1_150.png
tjvid3v1_200.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.6 KiB

View File

@ -20,12 +20,12 @@ uses
JvGradientHeaderPanel, JvSpecialProgress,
JvFullColorSpaces, JvFullColorCtrls, JvFullColorEditors, JvFullColorSpacesEditors,
JvFullColorDialogs,
JvAnimatedImage, JvBmpAnimator, JvPicClip;
JvAnimatedImage, JvBmpAnimator, JvPicClip, JvSpecialImage;
procedure Register;
begin
RegisterComponents(RsPaletteJvclVisual, [
TJvAnimatedImage, TJvBmpAnimator, TJvPicClip,
TJvAnimatedImage, TJvBmpAnimator, TJvPicClip, TJvSpecialImage,
TJvGradient, TJvGradientHeaderPanel,
TJvSpecialProgress,
TJvFullColorPanel, TJvFullColorTrackBar, TJvFullColorGroup, TJvFullColorLabel,