Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Analysis.AlgorithmBehavior.Analyzers.Views/3.3/StatisticalTestingView.designer.cs @ 9329

Last change on this file since 9329 was 9320, checked in by ascheibe, 12 years ago

#1886 some more improvements for the statistical testing view

File size: 13.9 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.AlgorithmBehavior.Views {
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.groupByLabel = new System.Windows.Forms.Label();
51      this.label1 = new System.Windows.Forms.Label();
52      this.resultComboBox = new System.Windows.Forms.ComboBox();
53      this.testButton = new System.Windows.Forms.Button();
54      this.normalDistButton = new System.Windows.Forms.Button();
55      this.lblPVal = new System.Windows.Forms.Label();
56      this.pValTextBox = new System.Windows.Forms.TextBox();
57      this.groupComboBox = new System.Windows.Forms.ComboBox();
58      this.normalityDetails = new System.Windows.Forms.Button();
59      this.pairwiseTestButton = new System.Windows.Forms.Button();
60      this.infoLabel = new System.Windows.Forms.Label();
61      this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
62      this.splitContainer1 = new System.Windows.Forms.SplitContainer();
63      this.splitContainer2 = new System.Windows.Forms.SplitContainer();
64      ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
65      this.splitContainer1.Panel1.SuspendLayout();
66      this.splitContainer1.Panel2.SuspendLayout();
67      this.splitContainer1.SuspendLayout();
68      ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
69      this.splitContainer2.Panel1.SuspendLayout();
70      this.splitContainer2.Panel2.SuspendLayout();
71      this.splitContainer2.SuspendLayout();
72      this.SuspendLayout();
73      //
74      // stringConvertibleMatrixView
75      //
76      this.stringConvertibleMatrixView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
77            | System.Windows.Forms.AnchorStyles.Left)
78            | System.Windows.Forms.AnchorStyles.Right)));
79      this.stringConvertibleMatrixView.Caption = "StringConvertibleMatrix View";
80      this.stringConvertibleMatrixView.Content = null;
81      this.stringConvertibleMatrixView.Location = new System.Drawing.Point(3, 38);
82      this.stringConvertibleMatrixView.Name = "stringConvertibleMatrixView";
83      this.stringConvertibleMatrixView.ReadOnly = false;
84      this.stringConvertibleMatrixView.ShowRowsAndColumnsTextBox = false;
85      this.stringConvertibleMatrixView.ShowStatisticalInformation = true;
86      this.stringConvertibleMatrixView.Size = new System.Drawing.Size(918, 423);
87      this.stringConvertibleMatrixView.TabIndex = 0;
88      //
89      // groupByLabel
90      //
91      this.groupByLabel.AutoSize = true;
92      this.groupByLabel.Location = new System.Drawing.Point(3, 6);
93      this.groupByLabel.Name = "groupByLabel";
94      this.groupByLabel.Size = new System.Drawing.Size(53, 13);
95      this.groupByLabel.TabIndex = 7;
96      this.groupByLabel.Text = "Group by:";
97      //
98      // label1
99      //
100      this.label1.AutoSize = true;
101      this.label1.Location = new System.Drawing.Point(3, 6);
102      this.label1.Name = "label1";
103      this.label1.Size = new System.Drawing.Size(40, 13);
104      this.label1.TabIndex = 6;
105      this.label1.Text = "Result:";
106      //
107      // resultComboBox
108      //
109      this.resultComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
110            | System.Windows.Forms.AnchorStyles.Right)));
111      this.resultComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
112      this.resultComboBox.FormattingEnabled = true;
113      this.resultComboBox.Location = new System.Drawing.Point(49, 3);
114      this.resultComboBox.Name = "resultComboBox";
115      this.resultComboBox.Size = new System.Drawing.Size(393, 21);
116      this.resultComboBox.TabIndex = 5;
117      this.resultComboBox.SelectedValueChanged += new System.EventHandler(this.resultComboBox_SelectedValueChanged);
118      //
119      // testButton
120      //
121      this.testButton.Location = new System.Drawing.Point(142, 3);
122      this.testButton.Name = "testButton";
123      this.testButton.Size = new System.Drawing.Size(109, 23);
124      this.testButton.TabIndex = 9;
125      this.testButton.Text = "Test all Groups";
126      this.testButton.UseVisualStyleBackColor = true;
127      this.testButton.Click += new System.EventHandler(this.testButton_Click);
128      //
129      // normalDistButton
130      //
131      this.normalDistButton.Location = new System.Drawing.Point(3, 3);
132      this.normalDistButton.Name = "normalDistButton";
133      this.normalDistButton.Size = new System.Drawing.Size(166, 23);
134      this.normalDistButton.TabIndex = 11;
135      this.normalDistButton.Text = "Check for Normal Distribution";
136      this.normalDistButton.UseVisualStyleBackColor = true;
137      this.normalDistButton.Click += new System.EventHandler(this.normalDistButton_Click);
138      //
139      // lblPVal
140      //
141      this.lblPVal.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
142      this.lblPVal.AutoSize = true;
143      this.lblPVal.Location = new System.Drawing.Point(311, 8);
144      this.lblPVal.Name = "lblPVal";
145      this.lblPVal.Size = new System.Drawing.Size(46, 13);
146      this.lblPVal.TabIndex = 12;
147      this.lblPVal.Text = "p-Value:";
148      this.lblPVal.TextAlign = System.Drawing.ContentAlignment.TopRight;
149      //
150      // pValTextBox
151      //
152      this.pValTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
153      this.pValTextBox.Location = new System.Drawing.Point(363, 5);
154      this.pValTextBox.Name = "pValTextBox";
155      this.pValTextBox.Size = new System.Drawing.Size(144, 20);
156      this.pValTextBox.TabIndex = 13;
157      //
158      // groupComboBox
159      //
160      this.groupComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
161            | System.Windows.Forms.AnchorStyles.Right)));
162      this.groupComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
163      this.groupComboBox.FormattingEnabled = true;
164      this.groupComboBox.Location = new System.Drawing.Point(62, 3);
165      this.groupComboBox.Name = "groupComboBox";
166      this.groupComboBox.Size = new System.Drawing.Size(377, 21);
167      this.groupComboBox.TabIndex = 14;
168      this.groupComboBox.SelectedValueChanged += new System.EventHandler(this.groupComboBox_SelectedValueChanged);
169      //
170      // normalityDetails
171      //
172      this.normalityDetails.Location = new System.Drawing.Point(175, 3);
173      this.normalityDetails.Name = "normalityDetails";
174      this.normalityDetails.Size = new System.Drawing.Size(181, 23);
175      this.normalityDetails.TabIndex = 15;
176      this.normalityDetails.Text = "Show Details of Normality Test";
177      this.normalityDetails.UseVisualStyleBackColor = true;
178      this.normalityDetails.Click += new System.EventHandler(this.normalityDetails_Click);
179      //
180      // pairwiseTestButton
181      //
182      this.pairwiseTestButton.Location = new System.Drawing.Point(4, 3);
183      this.pairwiseTestButton.Name = "pairwiseTestButton";
184      this.pairwiseTestButton.Size = new System.Drawing.Size(132, 23);
185      this.pairwiseTestButton.TabIndex = 16;
186      this.pairwiseTestButton.Text = "Pairwise Statistical Test";
187      this.pairwiseTestButton.UseVisualStyleBackColor = true;
188      this.pairwiseTestButton.Click += new System.EventHandler(this.pairwiseTestButton_Click);
189      //
190      // infoLabel
191      //
192      this.infoLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
193      this.infoLabel.Image = ((System.Drawing.Image)(resources.GetObject("infoLabel.Image")));
194      this.infoLabel.Location = new System.Drawing.Point(905, 9);
195      this.infoLabel.Name = "infoLabel";
196      this.infoLabel.Size = new System.Drawing.Size(16, 16);
197      this.infoLabel.TabIndex = 17;
198      this.toolTip1.SetToolTip(this.infoLabel, resources.GetString("infoLabel.ToolTip"));
199      this.infoLabel.DoubleClick += new System.EventHandler(this.infoLabel_DoubleClick);
200      //
201      // splitContainer1
202      //
203      this.splitContainer1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
204            | System.Windows.Forms.AnchorStyles.Right)));
205      this.splitContainer1.Location = new System.Drawing.Point(8, 3);
206      this.splitContainer1.Name = "splitContainer1";
207      //
208      // splitContainer1.Panel1
209      //
210      this.splitContainer1.Panel1.Controls.Add(this.resultComboBox);
211      this.splitContainer1.Panel1.Controls.Add(this.label1);
212      //
213      // splitContainer1.Panel2
214      //
215      this.splitContainer1.Panel2.Controls.Add(this.groupByLabel);
216      this.splitContainer1.Panel2.Controls.Add(this.groupComboBox);
217      this.splitContainer1.Size = new System.Drawing.Size(891, 29);
218      this.splitContainer1.SplitterDistance = 445;
219      this.splitContainer1.TabIndex = 18;
220      //
221      // splitContainer2
222      //
223      this.splitContainer2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
224            | System.Windows.Forms.AnchorStyles.Right)));
225      this.splitContainer2.Location = new System.Drawing.Point(8, 467);
226      this.splitContainer2.Name = "splitContainer2";
227      //
228      // splitContainer2.Panel1
229      //
230      this.splitContainer2.Panel1.Controls.Add(this.normalDistButton);
231      this.splitContainer2.Panel1.Controls.Add(this.normalityDetails);
232      //
233      // splitContainer2.Panel2
234      //
235      this.splitContainer2.Panel2.Controls.Add(this.pairwiseTestButton);
236      this.splitContainer2.Panel2.Controls.Add(this.testButton);
237      this.splitContainer2.Panel2.Controls.Add(this.pValTextBox);
238      this.splitContainer2.Panel2.Controls.Add(this.lblPVal);
239      this.splitContainer2.Size = new System.Drawing.Size(913, 30);
240      this.splitContainer2.SplitterDistance = 399;
241      this.splitContainer2.TabIndex = 19;
242      //
243      // StatisticalTestingView
244      //
245      this.Controls.Add(this.splitContainer2);
246      this.Controls.Add(this.splitContainer1);
247      this.Controls.Add(this.infoLabel);
248      this.Controls.Add(this.stringConvertibleMatrixView);
249      this.Name = "StatisticalTestingView";
250      this.Size = new System.Drawing.Size(924, 500);
251      this.splitContainer1.Panel1.ResumeLayout(false);
252      this.splitContainer1.Panel1.PerformLayout();
253      this.splitContainer1.Panel2.ResumeLayout(false);
254      this.splitContainer1.Panel2.PerformLayout();
255      ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
256      this.splitContainer1.ResumeLayout(false);
257      this.splitContainer2.Panel1.ResumeLayout(false);
258      this.splitContainer2.Panel2.ResumeLayout(false);
259      this.splitContainer2.Panel2.PerformLayout();
260      ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
261      this.splitContainer2.ResumeLayout(false);
262      this.ResumeLayout(false);
263
264    }
265    #endregion
266
267    private HeuristicLab.Data.Views.StringConvertibleMatrixView stringConvertibleMatrixView;
268    private System.Windows.Forms.Label groupByLabel;
269    private System.Windows.Forms.Label label1;
270    private System.Windows.Forms.ComboBox resultComboBox;
271    private System.Windows.Forms.Button testButton;
272    private System.Windows.Forms.Button normalDistButton;
273    private System.Windows.Forms.Label lblPVal;
274    private System.Windows.Forms.TextBox pValTextBox;
275    private System.Windows.Forms.ComboBox groupComboBox;
276    private System.Windows.Forms.Button normalityDetails;
277    private System.Windows.Forms.Button pairwiseTestButton;
278    private System.Windows.Forms.Label infoLabel;
279    private System.Windows.Forms.ToolTip toolTip1;
280    private System.Windows.Forms.SplitContainer splitContainer1;
281    private System.Windows.Forms.SplitContainer splitContainer2;
282  }
283}
Note: See TracBrowser for help on using the repository browser.