You've already forked lazarus-ccr
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:
@@ -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.
|
||||
|
1
components/jvcllaz/design/JvDB/images/images.txt
Normal file
1
components/jvcllaz/design/JvDB/images/images.txt
Normal file
@@ -0,0 +1 @@
|
||||
tjvdbhtlabel.bmp
|
1
components/jvcllaz/design/JvDB/images/make_res.bat
Normal file
1
components/jvcllaz/design/JvDB/images/make_res.bat
Normal file
@@ -0,0 +1 @@
|
||||
lazres ../../../resource/jvdbreg.res @images.txt
|
BIN
components/jvcllaz/design/JvDB/images/tjvdbhtlabel.bmp
Normal file
BIN
components/jvcllaz/design/JvDB/images/tjvdbhtlabel.bmp
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.6 KiB |
Reference in New Issue
Block a user