You've already forked lazarus-ccr
jvcllaz: New component JvFormWallpaper
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6738 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@@ -16,12 +16,12 @@ implementation
|
||||
uses
|
||||
Classes, //PropEdits, ComponentEditors,
|
||||
JvDsgnConsts,
|
||||
JvFormAnimatedIcon;
|
||||
JvFormAnimatedIcon, JvFormWallPaper;
|
||||
|
||||
procedure Register;
|
||||
begin
|
||||
RegisterComponents(RsPaletteJvcl, [
|
||||
TJvFormAnimatedIcon
|
||||
TJvFormAnimatedIcon, TJvFormWallPaper
|
||||
]);
|
||||
end;
|
||||
|
||||
|
Reference in New Issue
Block a user