I confirm the error, please report it on the
bug tracker, there is no such thing there yet. If you want, I can do it myself.
The problem affects all descendants of the
TGraphicControl (
TLabel,
TImage,
TShape, ...) class, since they are all drawn on the surface of the parent. Non-visual components (which are displayed simply as an icon with a caption) are not located on the form - this is just their presentation at design time, so there is no problem with them, as well as with an empty form.
It is noteworthy that if you set
AutoSize for the form at runtime of the project, there will be no problem. This problem affects only the form editor (docked).