Index: src/Deltares.DSoilModel.Forms/SegmentControl.designer.cs =================================================================== diff -u -r482 -r543 --- src/Deltares.DSoilModel.Forms/SegmentControl.designer.cs (.../SegmentControl.designer.cs) (revision 482) +++ src/Deltares.DSoilModel.Forms/SegmentControl.designer.cs (.../SegmentControl.designer.cs) (revision 543) @@ -77,7 +77,7 @@ // ZonesCheckEdit // this.ZonesCheckEdit.Location = new System.Drawing.Point(14, 106); - this.ZonesCheckEdit.Margin = new System.Windows.Forms.Padding(2); + this.ZonesCheckEdit.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.ZonesCheckEdit.Name = "ZonesCheckEdit"; this.ZonesCheckEdit.Properties.Caption = "Use zones"; this.ZonesCheckEdit.Size = new System.Drawing.Size(97, 19); @@ -88,7 +88,7 @@ this.StartConversionButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.StartConversionButton.Location = new System.Drawing.Point(157, 103); - this.StartConversionButton.Margin = new System.Windows.Forms.Padding(2); + this.StartConversionButton.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.StartConversionButton.Name = "StartConversionButton"; this.StartConversionButton.Size = new System.Drawing.Size(112, 19); this.StartConversionButton.TabIndex = 66; @@ -192,7 +192,7 @@ // CptsGridViewControl // this.CptsGridViewControl.AdjustHeightToFit = false; - this.CptsGridViewControl.AllowAddDeleteOnly = true; + this.CptsGridViewControl.AllowAddDeleteOnly = false; this.CptsGridViewControl.AllowedUserColumnFilters = null; this.CptsGridViewControl.AllowInserts = true; this.CptsGridViewControl.AllowUserColumnFilterEdit = true; @@ -220,7 +220,7 @@ // BoringsGridViewControl // this.BoringsGridViewControl.AdjustHeightToFit = false; - this.BoringsGridViewControl.AllowAddDeleteOnly = true; + this.BoringsGridViewControl.AllowAddDeleteOnly = false; this.BoringsGridViewControl.AllowedUserColumnFilters = null; this.BoringsGridViewControl.AllowInserts = true; this.BoringsGridViewControl.AllowUserColumnFilterEdit = true;