Changeset 8086 for branches/ScatterSearch (trunk integration)/HeuristicLab.Algorithms.DataAnalysis.Views/3.4
- Timestamp:
- 06/22/12 11:11:38 (13 years ago)
- Location:
- branches/ScatterSearch (trunk integration)
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/ScatterSearch (trunk integration)
- Property svn:ignore
-
old new 20 20 bin 21 21 protoc.exe 22 _ReSharper.HeuristicLab 3.3 Tests
-
- Property svn:mergeinfo changed
- Property svn:ignore
-
branches/ScatterSearch (trunk integration)/HeuristicLab.Algorithms.DataAnalysis.Views/3.4/CrossValidationView.Designer.cs
r7259 r8086 538 538 // 539 539 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 540 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode. Font;540 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit; 541 541 this.Controls.Add(this.tabControl); 542 542 this.Controls.Add(this.executionTimeTextBox); -
branches/ScatterSearch (trunk integration)/HeuristicLab.Algorithms.DataAnalysis.Views/3.4/KMeansClusteringModelView.Designer.cs
r7259 r8086 67 67 this.AllowDrop = true; 68 68 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 69 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode. Font;69 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit; 70 70 this.Controls.Add(this.stringConvertibleMatrixView); 71 71 this.Name = "KMeansClusteringModelView"; -
branches/ScatterSearch (trunk integration)/HeuristicLab.Algorithms.DataAnalysis.Views/3.4/Plugin.cs.frame
r7259 r8086 35 35 [PluginDependency("HeuristicLab.Data", "3.3")] 36 36 [PluginDependency("HeuristicLab.Data.Views", "3.3")] 37 [PluginDependency("HeuristicLab.LibSVM", "1.6.3")] 37 38 [PluginDependency("HeuristicLab.MainForm", "3.3")] 38 39 [PluginDependency("HeuristicLab.MainForm.WindowsForms", "3.3")] -
branches/ScatterSearch (trunk integration)/HeuristicLab.Algorithms.DataAnalysis.Views/3.4/SupportVectorMachineModelView.Designer.cs
r7259 r8086 65 65 this.AllowDrop = true; 66 66 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 67 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode. Font;67 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit; 68 68 this.Controls.Add(this.textBox); 69 69 this.Name = "SupportVectorMachineModelView";
Note: See TracChangeset
for help on using the changeset viewer.