The WinForms application looks different on different PCs. I think the issue is that I designed the application on a 150% DPI scale so the fix for this issue should be to redesign the application on a 100% DPI scaling setting and maybe also having to change the AutoScaleMode property of the form.
I have now changed the AutoScaleMode property on each form to DPI and have repositioned the form elements on a 100% display DPI setting. Hopefully it will work fine on every PC now.
The WinForms application looks different on different PCs. I think the issue is that I designed the application on a 150% DPI scale so the fix for this issue should be to redesign the application on a 100% DPI scaling setting and maybe also having to change the AutoScaleMode property of the form.