You've already forked lazarus-ccr
jvcllaz: Move some components to new "Jvcl Non-Visual" component palette.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6947 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -25,7 +25,6 @@ uses
|
||||
procedure Register;
|
||||
begin
|
||||
RegisterComponents(RsPaletteJvcl, [
|
||||
TJvId3v1, TJvId3v2,
|
||||
TJvAnimatedImage,
|
||||
TJvBmpAnimator,
|
||||
TjvPicClip,
|
||||
@ -36,6 +35,10 @@ begin
|
||||
TJvFullColorDialog, TJvFullColorCircleDialog
|
||||
]);
|
||||
|
||||
RegisterComponents(RsPaletteJvclNonVisual, [
|
||||
TJvId3v1, TJvId3v2
|
||||
]);
|
||||
|
||||
RegisterComponentEditor(TJvID3Controller, TJvID3ControllerEditor);
|
||||
RegisterPropertyEditor(TypeInfo(TJvID3FileInfo), nil, '', TJvID3FileInfoEditor);
|
||||
|
||||
|
Reference in New Issue
Block a user