Changeset 4568
- Timestamp:
- 10/07/10 10:11:30 (14 years ago)
- 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 110 110 // 111 111 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; 113 113 this.startButton.Location = new System.Drawing.Point(0, 514); 114 114 this.startButton.Name = "startButton"; … … 121 121 // 122 122 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; 124 124 this.pauseButton.Location = new System.Drawing.Point(30, 514); 125 125 this.pauseButton.Name = "pauseButton"; … … 132 132 // 133 133 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; 135 135 this.stopButton.Location = new System.Drawing.Point(60, 514); 136 136 this.stopButton.Name = "stopButton"; … … 143 143 // 144 144 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; 146 146 this.resetButton.Location = new System.Drawing.Point(90, 514); 147 147 this.resetButton.Name = "resetButton"; … … 361 361 // openProblemButton 362 362 // 363 this.openProblemButton.Image = ((System.Drawing.Image)(resources.GetObject("openProblemButton.Image")));363 this.openProblemButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.Open; 364 364 this.openProblemButton.Location = new System.Drawing.Point(36, 6); 365 365 this.openProblemButton.Name = "openProblemButton"; … … 387 387 // newProblemButton 388 388 // 389 this.newProblemButton.Image = ((System.Drawing.Image)(resources.GetObject("newProblemButton.Image")));389 this.newProblemButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.NewDocument; 390 390 this.newProblemButton.Location = new System.Drawing.Point(6, 6); 391 391 this.newProblemButton.Name = "newProblemButton"; … … 420 420 // openAlgorithmButton 421 421 // 422 this.openAlgorithmButton.Image = ((System.Drawing.Image)(resources.GetObject("openAlgorithmButton.Image")));422 this.openAlgorithmButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.Open; 423 423 this.openAlgorithmButton.Location = new System.Drawing.Point(38, 6); 424 424 this.openAlgorithmButton.Name = "openAlgorithmButton"; … … 431 431 // newAlgorithmButton 432 432 // 433 this.newAlgorithmButton.Image = ((System.Drawing.Image)(resources.GetObject("newAlgorithmButton.Image")));433 this.newAlgorithmButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.NewDocument; 434 434 this.newAlgorithmButton.Location = new System.Drawing.Point(8, 6); 435 435 this.newAlgorithmButton.Name = "newAlgorithmButton"; -
branches/HeuristicLab.Classification/HeuristicLab.Algorithms.DataAnalysis.Views/3.3/HeuristicLab.Algorithms.DataAnalysis.Views.csproj
r4561 r4568 171 171 </ItemGroup> 172 172 <ItemGroup> 173 <EmbeddedResource Include="CrossValidationView.resx">174 <DependentUpon>CrossValidationView.cs</DependentUpon>175 </EmbeddedResource>176 </ItemGroup>177 <ItemGroup>178 173 <ProjectReference Include="..\..\HeuristicLab.Algorithms.DataAnalysis\3.3\HeuristicLab.Algorithms.DataAnalysis-3.3.csproj"> 179 174 <Project>{A8D5676D-9662-437A-B44D-ECB4046CDE12}</Project>
Note: See TracChangeset
for help on using the changeset viewer.