Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/19/13 13:01:53 (11 years ago)
Author:
ascheibe
Message:

#2031 ResultCorrelationView is now sortable and some minor cosmetic improvements

File:
1 moved

Legend:

Unmodified
Added
Removed
  • branches/StatisticalTesting/HeuristicLab.Analysis.Statistics/3.3/CorrelationView.designer.cs

    r9382 r9383  
    2121
    2222namespace HeuristicLab.Analysis.Statistics {
    23   partial class ResultCorrelationView {
     23  partial class CorrelationView {
    2424    /// <summary>
    2525    /// Required designer variable.
     
    7373      this.label1.Size = new System.Drawing.Size(40, 13);
    7474      this.label1.TabIndex = 6;
    75       this.label1.Text = "Result:";
     75      this.label1.Text = "Value:";
    7676      //
    7777      // resultComboBox
     
    103103      this.Controls.Add(this.resultComboBox);
    104104      this.Controls.Add(this.stringConvertibleMatrixView);
    105       this.Name = "ResultCorrelationView";
     105      this.Name = "CorrelationView";
    106106      this.Size = new System.Drawing.Size(498, 385);
    107107      this.ResumeLayout(false);
Note: See TracChangeset for help on using the changeset viewer.