You've already forked lazarus-ccr
jvcllaz: Add JvGradient
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6296 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -1 +1,2 @@
|
||||
tjvgradient.bmp
|
||||
tjvspecialprogress.bmp
|
||||
|
BIN
components/jvcllaz/design/JvMM/images/tjvgradient.bmp
Normal file
BIN
components/jvcllaz/design/JvMM/images/tjvgradient.bmp
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.6 KiB |
@ -16,11 +16,12 @@ implementation
|
||||
uses
|
||||
Classes, JvDsgnConsts,
|
||||
PropEdits, Controls,
|
||||
JvSpecialProgress;
|
||||
JvGradient, JvSpecialProgress;
|
||||
|
||||
procedure Register;
|
||||
begin
|
||||
RegisterComponents(RsPaletteJvcl, [
|
||||
TJvGradient,
|
||||
TJvSpecialProgress
|
||||
]);
|
||||
end;
|
||||
|
Reference in New Issue
Block a user