Index: Riskeer/Piping/src/Riskeer.Piping.Forms/Views/PipingScenariosView.Designer.cs =================================================================== diff -u -r3aa674bce21e752024176c6c710b5df7ed87ac15 -rbdcbcaf7a23802bd57ac738f62d5c7789bbd9567 --- Riskeer/Piping/src/Riskeer.Piping.Forms/Views/PipingScenariosView.Designer.cs (.../PipingScenariosView.Designer.cs) (revision 3aa674bce21e752024176c6c710b5df7ed87ac15) +++ Riskeer/Piping/src/Riskeer.Piping.Forms/Views/PipingScenariosView.Designer.cs (.../PipingScenariosView.Designer.cs) (revision bdcbcaf7a23802bd57ac738f62d5c7789bbd9567) @@ -19,6 +19,8 @@ // Stichting Deltares and remain full property of Stichting Deltares at all times. // All rights reserved. +using System.Windows.Forms; + namespace Riskeer.Piping.Forms.Views { partial class PipingScenariosView @@ -54,6 +56,8 @@ this.dataGridViewControl = new Core.Common.Controls.DataGrid.DataGridViewControl(); this.labelTotalScenarioContribution = new System.Windows.Forms.Label(); this.calculationConfigurationTypeTableLayoutPanel.SuspendLayout(); + this.errorProvider = new System.Windows.Forms.ErrorProvider(this.components); + ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit(); ((System.ComponentModel.ISupportInitialize) (this.warningIcon)).BeginInit(); ((System.ComponentModel.ISupportInitialize) (this.splitContainer)).BeginInit(); this.splitContainer.Panel1.SuspendLayout(); @@ -186,8 +190,8 @@ this.tableLayoutPanelDataGrid.RowCount = 4; this.tableLayoutPanelDataGrid.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanelDataGrid.RowStyles.Add(new System.Windows.Forms.RowStyle()); + this.tableLayoutPanelDataGrid.RowStyles.Add(new System.Windows.Forms.RowStyle(SizeType.Percent, 100)); this.tableLayoutPanelDataGrid.RowStyles.Add(new System.Windows.Forms.RowStyle()); - this.tableLayoutPanelDataGrid.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanelDataGrid.Size = new System.Drawing.Size(1003, 762); this.tableLayoutPanelDataGrid.TabIndex = 0; // @@ -256,8 +260,13 @@ this.labelTotalScenarioContribution.Size = new System.Drawing.Size(0, 13); this.labelTotalScenarioContribution.TabIndex = 2; this.labelTotalScenarioContribution.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; - this.labelTotalScenarioContribution.Text = "test"; // + // errorProvider + // + this.errorProvider.BlinkStyle = System.Windows.Forms.ErrorBlinkStyle.NeverBlink; + this.errorProvider.ContainerControl = this; + this.errorProvider.Icon = global::Riskeer.Common.Forms.Properties.Resources.ErrorIcon; + // // PipingScenariosView // this.Controls.Add(this.splitContainer); @@ -298,5 +307,6 @@ private System.Windows.Forms.Panel radioButtonsPanel; private System.Windows.Forms.RadioButton radioButtonProbabilistic; private System.Windows.Forms.RadioButton radioButtonSemiProbabilistic; + private ErrorProvider errorProvider; } }