Index: Ringtoets/ClosingStructures/src/Ringtoets.ClosingStructures.Forms/Views/ClosingStructuresScenariosView.Designer.cs =================================================================== diff -u -r2ec06c41e23172aee5fba6f3b6588486c922514b -r9fffdfe86ac1685eb9369e2190c26181e3613cb1 --- Ringtoets/ClosingStructures/src/Ringtoets.ClosingStructures.Forms/Views/ClosingStructuresScenariosView.Designer.cs (.../ClosingStructuresScenariosView.Designer.cs) (revision 2ec06c41e23172aee5fba6f3b6588486c922514b) +++ Ringtoets/ClosingStructures/src/Ringtoets.ClosingStructures.Forms/Views/ClosingStructuresScenariosView.Designer.cs (.../ClosingStructuresScenariosView.Designer.cs) (revision 9fffdfe86ac1685eb9369e2190c26181e3613cb1) @@ -49,10 +49,31 @@ /// private void InitializeComponent() { - components = new System.ComponentModel.Container(); + this.scenarioSelectionControl = new Ringtoets.Common.Forms.ScenarioSelectionControl(); + this.SuspendLayout(); + // + // scenarioSelectionControl + // + this.scenarioSelectionControl.AutoScroll = true; + this.scenarioSelectionControl.Dock = System.Windows.Forms.DockStyle.Fill; + this.scenarioSelectionControl.Location = new System.Drawing.Point(0, 0); + this.scenarioSelectionControl.Name = "scenarioSelectionControl"; + this.scenarioSelectionControl.Size = new System.Drawing.Size(150, 150); + this.scenarioSelectionControl.TabIndex = 0; + // + // ClosingStructuresScenariosView + // + this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.Controls.Add(this.scenarioSelectionControl); + this.Name = "ClosingStructuresScenariosView"; + this.ResumeLayout(false); + this.AutoScroll = true; + } #endregion + + private Common.Forms.ScenarioSelectionControl scenarioSelectionControl; } }