You've already forked lazarus-ccr
jvcllaz: Add new component JvFormAnimatedIcon
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6736 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
1
components/jvcllaz/design/JvAppFrm/images/images.txt
Normal file
1
components/jvcllaz/design/JvAppFrm/images/images.txt
Normal file
@ -0,0 +1 @@
|
||||
tjvformanimatedicon.bmp
|
1
components/jvcllaz/design/JvAppFrm/images/make_res.bat
Normal file
1
components/jvcllaz/design/JvAppFrm/images/make_res.bat
Normal file
@ -0,0 +1 @@
|
||||
lazres ../../../resource/jvappfrmreg.res @images.txt
|
Binary file not shown.
After Width: | Height: | Size: 1.6 KiB |
29
components/jvcllaz/design/JvAppFrm/jvappfrmreg.pas
Normal file
29
components/jvcllaz/design/JvAppFrm/jvappfrmreg.pas
Normal file
@ -0,0 +1,29 @@
|
||||
unit JvAppFrmReg;
|
||||
|
||||
{$mode objfpc}{$H+}
|
||||
|
||||
interface
|
||||
|
||||
uses
|
||||
SysUtils;
|
||||
|
||||
procedure Register;
|
||||
|
||||
implementation
|
||||
|
||||
{$R ../../resource/jvappfrmreg.res}
|
||||
|
||||
uses
|
||||
Classes, //PropEdits, ComponentEditors,
|
||||
JvDsgnConsts,
|
||||
JvFormAnimatedIcon;
|
||||
|
||||
procedure Register;
|
||||
begin
|
||||
RegisterComponents(RsPaletteJvcl, [
|
||||
TJvFormAnimatedIcon
|
||||
]);
|
||||
end;
|
||||
|
||||
end.
|
||||
|
Reference in New Issue
Block a user