jvcllaz: Add TJvPicClip. Issue #34322, patch by Michal Gawrycki.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6862 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2019-04-23 20:50:50 +00:00
parent bbef9faf38
commit 9e837bf91a
7 changed files with 330 additions and 7 deletions

View File

@ -14,3 +14,4 @@ tjvfullcolorlabel.bmp
tjvfullcolorpanel.bmp
tjvfullcolorspacecombo.bmp
tjvfullcolortrackbar.bmp
tjvpicclip.bmp

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

View File

@ -20,7 +20,7 @@ uses
JvGradientHeaderPanel, JvSpecialProgress,
JvFullColorSpaces, JvFullColorCtrls, JvFullColorEditors, JvFullColorSpacesEditors,
JvFullColorDialogs,
JvAnimatedImage, JvBmpAnimator;
JvAnimatedImage, JvBmpAnimator, JvPicClip;
procedure Register;
begin
@ -28,6 +28,7 @@ begin
TJvId3v1, TJvId3v2,
TJvAnimatedImage,
TJvBmpAnimator,
TjvPicClip,
TJvGradient, TJvGradientHeaderPanel,
TJvSpecialProgress,
TJvFullColorPanel, TJvFullColorTrackBar, TJvFullColorGroup, TJvFullColorLabel,