Index: Ringtoets/Integration/src/Ringtoets.Integration.Forms/Views/FailureMechanismContributionView.Designer.cs =================================================================== diff -u -r2e37f955003295c3a68b08f043fe736b661a8b84 -r0e504f118af835cdd73f7a616794e62dfa523f9b --- Ringtoets/Integration/src/Ringtoets.Integration.Forms/Views/FailureMechanismContributionView.Designer.cs (.../FailureMechanismContributionView.Designer.cs) (revision 2e37f955003295c3a68b08f043fe736b661a8b84) +++ Ringtoets/Integration/src/Ringtoets.Integration.Forms/Views/FailureMechanismContributionView.Designer.cs (.../FailureMechanismContributionView.Designer.cs) (revision 0e504f118af835cdd73f7a616794e62dfa523f9b) @@ -8,7 +8,6 @@ private DataGridView probabilityDistributionGrid; private NumericUpDown normInput; private Label perYearLabel; - private TableLayoutPanel tableLayoutPanel; /// /// Required designer variable. @@ -28,12 +27,12 @@ this.probabilityDistributionGrid = new System.Windows.Forms.DataGridView(); this.normInput = new System.Windows.Forms.NumericUpDown(); this.perYearLabel = new System.Windows.Forms.Label(); - this.tableLayoutPanel = new System.Windows.Forms.TableLayoutPanel(); this.label1 = new System.Windows.Forms.Label(); this.assessmentSectionCompositionComboBox = new System.Windows.Forms.ComboBox(); + this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); ((System.ComponentModel.ISupportInitialize)(this.probabilityDistributionGrid)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.normInput)).BeginInit(); - this.tableLayoutPanel.SuspendLayout(); + this.tableLayoutPanel1.SuspendLayout(); this.SuspendLayout(); // // normLabel @@ -46,7 +45,7 @@ this.probabilityDistributionGrid.AllowUserToResizeColumns = false; this.probabilityDistributionGrid.AllowUserToResizeRows = false; this.probabilityDistributionGrid.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; - this.tableLayoutPanel.SetColumnSpan(this.probabilityDistributionGrid, 3); + this.tableLayoutPanel1.SetColumnSpan(this.probabilityDistributionGrid, 5); resources.ApplyResources(this.probabilityDistributionGrid, "probabilityDistributionGrid"); this.probabilityDistributionGrid.Name = "probabilityDistributionGrid"; this.probabilityDistributionGrid.ReadOnly = true; @@ -79,17 +78,6 @@ resources.ApplyResources(this.perYearLabel, "perYearLabel"); this.perYearLabel.Name = "perYearLabel"; // - // tableLayoutPanel - // - this.tableLayoutPanel.Controls.Add(this.label1, 0, 0); - this.tableLayoutPanel.Controls.Add(this.normInput, 1, 1); - this.tableLayoutPanel.Controls.Add(this.normLabel, 0, 1); - this.tableLayoutPanel.Controls.Add(this.perYearLabel, 2, 1); - this.tableLayoutPanel.Controls.Add(this.probabilityDistributionGrid, 0, 2); - this.tableLayoutPanel.Controls.Add(this.assessmentSectionCompositionComboBox, 1, 0); - resources.ApplyResources(this.tableLayoutPanel, "tableLayoutPanel"); - this.tableLayoutPanel.Name = "tableLayoutPanel"; - // // label1 // resources.ApplyResources(this.label1, "label1"); @@ -102,15 +90,26 @@ this.assessmentSectionCompositionComboBox.FormattingEnabled = true; this.assessmentSectionCompositionComboBox.Name = "assessmentSectionCompositionComboBox"; // + // tableLayoutPanel1 + // + resources.ApplyResources(this.tableLayoutPanel1, "tableLayoutPanel1"); + this.tableLayoutPanel1.Controls.Add(this.label1, 0, 0); + this.tableLayoutPanel1.Controls.Add(this.assessmentSectionCompositionComboBox, 1, 0); + this.tableLayoutPanel1.Controls.Add(this.normLabel, 2, 0); + this.tableLayoutPanel1.Controls.Add(this.normInput, 3, 0); + this.tableLayoutPanel1.Controls.Add(this.perYearLabel, 4, 0); + this.tableLayoutPanel1.Controls.Add(this.probabilityDistributionGrid, 0, 1); + this.tableLayoutPanel1.Name = "tableLayoutPanel1"; + // // FailureMechanismContributionView // - this.Controls.Add(this.tableLayoutPanel); + this.Controls.Add(this.tableLayoutPanel1); this.Name = "FailureMechanismContributionView"; resources.ApplyResources(this, "$this"); ((System.ComponentModel.ISupportInitialize)(this.probabilityDistributionGrid)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.normInput)).EndInit(); - this.tableLayoutPanel.ResumeLayout(false); - this.tableLayoutPanel.PerformLayout(); + this.tableLayoutPanel1.ResumeLayout(false); + this.tableLayoutPanel1.PerformLayout(); this.ResumeLayout(false); } @@ -119,6 +118,7 @@ private Label label1; private ComboBox assessmentSectionCompositionComboBox; + private TableLayoutPanel tableLayoutPanel1; } }