Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 9936 was 9936, checked in by ascheibe, 11 years ago

#2031 try to filter NaN values in correlation view and some other minor improvements

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