[66434 Closed] Value of boolean properties get lost after leaving Form-Designer

Microsoft Visual Studio 2013 Shell (Integrated)
Version 12.0.30110.0 REL
RemObjects Elements 6.2.61.1441 (but it happend with earlier versions too)

Sometimes (no pattern noticeable) after editing a winform in the form-designer, a lot of boolean properties get lost and have to be set again in the designer.
E.g: GridLines @listviews, AutoSize @all, Multiline @textboxes

Steps to reproduce: Keine Ahnung…

I have also seen this happening. It is indeed very hard to see when/why it happens though.
Sometimes you move a button a little to the left and when you want to commit that change you notice that the .designer.pas file has a couple of hundred changes.

We have moved all the important boolean values to code in the load method of the form because of this…

Thanks, logged as bugs://66434: Value of boolean properties get lost after leaving Form-Designer

bugs://66434 got closed as unable to reproduce