Changeset 10018
- Timestamp:
- 10/02/13 13:59:28 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/StatisticalTesting/HeuristicLab.Analysis.Statistics/3.3/StatisticalTestingView.designer.cs
r9957 r10018 252 252 this.pairwiseTestGroupBox.TabIndex = 22; 253 253 this.pairwiseTestGroupBox.TabStop = false; 254 this.pairwiseTestGroupBox.Text = "4. Equal Distributions Check (Pairwise)";254 this.pairwiseTestGroupBox.Text = "4. Pairwise Test for Inequalities in Distributions"; 255 255 // 256 256 // pairwiseStringConvertibleMatrixView … … 297 297 | System.Windows.Forms.AnchorStyles.Right))); 298 298 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); 300 300 this.equalDistsTextBox.Name = "equalDistsTextBox"; 301 301 this.equalDistsTextBox.ReadOnly = true; 302 this.equalDistsTextBox.Size = new System.Drawing.Size( 213, 20);302 this.equalDistsTextBox.Size = new System.Drawing.Size(176, 20); 303 303 this.equalDistsTextBox.TabIndex = 18; 304 304 //
Note: See TracChangeset
for help on using the changeset viewer.