Free cookie consent management tool by TermsFeed Policy Generator

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

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

#2031 improved chart analysis view

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