Index: Ringtoets/Common/src/Ringtoets.Common.Forms/Controls/AssemblyResultControl.Designer.cs =================================================================== diff -u -r07bb209b7475f9a60cea565c982c47e0562f6daf -r1ed4c3d0bf61e04b9a3069977c76c183b2cc072a --- Ringtoets/Common/src/Ringtoets.Common.Forms/Controls/AssemblyResultControl.Designer.cs (.../AssemblyResultControl.Designer.cs) (revision 07bb209b7475f9a60cea565c982c47e0562f6daf) +++ Ringtoets/Common/src/Ringtoets.Common.Forms/Controls/AssemblyResultControl.Designer.cs (.../AssemblyResultControl.Designer.cs) (revision 1ed4c3d0bf61e04b9a3069977c76c183b2cc072a) @@ -19,6 +19,7 @@ // 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 @@ -53,10 +54,10 @@ { 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 BorderedLabel(); + this.GroupLabel = new Core.Common.Controls.BorderedLabel(); + this.errorProvider = new System.Windows.Forms.ErrorProvider(this.components); this.GroupPanel.SuspendLayout(); - ((System.ComponentModel.ISupportInitialize)(this.ErrorProvider)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit(); this.SuspendLayout(); // // GroupPanel @@ -70,47 +71,48 @@ this.GroupPanel.Name = "GroupPanel"; this.GroupPanel.RowCount = 1; this.GroupPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); - this.GroupPanel.Size = new System.Drawing.Size(56, 150); + this.GroupPanel.Size = new System.Drawing.Size(56, 796); this.GroupPanel.TabIndex = 0; // - // ErrorProvider - // - this.ErrorProvider.BlinkStyle = System.Windows.Forms.ErrorBlinkStyle.NeverBlink; - this.ErrorProvider.ContainerControl = this; - this.ErrorProvider.Icon = global::Ringtoets.Common.Forms.Properties.Resources.ErrorIcon; - // // GroupLabel // this.GroupLabel.AutoSize = true; this.GroupLabel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.GroupLabel.Dock = System.Windows.Forms.DockStyle.Fill; this.GroupLabel.Location = new System.Drawing.Point(3, 3); this.GroupLabel.Margin = new System.Windows.Forms.Padding(3); - this.GroupLabel.MinimumSize = new System.Drawing.Size(50, 0); + this.GroupLabel.MinimumSize = new System.Drawing.Size(50, 2); this.GroupLabel.Name = "GroupLabel"; this.GroupLabel.Padding = new System.Windows.Forms.Padding(5, 0, 5, 0); - this.GroupLabel.Size = new System.Drawing.Size(50, 144); + this.GroupLabel.Size = new System.Drawing.Size(50, 790); this.GroupLabel.TabIndex = 1; this.GroupLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // + // errorProvider + // + this.errorProvider.BlinkStyle = System.Windows.Forms.ErrorBlinkStyle.NeverBlink; + this.errorProvider.ContainerControl = this; + this.errorProvider.Icon = global::Ringtoets.Common.Forms.Properties.Resources.ErrorIcon; + // // AssemblyResultControl // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.AutoSize = true; this.Controls.Add(this.GroupPanel); this.Name = "AssemblyResultControl"; + this.Size = new System.Drawing.Size(1361, 796); this.GroupPanel.ResumeLayout(false); this.GroupPanel.PerformLayout(); - ((System.ComponentModel.ISupportInitialize)(this.ErrorProvider)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion protected System.Windows.Forms.TableLayoutPanel GroupPanel; - protected System.Windows.Forms.ErrorProvider ErrorProvider; + private System.Windows.Forms.ErrorProvider errorProvider; protected BorderedLabel GroupLabel; } }