You've already forked lazarus-ccr
ExCtrls: New component TButtonEx
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7481 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
1013
components/exctrls/source/exbuttons.pas
Normal file
1013
components/exctrls/source/exbuttons.pas
Normal file
File diff suppressed because it is too large
Load Diff
@ -12,14 +12,14 @@ procedure Register;
|
||||
implementation
|
||||
|
||||
uses
|
||||
ExCheckCtrls, ExEditCtrls;
|
||||
ExButtons, ExCheckCtrls, ExEditCtrls;
|
||||
|
||||
{$R exctrlsreg.res}
|
||||
|
||||
procedure Register;
|
||||
begin
|
||||
RegisterComponents('ExCtrls', [
|
||||
TCheckboxEx, TRadioButtonEx, TCheckGroupEx, TRadioGroupEx
|
||||
TButtonEx, TCheckboxEx, TRadioButtonEx, TCheckGroupEx, TRadioGroupEx
|
||||
]);
|
||||
RegisterComponents('LazControls', [
|
||||
TCurrSpinEditEx
|
||||
|
Binary file not shown.
Reference in New Issue
Block a user