Index: Ringtoets/Common/src/Ringtoets.Common.Forms/Controls/AssemblyResultControl.Designer.cs =================================================================== diff -u -rb0dc46315e824778c8f43d8956f958376a3b802f -r07bb209b7475f9a60cea565c982c47e0562f6daf --- Ringtoets/Common/src/Ringtoets.Common.Forms/Controls/AssemblyResultControl.Designer.cs (.../AssemblyResultControl.Designer.cs) (revision b0dc46315e824778c8f43d8956f958376a3b802f) +++ Ringtoets/Common/src/Ringtoets.Common.Forms/Controls/AssemblyResultControl.Designer.cs (.../AssemblyResultControl.Designer.cs) (revision 07bb209b7475f9a60cea565c982c47e0562f6daf) @@ -19,16 +19,11 @@ // Stichting Deltares and remain full property of Stichting Deltares at all times. // All rights reserved. -using System.Windows.Forms; +using Core.Common.Controls; namespace Ringtoets.Common.Forms.Controls { -#if DEVELOPMENT - partial class AssemblyResultControl -#else - abstract partial class AssemblyResultControl -#endif - + abstract partial class AssemblyResultControl { /// /// Required designer variable. @@ -59,7 +54,7 @@ this.components = new System.ComponentModel.Container(); this.GroupPanel = new System.Windows.Forms.TableLayoutPanel(); this.ErrorProvider = new System.Windows.Forms.ErrorProvider(this.components); - this.GroupLabel = new Ringtoets.Common.Forms.Controls.BorderedLabel(); + this.GroupLabel = new BorderedLabel(); this.GroupPanel.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.ErrorProvider)).BeginInit(); this.SuspendLayout();