You've already forked lazarus-ccr
jvcllaz: Add TJvYearGrid
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6241 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
27
components/jvcllaz/design/JvJans/jvjansreg.pas
Normal file
27
components/jvcllaz/design/JvJans/jvjansreg.pas
Normal file
@@ -0,0 +1,27 @@
|
||||
unit JvJansReg;
|
||||
|
||||
{$mode objfpc}{$H+}
|
||||
|
||||
interface
|
||||
|
||||
uses
|
||||
SysUtils;
|
||||
|
||||
procedure Register;
|
||||
|
||||
implementation
|
||||
|
||||
{$R ../../resource/jvjansreg.res}
|
||||
|
||||
uses
|
||||
Classes, JvDsgnConsts, JvYearGrid;
|
||||
|
||||
procedure Register;
|
||||
begin
|
||||
RegisterComponents(RsPaletteJvcl, [
|
||||
TJvYearGrid
|
||||
]);
|
||||
end;
|
||||
|
||||
end.
|
||||
|
Reference in New Issue
Block a user