Index: src/Deltares.DSoilModel.Forms/CPTControl.designer.cs =================================================================== diff -u -r6 -r344 --- src/Deltares.DSoilModel.Forms/CPTControl.designer.cs (.../CPTControl.designer.cs) (revision 6) +++ src/Deltares.DSoilModel.Forms/CPTControl.designer.cs (.../CPTControl.designer.cs) (revision 344) @@ -34,8 +34,8 @@ this.XEdit = new DevExpress.XtraEditors.SpinEdit(); this.ZLabel = new DevExpress.XtraEditors.LabelControl(); this.IdentificationGroupControl = new DevExpress.XtraEditors.GroupControl(); - this.PreExcavationEdit = new DevExpress.XtraEditors.TextEdit(); - this.GroundLevelEdit = new DevExpress.XtraEditors.TextEdit(); + this.PreExcavationEdit = new DevExpress.XtraEditors.SpinEdit(); + this.GroundLevelEdit = new DevExpress.XtraEditors.SpinEdit(); this.GroundLevelLabel = new DevExpress.XtraEditors.LabelControl(); this.PreExcavationLabel = new DevExpress.XtraEditors.LabelControl(); this.DescriptionEdit = new DevExpress.XtraEditors.TextEdit(); @@ -271,8 +271,8 @@ private DevExpress.XtraEditors.TextEdit DescriptionEdit; private DevExpress.XtraEditors.GroupControl CptValuesGroupControl; private Standard.Forms.DExpress.GridViewControl CptValuesGridControl; - private DevExpress.XtraEditors.TextEdit PreExcavationEdit; - private DevExpress.XtraEditors.TextEdit GroundLevelEdit; + private DevExpress.XtraEditors.SpinEdit PreExcavationEdit; + private DevExpress.XtraEditors.SpinEdit GroundLevelEdit; private DevExpress.XtraEditors.LabelControl GroundLevelLabel; private DevExpress.XtraEditors.LabelControl PreExcavationLabel;