Changeset 13858 for branches/HeuristicLab.RegressionSolutionGradientView/HeuristicLab.Problems.DataAnalysis.Views
- Timestamp:
- 05/25/16 13:32:56 (8 years ago)
- 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 278 278 this.CancelButton = this.cancelButton; 279 279 this.ClientSize = new System.Drawing.Size(258, 272); 280 this.ControlBox = false;281 280 this.Controls.Add(this.cancelButton); 282 281 this.Controls.Add(this.applyButton); … … 284 283 this.Controls.Add(this.xAxisGroupBox); 285 284 this.Controls.Add(this.yAxisGroupBox); 285 this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; 286 this.MaximizeBox = false; 287 this.MinimizeBox = false; 286 288 this.Name = "GradientChartConfigurationDialog"; 289 this.ShowIcon = false; 290 this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide; 287 291 this.Text = "Configure Gradient Chart"; 288 292 this.TopMost = true; -
branches/HeuristicLab.RegressionSolutionGradientView/HeuristicLab.Problems.DataAnalysis.Views/3.4/HeuristicLab.Problems.DataAnalysis.Views-3.4.csproj
r13856 r13858 158 158 <SpecificVersion>False</SpecificVersion> 159 159 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Optimizer-3.3.dll</HintPath> 160 <Private>False</Private> 160 161 </Reference> 161 162 <Reference Include="HeuristicLab.Parameters-3.3"> … … 170 171 <SpecificVersion>False</SpecificVersion> 171 172 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath> 173 <Private>False</Private> 172 174 </Reference> 173 175 <Reference Include="HeuristicLab.PluginInfrastructure-3.3"> … … 529 531 <Project>{2E782078-FA81-4B70-B56F-74CE38DAC6C8}</Project> 530 532 <Name>HeuristicLab.Algorithms.DataAnalysis-3.4</Name> 533 <Private>False</Private> 531 534 </ProjectReference> 532 535 <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis\3.4\HeuristicLab.Problems.DataAnalysis-3.4.csproj"> 533 536 <Project>{df87c13e-a889-46ff-8153-66dcaa8c5674}</Project> 534 537 <Name>HeuristicLab.Problems.DataAnalysis-3.4</Name> 538 <Private>False</Private> 535 539 </ProjectReference> 536 540 </ItemGroup>
Note: See TracChangeset
for help on using the changeset viewer.