Index: Ringtoets/Integration/src/Ringtoets.Integration.Forms/Views/AssemblyResultPerSectionView.Designer.cs =================================================================== diff -u -r1b3cc400b5304623e8d55b4f07ef2d888ac65fb2 -r9bf0fc986826a6ad2e2a812e0f502c567c544c59 --- Ringtoets/Integration/src/Ringtoets.Integration.Forms/Views/AssemblyResultPerSectionView.Designer.cs (.../AssemblyResultPerSectionView.Designer.cs) (revision 1b3cc400b5304623e8d55b4f07ef2d888ac65fb2) +++ Ringtoets/Integration/src/Ringtoets.Integration.Forms/Views/AssemblyResultPerSectionView.Designer.cs (.../AssemblyResultPerSectionView.Designer.cs) (revision 9bf0fc986826a6ad2e2a812e0f502c567c544c59) @@ -19,8 +19,6 @@ // Stichting Deltares and remain full property of Stichting Deltares at all times. // All rights reserved. -using Ringtoets.Integration.Forms.Properties; - namespace Ringtoets.Integration.Forms.Views { partial class AssemblyResultPerSectionView @@ -43,8 +41,10 @@ this.RefreshAssemblyResultsButton = new System.Windows.Forms.Button(); this.buttonGroupBox = new System.Windows.Forms.GroupBox(); this.errorProvider = new System.Windows.Forms.ErrorProvider(this.components); + this.warningProvider = new System.Windows.Forms.ErrorProvider(this.components); this.buttonGroupBox.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.warningProvider)).BeginInit(); this.SuspendLayout(); // // dataGridViewControl @@ -60,6 +60,7 @@ // RefreshAssemblyResultsButton // this.RefreshAssemblyResultsButton.AutoSize = true; + this.RefreshAssemblyResultsButton.Enabled = false; this.RefreshAssemblyResultsButton.Location = new System.Drawing.Point(3, 14); this.RefreshAssemblyResultsButton.Name = "RefreshAssemblyResultsButton"; this.RefreshAssemblyResultsButton.Size = new System.Drawing.Size(164, 23); @@ -85,6 +86,12 @@ this.errorProvider.ContainerControl = this; this.errorProvider.Icon = global::Ringtoets.Common.Forms.Properties.Resources.ErrorIcon; // + // warningProvider + // + this.warningProvider.BlinkStyle = System.Windows.Forms.ErrorBlinkStyle.NeverBlink; + this.warningProvider.ContainerControl = this; + warningProvider.Icon = global::Ringtoets.Common.Forms.Properties.Resources.warning; + // // AssemblyResultPerSectionView // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); @@ -96,6 +103,7 @@ this.buttonGroupBox.ResumeLayout(false); this.buttonGroupBox.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.warningProvider)).EndInit(); this.ResumeLayout(false); } @@ -106,5 +114,6 @@ private System.Windows.Forms.Button RefreshAssemblyResultsButton; private System.Windows.Forms.GroupBox buttonGroupBox; private System.Windows.Forms.ErrorProvider errorProvider; + private System.Windows.Forms.ErrorProvider warningProvider; } }