I need to create an application where the mainform is not sizable.
I can do that by setting BorderStyle to bsDialog but then the form misses the Minimize-button and the Application-Icon.
I could do that by setting the constraints to Width/Height, but then the user can click on the maximize-button (or double click the caption bar) and then the AlphaSkins get confused, the caption is missing and things look really bad.