jvcllaz: Less palette tabs. Provide palette icons as separate files for greater flexibility.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6233 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2018-03-11 14:57:44 +00:00
parent 6ccc026deb
commit 01daae7460
30 changed files with 40 additions and 570 deletions

View File

@ -11,18 +11,24 @@ procedure Register;
implementation
{$R ..\..\resource\jvpagecompsreg.res}
uses
JvDsgnConsts, JvNavigationPane;
procedure Register;
begin
RegisterComponents(RsPaletteNavPane, [TJvNavigationPane, TJvNavIconButton,
TJvNavPanelButton, TJvNavPanelHeader, TJvNavPanelDivider, TJvOutlookSplitter,
TJvNavPaneStyleManager, TJvNavPaneToolPanel]);
RegisterComponents(RsPaletteJvcl, [ // was: RsPaletteNavPane
TJvNavigationPane,
TJvNavIconButton,
TJvNavPanelButton, TJvNavPanelHeader, TJvNavPanelDivider,
TJvOutlookSplitter,
TJvNavPaneStyleManager, TJvNavPaneToolPanel
]);
end;
{
initialization
{$I ..\..\resource\JvNavigationPaneLaz.lrs}
}
end.

View File

@ -0,0 +1,8 @@
tjvnaviconbutton.bmp
tjvnavigationpane.bmp
tjvnavpanelbutton.bmp
tjvnavpaneldivider.bmp
tjvnavpanelheader.bmp
tjvnavpanestylemanager.bmp
tjvnavpanetoolpanel.bmp
tjvoutlooksplitter.bmp

View File

@ -0,0 +1 @@
lazres ../../../resource/jvpagecompsreg.res @images.txt

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB