Changeset 8085 for branches/GP-MoveOperators/HeuristicLab.Problems.DataAnalysis.Views/3.4/Solution Views
- Timestamp:
- 06/21/12 18:02:33 (13 years ago)
- Location:
- branches/GP-MoveOperators
- Files:
-
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/GP-MoveOperators
- 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/GP-MoveOperators/HeuristicLab.Problems.DataAnalysis.Views/3.4/Solution Views/ClassificationEnsembleSolutionView.Designer.cs
r7259 r8085 45 45 private void InitializeComponent() { 46 46 components = new System.ComponentModel.Container(); 47 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode. Font;47 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit; 48 48 } 49 49 -
branches/GP-MoveOperators/HeuristicLab.Problems.DataAnalysis.Views/3.4/Solution Views/ClassificationSolutionView.Designer.cs
r7259 r8085 46 46 private void InitializeComponent() { 47 47 components = new System.ComponentModel.Container(); 48 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode. Font;48 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit; 49 49 this.itemsGroupBox.Text = "Classification Solution"; 50 50 } -
branches/GP-MoveOperators/HeuristicLab.Problems.DataAnalysis.Views/3.4/Solution Views/ClusteringSolutionView.Designer.cs
r7259 r8085 71 71 // 72 72 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 73 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode. Font;73 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit; 74 74 this.Name = "ClusteringSolutionView"; 75 75 this.splitContainer.Panel1.ResumeLayout(false); -
branches/GP-MoveOperators/HeuristicLab.Problems.DataAnalysis.Views/3.4/Solution Views/DataAnalysisSolutionView.Designer.cs
r7259 r8085 70 70 // 71 71 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 72 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode. Font;72 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit; 73 73 this.Name = "DataAnalysisSolutionView"; 74 74 this.splitContainer.Panel1.ResumeLayout(false); -
branches/GP-MoveOperators/HeuristicLab.Problems.DataAnalysis.Views/3.4/Solution Views/DiscriminantFunctionClassificationSolutionView.Designer.cs
r7259 r8085 46 46 private void InitializeComponent() { 47 47 components = new System.ComponentModel.Container(); 48 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode. Font;48 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit; 49 49 } 50 50 -
branches/GP-MoveOperators/HeuristicLab.Problems.DataAnalysis.Views/3.4/Solution Views/NamedDataAnalysisSolutionView.Designer.cs
r6652 r8085 46 46 // 47 47 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 48 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode. Font;48 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit; 49 49 this.Controls.Add(this.panel); 50 50 this.Name = "NamedDataAnalysisSolutionView"; -
branches/GP-MoveOperators/HeuristicLab.Problems.DataAnalysis.Views/3.4/Solution Views/RegressionEnsembleSolutionView.Designer.cs
r7259 r8085 45 45 private void InitializeComponent() { 46 46 components = new System.ComponentModel.Container(); 47 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode. Font;47 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit; 48 48 } 49 49 -
branches/GP-MoveOperators/HeuristicLab.Problems.DataAnalysis.Views/3.4/Solution Views/RegressionSolutionView.Designer.cs
r7259 r8085 71 71 // 72 72 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 73 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode. Font;73 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit; 74 74 this.Name = "RegressionSolutionView"; 75 75 this.splitContainer.Panel1.ResumeLayout(false);
Note: See TracChangeset
for help on using the changeset viewer.