[9353] | 1 | #region License Information
|
---|
| 2 | /* HeuristicLab
|
---|
[12012] | 3 | * Copyright (C) 2002-2015 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
|
---|
[9353] | 4 | *
|
---|
| 5 | * This file is part of HeuristicLab.
|
---|
| 6 | *
|
---|
| 7 | * HeuristicLab is free software: you can redistribute it and/or modify
|
---|
| 8 | * it under the terms of the GNU General Public License as published by
|
---|
| 9 | * the Free Software Foundation, either version 3 of the License, or
|
---|
| 10 | * (at your option) any later version.
|
---|
| 11 | *
|
---|
| 12 | * HeuristicLab is distributed in the hope that it will be useful,
|
---|
| 13 | * but WITHOUT ANY WARRANTY; without even the implied warranty of
|
---|
| 14 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
---|
| 15 | * GNU General Public License for more details.
|
---|
| 16 | *
|
---|
| 17 | * You should have received a copy of the GNU General Public License
|
---|
| 18 | * along with HeuristicLab. If not, see <http://www.gnu.org/licenses/>.
|
---|
| 19 | */
|
---|
| 20 | #endregion
|
---|
| 21 |
|
---|
[11705] | 22 | namespace HeuristicLab.Analysis.Statistics.Views {
|
---|
[11693] | 23 | partial class StatisticalTestsView {
|
---|
[9353] | 24 | /// <summary>
|
---|
| 25 | /// Required designer variable.
|
---|
| 26 | /// </summary>
|
---|
| 27 | private System.ComponentModel.IContainer components = null;
|
---|
| 28 |
|
---|
| 29 | /// <summary>
|
---|
| 30 | /// Clean up any resources being used.
|
---|
| 31 | /// </summary>
|
---|
| 32 | /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
---|
| 33 | protected override void Dispose(bool disposing) {
|
---|
| 34 | if (disposing && (components != null)) {
|
---|
| 35 | components.Dispose();
|
---|
| 36 | }
|
---|
| 37 | base.Dispose(disposing);
|
---|
| 38 | }
|
---|
| 39 |
|
---|
| 40 | #region Windows Form Designer generated code
|
---|
| 41 |
|
---|
| 42 | /// <summary>
|
---|
| 43 | /// Required method for Designer support - do not modify
|
---|
| 44 | /// the contents of this method with the code editor.
|
---|
| 45 | /// </summary>
|
---|
| 46 | private void InitializeComponent() {
|
---|
| 47 | this.components = new System.ComponentModel.Container();
|
---|
| 48 | this.stringConvertibleMatrixView = new HeuristicLab.Data.Views.StringConvertibleMatrixView();
|
---|
| 49 | this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
|
---|
| 50 | this.openBoxPlotToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
---|
| 51 | this.groupByLabel = new System.Windows.Forms.Label();
|
---|
| 52 | this.label1 = new System.Windows.Forms.Label();
|
---|
| 53 | this.resultComboBox = new System.Windows.Forms.ComboBox();
|
---|
| 54 | this.lblPVal = new System.Windows.Forms.Label();
|
---|
| 55 | this.pValTextBox = new System.Windows.Forms.TextBox();
|
---|
| 56 | this.groupComboBox = new System.Windows.Forms.ComboBox();
|
---|
| 57 | this.splitContainer1 = new System.Windows.Forms.SplitContainer();
|
---|
[9389] | 58 | this.splitContainer3 = new System.Windows.Forms.SplitContainer();
|
---|
| 59 | this.pairwiseTestGroupBox = new System.Windows.Forms.GroupBox();
|
---|
[11717] | 60 | this.pairwiseTextLabel = new System.Windows.Forms.Label();
|
---|
[9913] | 61 | this.pairwiseStringConvertibleMatrixView = new HeuristicLab.Data.Views.StringConvertibleMatrixView();
|
---|
[9749] | 62 | this.pairwiseLabel = new System.Windows.Forms.Label();
|
---|
[9742] | 63 | this.label3 = new System.Windows.Forms.Label();
|
---|
| 64 | this.equalDistsTextBox = new System.Windows.Forms.TextBox();
|
---|
[9389] | 65 | this.label2 = new System.Windows.Forms.Label();
|
---|
| 66 | this.groupCompComboBox = new System.Windows.Forms.ComboBox();
|
---|
| 67 | this.allGroupTestGroupBox = new System.Windows.Forms.GroupBox();
|
---|
[11717] | 68 | this.groupComTextLabel = new System.Windows.Forms.Label();
|
---|
[9389] | 69 | this.groupCompLabel = new System.Windows.Forms.Label();
|
---|
| 70 | this.normalityGroupBox = new System.Windows.Forms.GroupBox();
|
---|
[11695] | 71 | this.normalityTextLabel = new System.Windows.Forms.Label();
|
---|
[9913] | 72 | this.normalityStringConvertibleMatrixView = new HeuristicLab.Data.Views.StringConvertibleMatrixView();
|
---|
[9389] | 73 | this.normalityLabel = new System.Windows.Forms.Label();
|
---|
| 74 | this.selectDataGroupBox = new System.Windows.Forms.GroupBox();
|
---|
[9937] | 75 | this.tabControl = new System.Windows.Forms.TabControl();
|
---|
| 76 | this.tabPage1 = new System.Windows.Forms.TabPage();
|
---|
| 77 | this.tabPage2 = new System.Windows.Forms.TabPage();
|
---|
[11612] | 78 | this.histogramControl = new HeuristicLab.Analysis.Views.HistogramControl();
|
---|
[11717] | 79 | this.splitContainer2 = new System.Windows.Forms.SplitContainer();
|
---|
[9353] | 80 | this.contextMenuStrip1.SuspendLayout();
|
---|
| 81 | ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
|
---|
| 82 | this.splitContainer1.Panel1.SuspendLayout();
|
---|
| 83 | this.splitContainer1.Panel2.SuspendLayout();
|
---|
| 84 | this.splitContainer1.SuspendLayout();
|
---|
[9389] | 85 | ((System.ComponentModel.ISupportInitialize)(this.splitContainer3)).BeginInit();
|
---|
| 86 | this.splitContainer3.Panel1.SuspendLayout();
|
---|
| 87 | this.splitContainer3.Panel2.SuspendLayout();
|
---|
| 88 | this.splitContainer3.SuspendLayout();
|
---|
| 89 | this.pairwiseTestGroupBox.SuspendLayout();
|
---|
| 90 | this.allGroupTestGroupBox.SuspendLayout();
|
---|
| 91 | this.normalityGroupBox.SuspendLayout();
|
---|
| 92 | this.selectDataGroupBox.SuspendLayout();
|
---|
[9937] | 93 | this.tabControl.SuspendLayout();
|
---|
| 94 | this.tabPage1.SuspendLayout();
|
---|
| 95 | this.tabPage2.SuspendLayout();
|
---|
[11717] | 96 | ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
|
---|
| 97 | this.splitContainer2.Panel1.SuspendLayout();
|
---|
| 98 | this.splitContainer2.Panel2.SuspendLayout();
|
---|
| 99 | this.splitContainer2.SuspendLayout();
|
---|
[9353] | 100 | this.SuspendLayout();
|
---|
| 101 | //
|
---|
| 102 | // stringConvertibleMatrixView
|
---|
| 103 | //
|
---|
[11717] | 104 | this.stringConvertibleMatrixView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
| 105 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
[9353] | 106 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 107 | this.stringConvertibleMatrixView.Caption = "StringConvertibleMatrix View";
|
---|
| 108 | this.stringConvertibleMatrixView.Content = null;
|
---|
| 109 | this.stringConvertibleMatrixView.ContextMenuStrip = this.contextMenuStrip1;
|
---|
[9389] | 110 | this.stringConvertibleMatrixView.Location = new System.Drawing.Point(3, 3);
|
---|
[9353] | 111 | this.stringConvertibleMatrixView.Name = "stringConvertibleMatrixView";
|
---|
| 112 | this.stringConvertibleMatrixView.ReadOnly = false;
|
---|
| 113 | this.stringConvertibleMatrixView.ShowRowsAndColumnsTextBox = false;
|
---|
| 114 | this.stringConvertibleMatrixView.ShowStatisticalInformation = true;
|
---|
[11695] | 115 | this.stringConvertibleMatrixView.Size = new System.Drawing.Size(567, 597);
|
---|
[9353] | 116 | this.stringConvertibleMatrixView.TabIndex = 0;
|
---|
| 117 | //
|
---|
| 118 | // contextMenuStrip1
|
---|
| 119 | //
|
---|
| 120 | this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
---|
| 121 | this.openBoxPlotToolStripMenuItem});
|
---|
| 122 | this.contextMenuStrip1.Name = "contextMenuStrip1";
|
---|
| 123 | this.contextMenuStrip1.Size = new System.Drawing.Size(175, 26);
|
---|
| 124 | //
|
---|
| 125 | // openBoxPlotToolStripMenuItem
|
---|
| 126 | //
|
---|
| 127 | this.openBoxPlotToolStripMenuItem.Name = "openBoxPlotToolStripMenuItem";
|
---|
| 128 | this.openBoxPlotToolStripMenuItem.Size = new System.Drawing.Size(174, 22);
|
---|
| 129 | this.openBoxPlotToolStripMenuItem.Text = "Open BoxPlot View";
|
---|
| 130 | this.openBoxPlotToolStripMenuItem.Click += new System.EventHandler(this.openBoxPlotToolStripMenuItem_Click);
|
---|
| 131 | //
|
---|
| 132 | // groupByLabel
|
---|
| 133 | //
|
---|
| 134 | this.groupByLabel.AutoSize = true;
|
---|
[9914] | 135 | this.groupByLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
---|
[9353] | 136 | this.groupByLabel.Location = new System.Drawing.Point(3, 6);
|
---|
| 137 | this.groupByLabel.Name = "groupByLabel";
|
---|
| 138 | this.groupByLabel.Size = new System.Drawing.Size(53, 13);
|
---|
| 139 | this.groupByLabel.TabIndex = 7;
|
---|
| 140 | this.groupByLabel.Text = "Group by:";
|
---|
| 141 | //
|
---|
| 142 | // label1
|
---|
| 143 | //
|
---|
| 144 | this.label1.AutoSize = true;
|
---|
[9914] | 145 | this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
---|
[9353] | 146 | this.label1.Location = new System.Drawing.Point(3, 6);
|
---|
| 147 | this.label1.Name = "label1";
|
---|
| 148 | this.label1.Size = new System.Drawing.Size(40, 13);
|
---|
| 149 | this.label1.TabIndex = 6;
|
---|
| 150 | this.label1.Text = "Result:";
|
---|
| 151 | //
|
---|
| 152 | // resultComboBox
|
---|
| 153 | //
|
---|
[11717] | 154 | this.resultComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
[9353] | 155 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 156 | this.resultComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
---|
[9914] | 157 | this.resultComboBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
---|
[9353] | 158 | this.resultComboBox.FormattingEnabled = true;
|
---|
[9389] | 159 | this.resultComboBox.Location = new System.Drawing.Point(62, 3);
|
---|
[9353] | 160 | this.resultComboBox.Name = "resultComboBox";
|
---|
[11717] | 161 | this.resultComboBox.Size = new System.Drawing.Size(244, 21);
|
---|
[9353] | 162 | this.resultComboBox.TabIndex = 5;
|
---|
| 163 | this.resultComboBox.SelectedValueChanged += new System.EventHandler(this.resultComboBox_SelectedValueChanged);
|
---|
| 164 | //
|
---|
| 165 | // lblPVal
|
---|
| 166 | //
|
---|
| 167 | this.lblPVal.AutoSize = true;
|
---|
[9914] | 168 | this.lblPVal.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
---|
[11695] | 169 | this.lblPVal.Location = new System.Drawing.Point(6, 39);
|
---|
[9353] | 170 | this.lblPVal.Name = "lblPVal";
|
---|
| 171 | this.lblPVal.Size = new System.Drawing.Size(46, 13);
|
---|
| 172 | this.lblPVal.TabIndex = 12;
|
---|
| 173 | this.lblPVal.Text = "p-Value:";
|
---|
| 174 | this.lblPVal.TextAlign = System.Drawing.ContentAlignment.TopRight;
|
---|
| 175 | //
|
---|
| 176 | // pValTextBox
|
---|
| 177 | //
|
---|
[11717] | 178 | this.pValTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
[9908] | 179 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[9914] | 180 | this.pValTextBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
---|
[11695] | 181 | this.pValTextBox.Location = new System.Drawing.Point(58, 36);
|
---|
[9353] | 182 | this.pValTextBox.Name = "pValTextBox";
|
---|
| 183 | this.pValTextBox.ReadOnly = true;
|
---|
[11717] | 184 | this.pValTextBox.Size = new System.Drawing.Size(257, 20);
|
---|
[9353] | 185 | this.pValTextBox.TabIndex = 13;
|
---|
| 186 | //
|
---|
| 187 | // groupComboBox
|
---|
| 188 | //
|
---|
[11717] | 189 | this.groupComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
[9353] | 190 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 191 | this.groupComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
---|
[9914] | 192 | this.groupComboBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
---|
[9353] | 193 | this.groupComboBox.FormattingEnabled = true;
|
---|
| 194 | this.groupComboBox.Location = new System.Drawing.Point(62, 3);
|
---|
| 195 | this.groupComboBox.Name = "groupComboBox";
|
---|
[11717] | 196 | this.groupComboBox.Size = new System.Drawing.Size(244, 21);
|
---|
[9353] | 197 | this.groupComboBox.TabIndex = 14;
|
---|
| 198 | this.groupComboBox.SelectedValueChanged += new System.EventHandler(this.groupComboBox_SelectedValueChanged);
|
---|
| 199 | //
|
---|
| 200 | // splitContainer1
|
---|
| 201 | //
|
---|
[11717] | 202 | this.splitContainer1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
| 203 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
[9353] | 204 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[9389] | 205 | this.splitContainer1.Location = new System.Drawing.Point(6, 19);
|
---|
[9353] | 206 | this.splitContainer1.Name = "splitContainer1";
|
---|
[9389] | 207 | this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
|
---|
[9353] | 208 | //
|
---|
| 209 | // splitContainer1.Panel1
|
---|
| 210 | //
|
---|
| 211 | this.splitContainer1.Panel1.Controls.Add(this.resultComboBox);
|
---|
| 212 | this.splitContainer1.Panel1.Controls.Add(this.label1);
|
---|
| 213 | //
|
---|
| 214 | // splitContainer1.Panel2
|
---|
| 215 | //
|
---|
| 216 | this.splitContainer1.Panel2.Controls.Add(this.groupByLabel);
|
---|
| 217 | this.splitContainer1.Panel2.Controls.Add(this.groupComboBox);
|
---|
[11717] | 218 | this.splitContainer1.Size = new System.Drawing.Size(309, 54);
|
---|
[9389] | 219 | this.splitContainer1.SplitterDistance = 25;
|
---|
[9353] | 220 | this.splitContainer1.TabIndex = 18;
|
---|
| 221 | //
|
---|
[9389] | 222 | // splitContainer3
|
---|
[9353] | 223 | //
|
---|
[11717] | 224 | this.splitContainer3.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
| 225 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
[9353] | 226 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[9937] | 227 | this.splitContainer3.Location = new System.Drawing.Point(6, 6);
|
---|
[9389] | 228 | this.splitContainer3.Name = "splitContainer3";
|
---|
[9353] | 229 | //
|
---|
[9389] | 230 | // splitContainer3.Panel1
|
---|
[9353] | 231 | //
|
---|
[9389] | 232 | this.splitContainer3.Panel1.Controls.Add(this.stringConvertibleMatrixView);
|
---|
[9353] | 233 | //
|
---|
[9389] | 234 | // splitContainer3.Panel2
|
---|
[9353] | 235 | //
|
---|
[11717] | 236 | this.splitContainer3.Panel2.Controls.Add(this.splitContainer2);
|
---|
[11695] | 237 | this.splitContainer3.Size = new System.Drawing.Size(910, 603);
|
---|
[9937] | 238 | this.splitContainer3.SplitterDistance = 573;
|
---|
[9389] | 239 | this.splitContainer3.TabIndex = 20;
|
---|
[9353] | 240 | //
|
---|
[9389] | 241 | // pairwiseTestGroupBox
|
---|
| 242 | //
|
---|
[11717] | 243 | this.pairwiseTestGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
| 244 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
[9389] | 245 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[11695] | 246 | this.pairwiseTestGroupBox.Controls.Add(this.pairwiseTextLabel);
|
---|
[9913] | 247 | this.pairwiseTestGroupBox.Controls.Add(this.pairwiseStringConvertibleMatrixView);
|
---|
[9749] | 248 | this.pairwiseTestGroupBox.Controls.Add(this.pairwiseLabel);
|
---|
[9389] | 249 | this.pairwiseTestGroupBox.Controls.Add(this.label3);
|
---|
| 250 | this.pairwiseTestGroupBox.Controls.Add(this.equalDistsTextBox);
|
---|
| 251 | this.pairwiseTestGroupBox.Controls.Add(this.label2);
|
---|
| 252 | this.pairwiseTestGroupBox.Controls.Add(this.groupCompComboBox);
|
---|
[9914] | 253 | this.pairwiseTestGroupBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
---|
[11717] | 254 | this.pairwiseTestGroupBox.Location = new System.Drawing.Point(3, 3);
|
---|
[9389] | 255 | this.pairwiseTestGroupBox.Name = "pairwiseTestGroupBox";
|
---|
[11717] | 256 | this.pairwiseTestGroupBox.Size = new System.Drawing.Size(321, 287);
|
---|
[9389] | 257 | this.pairwiseTestGroupBox.TabIndex = 22;
|
---|
| 258 | this.pairwiseTestGroupBox.TabStop = false;
|
---|
[10018] | 259 | this.pairwiseTestGroupBox.Text = "4. Pairwise Test for Inequalities in Distributions";
|
---|
[9389] | 260 | //
|
---|
[11717] | 261 | // pairwiseTextLabel
|
---|
| 262 | //
|
---|
| 263 | this.pairwiseTextLabel.AutoSize = true;
|
---|
| 264 | this.pairwiseTextLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
---|
| 265 | this.pairwiseTextLabel.Location = new System.Drawing.Point(28, 46);
|
---|
| 266 | this.pairwiseTextLabel.Name = "pairwiseTextLabel";
|
---|
| 267 | this.pairwiseTextLabel.Size = new System.Drawing.Size(165, 13);
|
---|
| 268 | this.pairwiseTextLabel.TabIndex = 20;
|
---|
| 269 | this.pairwiseTextLabel.Text = "Groups have different distribution:";
|
---|
| 270 | //
|
---|
[9913] | 271 | // pairwiseStringConvertibleMatrixView
|
---|
| 272 | //
|
---|
[11717] | 273 | this.pairwiseStringConvertibleMatrixView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
| 274 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
[9913] | 275 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 276 | this.pairwiseStringConvertibleMatrixView.Caption = "StringConvertibleMatrix View";
|
---|
| 277 | this.pairwiseStringConvertibleMatrixView.Content = null;
|
---|
[9914] | 278 | this.pairwiseStringConvertibleMatrixView.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
---|
[11695] | 279 | this.pairwiseStringConvertibleMatrixView.Location = new System.Drawing.Point(6, 97);
|
---|
[9913] | 280 | this.pairwiseStringConvertibleMatrixView.Name = "pairwiseStringConvertibleMatrixView";
|
---|
| 281 | this.pairwiseStringConvertibleMatrixView.ReadOnly = false;
|
---|
| 282 | this.pairwiseStringConvertibleMatrixView.ShowRowsAndColumnsTextBox = false;
|
---|
| 283 | this.pairwiseStringConvertibleMatrixView.ShowStatisticalInformation = false;
|
---|
[11717] | 284 | this.pairwiseStringConvertibleMatrixView.Size = new System.Drawing.Size(309, 172);
|
---|
[9913] | 285 | this.pairwiseStringConvertibleMatrixView.TabIndex = 19;
|
---|
| 286 | //
|
---|
[9749] | 287 | // pairwiseLabel
|
---|
| 288 | //
|
---|
| 289 | this.pairwiseLabel.AutoSize = true;
|
---|
[11695] | 290 | this.pairwiseLabel.Location = new System.Drawing.Point(6, 44);
|
---|
[9749] | 291 | this.pairwiseLabel.MaximumSize = new System.Drawing.Size(16, 16);
|
---|
| 292 | this.pairwiseLabel.MinimumSize = new System.Drawing.Size(16, 16);
|
---|
| 293 | this.pairwiseLabel.Name = "pairwiseLabel";
|
---|
| 294 | this.pairwiseLabel.Size = new System.Drawing.Size(16, 16);
|
---|
| 295 | this.pairwiseLabel.TabIndex = 18;
|
---|
| 296 | //
|
---|
[9742] | 297 | // label3
|
---|
| 298 | //
|
---|
| 299 | this.label3.AutoSize = true;
|
---|
[9914] | 300 | this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
---|
[11695] | 301 | this.label3.Location = new System.Drawing.Point(6, 68);
|
---|
[9742] | 302 | this.label3.Name = "label3";
|
---|
| 303 | this.label3.Size = new System.Drawing.Size(74, 13);
|
---|
| 304 | this.label3.TabIndex = 18;
|
---|
| 305 | this.label3.Text = "Equal Groups:";
|
---|
| 306 | this.label3.TextAlign = System.Drawing.ContentAlignment.TopRight;
|
---|
| 307 | //
|
---|
| 308 | // equalDistsTextBox
|
---|
| 309 | //
|
---|
[11717] | 310 | this.equalDistsTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
[9908] | 311 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[9914] | 312 | this.equalDistsTextBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
---|
[11695] | 313 | this.equalDistsTextBox.Location = new System.Drawing.Point(86, 65);
|
---|
[9742] | 314 | this.equalDistsTextBox.Name = "equalDistsTextBox";
|
---|
| 315 | this.equalDistsTextBox.ReadOnly = true;
|
---|
[11717] | 316 | this.equalDistsTextBox.Size = new System.Drawing.Size(229, 20);
|
---|
[9742] | 317 | this.equalDistsTextBox.TabIndex = 18;
|
---|
| 318 | //
|
---|
[9389] | 319 | // label2
|
---|
| 320 | //
|
---|
| 321 | this.label2.AutoSize = true;
|
---|
[9914] | 322 | this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
---|
[9389] | 323 | this.label2.Location = new System.Drawing.Point(6, 22);
|
---|
| 324 | this.label2.Name = "label2";
|
---|
| 325 | this.label2.Size = new System.Drawing.Size(111, 13);
|
---|
| 326 | this.label2.TabIndex = 18;
|
---|
| 327 | this.label2.Text = "Group for comparison:";
|
---|
| 328 | //
|
---|
| 329 | // groupCompComboBox
|
---|
| 330 | //
|
---|
[11717] | 331 | this.groupCompComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
[9908] | 332 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[9389] | 333 | this.groupCompComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
---|
[9914] | 334 | this.groupCompComboBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
---|
[9389] | 335 | this.groupCompComboBox.FormattingEnabled = true;
|
---|
| 336 | this.groupCompComboBox.Location = new System.Drawing.Point(123, 19);
|
---|
| 337 | this.groupCompComboBox.Name = "groupCompComboBox";
|
---|
[11717] | 338 | this.groupCompComboBox.Size = new System.Drawing.Size(192, 21);
|
---|
[9389] | 339 | this.groupCompComboBox.TabIndex = 17;
|
---|
[9913] | 340 | this.groupCompComboBox.SelectedValueChanged += new System.EventHandler(this.groupCompComboBox_SelectedValueChanged);
|
---|
[9389] | 341 | //
|
---|
| 342 | // allGroupTestGroupBox
|
---|
| 343 | //
|
---|
[11717] | 344 | this.allGroupTestGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
[9389] | 345 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[11695] | 346 | this.allGroupTestGroupBox.Controls.Add(this.groupComTextLabel);
|
---|
[9389] | 347 | this.allGroupTestGroupBox.Controls.Add(this.groupCompLabel);
|
---|
| 348 | this.allGroupTestGroupBox.Controls.Add(this.lblPVal);
|
---|
| 349 | this.allGroupTestGroupBox.Controls.Add(this.pValTextBox);
|
---|
[9914] | 350 | this.allGroupTestGroupBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
---|
[9936] | 351 | this.allGroupTestGroupBox.Location = new System.Drawing.Point(3, 237);
|
---|
[9389] | 352 | this.allGroupTestGroupBox.Name = "allGroupTestGroupBox";
|
---|
[11717] | 353 | this.allGroupTestGroupBox.Size = new System.Drawing.Size(321, 63);
|
---|
[9389] | 354 | this.allGroupTestGroupBox.TabIndex = 21;
|
---|
| 355 | this.allGroupTestGroupBox.TabStop = false;
|
---|
[9957] | 356 | this.allGroupTestGroupBox.Text = "3. Kruskal Wallis Test for Inequalities in Distributions";
|
---|
[9389] | 357 | //
|
---|
[11717] | 358 | // groupComTextLabel
|
---|
| 359 | //
|
---|
| 360 | this.groupComTextLabel.AutoSize = true;
|
---|
| 361 | this.groupComTextLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
---|
| 362 | this.groupComTextLabel.Location = new System.Drawing.Point(28, 16);
|
---|
| 363 | this.groupComTextLabel.Name = "groupComTextLabel";
|
---|
| 364 | this.groupComTextLabel.Size = new System.Drawing.Size(165, 13);
|
---|
| 365 | this.groupComTextLabel.TabIndex = 19;
|
---|
| 366 | this.groupComTextLabel.Text = "Groups have different distribution:";
|
---|
| 367 | //
|
---|
[9389] | 368 | // groupCompLabel
|
---|
| 369 | //
|
---|
| 370 | this.groupCompLabel.AutoSize = true;
|
---|
[11695] | 371 | this.groupCompLabel.Location = new System.Drawing.Point(6, 16);
|
---|
[9389] | 372 | this.groupCompLabel.MaximumSize = new System.Drawing.Size(16, 16);
|
---|
| 373 | this.groupCompLabel.MinimumSize = new System.Drawing.Size(16, 16);
|
---|
| 374 | this.groupCompLabel.Name = "groupCompLabel";
|
---|
| 375 | this.groupCompLabel.Size = new System.Drawing.Size(16, 16);
|
---|
| 376 | this.groupCompLabel.TabIndex = 17;
|
---|
| 377 | //
|
---|
| 378 | // normalityGroupBox
|
---|
| 379 | //
|
---|
[11717] | 380 | this.normalityGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
[9389] | 381 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[11695] | 382 | this.normalityGroupBox.Controls.Add(this.normalityTextLabel);
|
---|
[9913] | 383 | this.normalityGroupBox.Controls.Add(this.normalityStringConvertibleMatrixView);
|
---|
[9389] | 384 | this.normalityGroupBox.Controls.Add(this.normalityLabel);
|
---|
[9914] | 385 | this.normalityGroupBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
---|
[9936] | 386 | this.normalityGroupBox.Location = new System.Drawing.Point(3, 88);
|
---|
[9389] | 387 | this.normalityGroupBox.Name = "normalityGroupBox";
|
---|
[11717] | 388 | this.normalityGroupBox.Size = new System.Drawing.Size(321, 143);
|
---|
[9389] | 389 | this.normalityGroupBox.TabIndex = 20;
|
---|
| 390 | this.normalityGroupBox.TabStop = false;
|
---|
[9957] | 391 | this.normalityGroupBox.Text = "2. Jarque-Bera Test for Normal Distribution";
|
---|
[9389] | 392 | //
|
---|
[11695] | 393 | // normalityTextLabel
|
---|
[9913] | 394 | //
|
---|
[11695] | 395 | this.normalityTextLabel.AutoSize = true;
|
---|
| 396 | this.normalityTextLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
---|
| 397 | this.normalityTextLabel.Location = new System.Drawing.Point(28, 16);
|
---|
| 398 | this.normalityTextLabel.Name = "normalityTextLabel";
|
---|
| 399 | this.normalityTextLabel.Size = new System.Drawing.Size(135, 13);
|
---|
| 400 | this.normalityTextLabel.TabIndex = 18;
|
---|
| 401 | this.normalityTextLabel.Text = "Data is normally distributed:";
|
---|
[9913] | 402 | //
|
---|
| 403 | // normalityStringConvertibleMatrixView
|
---|
| 404 | //
|
---|
[11717] | 405 | this.normalityStringConvertibleMatrixView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
| 406 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
[9913] | 407 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 408 | this.normalityStringConvertibleMatrixView.Caption = "StringConvertibleMatrix View";
|
---|
| 409 | this.normalityStringConvertibleMatrixView.Content = null;
|
---|
[9914] | 410 | this.normalityStringConvertibleMatrixView.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
---|
[9913] | 411 | this.normalityStringConvertibleMatrixView.Location = new System.Drawing.Point(6, 35);
|
---|
| 412 | this.normalityStringConvertibleMatrixView.Name = "normalityStringConvertibleMatrixView";
|
---|
| 413 | this.normalityStringConvertibleMatrixView.ReadOnly = false;
|
---|
| 414 | this.normalityStringConvertibleMatrixView.ShowRowsAndColumnsTextBox = false;
|
---|
| 415 | this.normalityStringConvertibleMatrixView.ShowStatisticalInformation = false;
|
---|
[11717] | 416 | this.normalityStringConvertibleMatrixView.Size = new System.Drawing.Size(306, 102);
|
---|
[9913] | 417 | this.normalityStringConvertibleMatrixView.TabIndex = 17;
|
---|
| 418 | //
|
---|
[9389] | 419 | // normalityLabel
|
---|
| 420 | //
|
---|
| 421 | this.normalityLabel.AutoSize = true;
|
---|
[11695] | 422 | this.normalityLabel.Location = new System.Drawing.Point(6, 16);
|
---|
[9389] | 423 | this.normalityLabel.MaximumSize = new System.Drawing.Size(16, 16);
|
---|
| 424 | this.normalityLabel.MinimumSize = new System.Drawing.Size(16, 16);
|
---|
| 425 | this.normalityLabel.Name = "normalityLabel";
|
---|
| 426 | this.normalityLabel.Size = new System.Drawing.Size(16, 16);
|
---|
| 427 | this.normalityLabel.TabIndex = 16;
|
---|
| 428 | //
|
---|
| 429 | // selectDataGroupBox
|
---|
| 430 | //
|
---|
[11717] | 431 | this.selectDataGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
[9389] | 432 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 433 | this.selectDataGroupBox.Controls.Add(this.splitContainer1);
|
---|
[9914] | 434 | this.selectDataGroupBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
---|
[9936] | 435 | this.selectDataGroupBox.Location = new System.Drawing.Point(3, 3);
|
---|
[9389] | 436 | this.selectDataGroupBox.Name = "selectDataGroupBox";
|
---|
[11717] | 437 | this.selectDataGroupBox.Size = new System.Drawing.Size(321, 79);
|
---|
[9389] | 438 | this.selectDataGroupBox.TabIndex = 19;
|
---|
| 439 | this.selectDataGroupBox.TabStop = false;
|
---|
| 440 | this.selectDataGroupBox.Text = "1. Select Data";
|
---|
| 441 | //
|
---|
[9937] | 442 | // tabControl
|
---|
| 443 | //
|
---|
[11717] | 444 | this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
| 445 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
[9937] | 446 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 447 | this.tabControl.Controls.Add(this.tabPage1);
|
---|
| 448 | this.tabControl.Controls.Add(this.tabPage2);
|
---|
| 449 | this.tabControl.Location = new System.Drawing.Point(3, 3);
|
---|
| 450 | this.tabControl.Name = "tabControl";
|
---|
| 451 | this.tabControl.SelectedIndex = 0;
|
---|
[11695] | 452 | this.tabControl.Size = new System.Drawing.Size(930, 641);
|
---|
[9937] | 453 | this.tabControl.TabIndex = 21;
|
---|
| 454 | //
|
---|
| 455 | // tabPage1
|
---|
| 456 | //
|
---|
| 457 | this.tabPage1.Controls.Add(this.splitContainer3);
|
---|
| 458 | this.tabPage1.Location = new System.Drawing.Point(4, 22);
|
---|
| 459 | this.tabPage1.Name = "tabPage1";
|
---|
| 460 | this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
|
---|
[11695] | 461 | this.tabPage1.Size = new System.Drawing.Size(922, 615);
|
---|
[9937] | 462 | this.tabPage1.TabIndex = 0;
|
---|
| 463 | this.tabPage1.Text = "Tests";
|
---|
| 464 | this.tabPage1.UseVisualStyleBackColor = true;
|
---|
| 465 | //
|
---|
| 466 | // tabPage2
|
---|
| 467 | //
|
---|
[11612] | 468 | this.tabPage2.Controls.Add(this.histogramControl);
|
---|
[9937] | 469 | this.tabPage2.Location = new System.Drawing.Point(4, 22);
|
---|
| 470 | this.tabPage2.Name = "tabPage2";
|
---|
| 471 | this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
|
---|
[11717] | 472 | this.tabPage2.Size = new System.Drawing.Size(922, 615);
|
---|
[9937] | 473 | this.tabPage2.TabIndex = 1;
|
---|
| 474 | this.tabPage2.Text = "Histogram";
|
---|
| 475 | this.tabPage2.UseVisualStyleBackColor = true;
|
---|
| 476 | //
|
---|
[11695] | 477 | // histogramControl
|
---|
[9937] | 478 | //
|
---|
[11717] | 479 | this.histogramControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
| 480 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
[9937] | 481 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[11695] | 482 | this.histogramControl.CalculateExactBins = false;
|
---|
| 483 | this.histogramControl.IncrementNumberOfBins = 1;
|
---|
[11612] | 484 | this.histogramControl.Location = new System.Drawing.Point(6, 6);
|
---|
[11695] | 485 | this.histogramControl.MaximumNumberOfBins = 100000;
|
---|
| 486 | this.histogramControl.MinimumNumberOfBins = 1;
|
---|
| 487 | this.histogramControl.Name = "histogramControl";
|
---|
| 488 | this.histogramControl.NumberOfBins = 10;
|
---|
| 489 | this.histogramControl.ShowExactCheckbox = false;
|
---|
[11717] | 490 | this.histogramControl.Size = new System.Drawing.Size(910, 603);
|
---|
[11612] | 491 | this.histogramControl.TabIndex = 0;
|
---|
[9937] | 492 | //
|
---|
[11717] | 493 | // splitContainer2
|
---|
[9353] | 494 | //
|
---|
[11717] | 495 | this.splitContainer2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
| 496 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 497 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 498 | this.splitContainer2.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
|
---|
| 499 | this.splitContainer2.IsSplitterFixed = true;
|
---|
| 500 | this.splitContainer2.Location = new System.Drawing.Point(3, 3);
|
---|
| 501 | this.splitContainer2.Name = "splitContainer2";
|
---|
| 502 | this.splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal;
|
---|
[11695] | 503 | //
|
---|
[11717] | 504 | // splitContainer2.Panel1
|
---|
[11695] | 505 | //
|
---|
[11717] | 506 | this.splitContainer2.Panel1.Controls.Add(this.selectDataGroupBox);
|
---|
| 507 | this.splitContainer2.Panel1.Controls.Add(this.allGroupTestGroupBox);
|
---|
| 508 | this.splitContainer2.Panel1.Controls.Add(this.normalityGroupBox);
|
---|
[11695] | 509 | //
|
---|
[11717] | 510 | // splitContainer2.Panel2
|
---|
| 511 | //
|
---|
| 512 | this.splitContainer2.Panel2.Controls.Add(this.pairwiseTestGroupBox);
|
---|
| 513 | this.splitContainer2.Size = new System.Drawing.Size(327, 597);
|
---|
| 514 | this.splitContainer2.SplitterDistance = 303;
|
---|
| 515 | this.splitContainer2.SplitterWidth = 1;
|
---|
| 516 | this.splitContainer2.TabIndex = 1;
|
---|
| 517 | //
|
---|
[11695] | 518 | // StatisticalTestsView
|
---|
| 519 | //
|
---|
[9937] | 520 | this.Controls.Add(this.tabControl);
|
---|
[11693] | 521 | this.Name = "StatisticalTestsView";
|
---|
[11695] | 522 | this.Size = new System.Drawing.Size(936, 647);
|
---|
[9353] | 523 | this.contextMenuStrip1.ResumeLayout(false);
|
---|
| 524 | this.splitContainer1.Panel1.ResumeLayout(false);
|
---|
| 525 | this.splitContainer1.Panel1.PerformLayout();
|
---|
| 526 | this.splitContainer1.Panel2.ResumeLayout(false);
|
---|
| 527 | this.splitContainer1.Panel2.PerformLayout();
|
---|
| 528 | ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
|
---|
| 529 | this.splitContainer1.ResumeLayout(false);
|
---|
[9389] | 530 | this.splitContainer3.Panel1.ResumeLayout(false);
|
---|
| 531 | this.splitContainer3.Panel2.ResumeLayout(false);
|
---|
| 532 | ((System.ComponentModel.ISupportInitialize)(this.splitContainer3)).EndInit();
|
---|
| 533 | this.splitContainer3.ResumeLayout(false);
|
---|
| 534 | this.pairwiseTestGroupBox.ResumeLayout(false);
|
---|
| 535 | this.pairwiseTestGroupBox.PerformLayout();
|
---|
| 536 | this.allGroupTestGroupBox.ResumeLayout(false);
|
---|
| 537 | this.allGroupTestGroupBox.PerformLayout();
|
---|
| 538 | this.normalityGroupBox.ResumeLayout(false);
|
---|
| 539 | this.normalityGroupBox.PerformLayout();
|
---|
| 540 | this.selectDataGroupBox.ResumeLayout(false);
|
---|
[9937] | 541 | this.tabControl.ResumeLayout(false);
|
---|
| 542 | this.tabPage1.ResumeLayout(false);
|
---|
| 543 | this.tabPage2.ResumeLayout(false);
|
---|
[11717] | 544 | this.splitContainer2.Panel1.ResumeLayout(false);
|
---|
| 545 | this.splitContainer2.Panel2.ResumeLayout(false);
|
---|
| 546 | ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
|
---|
| 547 | this.splitContainer2.ResumeLayout(false);
|
---|
[9353] | 548 | this.ResumeLayout(false);
|
---|
| 549 |
|
---|
| 550 | }
|
---|
| 551 | #endregion
|
---|
| 552 |
|
---|
| 553 | private HeuristicLab.Data.Views.StringConvertibleMatrixView stringConvertibleMatrixView;
|
---|
| 554 | private System.Windows.Forms.Label groupByLabel;
|
---|
| 555 | private System.Windows.Forms.Label label1;
|
---|
| 556 | private System.Windows.Forms.ComboBox resultComboBox;
|
---|
| 557 | private System.Windows.Forms.Label lblPVal;
|
---|
| 558 | private System.Windows.Forms.TextBox pValTextBox;
|
---|
| 559 | private System.Windows.Forms.ComboBox groupComboBox;
|
---|
| 560 | private System.Windows.Forms.SplitContainer splitContainer1;
|
---|
| 561 | private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
|
---|
| 562 | private System.Windows.Forms.ToolStripMenuItem openBoxPlotToolStripMenuItem;
|
---|
[9389] | 563 | private System.Windows.Forms.SplitContainer splitContainer3;
|
---|
| 564 | private System.Windows.Forms.GroupBox selectDataGroupBox;
|
---|
| 565 | private System.Windows.Forms.GroupBox normalityGroupBox;
|
---|
| 566 | private System.Windows.Forms.GroupBox pairwiseTestGroupBox;
|
---|
| 567 | private System.Windows.Forms.GroupBox allGroupTestGroupBox;
|
---|
| 568 | private System.Windows.Forms.Label normalityLabel;
|
---|
| 569 | private System.Windows.Forms.Label groupCompLabel;
|
---|
| 570 | private System.Windows.Forms.Label label2;
|
---|
| 571 | private System.Windows.Forms.ComboBox groupCompComboBox;
|
---|
| 572 | private System.Windows.Forms.Label label3;
|
---|
| 573 | private System.Windows.Forms.TextBox equalDistsTextBox;
|
---|
[9749] | 574 | private System.Windows.Forms.Label pairwiseLabel;
|
---|
[9913] | 575 | private Data.Views.StringConvertibleMatrixView normalityStringConvertibleMatrixView;
|
---|
| 576 | private Data.Views.StringConvertibleMatrixView pairwiseStringConvertibleMatrixView;
|
---|
[11695] | 577 | private System.Windows.Forms.Label normalityTextLabel;
|
---|
[9937] | 578 | private System.Windows.Forms.TabControl tabControl;
|
---|
| 579 | private System.Windows.Forms.TabPage tabPage1;
|
---|
| 580 | private System.Windows.Forms.TabPage tabPage2;
|
---|
[11612] | 581 | private HeuristicLab.Analysis.Views.HistogramControl histogramControl;
|
---|
[11695] | 582 | private System.Windows.Forms.Label pairwiseTextLabel;
|
---|
| 583 | private System.Windows.Forms.Label groupComTextLabel;
|
---|
[11717] | 584 | private System.Windows.Forms.SplitContainer splitContainer2;
|
---|
[9353] | 585 | }
|
---|
| 586 | }
|
---|