Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/19/19 09:23:12 (5 years ago)
Author:
chaider
Message:

#2971 Fixed review comments

Location:
branches/2971_named_intervals/HeuristicLab.Problems.DataAnalysis.Views/3.4
Files:
3 deleted
6 edited

Legend:

Unmodified
Added
Removed
  • branches/2971_named_intervals/HeuristicLab.Problems.DataAnalysis.Views/3.4/HeuristicLab.Problems.DataAnalysis.Views-3.4.csproj

    r16800 r16830  
    618618      <DependentUpon>AbstractFeatureCorrelationView.cs</DependentUpon>
    619619    </EmbeddedResource>
    620     <EmbeddedResource Include="ParsedConstraintView.resx">
    621       <DependentUpon>ParsedConstraintView.cs</DependentUpon>
    622     </EmbeddedResource>
    623     <EmbeddedResource Include="Regression\NamedIntervalsView.resx">
    624       <DependentUpon>NamedIntervalsView.cs</DependentUpon>
    625     </EmbeddedResource>
    626     <EmbeddedResource Include="IntervalConstraintView.resx">
    627       <DependentUpon>IntervalConstraintView.cs</DependentUpon>
    628     </EmbeddedResource>
    629620  </ItemGroup>
    630621  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  • branches/2971_named_intervals/HeuristicLab.Problems.DataAnalysis.Views/3.4/IntervalConstraintView.Designer.cs

    r16787 r16830  
    1 namespace HeuristicLab.Problems.DataAnalysis.Views {
     1#region License Information
     2/* HeuristicLab
     3 * Copyright (C) 2002-2019 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
     4 *
     5 * This file is part of HeuristicLab.
     6 *
     7 * HeuristicLab is free software: you can redistribute it and/or modify
     8 * it under the terms of the GNU General Public License as published by
     9 * the Free Software Foundation, either version 3 of the License, or
     10 * (at your option) any later version.
     11 *
     12 * HeuristicLab is distributed in the hope that it will be useful,
     13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
     14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     15 * GNU General Public License for more details.
     16 *
     17 * You should have received a copy of the GNU General Public License
     18 * along with HeuristicLab. If not, see <http://www.gnu.org/licenses/>.
     19 */
     20#endregion
     21namespace HeuristicLab.Problems.DataAnalysis.Views {
    222  partial class IntervalConstraintView {
    323    /// <summary>
  • branches/2971_named_intervals/HeuristicLab.Problems.DataAnalysis.Views/3.4/IntervalConstraintView.cs

    r16800 r16830  
    1 using System;
    2 using System.Collections.Generic;
     1#region License Information
     2/* HeuristicLab
     3 * Copyright (C) 2002-2019 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
     4 *
     5 * This file is part of HeuristicLab.
     6 *
     7 * HeuristicLab is free software: you can redistribute it and/or modify
     8 * it under the terms of the GNU General Public License as published by
     9 * the Free Software Foundation, either version 3 of the License, or
     10 * (at your option) any later version.
     11 *
     12 * HeuristicLab is distributed in the hope that it will be useful,
     13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
     14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     15 * GNU General Public License for more details.
     16 *
     17 * You should have received a copy of the GNU General Public License
     18 * along with HeuristicLab. If not, see <http://www.gnu.org/licenses/>.
     19 */
     20#endregion
     21using System;
    322using System.ComponentModel;
    4 using System.Drawing;
    5 using System.Data;
    623using System.Globalization;
    7 using System.Linq;
    8 using System.Text;
    9 using System.Threading.Tasks;
    1024using System.Windows.Forms;
    1125using HeuristicLab.Core.Views;
    1226using HeuristicLab.MainForm;
    13 using HeuristicLab.MainForm.WindowsForms;
    1427
    1528namespace HeuristicLab.Problems.DataAnalysis.Views {
  • branches/2971_named_intervals/HeuristicLab.Problems.DataAnalysis.Views/3.4/ParsedConstraintView.cs

    r16800 r16830  
    2626using HeuristicLab.MainForm.WindowsForms;
    2727
    28 namespace HeuristicLab.Problems.DataAnalysis.Symbolic.Views {
     28namespace HeuristicLab.Problems.DataAnalysis.Views {
    2929  [View("ParsedConstraint View")]
    3030  [Content(typeof(ParsedConstraint), true)]
  • branches/2971_named_intervals/HeuristicLab.Problems.DataAnalysis.Views/3.4/ParsedConstraintView.designer.cs

    r16776 r16830  
    1 namespace HeuristicLab.Problems.DataAnalysis.Symbolic.Views {
     1namespace HeuristicLab.Problems.DataAnalysis.Views {
    22  partial class ParsedConstraintView {
    33    /// <summary>
  • branches/2971_named_intervals/HeuristicLab.Problems.DataAnalysis.Views/3.4/Regression/NamedIntervalsView.cs

    r16817 r16830  
    2020#endregion
    2121
    22 using System;
    23 using System.ComponentModel;
    24 using System.Drawing;
     22
    2523using System.Linq;
    26 using System.Security.Permissions;
    2724using System.Windows.Forms;
    2825using HeuristicLab.MainForm;
    2926using HeuristicLab.MainForm.WindowsForms;
    30 using HeuristicLab.Problems.DataAnalysis.Implementation;
    3127
    3228namespace HeuristicLab.Problems.DataAnalysis.Views {
Note: See TracChangeset for help on using the changeset viewer.