Free cookie consent management tool by TermsFeed Policy Generator

Changeset 10018


Ignore:
Timestamp:
10/02/13 13:59:28 (11 years ago)
Author:
ascheibe
Message:

#2031 improved UI of statistical testing view

File:
1 edited

Legend:

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

    r9957 r10018  
    252252      this.pairwiseTestGroupBox.TabIndex = 22;
    253253      this.pairwiseTestGroupBox.TabStop = false;
    254       this.pairwiseTestGroupBox.Text = "4. Equal Distributions Check (Pairwise)";
     254      this.pairwiseTestGroupBox.Text = "4. Pairwise Test for Inequalities in Distributions";
    255255      //
    256256      // pairwiseStringConvertibleMatrixView
     
    297297            | System.Windows.Forms.AnchorStyles.Right)));
    298298      this.equalDistsTextBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
    299       this.equalDistsTextBox.Location = new System.Drawing.Point(86, 46);
     299      this.equalDistsTextBox.Location = new System.Drawing.Point(123, 46);
    300300      this.equalDistsTextBox.Name = "equalDistsTextBox";
    301301      this.equalDistsTextBox.ReadOnly = true;
    302       this.equalDistsTextBox.Size = new System.Drawing.Size(213, 20);
     302      this.equalDistsTextBox.Size = new System.Drawing.Size(176, 20);
    303303      this.equalDistsTextBox.TabIndex = 18;
    304304      //
Note: See TracChangeset for help on using the changeset viewer.