Free cookie consent management tool by TermsFeed Policy Generator

Changeset 4568


Ignore:
Timestamp:
10/07/10 10:11:30 (14 years ago)
Author:
mkommend
Message:

Corrected CrossValidationView to use Common.Resources (ticket #1199).

Location:
branches/HeuristicLab.Classification/HeuristicLab.Algorithms.DataAnalysis.Views/3.3
Files:
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.Classification/HeuristicLab.Algorithms.DataAnalysis.Views/3.3/CrossValidationView.Designer.cs

    r4567 r4568  
    110110      //
    111111      this.startButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
    112       this.startButton.Image = ((System.Drawing.Image)(resources.GetObject("startButton.Image")));
     112      this.startButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.Play;
    113113      this.startButton.Location = new System.Drawing.Point(0, 514);
    114114      this.startButton.Name = "startButton";
     
    121121      //
    122122      this.pauseButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
    123       this.pauseButton.Image = ((System.Drawing.Image)(resources.GetObject("pauseButton.Image")));
     123      this.pauseButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.Pause;
    124124      this.pauseButton.Location = new System.Drawing.Point(30, 514);
    125125      this.pauseButton.Name = "pauseButton";
     
    132132      //
    133133      this.stopButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
    134       this.stopButton.Image = ((System.Drawing.Image)(resources.GetObject("stopButton.Image")));
     134      this.stopButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.Stop;
    135135      this.stopButton.Location = new System.Drawing.Point(60, 514);
    136136      this.stopButton.Name = "stopButton";
     
    143143      //
    144144      this.resetButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
    145       this.resetButton.Image = ((System.Drawing.Image)(resources.GetObject("resetButton.Image")));
     145      this.resetButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.Restart;
    146146      this.resetButton.Location = new System.Drawing.Point(90, 514);
    147147      this.resetButton.Name = "resetButton";
     
    361361      // openProblemButton
    362362      //
    363       this.openProblemButton.Image = ((System.Drawing.Image)(resources.GetObject("openProblemButton.Image")));
     363      this.openProblemButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.Open;
    364364      this.openProblemButton.Location = new System.Drawing.Point(36, 6);
    365365      this.openProblemButton.Name = "openProblemButton";
     
    387387      // newProblemButton
    388388      //
    389       this.newProblemButton.Image = ((System.Drawing.Image)(resources.GetObject("newProblemButton.Image")));
     389      this.newProblemButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.NewDocument;
    390390      this.newProblemButton.Location = new System.Drawing.Point(6, 6);
    391391      this.newProblemButton.Name = "newProblemButton";
     
    420420      // openAlgorithmButton
    421421      //
    422       this.openAlgorithmButton.Image = ((System.Drawing.Image)(resources.GetObject("openAlgorithmButton.Image")));
     422      this.openAlgorithmButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.Open;
    423423      this.openAlgorithmButton.Location = new System.Drawing.Point(38, 6);
    424424      this.openAlgorithmButton.Name = "openAlgorithmButton";
     
    431431      // newAlgorithmButton
    432432      //
    433       this.newAlgorithmButton.Image = ((System.Drawing.Image)(resources.GetObject("newAlgorithmButton.Image")));
     433      this.newAlgorithmButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.NewDocument;
    434434      this.newAlgorithmButton.Location = new System.Drawing.Point(8, 6);
    435435      this.newAlgorithmButton.Name = "newAlgorithmButton";
  • branches/HeuristicLab.Classification/HeuristicLab.Algorithms.DataAnalysis.Views/3.3/HeuristicLab.Algorithms.DataAnalysis.Views.csproj

    r4561 r4568  
    171171  </ItemGroup>
    172172  <ItemGroup>
    173     <EmbeddedResource Include="CrossValidationView.resx">
    174       <DependentUpon>CrossValidationView.cs</DependentUpon>
    175     </EmbeddedResource>
    176   </ItemGroup>
    177   <ItemGroup>
    178173    <ProjectReference Include="..\..\HeuristicLab.Algorithms.DataAnalysis\3.3\HeuristicLab.Algorithms.DataAnalysis-3.3.csproj">
    179174      <Project>{A8D5676D-9662-437A-B44D-ECB4046CDE12}</Project>
Note: See TracChangeset for help on using the changeset viewer.