1 | #region License Information
|
---|
2 | /* HeuristicLab
|
---|
3 | * Copyright (C) 2002-2018 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
|
---|
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 |
|
---|
22 | namespace HeuristicLab.Analysis.Statistics.Views {
|
---|
23 | partial class StatisticalTestsView {
|
---|
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();
|
---|
58 | this.splitContainer3 = new System.Windows.Forms.SplitContainer();
|
---|
59 | this.pairwiseTestGroupBox = new System.Windows.Forms.GroupBox();
|
---|
60 | this.pairwiseTextLabel = new System.Windows.Forms.Label();
|
---|
61 | this.pairwiseStringConvertibleMatrixView = new HeuristicLab.Data.Views.StringConvertibleMatrixView();
|
---|
62 | this.pairwiseLabel = new System.Windows.Forms.Label();
|
---|
63 | this.label3 = new System.Windows.Forms.Label();
|
---|
64 | this.equalDistsTextBox = new System.Windows.Forms.TextBox();
|
---|
65 | this.label2 = new System.Windows.Forms.Label();
|
---|
66 | this.groupCompComboBox = new System.Windows.Forms.ComboBox();
|
---|
67 | this.allGroupTestGroupBox = new System.Windows.Forms.GroupBox();
|
---|
68 | this.groupComTextLabel = new System.Windows.Forms.Label();
|
---|
69 | this.groupCompLabel = new System.Windows.Forms.Label();
|
---|
70 | this.normalityGroupBox = new System.Windows.Forms.GroupBox();
|
---|
71 | this.normalityTextLabel = new System.Windows.Forms.Label();
|
---|
72 | this.normalityStringConvertibleMatrixView = new HeuristicLab.Data.Views.StringConvertibleMatrixView();
|
---|
73 | this.normalityLabel = new System.Windows.Forms.Label();
|
---|
74 | this.selectDataGroupBox = new System.Windows.Forms.GroupBox();
|
---|
75 | this.tabControl = new System.Windows.Forms.TabControl();
|
---|
76 | this.tabPage1 = new System.Windows.Forms.TabPage();
|
---|
77 | this.tabPage2 = new System.Windows.Forms.TabPage();
|
---|
78 | this.histogramControl = new HeuristicLab.Analysis.Views.HistogramControl();
|
---|
79 | this.splitContainer2 = new System.Windows.Forms.SplitContainer();
|
---|
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();
|
---|
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();
|
---|
93 | this.tabControl.SuspendLayout();
|
---|
94 | this.tabPage1.SuspendLayout();
|
---|
95 | this.tabPage2.SuspendLayout();
|
---|
96 | ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
|
---|
97 | this.splitContainer2.Panel1.SuspendLayout();
|
---|
98 | this.splitContainer2.Panel2.SuspendLayout();
|
---|
99 | this.splitContainer2.SuspendLayout();
|
---|
100 | this.SuspendLayout();
|
---|
101 | //
|
---|
102 | // stringConvertibleMatrixView
|
---|
103 | //
|
---|
104 | this.stringConvertibleMatrixView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
105 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
106 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
107 | this.stringConvertibleMatrixView.Caption = "StringConvertibleMatrix View";
|
---|
108 | this.stringConvertibleMatrixView.Content = null;
|
---|
109 | this.stringConvertibleMatrixView.ContextMenuStrip = this.contextMenuStrip1;
|
---|
110 | this.stringConvertibleMatrixView.Location = new System.Drawing.Point(3, 3);
|
---|
111 | this.stringConvertibleMatrixView.Name = "stringConvertibleMatrixView";
|
---|
112 | this.stringConvertibleMatrixView.ReadOnly = false;
|
---|
113 | this.stringConvertibleMatrixView.ShowRowsAndColumnsTextBox = false;
|
---|
114 | this.stringConvertibleMatrixView.ShowStatisticalInformation = true;
|
---|
115 | this.stringConvertibleMatrixView.Size = new System.Drawing.Size(567, 597);
|
---|
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;
|
---|
135 | this.groupByLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
---|
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;
|
---|
145 | this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
---|
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 | //
|
---|
154 | this.resultComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
155 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
156 | this.resultComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
---|
157 | this.resultComboBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
---|
158 | this.resultComboBox.FormattingEnabled = true;
|
---|
159 | this.resultComboBox.Location = new System.Drawing.Point(62, 3);
|
---|
160 | this.resultComboBox.Name = "resultComboBox";
|
---|
161 | this.resultComboBox.Size = new System.Drawing.Size(244, 21);
|
---|
162 | this.resultComboBox.TabIndex = 5;
|
---|
163 | this.resultComboBox.SelectedValueChanged += new System.EventHandler(this.resultComboBox_SelectedValueChanged);
|
---|
164 | //
|
---|
165 | // lblPVal
|
---|
166 | //
|
---|
167 | this.lblPVal.AutoSize = true;
|
---|
168 | this.lblPVal.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
---|
169 | this.lblPVal.Location = new System.Drawing.Point(6, 39);
|
---|
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 | //
|
---|
178 | this.pValTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
179 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
180 | this.pValTextBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
---|
181 | this.pValTextBox.Location = new System.Drawing.Point(58, 36);
|
---|
182 | this.pValTextBox.Name = "pValTextBox";
|
---|
183 | this.pValTextBox.ReadOnly = true;
|
---|
184 | this.pValTextBox.Size = new System.Drawing.Size(257, 20);
|
---|
185 | this.pValTextBox.TabIndex = 13;
|
---|
186 | //
|
---|
187 | // groupComboBox
|
---|
188 | //
|
---|
189 | this.groupComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
190 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
191 | this.groupComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
---|
192 | this.groupComboBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
---|
193 | this.groupComboBox.FormattingEnabled = true;
|
---|
194 | this.groupComboBox.Location = new System.Drawing.Point(62, 3);
|
---|
195 | this.groupComboBox.Name = "groupComboBox";
|
---|
196 | this.groupComboBox.Size = new System.Drawing.Size(244, 21);
|
---|
197 | this.groupComboBox.TabIndex = 14;
|
---|
198 | this.groupComboBox.SelectedValueChanged += new System.EventHandler(this.groupComboBox_SelectedValueChanged);
|
---|
199 | //
|
---|
200 | // splitContainer1
|
---|
201 | //
|
---|
202 | this.splitContainer1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
203 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
204 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
205 | this.splitContainer1.Location = new System.Drawing.Point(6, 19);
|
---|
206 | this.splitContainer1.Name = "splitContainer1";
|
---|
207 | this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
|
---|
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);
|
---|
218 | this.splitContainer1.Size = new System.Drawing.Size(309, 54);
|
---|
219 | this.splitContainer1.SplitterDistance = 25;
|
---|
220 | this.splitContainer1.TabIndex = 18;
|
---|
221 | //
|
---|
222 | // splitContainer3
|
---|
223 | //
|
---|
224 | this.splitContainer3.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
225 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
226 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
227 | this.splitContainer3.Location = new System.Drawing.Point(6, 6);
|
---|
228 | this.splitContainer3.Name = "splitContainer3";
|
---|
229 | //
|
---|
230 | // splitContainer3.Panel1
|
---|
231 | //
|
---|
232 | this.splitContainer3.Panel1.Controls.Add(this.stringConvertibleMatrixView);
|
---|
233 | //
|
---|
234 | // splitContainer3.Panel2
|
---|
235 | //
|
---|
236 | this.splitContainer3.Panel2.Controls.Add(this.splitContainer2);
|
---|
237 | this.splitContainer3.Size = new System.Drawing.Size(910, 603);
|
---|
238 | this.splitContainer3.SplitterDistance = 573;
|
---|
239 | this.splitContainer3.TabIndex = 20;
|
---|
240 | //
|
---|
241 | // pairwiseTestGroupBox
|
---|
242 | //
|
---|
243 | this.pairwiseTestGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
244 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
245 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
246 | this.pairwiseTestGroupBox.Controls.Add(this.pairwiseTextLabel);
|
---|
247 | this.pairwiseTestGroupBox.Controls.Add(this.pairwiseStringConvertibleMatrixView);
|
---|
248 | this.pairwiseTestGroupBox.Controls.Add(this.pairwiseLabel);
|
---|
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);
|
---|
253 | this.pairwiseTestGroupBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
---|
254 | this.pairwiseTestGroupBox.Location = new System.Drawing.Point(3, 3);
|
---|
255 | this.pairwiseTestGroupBox.Name = "pairwiseTestGroupBox";
|
---|
256 | this.pairwiseTestGroupBox.Size = new System.Drawing.Size(321, 287);
|
---|
257 | this.pairwiseTestGroupBox.TabIndex = 22;
|
---|
258 | this.pairwiseTestGroupBox.TabStop = false;
|
---|
259 | this.pairwiseTestGroupBox.Text = "4. Pairwise Test for Inequalities in Distributions";
|
---|
260 | //
|
---|
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 | //
|
---|
271 | // pairwiseStringConvertibleMatrixView
|
---|
272 | //
|
---|
273 | this.pairwiseStringConvertibleMatrixView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
274 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
275 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
276 | this.pairwiseStringConvertibleMatrixView.Caption = "StringConvertibleMatrix View";
|
---|
277 | this.pairwiseStringConvertibleMatrixView.Content = null;
|
---|
278 | this.pairwiseStringConvertibleMatrixView.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
---|
279 | this.pairwiseStringConvertibleMatrixView.Location = new System.Drawing.Point(6, 97);
|
---|
280 | this.pairwiseStringConvertibleMatrixView.Name = "pairwiseStringConvertibleMatrixView";
|
---|
281 | this.pairwiseStringConvertibleMatrixView.ReadOnly = false;
|
---|
282 | this.pairwiseStringConvertibleMatrixView.ShowRowsAndColumnsTextBox = false;
|
---|
283 | this.pairwiseStringConvertibleMatrixView.ShowStatisticalInformation = false;
|
---|
284 | this.pairwiseStringConvertibleMatrixView.Size = new System.Drawing.Size(309, 172);
|
---|
285 | this.pairwiseStringConvertibleMatrixView.TabIndex = 19;
|
---|
286 | //
|
---|
287 | // pairwiseLabel
|
---|
288 | //
|
---|
289 | this.pairwiseLabel.AutoSize = true;
|
---|
290 | this.pairwiseLabel.Location = new System.Drawing.Point(6, 44);
|
---|
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 | //
|
---|
297 | // label3
|
---|
298 | //
|
---|
299 | this.label3.AutoSize = true;
|
---|
300 | this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
---|
301 | this.label3.Location = new System.Drawing.Point(6, 68);
|
---|
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 | //
|
---|
310 | this.equalDistsTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
311 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
312 | this.equalDistsTextBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
---|
313 | this.equalDistsTextBox.Location = new System.Drawing.Point(86, 65);
|
---|
314 | this.equalDistsTextBox.Name = "equalDistsTextBox";
|
---|
315 | this.equalDistsTextBox.ReadOnly = true;
|
---|
316 | this.equalDistsTextBox.Size = new System.Drawing.Size(229, 20);
|
---|
317 | this.equalDistsTextBox.TabIndex = 18;
|
---|
318 | //
|
---|
319 | // label2
|
---|
320 | //
|
---|
321 | this.label2.AutoSize = true;
|
---|
322 | this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
---|
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 | //
|
---|
331 | this.groupCompComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
332 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
333 | this.groupCompComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
---|
334 | this.groupCompComboBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
---|
335 | this.groupCompComboBox.FormattingEnabled = true;
|
---|
336 | this.groupCompComboBox.Location = new System.Drawing.Point(123, 19);
|
---|
337 | this.groupCompComboBox.Name = "groupCompComboBox";
|
---|
338 | this.groupCompComboBox.Size = new System.Drawing.Size(192, 21);
|
---|
339 | this.groupCompComboBox.TabIndex = 17;
|
---|
340 | this.groupCompComboBox.SelectedValueChanged += new System.EventHandler(this.groupCompComboBox_SelectedValueChanged);
|
---|
341 | //
|
---|
342 | // allGroupTestGroupBox
|
---|
343 | //
|
---|
344 | this.allGroupTestGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
345 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
346 | this.allGroupTestGroupBox.Controls.Add(this.groupComTextLabel);
|
---|
347 | this.allGroupTestGroupBox.Controls.Add(this.groupCompLabel);
|
---|
348 | this.allGroupTestGroupBox.Controls.Add(this.lblPVal);
|
---|
349 | this.allGroupTestGroupBox.Controls.Add(this.pValTextBox);
|
---|
350 | this.allGroupTestGroupBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
---|
351 | this.allGroupTestGroupBox.Location = new System.Drawing.Point(3, 237);
|
---|
352 | this.allGroupTestGroupBox.Name = "allGroupTestGroupBox";
|
---|
353 | this.allGroupTestGroupBox.Size = new System.Drawing.Size(321, 63);
|
---|
354 | this.allGroupTestGroupBox.TabIndex = 21;
|
---|
355 | this.allGroupTestGroupBox.TabStop = false;
|
---|
356 | this.allGroupTestGroupBox.Text = "3. Kruskal Wallis Test for Inequalities in Distributions";
|
---|
357 | //
|
---|
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 | //
|
---|
368 | // groupCompLabel
|
---|
369 | //
|
---|
370 | this.groupCompLabel.AutoSize = true;
|
---|
371 | this.groupCompLabel.Location = new System.Drawing.Point(6, 16);
|
---|
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 | //
|
---|
380 | this.normalityGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
381 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
382 | this.normalityGroupBox.Controls.Add(this.normalityTextLabel);
|
---|
383 | this.normalityGroupBox.Controls.Add(this.normalityStringConvertibleMatrixView);
|
---|
384 | this.normalityGroupBox.Controls.Add(this.normalityLabel);
|
---|
385 | this.normalityGroupBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
---|
386 | this.normalityGroupBox.Location = new System.Drawing.Point(3, 88);
|
---|
387 | this.normalityGroupBox.Name = "normalityGroupBox";
|
---|
388 | this.normalityGroupBox.Size = new System.Drawing.Size(321, 143);
|
---|
389 | this.normalityGroupBox.TabIndex = 20;
|
---|
390 | this.normalityGroupBox.TabStop = false;
|
---|
391 | this.normalityGroupBox.Text = "2. Jarque-Bera Test for Normal Distribution";
|
---|
392 | //
|
---|
393 | // normalityTextLabel
|
---|
394 | //
|
---|
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:";
|
---|
402 | //
|
---|
403 | // normalityStringConvertibleMatrixView
|
---|
404 | //
|
---|
405 | this.normalityStringConvertibleMatrixView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
406 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
407 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
408 | this.normalityStringConvertibleMatrixView.Caption = "StringConvertibleMatrix View";
|
---|
409 | this.normalityStringConvertibleMatrixView.Content = null;
|
---|
410 | this.normalityStringConvertibleMatrixView.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
---|
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;
|
---|
416 | this.normalityStringConvertibleMatrixView.Size = new System.Drawing.Size(306, 102);
|
---|
417 | this.normalityStringConvertibleMatrixView.TabIndex = 17;
|
---|
418 | //
|
---|
419 | // normalityLabel
|
---|
420 | //
|
---|
421 | this.normalityLabel.AutoSize = true;
|
---|
422 | this.normalityLabel.Location = new System.Drawing.Point(6, 16);
|
---|
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 | //
|
---|
431 | this.selectDataGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
432 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
433 | this.selectDataGroupBox.Controls.Add(this.splitContainer1);
|
---|
434 | this.selectDataGroupBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
---|
435 | this.selectDataGroupBox.Location = new System.Drawing.Point(3, 3);
|
---|
436 | this.selectDataGroupBox.Name = "selectDataGroupBox";
|
---|
437 | this.selectDataGroupBox.Size = new System.Drawing.Size(321, 79);
|
---|
438 | this.selectDataGroupBox.TabIndex = 19;
|
---|
439 | this.selectDataGroupBox.TabStop = false;
|
---|
440 | this.selectDataGroupBox.Text = "1. Select Data";
|
---|
441 | //
|
---|
442 | // tabControl
|
---|
443 | //
|
---|
444 | this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
445 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
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;
|
---|
452 | this.tabControl.Size = new System.Drawing.Size(930, 641);
|
---|
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);
|
---|
461 | this.tabPage1.Size = new System.Drawing.Size(922, 615);
|
---|
462 | this.tabPage1.TabIndex = 0;
|
---|
463 | this.tabPage1.Text = "Tests";
|
---|
464 | this.tabPage1.UseVisualStyleBackColor = true;
|
---|
465 | //
|
---|
466 | // tabPage2
|
---|
467 | //
|
---|
468 | this.tabPage2.Controls.Add(this.histogramControl);
|
---|
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);
|
---|
472 | this.tabPage2.Size = new System.Drawing.Size(922, 615);
|
---|
473 | this.tabPage2.TabIndex = 1;
|
---|
474 | this.tabPage2.Text = "Histogram";
|
---|
475 | this.tabPage2.UseVisualStyleBackColor = true;
|
---|
476 | //
|
---|
477 | // histogramControl
|
---|
478 | //
|
---|
479 | this.histogramControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
480 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
481 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
482 | this.histogramControl.CalculateExactBins = false;
|
---|
483 | this.histogramControl.IncrementNumberOfBins = 1;
|
---|
484 | this.histogramControl.Location = new System.Drawing.Point(6, 6);
|
---|
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;
|
---|
490 | this.histogramControl.Size = new System.Drawing.Size(910, 603);
|
---|
491 | this.histogramControl.TabIndex = 0;
|
---|
492 | //
|
---|
493 | // splitContainer2
|
---|
494 | //
|
---|
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;
|
---|
503 | //
|
---|
504 | // splitContainer2.Panel1
|
---|
505 | //
|
---|
506 | this.splitContainer2.Panel1.Controls.Add(this.selectDataGroupBox);
|
---|
507 | this.splitContainer2.Panel1.Controls.Add(this.allGroupTestGroupBox);
|
---|
508 | this.splitContainer2.Panel1.Controls.Add(this.normalityGroupBox);
|
---|
509 | //
|
---|
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 | //
|
---|
518 | // StatisticalTestsView
|
---|
519 | //
|
---|
520 | this.Controls.Add(this.tabControl);
|
---|
521 | this.Name = "StatisticalTestsView";
|
---|
522 | this.Size = new System.Drawing.Size(936, 647);
|
---|
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);
|
---|
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);
|
---|
541 | this.tabControl.ResumeLayout(false);
|
---|
542 | this.tabPage1.ResumeLayout(false);
|
---|
543 | this.tabPage2.ResumeLayout(false);
|
---|
544 | this.splitContainer2.Panel1.ResumeLayout(false);
|
---|
545 | this.splitContainer2.Panel2.ResumeLayout(false);
|
---|
546 | ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
|
---|
547 | this.splitContainer2.ResumeLayout(false);
|
---|
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;
|
---|
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;
|
---|
574 | private System.Windows.Forms.Label pairwiseLabel;
|
---|
575 | private Data.Views.StringConvertibleMatrixView normalityStringConvertibleMatrixView;
|
---|
576 | private Data.Views.StringConvertibleMatrixView pairwiseStringConvertibleMatrixView;
|
---|
577 | private System.Windows.Forms.Label normalityTextLabel;
|
---|
578 | private System.Windows.Forms.TabControl tabControl;
|
---|
579 | private System.Windows.Forms.TabPage tabPage1;
|
---|
580 | private System.Windows.Forms.TabPage tabPage2;
|
---|
581 | private HeuristicLab.Analysis.Views.HistogramControl histogramControl;
|
---|
582 | private System.Windows.Forms.Label pairwiseTextLabel;
|
---|
583 | private System.Windows.Forms.Label groupComTextLabel;
|
---|
584 | private System.Windows.Forms.SplitContainer splitContainer2;
|
---|
585 | }
|
---|
586 | }
|
---|