Index: DamClients/DamUI/trunk/src/Dam/Forms/LocationJobSymbol.cs =================================================================== diff -u -r875 -r2088 --- DamClients/DamUI/trunk/src/Dam/Forms/LocationJobSymbol.cs (.../LocationJobSymbol.cs) (revision 875) +++ DamClients/DamUI/trunk/src/Dam/Forms/LocationJobSymbol.cs (.../LocationJobSymbol.cs) (revision 2088) @@ -1,4 +1,4 @@ -// Copyright (C) Stichting Deltares 2018. All rights reserved. +// Copyright (C) Stichting Deltares 2019. All rights reserved. // // This file is part of the application DAM - UI. // Index: DamClients/DamUI/trunk/src/Dam/Forms/WaterBoardTreeView.Designer.cs =================================================================== diff -u -r875 -r2088 --- DamClients/DamUI/trunk/src/Dam/Forms/WaterBoardTreeView.Designer.cs (.../WaterBoardTreeView.Designer.cs) (revision 875) +++ DamClients/DamUI/trunk/src/Dam/Forms/WaterBoardTreeView.Designer.cs (.../WaterBoardTreeView.Designer.cs) (revision 2088) @@ -1,4 +1,4 @@ -// Copyright (C) Stichting Deltares 2018. All rights reserved. +// Copyright (C) Stichting Deltares 2019. All rights reserved. // // This file is part of the application DAM - UI. // Index: DamClients/DamUI/trunk/src/Dam/Forms/DamPlugin.cs =================================================================== diff -u -r1975 -r2088 --- DamClients/DamUI/trunk/src/Dam/Forms/DamPlugin.cs (.../DamPlugin.cs) (revision 1975) +++ DamClients/DamUI/trunk/src/Dam/Forms/DamPlugin.cs (.../DamPlugin.cs) (revision 2088) @@ -1,4 +1,4 @@ -// Copyright (C) Stichting Deltares 2018. All rights reserved. +// Copyright (C) Stichting Deltares 2019. All rights reserved. // // This file is part of the application DAM - UI. // Index: DamClients/DamUI/trunk/src/Dam/Forms/Symbol.cs =================================================================== diff -u -r875 -r2088 --- DamClients/DamUI/trunk/src/Dam/Forms/Symbol.cs (.../Symbol.cs) (revision 875) +++ DamClients/DamUI/trunk/src/Dam/Forms/Symbol.cs (.../Symbol.cs) (revision 2088) @@ -1,4 +1,4 @@ -// Copyright (C) Stichting Deltares 2018. All rights reserved. +// Copyright (C) Stichting Deltares 2019. All rights reserved. // // This file is part of the application DAM - UI. // Index: DamClients/DamUI/trunk/src/Dam/Forms/DamSpatialEditorDecorator.cs =================================================================== diff -u -r1662 -r2088 --- DamClients/DamUI/trunk/src/Dam/Forms/DamSpatialEditorDecorator.cs (.../DamSpatialEditorDecorator.cs) (revision 1662) +++ DamClients/DamUI/trunk/src/Dam/Forms/DamSpatialEditorDecorator.cs (.../DamSpatialEditorDecorator.cs) (revision 2088) @@ -1,4 +1,4 @@ -// Copyright (C) Stichting Deltares 2018. All rights reserved. +// Copyright (C) Stichting Deltares 2019. All rights reserved. // // This file is part of the application DAM - UI. // Index: DamClients/DamUI/trunk/src/Dam/Forms/ScenarioCalculationPropertyControl.Designer.cs =================================================================== diff -u -r875 -r2088 --- DamClients/DamUI/trunk/src/Dam/Forms/ScenarioCalculationPropertyControl.Designer.cs (.../ScenarioCalculationPropertyControl.Designer.cs) (revision 875) +++ DamClients/DamUI/trunk/src/Dam/Forms/ScenarioCalculationPropertyControl.Designer.cs (.../ScenarioCalculationPropertyControl.Designer.cs) (revision 2088) @@ -1,4 +1,4 @@ -// Copyright (C) Stichting Deltares 2018. All rights reserved. +// Copyright (C) Stichting Deltares 2019. All rights reserved. // // This file is part of the application DAM - UI. // Index: DamClients/DamUI/trunk/src/Dam/Forms/LocationPropertyControl.Designer.cs =================================================================== diff -u -r875 -r2088 --- DamClients/DamUI/trunk/src/Dam/Forms/LocationPropertyControl.Designer.cs (.../LocationPropertyControl.Designer.cs) (revision 875) +++ DamClients/DamUI/trunk/src/Dam/Forms/LocationPropertyControl.Designer.cs (.../LocationPropertyControl.Designer.cs) (revision 2088) @@ -1,4 +1,4 @@ -// Copyright (C) Stichting Deltares 2018. All rights reserved. +// Copyright (C) Stichting Deltares 2019. All rights reserved. // // This file is part of the application DAM - UI. // Index: DamClients/DamUI/trunk/src/Dam/Forms/DamProjectCalculationSpecificationPropertyControl.cs =================================================================== diff -u -r875 -r2088 --- DamClients/DamUI/trunk/src/Dam/Forms/DamProjectCalculationSpecificationPropertyControl.cs (.../branches/CalcualtionIncluded/src/Dam/Forms/DamProjectCalculationSpecificationPropertyControl.cs) (revision 875) +++ DamClients/DamUI/trunk/src/Dam/Forms/DamProjectCalculationSpecificationPropertyControl.cs (.../trunk/src/Dam/Forms/DamProjectCalculationSpecificationPropertyControl.cs) (revision 2088) @@ -1,3 +1,24 @@ +// Copyright (C) Stichting Deltares 2019. All rights reserved. +// +// This file is part of the application DAM - UI. +// +// DAM - UI is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// +// All names, logos, and references to "Deltares" are registered trademarks of +// Stichting Deltares and remain full property of Stichting Deltares at all times. +// All rights reserved. + using System.Windows.Forms; using Deltares.Dam.Data; using Deltares.Standard; Index: DamClients/DamUI/trunk/src/Dam/Tools/GeoXY2LatLong/app.config =================================================================== diff -u -r875 -r2088 --- DamClients/DamUI/trunk/src/Dam/Tools/GeoXY2LatLong/app.config (.../branches/CalcualtionIncluded/src/Dam/Tools/GeoXY2LatLong/app.config) (revision 875) +++ DamClients/DamUI/trunk/src/Dam/Tools/GeoXY2LatLong/app.config (.../trunk/src/Dam/Tools/GeoXY2LatLong/app.config) (revision 2088) @@ -1,3 +1,25 @@ + - + Index: DamClients/DamUI/trunk/src/Dam/Tools/CsvToDamxConverter/Program.cs =================================================================== diff -u -r1663 -r2088 --- DamClients/DamUI/trunk/src/Dam/Tools/CsvToDamxConverter/Program.cs (.../Program.cs) (revision 1663) +++ DamClients/DamUI/trunk/src/Dam/Tools/CsvToDamxConverter/Program.cs (.../Program.cs) (revision 2088) @@ -1,4 +1,4 @@ -// Copyright (C) Stichting Deltares 2017. All rights reserved. +// Copyright (C) Stichting Deltares 2019. All rights reserved. // // This file is part of the application DAM - UI. // Index: DamClients/DamUI/trunk/src/Dam/Forms/AssessmentCalculationSpecificationPropertyControl.Designer.cs =================================================================== diff -u -r875 -r2088 --- DamClients/DamUI/trunk/src/Dam/Forms/AssessmentCalculationSpecificationPropertyControl.Designer.cs (.../AssessmentCalculationSpecificationPropertyControl.Designer.cs) (revision 875) +++ DamClients/DamUI/trunk/src/Dam/Forms/AssessmentCalculationSpecificationPropertyControl.Designer.cs (.../AssessmentCalculationSpecificationPropertyControl.Designer.cs) (revision 2088) @@ -1,4 +1,4 @@ -// Copyright (C) Stichting Deltares 2018. All rights reserved. +// Copyright (C) Stichting Deltares 2019. All rights reserved. // // This file is part of the application DAM - UI. // Index: DamClients/DamUI/trunk/src/Dam/Forms/DesignCalculationPropertyControl.cs =================================================================== diff -u -r875 -r2088 --- DamClients/DamUI/trunk/src/Dam/Forms/DesignCalculationPropertyControl.cs (.../branches/CalcualtionIncluded/src/Dam/Forms/DesignCalculationPropertyControl.cs) (revision 875) +++ DamClients/DamUI/trunk/src/Dam/Forms/DesignCalculationPropertyControl.cs (.../trunk/src/Dam/Forms/DesignCalculationPropertyControl.cs) (revision 2088) @@ -1,3 +1,24 @@ +// Copyright (C) Stichting Deltares 2019. All rights reserved. +// +// This file is part of the application DAM - UI. +// +// DAM - UI is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// +// All names, logos, and references to "Deltares" are registered trademarks of +// Stichting Deltares and remain full property of Stichting Deltares at all times. +// All rights reserved. + using System; using System.Diagnostics; using System.Diagnostics.Eventing.Reader; Index: DamClients/DamUI/trunk/src/Dam/Forms/DikePropertyControl.Designer.cs =================================================================== diff -u -r875 -r2088 --- DamClients/DamUI/trunk/src/Dam/Forms/DikePropertyControl.Designer.cs (.../DikePropertyControl.Designer.cs) (revision 875) +++ DamClients/DamUI/trunk/src/Dam/Forms/DikePropertyControl.Designer.cs (.../DikePropertyControl.Designer.cs) (revision 2088) @@ -1,4 +1,4 @@ -// Copyright (C) Stichting Deltares 2018. All rights reserved. +// Copyright (C) Stichting Deltares 2019. All rights reserved. // // This file is part of the application DAM - UI. // Index: DamClients/DamUI/trunk/src/Dam/Forms/WaterBoardPropertyControl.Designer.cs =================================================================== diff -u -r875 -r2088 --- DamClients/DamUI/trunk/src/Dam/Forms/WaterBoardPropertyControl.Designer.cs (.../WaterBoardPropertyControl.Designer.cs) (revision 875) +++ DamClients/DamUI/trunk/src/Dam/Forms/WaterBoardPropertyControl.Designer.cs (.../WaterBoardPropertyControl.Designer.cs) (revision 2088) @@ -1,4 +1,4 @@ -// Copyright (C) Stichting Deltares 2018. All rights reserved. +// Copyright (C) Stichting Deltares 2019. All rights reserved. // // This file is part of the application DAM - UI. // Index: DamClients/DamUI/trunk/src/Dam/Forms/LocationPropertyControl.cs =================================================================== diff -u -r875 -r2088 --- DamClients/DamUI/trunk/src/Dam/Forms/LocationPropertyControl.cs (.../branches/CalcualtionIncluded/src/Dam/Forms/LocationPropertyControl.cs) (revision 875) +++ DamClients/DamUI/trunk/src/Dam/Forms/LocationPropertyControl.cs (.../trunk/src/Dam/Forms/LocationPropertyControl.cs) (revision 2088) @@ -1,3 +1,24 @@ +// Copyright (C) Stichting Deltares 2019. All rights reserved. +// +// This file is part of the application DAM - UI. +// +// DAM - UI is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// +// All names, logos, and references to "Deltares" are registered trademarks of +// Stichting Deltares and remain full property of Stichting Deltares at all times. +// All rights reserved. + using System.Windows.Forms; using Deltares.Dam.Data; using Deltares.Standard; Index: DamClients/DamUI/trunk/src/Dam/Application/Properties/Settings.Designer.cs =================================================================== diff -u -r875 -r2088 --- DamClients/DamUI/trunk/src/Dam/Application/Properties/Settings.Designer.cs (.../branches/CalcualtionIncluded/src/Dam/Application/Properties/Settings.Designer.cs) (revision 875) +++ DamClients/DamUI/trunk/src/Dam/Application/Properties/Settings.Designer.cs (.../trunk/src/Dam/Application/Properties/Settings.Designer.cs) (revision 2088) @@ -1,7 +1,28 @@ -//------------------------------------------------------------------------------ +// Copyright (C) Stichting Deltares 2019. All rights reserved. +// +// This file is part of the application DAM - UI. +// +// DAM - UI is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// +// All names, logos, and references to "Deltares" are registered trademarks of +// Stichting Deltares and remain full property of Stichting Deltares at all times. +// All rights reserved. + +//------------------------------------------------------------------------------ // // This code was generated by a tool. -// Runtime Version:4.0.30319.17929 +// Runtime Version:4.0.30319.42000 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -12,7 +33,7 @@ [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "11.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "14.0.0.0")] internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); Index: DamClients/DamUI/trunk/src/Dam/Application/Properties/AssemblyInfo.cs =================================================================== diff -u -r887 -r2088 --- DamClients/DamUI/trunk/src/Dam/Application/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 887) +++ DamClients/DamUI/trunk/src/Dam/Application/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 2088) @@ -1,4 +1,25 @@ -using System.Reflection; +// Copyright (C) Stichting Deltares 2019. All rights reserved. +// +// This file is part of the application DAM - UI. +// +// DAM - UI is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// +// All names, logos, and references to "Deltares" are registered trademarks of +// Stichting Deltares and remain full property of Stichting Deltares at all times. +// All rights reserved. + +using System.Reflection; using System.Runtime.InteropServices; [assembly: Guid("5e092d68-b644-40e0-98b4-a5a5efb8c610")] Index: DamClients/DamUI/trunk/src/Dam/Tools/CsvToDamxConverter/app.config =================================================================== diff -u -r875 -r2088 --- DamClients/DamUI/trunk/src/Dam/Tools/CsvToDamxConverter/app.config (.../branches/CalcualtionIncluded/src/Dam/Tools/CsvToDamxConverter/app.config) (revision 875) +++ DamClients/DamUI/trunk/src/Dam/Tools/CsvToDamxConverter/app.config (.../trunk/src/Dam/Tools/CsvToDamxConverter/app.config) (revision 2088) @@ -1,37 +1,58 @@ - + + -
- -
+
+ +
- - + + - - - + + + - + - - - + + + - - - + + + - + Index: DamClients/DamUI/trunk/src/Dam/Forms/DamNewProjectDialog.Designer.cs =================================================================== diff -u -r875 -r2088 --- DamClients/DamUI/trunk/src/Dam/Forms/DamNewProjectDialog.Designer.cs (.../branches/CalcualtionIncluded/src/Dam/Forms/DamNewProjectDialog.Designer.cs) (revision 875) +++ DamClients/DamUI/trunk/src/Dam/Forms/DamNewProjectDialog.Designer.cs (.../trunk/src/Dam/Forms/DamNewProjectDialog.Designer.cs) (revision 2088) @@ -1,3 +1,24 @@ +// Copyright (C) Stichting Deltares 2019. All rights reserved. +// +// This file is part of the application DAM - UI. +// +// DAM - UI is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// +// All names, logos, and references to "Deltares" are registered trademarks of +// Stichting Deltares and remain full property of Stichting Deltares at all times. +// All rights reserved. + namespace Deltares.Dam.Forms { partial class DamNewProjectDialog Index: DamClients/DamUI/trunk/src/Dam/Forms/LocationScenarioChart.Designer.cs =================================================================== diff -u -r875 -r2088 --- DamClients/DamUI/trunk/src/Dam/Forms/LocationScenarioChart.Designer.cs (.../LocationScenarioChart.Designer.cs) (revision 875) +++ DamClients/DamUI/trunk/src/Dam/Forms/LocationScenarioChart.Designer.cs (.../LocationScenarioChart.Designer.cs) (revision 2088) @@ -1,4 +1,4 @@ -// Copyright (C) Stichting Deltares 2018. All rights reserved. +// Copyright (C) Stichting Deltares 2019. All rights reserved. // // This file is part of the application DAM - UI. // Index: DamClients/DamUI/trunk/src/Dam/Forms/ScenarioCalculationPropertyControl.cs =================================================================== diff -u -r875 -r2088 --- DamClients/DamUI/trunk/src/Dam/Forms/ScenarioCalculationPropertyControl.cs (.../ScenarioCalculationPropertyControl.cs) (revision 875) +++ DamClients/DamUI/trunk/src/Dam/Forms/ScenarioCalculationPropertyControl.cs (.../ScenarioCalculationPropertyControl.cs) (revision 2088) @@ -1,4 +1,4 @@ -// Copyright (C) Stichting Deltares 2018. All rights reserved. +// Copyright (C) Stichting Deltares 2019. All rights reserved. // // This file is part of the application DAM - UI. // Index: DamClients/DamUI/trunk/src/Dam/Tools/GeoXY2LatLong/RdLatLngConverter.cs =================================================================== diff -u -r875 -r2088 --- DamClients/DamUI/trunk/src/Dam/Tools/GeoXY2LatLong/RdLatLngConverter.cs (.../branches/CalcualtionIncluded/src/Dam/Tools/GeoXY2LatLong/RdLatLngConverter.cs) (revision 875) +++ DamClients/DamUI/trunk/src/Dam/Tools/GeoXY2LatLong/RdLatLngConverter.cs (.../trunk/src/Dam/Tools/GeoXY2LatLong/RdLatLngConverter.cs) (revision 2088) @@ -1,3 +1,24 @@ +// Copyright (C) Stichting Deltares 2019. All rights reserved. +// +// This file is part of the application DAM - UI. +// +// DAM - UI is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// +// All names, logos, and references to "Deltares" are registered trademarks of +// Stichting Deltares and remain full property of Stichting Deltares at all times. +// All rights reserved. + namespace Deltares.Dam.Data { using System; Index: DamClients/DamUI/trunk/src/Dam/Forms/DamProjectCalculationSpecificationPropertyControl.Designer.cs =================================================================== diff -u -r875 -r2088 --- DamClients/DamUI/trunk/src/Dam/Forms/DamProjectCalculationSpecificationPropertyControl.Designer.cs (.../DamProjectCalculationSpecificationPropertyControl.Designer.cs) (revision 875) +++ DamClients/DamUI/trunk/src/Dam/Forms/DamProjectCalculationSpecificationPropertyControl.Designer.cs (.../DamProjectCalculationSpecificationPropertyControl.Designer.cs) (revision 2088) @@ -1,4 +1,4 @@ -// Copyright (C) Stichting Deltares 2018. All rights reserved. +// Copyright (C) Stichting Deltares 2019. All rights reserved. // // This file is part of the application DAM - UI. // Index: DamClients/DamUI/trunk/src/Dam/Forms/DikePropertyControl.cs =================================================================== diff -u -r875 -r2088 --- DamClients/DamUI/trunk/src/Dam/Forms/DikePropertyControl.cs (.../DikePropertyControl.cs) (revision 875) +++ DamClients/DamUI/trunk/src/Dam/Forms/DikePropertyControl.cs (.../DikePropertyControl.cs) (revision 2088) @@ -1,4 +1,4 @@ -// Copyright (C) Stichting Deltares 2018. All rights reserved. +// Copyright (C) Stichting Deltares 2019. All rights reserved. // // This file is part of the application DAM - UI. // Index: DamClients/DamUI/trunk/src/Dam/Forms/Translations.xml =================================================================== diff -u -r1434 -r2088 --- DamClients/DamUI/trunk/src/Dam/Forms/Translations.xml (.../Translations.xml) (revision 1434) +++ DamClients/DamUI/trunk/src/Dam/Forms/Translations.xml (.../Translations.xml) (revision 2088) @@ -1,6 +1,6 @@