Index: Riskeer/MacroStabilityInwards/src/Riskeer.MacroStabilityInwards.Forms/Views/MacroStabilityInwardsScenariosView.Designer.cs =================================================================== diff -u -r9f613c61f6adfeeee7d18bb011c5b8a13f3caeb0 -reaa15e0179271f292d03cd48dc2e53d997bd4b9f --- Riskeer/MacroStabilityInwards/src/Riskeer.MacroStabilityInwards.Forms/Views/MacroStabilityInwardsScenariosView.Designer.cs (.../MacroStabilityInwardsScenariosView.Designer.cs) (revision 9f613c61f6adfeeee7d18bb011c5b8a13f3caeb0) +++ Riskeer/MacroStabilityInwards/src/Riskeer.MacroStabilityInwards.Forms/Views/MacroStabilityInwardsScenariosView.Designer.cs (.../MacroStabilityInwardsScenariosView.Designer.cs) (revision eaa15e0179271f292d03cd48dc2e53d997bd4b9f) @@ -54,6 +54,7 @@ this.lengthEffectATextBox = new System.Windows.Forms.TextBox(); this.lengthEffectNRoundedTextBox = new System.Windows.Forms.TextBox(); this.errorProvider = new System.Windows.Forms.ErrorProvider(this.components); + this.lengthEffectErrorProvider = new System.Windows.Forms.ErrorProvider(this.components); ((System.ComponentModel.ISupportInitialize) (this.splitContainer)).BeginInit(); this.splitContainer.Panel1.SuspendLayout(); this.splitContainer.Panel2.SuspendLayout(); @@ -62,6 +63,7 @@ this.tableLayoutPanelDataGrid.SuspendLayout(); this.lengthEffectTableLayoutPanel.SuspendLayout(); ((System.ComponentModel.ISupportInitialize) (this.errorProvider)).BeginInit(); + ((System.ComponentModel.ISupportInitialize) (this.lengthEffectErrorProvider)).BeginInit(); this.SuspendLayout(); // // splitContainer @@ -234,6 +236,12 @@ this.errorProvider.ContainerControl = this; this.errorProvider.Icon = global::Riskeer.Common.Forms.Properties.Resources.ErrorIcon; // + // lengthEffectErrorProvider + // + this.lengthEffectErrorProvider.BlinkStyle = System.Windows.Forms.ErrorBlinkStyle.NeverBlink; + this.lengthEffectErrorProvider.ContainerControl = this; + this.lengthEffectErrorProvider.Icon = global::Riskeer.Common.Forms.Properties.Resources.ErrorIcon; + // // MacroStabilityInwardsScenariosView // this.Controls.Add(this.splitContainer); @@ -251,9 +259,12 @@ this.lengthEffectTableLayoutPanel.ResumeLayout(false); this.lengthEffectTableLayoutPanel.PerformLayout(); ((System.ComponentModel.ISupportInitialize) (this.errorProvider)).EndInit(); + ((System.ComponentModel.ISupportInitialize) (this.lengthEffectErrorProvider)).EndInit(); this.ResumeLayout(false); } + private System.Windows.Forms.ErrorProvider lengthEffectErrorProvider; + private System.Windows.Forms.TextBox lengthEffectATextBox; private System.Windows.Forms.TextBox lengthEffectNRoundedTextBox; Index: Riskeer/MacroStabilityInwards/src/Riskeer.MacroStabilityInwards.Forms/Views/MacroStabilityInwardsScenariosView.resx =================================================================== diff -u -rd5e6ce84ede6a47f1c90052b1a9f55aedb5e2359 -reaa15e0179271f292d03cd48dc2e53d997bd4b9f --- Riskeer/MacroStabilityInwards/src/Riskeer.MacroStabilityInwards.Forms/Views/MacroStabilityInwardsScenariosView.resx (.../MacroStabilityInwardsScenariosView.resx) (revision d5e6ce84ede6a47f1c90052b1a9f55aedb5e2359) +++ Riskeer/MacroStabilityInwards/src/Riskeer.MacroStabilityInwards.Forms/Views/MacroStabilityInwardsScenariosView.resx (.../MacroStabilityInwardsScenariosView.resx) (revision eaa15e0179271f292d03cd48dc2e53d997bd4b9f) @@ -120,4 +120,7 @@ 17, 17 + + 134, 17 + \ No newline at end of file