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:
@ -21,7 +21,7 @@ uses
|
||||
|
||||
procedure Register;
|
||||
begin
|
||||
RegisterComponents(RsPaletteJvcl, [
|
||||
RegisterComponents(RsPaletteJvclNonVisual, [
|
||||
TJvStrHolder, TJvMultiStringHolder,
|
||||
TJvProfiler,
|
||||
TJvSpellChecker
|
||||
|
@ -63,6 +63,8 @@ resourcestring
|
||||
resourcestring
|
||||
RsPaletteJvcl = 'Jvcl';
|
||||
RsPaletteJvclDB = 'Jvcl DB';
|
||||
RsPaletteJvclNonVisual = 'Jvcl Non-Visual';
|
||||
|
||||
RsPaletteSystem = 'Jv System';
|
||||
RsPaletteDialog = 'Jv Dialogs';
|
||||
RsPaletteButton = 'Jv Buttons';
|
||||
@ -75,7 +77,7 @@ resourcestring
|
||||
RsPaletteSliderSplitter = 'Jv Trackers, Sliders, Splitters';
|
||||
RsPaletteImageAnimator = 'Jv Images, Animators';
|
||||
RsPaletteVisual = 'Jv Visual';
|
||||
RsPaletteNonVisual = 'Jv Non-Visual';
|
||||
// RsPaletteNonVisual = 'Jv Non-Visual';
|
||||
RsPaletteThreading = 'Jv Threading';
|
||||
RsPalettePersistence = 'Jv Persistence';
|
||||
RsPaletteAppForm = 'Jv Application, Forms';
|
||||
|
@ -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);
|
||||
|
||||
|
@ -19,7 +19,7 @@ uses
|
||||
|
||||
procedure Register;
|
||||
begin
|
||||
RegisterComponents(RsPaletteJvcl, [
|
||||
RegisterComponents(RsPaletteJvclNonVisual, [
|
||||
TJvValidators, TJvValidationSummary, TJvErrorIndicator
|
||||
]);
|
||||
// RegisterComponents(RsPaletteValidators, [TJvValidators, TJvValidationSummary, TJvErrorIndicator]);
|
||||
|
Reference in New Issue
Block a user