jvcllaz: Add TJvGradientHeaderPanel

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6297 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2018-04-08 14:59:58 +00:00
parent 87417bdd62
commit ac09e6cb1e
6 changed files with 454 additions and 3 deletions

View File

@ -1,2 +1,3 @@
tjvgradient.bmp
tjvgradientheaderpanel.bmp
tjvspecialprogress.bmp

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

View File

@ -16,12 +16,12 @@ implementation
uses
Classes, JvDsgnConsts,
PropEdits, Controls,
JvGradient, JvSpecialProgress;
JvGradient, JvGradientHeaderPanel, JvSpecialProgress;
procedure Register;
begin
RegisterComponents(RsPaletteJvcl, [
TJvGradient,
TJvGradient, TJvGradientHeaderPanel,
TJvSpecialProgress
]);
end;