jvcllaz: Move TJvTabBar and TJvTabBarXPPainter from JvCustomControls to JvPageComps package.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6393 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2018-05-07 09:11:24 +00:00
parent 417eff8496
commit 0eafcd014e
8 changed files with 29 additions and 24 deletions

View File

@ -18,6 +18,7 @@ uses
PropEdits, ComponentEditors,
JvDsgnConsts,
JvNavigationPane, JvNavPaneEditors,
JvTabBar, JvTabBarXPPainter,
JvPageList, JvNotebookPageList,
JvPageListEditors,
JvPageListTreeView;
@ -31,6 +32,7 @@ begin
TJvNavigationPane,
TJvNavIconButton,
TJvNavPanelButton, TJvNavPanelHeader, TJvNavPanelDivider,
TJvTabBar, TJvModernTabBarPainter, TJvTabBarXPPainter,
TJvOutlookSplitter,
TJvNavPaneStyleManager, TJvNavPaneToolPanel
]);