You've already forked lazarus-ccr
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:
@ -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.
|
||||
|
1
components/jvcllaz/design/JvStdCtrls/images/images.txt
Normal file
1
components/jvcllaz/design/JvStdCtrls/images/images.txt
Normal file
@ -0,0 +1 @@
|
||||
tjvcalcedit.bmp
|
1
components/jvcllaz/design/JvStdCtrls/images/make_res.bat
Normal file
1
components/jvcllaz/design/JvStdCtrls/images/make_res.bat
Normal file
@ -0,0 +1 @@
|
||||
lazres ../../../resource/jvstdctrlsreg.res @images.txt
|
BIN
components/jvcllaz/design/JvStdCtrls/images/tjvcalcedit.bmp
Normal file
BIN
components/jvcllaz/design/JvStdCtrls/images/tjvcalcedit.bmp
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.6 KiB |
Reference in New Issue
Block a user