jvcl: Add TJvCalcEdit and TJvDBCalcEdit (issue #34013, patch by Michal Gawrycki)

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6562 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2018-07-21 14:34:52 +00:00
parent 8d26e4cf10
commit fd92bc4f37
19 changed files with 1657 additions and 48 deletions

View File

@ -11,13 +11,15 @@ procedure Register;
implementation
{$R ../../resource/jvstdctrlsreg.res}
uses
Classes, JvDsgnConsts, JvButton,
Controls;
Classes, Controls, JvDsgnConsts, JvButton, JvBaseEdits;
procedure Register;
begin
//RegisterComponents(RsPaletteButton, [TJvButton]);
RegisterComponents(RsPaletteJvcl, [TJvCalcEdit]);
end;
end.

View File

@ -0,0 +1 @@
tjvcalcedit.bmp

View File

@ -0,0 +1 @@
lazres ../../../resource/jvstdctrlsreg.res @images.txt

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB