lazMapViewer: Add Hi-DPI palette icons as .res, remove .lrs

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6309 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2018-04-16 15:33:23 +00:00
parent 60e3e16e2d
commit eade5a1473
15 changed files with 46 additions and 78 deletions

View File

@ -138,22 +138,14 @@ Type
property OnMouseUp;
end;
procedure Register;
implementation
uses
{$IFDEF USE_LAZINTFIMAGE}
Math, FPImgCanv, FPImage, LCLVersion,
{$ENDIF}
LResources,
GraphType, mvJobQueue, mvExtraData, mvDLEFpc;
procedure Register;
begin
{$I mvmapviewer_icon.lrs}
RegisterComponents('Maps',[TMapView]);
end;
{$IFDEF USE_LAZINTFIMAGE}
// Workaround for http://mantis.freepascal.org/view.php?id=27144