Hi digitaldon37,
The picture is directly put in the Form1.Image.
The lines and the texts are drawn onto the forelayer of the form with
a DrawerEx object from the ImageLibEx.
It could have been done directly with Form1.FLine and Form1.FDrawString.
But I use right alignment for some texts, and for that I need the StringWidth function that is in the ImageLibEx library with the DrawerEx object.
I am also looking to replace the menus by ToolBars.
When I am almost finished I will post it.
Best regards.
I got the image demo from one of the other forums - had to use Google to translate the German to English.
I've made a couple of small changes - but I will hold off until you post your copy. It will be easier for me to put these into your version.
I'm not sure about the idea to use a tool bar. I'm trying to make the program finger-friendly and tool bars are usually too small to use.