Index: DamClients/DamUI/trunk/src/Dam/Forms/LocationPropertyControl.cs =================================================================== diff -u -r2135 -r2144 --- DamClients/DamUI/trunk/src/Dam/Forms/LocationPropertyControl.cs (.../LocationPropertyControl.cs) (revision 2135) +++ DamClients/DamUI/trunk/src/Dam/Forms/LocationPropertyControl.cs (.../LocationPropertyControl.cs) (revision 2144) @@ -42,12 +42,8 @@ BindSupport.BindTextValueAndUnit(this, this.XLabel, this.XEdit, typeof (Location), "XRd"); BindSupport.BindTextValueAndUnit(this, this.YLabel, this.YEdit, typeof (Location), "YRd"); - BindSupport.BindTextValueAndUnit(this, this.BoezemLevelTpLabel, this.BoezemLevelTpEdit, typeof (Location), "BoezemLevelTp"); - BindSupport.BindTextValueAndUnit(this, this.BoezemLevelHbpLabel, this.BoezemLevelHbpEdit, typeof (Location), "BoezemLevelHbp"); - BindSupport.BindTextValueAndUnit(this, this.BoezemLevelLbpLabel, this.BoezemLevelLbpEdit, typeof (Location), "BoezemLevelLbp"); BindSupport.BindTextValueAndUnit(this, this.PolderLevelLabel, this.PolderLevelEdit, typeof (Location), "PolderLevel"); - BindSupport.BindTextValueAndUnit(this, this.PolderLevelLowLabel, this.PolderLevelLowEdit, typeof (Location), "PolderLevelLow"); - + BindSupport.BindTextValueAndUnit(this, this.HeadPL2Label, this.HeadPL2Edit, typeof (Location), "HeadPL2"); BindSupport.BindTextValueAndUnit(this, this.HeadPL3Label, this.HeadPL3Edit, typeof (Location), "HeadPl3"); BindSupport.BindTextValueAndUnit(this, this.HeadPL4Label, this.HeadPL4Edit, typeof (Location), "HeadPl4");