jvcllaz: Add TJvOfficeColorButton. Some cosmetic changes, less hints and warnings.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7006 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2019-06-12 13:21:57 +00:00
parent 21b927cc27
commit 5d9aaa8380
19 changed files with 3290 additions and 31 deletions

View File

@ -15,13 +15,13 @@ implementation
uses
Classes, Controls, PropEdits,
JvDsgnConsts, //JvDsgnEditors,
JvButton, JvCheckbox, JvBaseEdits, JVPanel;
JvDsgnConsts, JvCheckbox, JvPanel, JvBaseEdits;
procedure Register;
begin
RegisterComponents(RsPaletteJvcl, [TJvCheckbox, TJvPanel, TJvCalcEdit]);
// RegisterPropertyEditor(TypeInfo(TJvArrangeSettings), nil, '', TJvPersistentPropertyEditor);
RegisterComponents(RsPaletteJvcl, [
TJvCheckbox, TJvPanel, TJvCalcEdit
]);
end;
end.