Index: Riskeer/Common/src/Riskeer.Common.Forms/Properties/Resources.Designer.cs =================================================================== diff -u -r9111b22be47e41193ab7bd5d3e1c06aa8dffee1a -rf6501cfa8208e961c3d6158a4ae4bbde6556cb02 --- Riskeer/Common/src/Riskeer.Common.Forms/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision 9111b22be47e41193ab7bd5d3e1c06aa8dffee1a) +++ Riskeer/Common/src/Riskeer.Common.Forms/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision f6501cfa8208e961c3d6158a4ae4bbde6556cb02) @@ -1,4 +1,25 @@ -//------------------------------------------------------------------------------ +// Copyright (C) Stichting Deltares and State of the Netherlands 2023. All rights reserved. +// +// This file is part of Riskeer. +// +// Riskeer is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// +// All names, logos, and references to "Deltares" are registered trademarks of +// Stichting Deltares and remain full property of Stichting Deltares at all times. +// All rights reserved. + +//------------------------------------------------------------------------------ // // This code was generated by a tool. // @@ -2276,6 +2297,24 @@ } /// + /// Looks up a localized string similar to Lengte-effect parameter a [-]. + /// + public static string LengthEffect_A_DisplayName { + get { + return ResourceManager.GetString("LengthEffect_A_DisplayName", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Lengte-effect parameter Nvak* [-]. + /// + public static string LengthEffect_RoundedNSection_DisplayName { + get { + return ResourceManager.GetString("LengthEffect_RoundedNSection_DisplayName", resourceCulture); + } + } + + /// /// Looks up a localized string similar to Belastingschematisering. /// public static string LoadSchematizationType_DisplayName { Index: Riskeer/Common/src/Riskeer.Common.Forms/Properties/Resources.resx =================================================================== diff -u -r9111b22be47e41193ab7bd5d3e1c06aa8dffee1a -rf6501cfa8208e961c3d6158a4ae4bbde6556cb02 --- Riskeer/Common/src/Riskeer.Common.Forms/Properties/Resources.resx (.../Resources.resx) (revision 9111b22be47e41193ab7bd5d3e1c06aa8dffee1a) +++ Riskeer/Common/src/Riskeer.Common.Forms/Properties/Resources.resx (.../Resources.resx) (revision f6501cfa8208e961c3d6158a4ae4bbde6556cb02) @@ -1553,4 +1553,10 @@ De waarde kon niet geïnterpreteerd worden als een kommagetal. + + Lengte-effect parameter a [-] + + + Lengte-effect parameter Nvak* [-] + \ No newline at end of file Index: Riskeer/Piping/src/Riskeer.Piping.Forms/Views/PipingScenariosView.Designer.cs =================================================================== diff -u -rc75cfa7735eda3d6068112b1e671245fb2956fb9 -rf6501cfa8208e961c3d6158a4ae4bbde6556cb02 --- Riskeer/Piping/src/Riskeer.Piping.Forms/Views/PipingScenariosView.Designer.cs (.../PipingScenariosView.Designer.cs) (revision c75cfa7735eda3d6068112b1e671245fb2956fb9) +++ Riskeer/Piping/src/Riskeer.Piping.Forms/Views/PipingScenariosView.Designer.cs (.../PipingScenariosView.Designer.cs) (revision f6501cfa8208e961c3d6158a4ae4bbde6556cb02) @@ -155,16 +155,18 @@ // // tableLayoutPanelListBox // + this.tableLayoutPanelListBox.AutoSize = true; + this.tableLayoutPanelListBox.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.tableLayoutPanelListBox.ColumnCount = 1; - this.tableLayoutPanelListBox.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); + this.tableLayoutPanelListBox.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanelListBox.Controls.Add(this.label, 0, 0); this.tableLayoutPanelListBox.Controls.Add(this.listBox, 0, 1); this.tableLayoutPanelListBox.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanelListBox.Location = new System.Drawing.Point(0, 0); this.tableLayoutPanelListBox.Name = "tableLayoutPanelListBox"; this.tableLayoutPanelListBox.RowCount = 2; this.tableLayoutPanelListBox.RowStyles.Add(new System.Windows.Forms.RowStyle()); - this.tableLayoutPanelListBox.RowStyles.Add(new System.Windows.Forms.RowStyle()); + this.tableLayoutPanelListBox.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanelListBox.Size = new System.Drawing.Size(341, 762); this.tableLayoutPanelListBox.TabIndex = 0; // @@ -273,7 +275,7 @@ this.lengthEffectALabel.Name = "lengthEffectALabel"; this.lengthEffectALabel.Size = new System.Drawing.Size(165, 26); this.lengthEffectALabel.TabIndex = 0; - this.lengthEffectALabel.Text = "Lengte-effect parameter a (-)"; + this.lengthEffectALabel.Text = global::Riskeer.Common.Forms.Properties.Resources.LengthEffect_A_DisplayName; this.lengthEffectALabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // lengthEffectNRoundedLabel @@ -284,7 +286,7 @@ this.lengthEffectNRoundedLabel.Name = "lengthEffectNRoundedLabel"; this.lengthEffectNRoundedLabel.Size = new System.Drawing.Size(165, 26); this.lengthEffectNRoundedLabel.TabIndex = 1; - this.lengthEffectNRoundedLabel.Text = "Lengte-effect parameter Nvak* (-)"; + this.lengthEffectNRoundedLabel.Text = global::Riskeer.Common.Forms.Properties.Resources.LengthEffect_RoundedNSection_DisplayName; this.lengthEffectNRoundedLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // lengthEffectATextBox @@ -317,6 +319,8 @@ // // dataGridViewControl // + this.dataGridViewControl.AutoScroll = true; + this.dataGridViewControl.AutoSize = true; this.dataGridViewControl.Dock = System.Windows.Forms.DockStyle.Fill; this.dataGridViewControl.Location = new System.Drawing.Point(3, 123); this.dataGridViewControl.MultiSelect = true;