Index: Ringtoets/Piping/src/Ringtoets.Piping.Forms/Views/PipingFailureMechanismView.Designer.cs =================================================================== diff -u -r79b8577124d89ef4a4bb595fd6c8361b4d8cd194 -r05f1e980d28b12f13fd803d9a6c682f708a325d9 --- Ringtoets/Piping/src/Ringtoets.Piping.Forms/Views/PipingFailureMechanismView.Designer.cs (.../PipingFailureMechanismView.Designer.cs) (revision 79b8577124d89ef4a4bb595fd6c8361b4d8cd194) +++ Ringtoets/Piping/src/Ringtoets.Piping.Forms/Views/PipingFailureMechanismView.Designer.cs (.../PipingFailureMechanismView.Designer.cs) (revision 05f1e980d28b12f13fd803d9a6c682f708a325d9) @@ -28,10 +28,31 @@ /// private void InitializeComponent() { - components = new System.ComponentModel.Container(); + this.MapView = new Core.Components.DotSpatial.Forms.BaseMap(); + this.SuspendLayout(); + // + // MapView + // + this.MapView.Data = null; + this.MapView.Dock = System.Windows.Forms.DockStyle.Fill; + this.MapView.Location = new System.Drawing.Point(0, 0); + this.MapView.Name = "MapView"; + this.MapView.Size = new System.Drawing.Size(150, 150); + this.MapView.TabIndex = 0; + this.MapView.Text = "baseMap1"; + // + // PipingFailureMechanismView + // + this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.Controls.Add(this.MapView); + this.Name = "PipingFailureMechanismView"; + this.ResumeLayout(false); + } #endregion + + private Core.Components.DotSpatial.Forms.BaseMap MapView; } }