2 Commits

Author SHA1 Message Date
Martijn Laan
0af429b135
Fix 22309edc. Move the virtual image lists back into MainForm because otherwise they don't really work. From https://docwiki.embarcadero.com/RADStudio/Sydney/en/Supporting_high-DPI_images_with_the_Image_Collection_and_Virtual_ImageList_components under Best Practices:
"A TVirtualImageList should always be placed on a form, not a data module." Strange that it doesnt complain when you do this anyway :/

Also improve LightToolbarVirtualImageList: don't actually need design-time auto fill so turn it off in the form and instead on at run time.
2024-08-11 16:00:15 +02:00
Martijn Laan
22309edcc6
Move all the images inside IDE.MainForm.dfm to a new module. 2024-08-09 08:58:01 +02:00