You've already forked lazarus-ccr
jvcllaz: Move unit JvButton.pas to new package JvStdCtrls (like in Delphi version).
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5442 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
24
components/jvcllaz/design/JvStdCtrls/JvStdCtrlsReg.pas
Normal file
24
components/jvcllaz/design/JvStdCtrls/JvStdCtrlsReg.pas
Normal file
@ -0,0 +1,24 @@
|
||||
unit JvStdCtrlsReg;
|
||||
|
||||
{$mode objfpc}{$H+}
|
||||
|
||||
interface
|
||||
|
||||
uses
|
||||
SysUtils;
|
||||
|
||||
procedure Register;
|
||||
|
||||
implementation
|
||||
|
||||
uses
|
||||
Classes, JvDsgnConsts, JvButton,
|
||||
Controls;
|
||||
|
||||
procedure Register;
|
||||
begin
|
||||
//RegisterComponents(RsPaletteButton, [TJvButton]);
|
||||
end;
|
||||
|
||||
end.
|
||||
|
Reference in New Issue
Block a user