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,12 +11,17 @@ procedure Register;
implementation
{$R ../../resource/jvdbreg.res}
uses
Classes, JvDsgnConsts, JvDBHTLabel;
procedure Register;
begin
RegisterComponents(RsPaletteDBVisual, [TJvDBHTLabel]);
RegisterComponents(RsPaletteJvclDB, [
TJvDBHtLabel
]);
//RegisterComponents(RsPaletteDBVisual, [TJvDBHTLabel]);
end;
end.

View File

@@ -0,0 +1 @@
tjvdbhtlabel.bmp

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB