You've already forked lazarus-ccr
jvcllaz: Add new component JvImageTransform (transition effects between two pictures)
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7201 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -1,3 +1,7 @@
|
||||
tjvimagetransform.png
|
||||
tjvimagetransform_150.png
|
||||
tjvimagetransform_200.png
|
||||
|
||||
tjvspecialimage.png
|
||||
tjvspecialimage_150.png
|
||||
tjvspecialimage_200.png
|
||||
|
BIN
components/jvcllaz/design/JvMM/images/tjvimagetransform.png
Normal file
BIN
components/jvcllaz/design/JvMM/images/tjvimagetransform.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 474 B |
BIN
components/jvcllaz/design/JvMM/images/tjvimagetransform_150.png
Normal file
BIN
components/jvcllaz/design/JvMM/images/tjvimagetransform_150.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.5 KiB |
BIN
components/jvcllaz/design/JvMM/images/tjvimagetransform_200.png
Normal file
BIN
components/jvcllaz/design/JvMM/images/tjvimagetransform_200.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.8 KiB |
@ -20,12 +20,13 @@ uses
|
||||
JvGradientHeaderPanel, JvSpecialProgress,
|
||||
JvFullColorSpaces, JvFullColorCtrls, JvFullColorEditors, JvFullColorSpacesEditors,
|
||||
JvFullColorDialogs,
|
||||
JvAnimatedImage, JvBmpAnimator, JvPicClip, JvSpecialImage;
|
||||
JvAnimatedImage, JvBmpAnimator, JvPicClip, JvSpecialImage, JvImageTransform;
|
||||
|
||||
procedure Register;
|
||||
begin
|
||||
RegisterComponents(RsPaletteJvclVisual, [
|
||||
TJvAnimatedImage, TJvBmpAnimator, TJvPicClip, TJvSpecialImage,
|
||||
TJvAnimatedImage, TJvBmpAnimator, TJvPicClip,
|
||||
TJvSpecialImage, TJvImageTransform,
|
||||
TJvGradient, TJvGradientHeaderPanel,
|
||||
TJvSpecialProgress,
|
||||
TJvFullColorPanel, TJvFullColorTrackBar, TJvFullColorGroup, TJvFullColorLabel,
|
||||
|
Reference in New Issue
Block a user