Free cookie consent management tool by TermsFeed Policy Generator

source: branches/StatisticalTesting/HeuristicLab.Analysis.Statistics/3.3/StatisticalTestingView.designer.cs @ 11612

Last change on this file since 11612 was 11612, checked in by ascheibe, 9 years ago

#2031 fixed a bug in the progress handling of the statistical testing view

File size: 29.2 KB
Line 
1#region License Information
2/* HeuristicLab
3 * Copyright (C) 2002-2014 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
22namespace HeuristicLab.Analysis.Statistics {
23  partial class StatisticalTestingView {
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.pairwiseStringConvertibleMatrixView = new HeuristicLab.Data.Views.StringConvertibleMatrixView();
61      this.pairwiseLabel = new System.Windows.Forms.Label();
62      this.label3 = new System.Windows.Forms.Label();
63      this.equalDistsTextBox = new System.Windows.Forms.TextBox();
64      this.label2 = new System.Windows.Forms.Label();
65      this.groupCompComboBox = new System.Windows.Forms.ComboBox();
66      this.allGroupTestGroupBox = new System.Windows.Forms.GroupBox();
67      this.groupCompLabel = new System.Windows.Forms.Label();
68      this.normalityGroupBox = new System.Windows.Forms.GroupBox();
69      this.label4 = new System.Windows.Forms.Label();
70      this.normalityStringConvertibleMatrixView = new HeuristicLab.Data.Views.StringConvertibleMatrixView();
71      this.normalityLabel = new System.Windows.Forms.Label();
72      this.selectDataGroupBox = new System.Windows.Forms.GroupBox();
73      this.tabControl = new System.Windows.Forms.TabControl();
74      this.tabPage1 = new System.Windows.Forms.TabPage();
75      this.tabPage2 = new System.Windows.Forms.TabPage();
76      this.histogramControl = new HeuristicLab.Analysis.Views.HistogramControl();
77      this.contextMenuStrip1.SuspendLayout();
78      ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
79      this.splitContainer1.Panel1.SuspendLayout();
80      this.splitContainer1.Panel2.SuspendLayout();
81      this.splitContainer1.SuspendLayout();
82      ((System.ComponentModel.ISupportInitialize)(this.splitContainer3)).BeginInit();
83      this.splitContainer3.Panel1.SuspendLayout();
84      this.splitContainer3.Panel2.SuspendLayout();
85      this.splitContainer3.SuspendLayout();
86      this.pairwiseTestGroupBox.SuspendLayout();
87      this.allGroupTestGroupBox.SuspendLayout();
88      this.normalityGroupBox.SuspendLayout();
89      this.selectDataGroupBox.SuspendLayout();
90      this.tabControl.SuspendLayout();
91      this.tabPage1.SuspendLayout();
92      this.tabPage2.SuspendLayout();
93      this.SuspendLayout();
94      //
95      // stringConvertibleMatrixView
96      //
97      this.stringConvertibleMatrixView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
98            | System.Windows.Forms.AnchorStyles.Left)
99            | System.Windows.Forms.AnchorStyles.Right)));
100      this.stringConvertibleMatrixView.Caption = "StringConvertibleMatrix View";
101      this.stringConvertibleMatrixView.Content = null;
102      this.stringConvertibleMatrixView.ContextMenuStrip = this.contextMenuStrip1;
103      this.stringConvertibleMatrixView.Location = new System.Drawing.Point(3, 3);
104      this.stringConvertibleMatrixView.Name = "stringConvertibleMatrixView";
105      this.stringConvertibleMatrixView.ReadOnly = false;
106      this.stringConvertibleMatrixView.ShowRowsAndColumnsTextBox = false;
107      this.stringConvertibleMatrixView.ShowStatisticalInformation = true;
108      this.stringConvertibleMatrixView.Size = new System.Drawing.Size(567, 523);
109      this.stringConvertibleMatrixView.TabIndex = 0;
110      //
111      // contextMenuStrip1
112      //
113      this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
114            this.openBoxPlotToolStripMenuItem});
115      this.contextMenuStrip1.Name = "contextMenuStrip1";
116      this.contextMenuStrip1.Size = new System.Drawing.Size(175, 26);
117      //
118      // openBoxPlotToolStripMenuItem
119      //
120      this.openBoxPlotToolStripMenuItem.Name = "openBoxPlotToolStripMenuItem";
121      this.openBoxPlotToolStripMenuItem.Size = new System.Drawing.Size(174, 22);
122      this.openBoxPlotToolStripMenuItem.Text = "Open BoxPlot View";
123      this.openBoxPlotToolStripMenuItem.Click += new System.EventHandler(this.openBoxPlotToolStripMenuItem_Click);
124      //
125      // groupByLabel
126      //
127      this.groupByLabel.AutoSize = true;
128      this.groupByLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
129      this.groupByLabel.Location = new System.Drawing.Point(3, 6);
130      this.groupByLabel.Name = "groupByLabel";
131      this.groupByLabel.Size = new System.Drawing.Size(53, 13);
132      this.groupByLabel.TabIndex = 7;
133      this.groupByLabel.Text = "Group by:";
134      //
135      // label1
136      //
137      this.label1.AutoSize = true;
138      this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
139      this.label1.Location = new System.Drawing.Point(3, 6);
140      this.label1.Name = "label1";
141      this.label1.Size = new System.Drawing.Size(40, 13);
142      this.label1.TabIndex = 6;
143      this.label1.Text = "Result:";
144      //
145      // resultComboBox
146      //
147      this.resultComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
148            | System.Windows.Forms.AnchorStyles.Right)));
149      this.resultComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
150      this.resultComboBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
151      this.resultComboBox.FormattingEnabled = true;
152      this.resultComboBox.Location = new System.Drawing.Point(62, 3);
153      this.resultComboBox.Name = "resultComboBox";
154      this.resultComboBox.Size = new System.Drawing.Size(250, 21);
155      this.resultComboBox.TabIndex = 5;
156      this.resultComboBox.SelectedValueChanged += new System.EventHandler(this.resultComboBox_SelectedValueChanged);
157      //
158      // lblPVal
159      //
160      this.lblPVal.AutoSize = true;
161      this.lblPVal.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
162      this.lblPVal.Location = new System.Drawing.Point(6, 22);
163      this.lblPVal.Name = "lblPVal";
164      this.lblPVal.Size = new System.Drawing.Size(46, 13);
165      this.lblPVal.TabIndex = 12;
166      this.lblPVal.Text = "p-Value:";
167      this.lblPVal.TextAlign = System.Drawing.ContentAlignment.TopRight;
168      //
169      // pValTextBox
170      //
171      this.pValTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
172            | System.Windows.Forms.AnchorStyles.Right)));
173      this.pValTextBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
174      this.pValTextBox.Location = new System.Drawing.Point(58, 19);
175      this.pValTextBox.Name = "pValTextBox";
176      this.pValTextBox.ReadOnly = true;
177      this.pValTextBox.Size = new System.Drawing.Size(241, 20);
178      this.pValTextBox.TabIndex = 13;
179      //
180      // groupComboBox
181      //
182      this.groupComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
183            | System.Windows.Forms.AnchorStyles.Right)));
184      this.groupComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
185      this.groupComboBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
186      this.groupComboBox.FormattingEnabled = true;
187      this.groupComboBox.Location = new System.Drawing.Point(62, 3);
188      this.groupComboBox.Name = "groupComboBox";
189      this.groupComboBox.Size = new System.Drawing.Size(250, 21);
190      this.groupComboBox.TabIndex = 14;
191      this.groupComboBox.SelectedValueChanged += new System.EventHandler(this.groupComboBox_SelectedValueChanged);
192      //
193      // splitContainer1
194      //
195      this.splitContainer1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
196            | System.Windows.Forms.AnchorStyles.Left)
197            | System.Windows.Forms.AnchorStyles.Right)));
198      this.splitContainer1.Location = new System.Drawing.Point(6, 19);
199      this.splitContainer1.Name = "splitContainer1";
200      this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
201      //
202      // splitContainer1.Panel1
203      //
204      this.splitContainer1.Panel1.Controls.Add(this.resultComboBox);
205      this.splitContainer1.Panel1.Controls.Add(this.label1);
206      //
207      // splitContainer1.Panel2
208      //
209      this.splitContainer1.Panel2.Controls.Add(this.groupByLabel);
210      this.splitContainer1.Panel2.Controls.Add(this.groupComboBox);
211      this.splitContainer1.Size = new System.Drawing.Size(315, 54);
212      this.splitContainer1.SplitterDistance = 25;
213      this.splitContainer1.TabIndex = 18;
214      //
215      // splitContainer3
216      //
217      this.splitContainer3.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
218            | System.Windows.Forms.AnchorStyles.Left)
219            | System.Windows.Forms.AnchorStyles.Right)));
220      this.splitContainer3.Location = new System.Drawing.Point(6, 6);
221      this.splitContainer3.Name = "splitContainer3";
222      //
223      // splitContainer3.Panel1
224      //
225      this.splitContainer3.Panel1.Controls.Add(this.stringConvertibleMatrixView);
226      //
227      // splitContainer3.Panel2
228      //
229      this.splitContainer3.Panel2.Controls.Add(this.pairwiseTestGroupBox);
230      this.splitContainer3.Panel2.Controls.Add(this.allGroupTestGroupBox);
231      this.splitContainer3.Panel2.Controls.Add(this.normalityGroupBox);
232      this.splitContainer3.Panel2.Controls.Add(this.selectDataGroupBox);
233      this.splitContainer3.Size = new System.Drawing.Size(910, 529);
234      this.splitContainer3.SplitterDistance = 573;
235      this.splitContainer3.TabIndex = 20;
236      //
237      // pairwiseTestGroupBox
238      //
239      this.pairwiseTestGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
240            | System.Windows.Forms.AnchorStyles.Left)
241            | System.Windows.Forms.AnchorStyles.Right)));
242      this.pairwiseTestGroupBox.Controls.Add(this.pairwiseStringConvertibleMatrixView);
243      this.pairwiseTestGroupBox.Controls.Add(this.pairwiseLabel);
244      this.pairwiseTestGroupBox.Controls.Add(this.label3);
245      this.pairwiseTestGroupBox.Controls.Add(this.equalDistsTextBox);
246      this.pairwiseTestGroupBox.Controls.Add(this.label2);
247      this.pairwiseTestGroupBox.Controls.Add(this.groupCompComboBox);
248      this.pairwiseTestGroupBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
249      this.pairwiseTestGroupBox.Location = new System.Drawing.Point(3, 289);
250      this.pairwiseTestGroupBox.Name = "pairwiseTestGroupBox";
251      this.pairwiseTestGroupBox.Size = new System.Drawing.Size(327, 218);
252      this.pairwiseTestGroupBox.TabIndex = 22;
253      this.pairwiseTestGroupBox.TabStop = false;
254      this.pairwiseTestGroupBox.Text = "4. Pairwise Test for Inequalities in Distributions";
255      //
256      // pairwiseStringConvertibleMatrixView
257      //
258      this.pairwiseStringConvertibleMatrixView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
259            | System.Windows.Forms.AnchorStyles.Left)
260            | System.Windows.Forms.AnchorStyles.Right)));
261      this.pairwiseStringConvertibleMatrixView.Caption = "StringConvertibleMatrix View";
262      this.pairwiseStringConvertibleMatrixView.Content = null;
263      this.pairwiseStringConvertibleMatrixView.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
264      this.pairwiseStringConvertibleMatrixView.Location = new System.Drawing.Point(6, 72);
265      this.pairwiseStringConvertibleMatrixView.Name = "pairwiseStringConvertibleMatrixView";
266      this.pairwiseStringConvertibleMatrixView.ReadOnly = false;
267      this.pairwiseStringConvertibleMatrixView.ShowRowsAndColumnsTextBox = false;
268      this.pairwiseStringConvertibleMatrixView.ShowStatisticalInformation = false;
269      this.pairwiseStringConvertibleMatrixView.Size = new System.Drawing.Size(315, 140);
270      this.pairwiseStringConvertibleMatrixView.TabIndex = 19;
271      //
272      // pairwiseLabel
273      //
274      this.pairwiseLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
275      this.pairwiseLabel.AutoSize = true;
276      this.pairwiseLabel.Location = new System.Drawing.Point(305, 47);
277      this.pairwiseLabel.MaximumSize = new System.Drawing.Size(16, 16);
278      this.pairwiseLabel.MinimumSize = new System.Drawing.Size(16, 16);
279      this.pairwiseLabel.Name = "pairwiseLabel";
280      this.pairwiseLabel.Size = new System.Drawing.Size(16, 16);
281      this.pairwiseLabel.TabIndex = 18;
282      //
283      // label3
284      //
285      this.label3.AutoSize = true;
286      this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
287      this.label3.Location = new System.Drawing.Point(6, 49);
288      this.label3.Name = "label3";
289      this.label3.Size = new System.Drawing.Size(74, 13);
290      this.label3.TabIndex = 18;
291      this.label3.Text = "Equal Groups:";
292      this.label3.TextAlign = System.Drawing.ContentAlignment.TopRight;
293      //
294      // equalDistsTextBox
295      //
296      this.equalDistsTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
297            | System.Windows.Forms.AnchorStyles.Right)));
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(123, 46);
300      this.equalDistsTextBox.Name = "equalDistsTextBox";
301      this.equalDistsTextBox.ReadOnly = true;
302      this.equalDistsTextBox.Size = new System.Drawing.Size(176, 20);
303      this.equalDistsTextBox.TabIndex = 18;
304      //
305      // label2
306      //
307      this.label2.AutoSize = true;
308      this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
309      this.label2.Location = new System.Drawing.Point(6, 22);
310      this.label2.Name = "label2";
311      this.label2.Size = new System.Drawing.Size(111, 13);
312      this.label2.TabIndex = 18;
313      this.label2.Text = "Group for comparison:";
314      //
315      // groupCompComboBox
316      //
317      this.groupCompComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
318            | System.Windows.Forms.AnchorStyles.Right)));
319      this.groupCompComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
320      this.groupCompComboBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
321      this.groupCompComboBox.FormattingEnabled = true;
322      this.groupCompComboBox.Location = new System.Drawing.Point(123, 19);
323      this.groupCompComboBox.Name = "groupCompComboBox";
324      this.groupCompComboBox.Size = new System.Drawing.Size(198, 21);
325      this.groupCompComboBox.TabIndex = 17;
326      this.groupCompComboBox.SelectedValueChanged += new System.EventHandler(this.groupCompComboBox_SelectedValueChanged);
327      //
328      // allGroupTestGroupBox
329      //
330      this.allGroupTestGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
331            | System.Windows.Forms.AnchorStyles.Right)));
332      this.allGroupTestGroupBox.Controls.Add(this.groupCompLabel);
333      this.allGroupTestGroupBox.Controls.Add(this.lblPVal);
334      this.allGroupTestGroupBox.Controls.Add(this.pValTextBox);
335      this.allGroupTestGroupBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
336      this.allGroupTestGroupBox.Location = new System.Drawing.Point(3, 237);
337      this.allGroupTestGroupBox.Name = "allGroupTestGroupBox";
338      this.allGroupTestGroupBox.Size = new System.Drawing.Size(327, 46);
339      this.allGroupTestGroupBox.TabIndex = 21;
340      this.allGroupTestGroupBox.TabStop = false;
341      this.allGroupTestGroupBox.Text = "3. Kruskal Wallis Test for Inequalities in Distributions";
342      //
343      // groupCompLabel
344      //
345      this.groupCompLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
346      this.groupCompLabel.AutoSize = true;
347      this.groupCompLabel.Location = new System.Drawing.Point(305, 22);
348      this.groupCompLabel.MaximumSize = new System.Drawing.Size(16, 16);
349      this.groupCompLabel.MinimumSize = new System.Drawing.Size(16, 16);
350      this.groupCompLabel.Name = "groupCompLabel";
351      this.groupCompLabel.Size = new System.Drawing.Size(16, 16);
352      this.groupCompLabel.TabIndex = 17;
353      //
354      // normalityGroupBox
355      //
356      this.normalityGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
357            | System.Windows.Forms.AnchorStyles.Right)));
358      this.normalityGroupBox.Controls.Add(this.label4);
359      this.normalityGroupBox.Controls.Add(this.normalityStringConvertibleMatrixView);
360      this.normalityGroupBox.Controls.Add(this.normalityLabel);
361      this.normalityGroupBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
362      this.normalityGroupBox.Location = new System.Drawing.Point(3, 88);
363      this.normalityGroupBox.Name = "normalityGroupBox";
364      this.normalityGroupBox.Size = new System.Drawing.Size(327, 143);
365      this.normalityGroupBox.TabIndex = 20;
366      this.normalityGroupBox.TabStop = false;
367      this.normalityGroupBox.Text = "2. Jarque-Bera Test for Normal Distribution";
368      //
369      // label4
370      //
371      this.label4.AutoSize = true;
372      this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
373      this.label4.Location = new System.Drawing.Point(6, 16);
374      this.label4.Name = "label4";
375      this.label4.Size = new System.Drawing.Size(135, 13);
376      this.label4.TabIndex = 18;
377      this.label4.Text = "Data is normally distributed:";
378      //
379      // normalityStringConvertibleMatrixView
380      //
381      this.normalityStringConvertibleMatrixView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
382            | System.Windows.Forms.AnchorStyles.Left)
383            | System.Windows.Forms.AnchorStyles.Right)));
384      this.normalityStringConvertibleMatrixView.Caption = "StringConvertibleMatrix View";
385      this.normalityStringConvertibleMatrixView.Content = null;
386      this.normalityStringConvertibleMatrixView.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
387      this.normalityStringConvertibleMatrixView.Location = new System.Drawing.Point(6, 35);
388      this.normalityStringConvertibleMatrixView.Name = "normalityStringConvertibleMatrixView";
389      this.normalityStringConvertibleMatrixView.ReadOnly = false;
390      this.normalityStringConvertibleMatrixView.ShowRowsAndColumnsTextBox = false;
391      this.normalityStringConvertibleMatrixView.ShowStatisticalInformation = false;
392      this.normalityStringConvertibleMatrixView.Size = new System.Drawing.Size(312, 102);
393      this.normalityStringConvertibleMatrixView.TabIndex = 17;
394      //
395      // normalityLabel
396      //
397      this.normalityLabel.AutoSize = true;
398      this.normalityLabel.Location = new System.Drawing.Point(156, 16);
399      this.normalityLabel.MaximumSize = new System.Drawing.Size(16, 16);
400      this.normalityLabel.MinimumSize = new System.Drawing.Size(16, 16);
401      this.normalityLabel.Name = "normalityLabel";
402      this.normalityLabel.Size = new System.Drawing.Size(16, 16);
403      this.normalityLabel.TabIndex = 16;
404      //
405      // selectDataGroupBox
406      //
407      this.selectDataGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
408            | System.Windows.Forms.AnchorStyles.Right)));
409      this.selectDataGroupBox.Controls.Add(this.splitContainer1);
410      this.selectDataGroupBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
411      this.selectDataGroupBox.Location = new System.Drawing.Point(3, 3);
412      this.selectDataGroupBox.Name = "selectDataGroupBox";
413      this.selectDataGroupBox.Size = new System.Drawing.Size(327, 79);
414      this.selectDataGroupBox.TabIndex = 19;
415      this.selectDataGroupBox.TabStop = false;
416      this.selectDataGroupBox.Text = "1. Select Data";
417      //
418      // tabControl
419      //
420      this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
421            | System.Windows.Forms.AnchorStyles.Left)
422            | System.Windows.Forms.AnchorStyles.Right)));
423      this.tabControl.Controls.Add(this.tabPage1);
424      this.tabControl.Controls.Add(this.tabPage2);
425      this.tabControl.Location = new System.Drawing.Point(3, 3);
426      this.tabControl.Name = "tabControl";
427      this.tabControl.SelectedIndex = 0;
428      this.tabControl.Size = new System.Drawing.Size(930, 567);
429      this.tabControl.TabIndex = 21;
430      //
431      // tabPage1
432      //
433      this.tabPage1.Controls.Add(this.splitContainer3);
434      this.tabPage1.Location = new System.Drawing.Point(4, 22);
435      this.tabPage1.Name = "tabPage1";
436      this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
437      this.tabPage1.Size = new System.Drawing.Size(922, 541);
438      this.tabPage1.TabIndex = 0;
439      this.tabPage1.Text = "Tests";
440      this.tabPage1.UseVisualStyleBackColor = true;
441      //
442      // tabPage2
443      //
444      this.tabPage2.Controls.Add(this.histogramControl);
445      this.tabPage2.Location = new System.Drawing.Point(4, 22);
446      this.tabPage2.Name = "tabPage2";
447      this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
448      this.tabPage2.Size = new System.Drawing.Size(922, 541);
449      this.tabPage2.TabIndex = 1;
450      this.tabPage2.Text = "Histogram";
451      this.tabPage2.UseVisualStyleBackColor = true;
452      //
453      // dataTableView
454      //
455      this.histogramControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
456            | System.Windows.Forms.AnchorStyles.Left)
457            | System.Windows.Forms.AnchorStyles.Right)));
458      this.histogramControl.Location = new System.Drawing.Point(6, 6);
459      this.histogramControl.Name = "dataTableView";
460      this.histogramControl.Size = new System.Drawing.Size(910, 529);
461      this.histogramControl.TabIndex = 0;
462      //
463      // StatisticalTestingView
464      //
465      this.Controls.Add(this.tabControl);
466      this.Name = "StatisticalTestingView";
467      this.Size = new System.Drawing.Size(936, 573);
468      this.contextMenuStrip1.ResumeLayout(false);
469      this.splitContainer1.Panel1.ResumeLayout(false);
470      this.splitContainer1.Panel1.PerformLayout();
471      this.splitContainer1.Panel2.ResumeLayout(false);
472      this.splitContainer1.Panel2.PerformLayout();
473      ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
474      this.splitContainer1.ResumeLayout(false);
475      this.splitContainer3.Panel1.ResumeLayout(false);
476      this.splitContainer3.Panel2.ResumeLayout(false);
477      ((System.ComponentModel.ISupportInitialize)(this.splitContainer3)).EndInit();
478      this.splitContainer3.ResumeLayout(false);
479      this.pairwiseTestGroupBox.ResumeLayout(false);
480      this.pairwiseTestGroupBox.PerformLayout();
481      this.allGroupTestGroupBox.ResumeLayout(false);
482      this.allGroupTestGroupBox.PerformLayout();
483      this.normalityGroupBox.ResumeLayout(false);
484      this.normalityGroupBox.PerformLayout();
485      this.selectDataGroupBox.ResumeLayout(false);
486      this.tabControl.ResumeLayout(false);
487      this.tabPage1.ResumeLayout(false);
488      this.tabPage2.ResumeLayout(false);
489      this.ResumeLayout(false);
490
491    }
492    #endregion
493
494    private HeuristicLab.Data.Views.StringConvertibleMatrixView stringConvertibleMatrixView;
495    private System.Windows.Forms.Label groupByLabel;
496    private System.Windows.Forms.Label label1;
497    private System.Windows.Forms.ComboBox resultComboBox;
498    private System.Windows.Forms.Label lblPVal;
499    private System.Windows.Forms.TextBox pValTextBox;
500    private System.Windows.Forms.ComboBox groupComboBox;
501    private System.Windows.Forms.SplitContainer splitContainer1;
502    private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
503    private System.Windows.Forms.ToolStripMenuItem openBoxPlotToolStripMenuItem;
504    private System.Windows.Forms.SplitContainer splitContainer3;
505    private System.Windows.Forms.GroupBox selectDataGroupBox;
506    private System.Windows.Forms.GroupBox normalityGroupBox;
507    private System.Windows.Forms.GroupBox pairwiseTestGroupBox;
508    private System.Windows.Forms.GroupBox allGroupTestGroupBox;
509    private System.Windows.Forms.Label normalityLabel;
510    private System.Windows.Forms.Label groupCompLabel;
511    private System.Windows.Forms.Label label2;
512    private System.Windows.Forms.ComboBox groupCompComboBox;
513    private System.Windows.Forms.Label label3;
514    private System.Windows.Forms.TextBox equalDistsTextBox;
515    private System.Windows.Forms.Label pairwiseLabel;
516    private Data.Views.StringConvertibleMatrixView normalityStringConvertibleMatrixView;
517    private Data.Views.StringConvertibleMatrixView pairwiseStringConvertibleMatrixView;
518    private System.Windows.Forms.Label label4;
519    private System.Windows.Forms.TabControl tabControl;
520    private System.Windows.Forms.TabPage tabPage1;
521    private System.Windows.Forms.TabPage tabPage2;
522    private HeuristicLab.Analysis.Views.HistogramControl histogramControl;
523  }
524}
Note: See TracBrowser for help on using the repository browser.