mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-15 22:09:28 +02:00
This directory contains all images needed by the LCL. Images are stored in FPC resource files (.res). Each icon is stored in xpm or png format. lcl_dbgrid_images.res - Icons, included by dbgrids.pas lcl_dbnav_images.res - Icons, included by dbctrls.pas How to update the image resources: Creating a lazarus resource can easily be done by the lazres program. If you have not yet compiled lazres, go to the tools directory and type make. Under windows use script files: lcl_dbgrid_images.bat, lcl_dbnav_images.bat, Under other systems use similar script - just replace directory separator. Please see copyright.txt for copyright and license information.