Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/17/13 13:32:08 (11 years ago)
Author:
ascheibe
Message:

#2031

  • made operations in ChartAnalysisView asynchronous
  • renamed views to go along with the other RunCollection views
File:
1 edited

Legend:

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

    r9706 r9713  
    4949      this.fittingComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
    5050      this.fittingComboBox.FormattingEnabled = true;
    51       this.fittingComboBox.Location = new System.Drawing.Point(147, 359);
     51      this.fittingComboBox.Location = new System.Drawing.Point(142, 359);
    5252      this.fittingComboBox.Name = "fittingComboBox";
    53       this.fittingComboBox.Size = new System.Drawing.Size(200, 21);
     53      this.fittingComboBox.Size = new System.Drawing.Size(214, 21);
    5454      this.fittingComboBox.TabIndex = 12;
    5555      //
    5656      // addValuesButton
    5757      //
    58       this.addValuesButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
    59       this.addValuesButton.Location = new System.Drawing.Point(8, 359);
     58      this.addValuesButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     59      this.addValuesButton.Location = new System.Drawing.Point(3, 357);
    6060      this.addValuesButton.Name = "addValuesButton";
    6161      this.addValuesButton.Size = new System.Drawing.Size(133, 23);
     
    6868      //
    6969      this.addLineToChart.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
    70       this.addLineToChart.Location = new System.Drawing.Point(353, 359);
     70      this.addLineToChart.Location = new System.Drawing.Point(362, 357);
    7171      this.addLineToChart.Name = "addLineToChart";
    7272      this.addLineToChart.Size = new System.Drawing.Size(133, 23);
Note: See TracChangeset for help on using the changeset viewer.