Fisheye: Tag 6750 refers to a dead (removed) revision in file `DamClients/DamUI/trunk/src/Dam/Forms/WaterBoardPropertyControl.Designer.cs'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 6750 refers to a dead (removed) revision in file `DamClients/DamUI/trunk/src/Dam/Forms/WaterBoardPropertyControl.resx'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 6750 refers to a dead (removed) revision in file `DamClients/DamUI/trunk/src/Dam/Forms/WaterBoardPropertyControl.cs'. Fisheye: No comparison available. Pass `N' to diff? Index: DamClients/DamUI/trunk/src/Dam/Forms/DamPlugin.cs =================================================================== diff -u -r6750 -r6755 --- DamClients/DamUI/trunk/src/Dam/Forms/DamPlugin.cs (.../DamPlugin.cs) (revision 6750) +++ DamClients/DamUI/trunk/src/Dam/Forms/DamPlugin.cs (.../DamPlugin.cs) (revision 6755) @@ -133,6 +133,7 @@ private readonly LocationPropertyControl locationPropertyControl = new LocationPropertyControl(); private readonly DamSurfaceLineControl damSurfaceLineControl = new DamSurfaceLineControl(); private readonly DamProjectCalculationSpecificationPropertyControl damProjectCalculationSpecificationPropertyControl = new DamProjectCalculationSpecificationPropertyControl(); + private readonly WaterBoardPropertyControl waterBoardPropertyControl = new WaterBoardPropertyControl(); private readonly BarButtonItem showCalculationOptionsItem = new BarButtonItem(); private readonly MapEditor mapControl = new MapEditor(); private MainForm mainForm; @@ -481,6 +482,9 @@ dpc.BuildPropertyControlTabForTypes(new LocationScenariosControl(), typeof(Location), typeof(LocationJob)); dpc.BuildPropertyControlTabForTypes(damSurfaceLineControl, typeof(SurfaceLine2), typeof(CharacteristicPoint), typeof(LocationJob)); + progressDelegate = waterBoardPropertyControl.DoProgress; + dpc.BuildPropertyControlTabForTypes(waterBoardPropertyControl, + typeof(WaterBoard), typeof(WaterBoardJob), typeof(DamProjectData)); dpc.BuildPropertyControlTabForTypes(new DikePropertyControl(), typeof(Dike), typeof(DikeJob)); dpc.BuildPropertyControlTabForTypes(damProjectCalculationSpecificationPropertyControl, typeof(DamProjectData)); dpc.BuildPropertyControlTabForTypes(designCalculationPropertyControl, typeof(CsvExportData), typeof(LocationJob));