I have created some kind of calendar program. It seemed to work fine, until... I tried it with another computer. I found out that the cause was fonts.

My program works fine with large fonts (Panel -> screen -> Large/Small fonts) but when I try it with small fonts all fields, whose place I have set with code (textbox.top...) comes to different places than those, I have just (drag and drop) moved on the screen.

I use pixels in giving objects their places... OK?
What should I do? Make all locations with code? (I mean .top and .left...) Too many objects for that...

(Sorry my bad english)