Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/18/13 09:47:03 (11 years ago)
Author:
ascheibe
Message:

#2031 added sorting for the chart analysis view

File:
1 edited

Legend:

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

    r9355 r9377  
    2121
    2222namespace HeuristicLab.Analysis.Statistics {
    23   partial class RunCollectionStatisticalTabularView {
     23  partial class ChartAnalysisView {
    2424    /// <summary>
    2525    /// Required designer variable.
     
    5252      this.stringConvertibleMatrixView.Location = new System.Drawing.Point(3, 59);
    5353      this.stringConvertibleMatrixView.Name = "stringConvertibleMatrixView";
    54       this.stringConvertibleMatrixView.ReadOnly = false;
     54      this.stringConvertibleMatrixView.ReadOnly = true;
    5555      this.stringConvertibleMatrixView.ShowRowsAndColumnsTextBox = true;
    5656      this.stringConvertibleMatrixView.ShowStatisticalInformation = true;
     
    122122      this.addValuesButton.Click += new System.EventHandler(this.addValuesButton_Click);
    123123      //
    124       // RunCollectionStatisticalTabularView
     124      // ChartAnalysisView
    125125      //
    126126      this.Controls.Add(this.addValuesButton);
     
    131131      this.Controls.Add(this.dataTableComboBox);
    132132      this.Controls.Add(this.stringConvertibleMatrixView);
    133       this.Name = "RunCollectionStatisticalTabularView";
     133      this.Name = "ChartAnalysisView";
    134134      this.Size = new System.Drawing.Size(498, 385);
    135135      this.ResumeLayout(false);
Note: See TracChangeset for help on using the changeset viewer.