Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/25/16 13:32:56 (8 years ago)
Author:
pfleck
Message:

#2597

  • Made GradientChartConfigurationDialog fixed size.
  • Fixed a project reference and disabled copy local.
Location:
branches/HeuristicLab.RegressionSolutionGradientView/HeuristicLab.Problems.DataAnalysis.Views/3.4
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.RegressionSolutionGradientView/HeuristicLab.Problems.DataAnalysis.Views/3.4/GradientChartConfigurationDialog.Designer.cs

    r13855 r13858  
    278278      this.CancelButton = this.cancelButton;
    279279      this.ClientSize = new System.Drawing.Size(258, 272);
    280       this.ControlBox = false;
    281280      this.Controls.Add(this.cancelButton);
    282281      this.Controls.Add(this.applyButton);
     
    284283      this.Controls.Add(this.xAxisGroupBox);
    285284      this.Controls.Add(this.yAxisGroupBox);
     285      this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     286      this.MaximizeBox = false;
     287      this.MinimizeBox = false;
    286288      this.Name = "GradientChartConfigurationDialog";
     289      this.ShowIcon = false;
     290      this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
    287291      this.Text = "Configure Gradient Chart";
    288292      this.TopMost = true;
  • branches/HeuristicLab.RegressionSolutionGradientView/HeuristicLab.Problems.DataAnalysis.Views/3.4/HeuristicLab.Problems.DataAnalysis.Views-3.4.csproj

    r13856 r13858  
    158158      <SpecificVersion>False</SpecificVersion>
    159159      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Optimizer-3.3.dll</HintPath>
     160      <Private>False</Private>
    160161    </Reference>
    161162    <Reference Include="HeuristicLab.Parameters-3.3">
     
    170171      <SpecificVersion>False</SpecificVersion>
    171172      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
     173      <Private>False</Private>
    172174    </Reference>
    173175    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
     
    529531      <Project>{2E782078-FA81-4B70-B56F-74CE38DAC6C8}</Project>
    530532      <Name>HeuristicLab.Algorithms.DataAnalysis-3.4</Name>
     533      <Private>False</Private>
    531534    </ProjectReference>
    532535    <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis\3.4\HeuristicLab.Problems.DataAnalysis-3.4.csproj">
    533536      <Project>{df87c13e-a889-46ff-8153-66dcaa8c5674}</Project>
    534537      <Name>HeuristicLab.Problems.DataAnalysis-3.4</Name>
     538      <Private>False</Private>
    535539    </ProjectReference>
    536540  </ItemGroup>
Note: See TracChangeset for help on using the changeset viewer.