I added repeat steps to your question and experienced half the problem.
Repro steps:
1. Open decision
2. Control selected flowLayoutPanel1
3. Launch the application
4. Stopped the application
Then I could not select the gameWrapper control! The gameWrapper control did not even appear in the drop-down list of form control window properties!
I tried to add controls, as you mentioned, to cause a problem, I even added a custom SpinningTriangleControl.cs element , which appears in the screenshot as a problem (but it was not included in reproducing the solution that was loaded).
To play the custom SpinningTriangleControl.cs control that cannot be opened according to your screenshot, you just leave the link using OhmGame_Level_editor; Namespace :


Addition using OhmGame_Level_editor; allowed me to open the SpinningTriangleControl.cs user control without a constructor error.
It should be an XNA / Visual Studio error - as in the management, except for selecting gameWrapper, and then after starting / stopping the application, the management of gameWrapper is visible, but cannot be selected!
Workaround:
I found that when I opened the solution and blocked the gameWrapper control, I could select it regardless of whether it was selected or not selected when starting / stopping the application.

Jeremy thompson
source share