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:
1
components/jvcllaz/design/JvJans/images/images.txt
Normal file
1
components/jvcllaz/design/JvJans/images/images.txt
Normal file
@ -0,0 +1 @@
|
||||
tjvyeargrid.bmp
|
1
components/jvcllaz/design/JvJans/images/make_res.bat
Normal file
1
components/jvcllaz/design/JvJans/images/make_res.bat
Normal file
@ -0,0 +1 @@
|
||||
lazres ../../../resource/jvjansreg.res @images.txt
|
BIN
components/jvcllaz/design/JvJans/images/tjvyeargrid.bmp
Normal file
BIN
components/jvcllaz/design/JvJans/images/tjvyeargrid.bmp
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.6 KiB |
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