You've already forked lazarus-ccr
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:
@ -1,3 +1,7 @@
|
||||
tjvspecialimage.png
|
||||
tjvspecialimage_150.png
|
||||
tjvspecialimage_200.png
|
||||
|
||||
tjvid3v1.png
|
||||
tjvid3v1_150.png
|
||||
tjvid3v1_200.png
|
||||
|
BIN
components/jvcllaz/design/JvMM/images/tjvspecialimage.png
Normal file
BIN
components/jvcllaz/design/JvMM/images/tjvspecialimage.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.1 KiB |
BIN
components/jvcllaz/design/JvMM/images/tjvspecialimage_150.png
Normal file
BIN
components/jvcllaz/design/JvMM/images/tjvspecialimage_150.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.9 KiB |
BIN
components/jvcllaz/design/JvMM/images/tjvspecialimage_200.png
Normal file
BIN
components/jvcllaz/design/JvMM/images/tjvspecialimage_200.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.6 KiB |
@ -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,
|
||||
|
Reference in New Issue
Block a user