Free cookie consent management tool by TermsFeed Policy Generator

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

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

#2031 reorganized statistical testing ui

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