Free cookie consent management tool by TermsFeed Policy Generator

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

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

#2031 adapted views to new help system

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