#region License Information /* HeuristicLab * Copyright (C) 2002-2013 Heuristic and Evolutionary Algorithms Laboratory (HEAL) * * This file is part of HeuristicLab. * * HeuristicLab is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * HeuristicLab is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with HeuristicLab. If not, see . */ #endregion namespace HeuristicLab.Analysis.Statistics { partial class StatisticalTestingView { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(StatisticalTestingView)); this.stringConvertibleMatrixView = new HeuristicLab.Data.Views.StringConvertibleMatrixView(); this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components); this.openBoxPlotToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.groupByLabel = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.resultComboBox = new System.Windows.Forms.ComboBox(); this.testButton = new System.Windows.Forms.Button(); this.normalDistButton = new System.Windows.Forms.Button(); this.lblPVal = new System.Windows.Forms.Label(); this.pValTextBox = new System.Windows.Forms.TextBox(); this.groupComboBox = new System.Windows.Forms.ComboBox(); this.normalityDetails = new System.Windows.Forms.Button(); this.pairwiseTestButton = new System.Windows.Forms.Button(); this.infoLabel = new System.Windows.Forms.Label(); this.toolTip1 = new System.Windows.Forms.ToolTip(this.components); this.splitContainer1 = new System.Windows.Forms.SplitContainer(); this.splitContainer3 = new System.Windows.Forms.SplitContainer(); this.pairwiseTestGroupBox = new System.Windows.Forms.GroupBox(); this.label3 = new System.Windows.Forms.Label(); this.equalDistsTextBox = new System.Windows.Forms.TextBox(); this.pairwiseCheckDataButton = new System.Windows.Forms.Button(); this.label2 = new System.Windows.Forms.Label(); this.groupCompComboBox = new System.Windows.Forms.ComboBox(); this.allGroupTestGroupBox = new System.Windows.Forms.GroupBox(); this.groupCompLabel = new System.Windows.Forms.Label(); this.normalityGroupBox = new System.Windows.Forms.GroupBox(); this.normalityLabel = new System.Windows.Forms.Label(); this.selectDataGroupBox = new System.Windows.Forms.GroupBox(); this.contextMenuStrip1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit(); this.splitContainer1.Panel1.SuspendLayout(); this.splitContainer1.Panel2.SuspendLayout(); this.splitContainer1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.splitContainer3)).BeginInit(); this.splitContainer3.Panel1.SuspendLayout(); this.splitContainer3.Panel2.SuspendLayout(); this.splitContainer3.SuspendLayout(); this.pairwiseTestGroupBox.SuspendLayout(); this.allGroupTestGroupBox.SuspendLayout(); this.normalityGroupBox.SuspendLayout(); this.selectDataGroupBox.SuspendLayout(); this.SuspendLayout(); // // stringConvertibleMatrixView // this.stringConvertibleMatrixView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.stringConvertibleMatrixView.Caption = "StringConvertibleMatrix View"; this.stringConvertibleMatrixView.Content = null; this.stringConvertibleMatrixView.ContextMenuStrip = this.contextMenuStrip1; this.stringConvertibleMatrixView.Location = new System.Drawing.Point(3, 3); this.stringConvertibleMatrixView.Name = "stringConvertibleMatrixView"; this.stringConvertibleMatrixView.ReadOnly = false; this.stringConvertibleMatrixView.ShowRowsAndColumnsTextBox = false; this.stringConvertibleMatrixView.ShowStatisticalInformation = true; this.stringConvertibleMatrixView.Size = new System.Drawing.Size(644, 488); this.stringConvertibleMatrixView.TabIndex = 0; // // contextMenuStrip1 // this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.openBoxPlotToolStripMenuItem}); this.contextMenuStrip1.Name = "contextMenuStrip1"; this.contextMenuStrip1.Size = new System.Drawing.Size(175, 26); // // openBoxPlotToolStripMenuItem // this.openBoxPlotToolStripMenuItem.Name = "openBoxPlotToolStripMenuItem"; this.openBoxPlotToolStripMenuItem.Size = new System.Drawing.Size(174, 22); this.openBoxPlotToolStripMenuItem.Text = "Open BoxPlot View"; this.openBoxPlotToolStripMenuItem.Click += new System.EventHandler(this.openBoxPlotToolStripMenuItem_Click); // // groupByLabel // this.groupByLabel.AutoSize = true; this.groupByLabel.Location = new System.Drawing.Point(3, 6); this.groupByLabel.Name = "groupByLabel"; this.groupByLabel.Size = new System.Drawing.Size(53, 13); this.groupByLabel.TabIndex = 7; this.groupByLabel.Text = "Group by:"; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(3, 6); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(40, 13); this.label1.TabIndex = 6; this.label1.Text = "Result:"; // // resultComboBox // this.resultComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.resultComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.resultComboBox.FormattingEnabled = true; this.resultComboBox.Location = new System.Drawing.Point(62, 3); this.resultComboBox.Name = "resultComboBox"; this.resultComboBox.Size = new System.Drawing.Size(176, 21); this.resultComboBox.TabIndex = 5; this.resultComboBox.SelectedValueChanged += new System.EventHandler(this.resultComboBox_SelectedValueChanged); // // testButton // this.testButton.Location = new System.Drawing.Point(6, 19); this.testButton.Name = "testButton"; this.testButton.Size = new System.Drawing.Size(92, 23); this.testButton.TabIndex = 9; this.testButton.Text = "Test all Groups"; this.testButton.UseVisualStyleBackColor = true; this.testButton.Click += new System.EventHandler(this.testButton_Click); // // normalDistButton // this.normalDistButton.Location = new System.Drawing.Point(6, 19); this.normalDistButton.Name = "normalDistButton"; this.normalDistButton.Size = new System.Drawing.Size(92, 23); this.normalDistButton.TabIndex = 11; this.normalDistButton.Text = "Check Data"; this.normalDistButton.UseVisualStyleBackColor = true; this.normalDistButton.Click += new System.EventHandler(this.normalDistButton_Click); // // lblPVal // this.lblPVal.AutoSize = true; this.lblPVal.Location = new System.Drawing.Point(6, 51); this.lblPVal.Name = "lblPVal"; this.lblPVal.Size = new System.Drawing.Size(46, 13); this.lblPVal.TabIndex = 12; this.lblPVal.Text = "p-Value:"; this.lblPVal.TextAlign = System.Drawing.ContentAlignment.TopRight; // // pValTextBox // this.pValTextBox.Location = new System.Drawing.Point(58, 48); this.pValTextBox.Name = "pValTextBox"; this.pValTextBox.ReadOnly = true; this.pValTextBox.Size = new System.Drawing.Size(189, 20); this.pValTextBox.TabIndex = 13; // // groupComboBox // this.groupComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.groupComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.groupComboBox.FormattingEnabled = true; this.groupComboBox.Location = new System.Drawing.Point(62, 3); this.groupComboBox.Name = "groupComboBox"; this.groupComboBox.Size = new System.Drawing.Size(176, 21); this.groupComboBox.TabIndex = 14; this.groupComboBox.SelectedValueChanged += new System.EventHandler(this.groupComboBox_SelectedValueChanged); // // normalityDetails // this.normalityDetails.Location = new System.Drawing.Point(6, 48); this.normalityDetails.Name = "normalityDetails"; this.normalityDetails.Size = new System.Drawing.Size(92, 23); this.normalityDetails.TabIndex = 15; this.normalityDetails.Text = "Show Details"; this.normalityDetails.UseVisualStyleBackColor = true; this.normalityDetails.Click += new System.EventHandler(this.normalityDetails_Click); // // pairwiseTestButton // this.pairwiseTestButton.Location = new System.Drawing.Point(6, 113); this.pairwiseTestButton.Name = "pairwiseTestButton"; this.pairwiseTestButton.Size = new System.Drawing.Size(92, 23); this.pairwiseTestButton.TabIndex = 16; this.pairwiseTestButton.Text = "Show Details"; this.pairwiseTestButton.UseVisualStyleBackColor = true; this.pairwiseTestButton.Click += new System.EventHandler(this.pairwiseTestButton_Click); // // infoLabel // this.infoLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.infoLabel.Image = ((System.Drawing.Image)(resources.GetObject("infoLabel.Image"))); this.infoLabel.Location = new System.Drawing.Point(240, 475); this.infoLabel.Name = "infoLabel"; this.infoLabel.Size = new System.Drawing.Size(16, 16); this.infoLabel.TabIndex = 17; this.toolTip1.SetToolTip(this.infoLabel, "Double click for help"); this.infoLabel.DoubleClick += new System.EventHandler(this.infoLabel_DoubleClick); // // splitContainer1 // this.splitContainer1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.splitContainer1.Location = new System.Drawing.Point(6, 19); this.splitContainer1.Name = "splitContainer1"; this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal; // // splitContainer1.Panel1 // this.splitContainer1.Panel1.Controls.Add(this.resultComboBox); this.splitContainer1.Panel1.Controls.Add(this.label1); // // splitContainer1.Panel2 // this.splitContainer1.Panel2.Controls.Add(this.groupByLabel); this.splitContainer1.Panel2.Controls.Add(this.groupComboBox); this.splitContainer1.Size = new System.Drawing.Size(241, 54); this.splitContainer1.SplitterDistance = 25; this.splitContainer1.TabIndex = 18; // // splitContainer3 // this.splitContainer3.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.splitContainer3.Location = new System.Drawing.Point(8, 3); this.splitContainer3.Name = "splitContainer3"; // // splitContainer3.Panel1 // this.splitContainer3.Panel1.Controls.Add(this.stringConvertibleMatrixView); // // splitContainer3.Panel2 // this.splitContainer3.Panel2.Controls.Add(this.pairwiseTestGroupBox); this.splitContainer3.Panel2.Controls.Add(this.allGroupTestGroupBox); this.splitContainer3.Panel2.Controls.Add(this.infoLabel); this.splitContainer3.Panel2.Controls.Add(this.normalityGroupBox); this.splitContainer3.Panel2.Controls.Add(this.selectDataGroupBox); this.splitContainer3.Size = new System.Drawing.Size(913, 494); this.splitContainer3.SplitterDistance = 650; this.splitContainer3.TabIndex = 20; // // pairwiseTestGroupBox // this.pairwiseTestGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.pairwiseTestGroupBox.Controls.Add(this.label3); this.pairwiseTestGroupBox.Controls.Add(this.equalDistsTextBox); this.pairwiseTestGroupBox.Controls.Add(this.pairwiseCheckDataButton); this.pairwiseTestGroupBox.Controls.Add(this.label2); this.pairwiseTestGroupBox.Controls.Add(this.groupCompComboBox); this.pairwiseTestGroupBox.Controls.Add(this.pairwiseTestButton); this.pairwiseTestGroupBox.Location = new System.Drawing.Point(3, 279); this.pairwiseTestGroupBox.Name = "pairwiseTestGroupBox"; this.pairwiseTestGroupBox.Size = new System.Drawing.Size(253, 145); this.pairwiseTestGroupBox.TabIndex = 22; this.pairwiseTestGroupBox.TabStop = false; this.pairwiseTestGroupBox.Text = "4. Pairwise Statistical Testing"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(9, 90); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(74, 13); this.label3.TabIndex = 18; this.label3.Text = "Equal Groups:"; this.label3.TextAlign = System.Drawing.ContentAlignment.TopRight; // // equalDistsTextBox // this.equalDistsTextBox.Location = new System.Drawing.Point(95, 87); this.equalDistsTextBox.Name = "equalDistsTextBox"; this.equalDistsTextBox.ReadOnly = true; this.equalDistsTextBox.Size = new System.Drawing.Size(149, 20); this.equalDistsTextBox.TabIndex = 18; // // pairwiseCheckDataButton // this.pairwiseCheckDataButton.Location = new System.Drawing.Point(6, 52); this.pairwiseCheckDataButton.Name = "pairwiseCheckDataButton"; this.pairwiseCheckDataButton.Size = new System.Drawing.Size(92, 23); this.pairwiseCheckDataButton.TabIndex = 19; this.pairwiseCheckDataButton.Text = "Check Data"; this.pairwiseCheckDataButton.UseVisualStyleBackColor = true; this.pairwiseCheckDataButton.Click += new System.EventHandler(this.pairwiseCheckDataButton_Click); // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(6, 22); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(111, 13); this.label2.TabIndex = 18; this.label2.Text = "Group for comparison:"; // // groupCompComboBox // this.groupCompComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.groupCompComboBox.FormattingEnabled = true; this.groupCompComboBox.Location = new System.Drawing.Point(123, 19); this.groupCompComboBox.Name = "groupCompComboBox"; this.groupCompComboBox.Size = new System.Drawing.Size(124, 21); this.groupCompComboBox.TabIndex = 17; // // allGroupTestGroupBox // this.allGroupTestGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.allGroupTestGroupBox.Controls.Add(this.groupCompLabel); this.allGroupTestGroupBox.Controls.Add(this.testButton); this.allGroupTestGroupBox.Controls.Add(this.lblPVal); this.allGroupTestGroupBox.Controls.Add(this.pValTextBox); this.allGroupTestGroupBox.Location = new System.Drawing.Point(3, 173); this.allGroupTestGroupBox.Name = "allGroupTestGroupBox"; this.allGroupTestGroupBox.Size = new System.Drawing.Size(253, 100); this.allGroupTestGroupBox.TabIndex = 21; this.allGroupTestGroupBox.TabStop = false; this.allGroupTestGroupBox.Text = "3. Statistical Testing using all Groups"; // // groupCompLabel // this.groupCompLabel.AutoSize = true; this.groupCompLabel.Location = new System.Drawing.Point(104, 24); this.groupCompLabel.MaximumSize = new System.Drawing.Size(16, 16); this.groupCompLabel.MinimumSize = new System.Drawing.Size(16, 16); this.groupCompLabel.Name = "groupCompLabel"; this.groupCompLabel.Size = new System.Drawing.Size(16, 16); this.groupCompLabel.TabIndex = 17; // // normalityGroupBox // this.normalityGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.normalityGroupBox.Controls.Add(this.normalityLabel); this.normalityGroupBox.Controls.Add(this.normalDistButton); this.normalityGroupBox.Controls.Add(this.normalityDetails); this.normalityGroupBox.Location = new System.Drawing.Point(3, 91); this.normalityGroupBox.Name = "normalityGroupBox"; this.normalityGroupBox.Size = new System.Drawing.Size(253, 76); this.normalityGroupBox.TabIndex = 20; this.normalityGroupBox.TabStop = false; this.normalityGroupBox.Text = "2. Check for Normal Distribution"; // // normalityLabel // this.normalityLabel.AutoSize = true; this.normalityLabel.Location = new System.Drawing.Point(116, 24); this.normalityLabel.MaximumSize = new System.Drawing.Size(16, 16); this.normalityLabel.MinimumSize = new System.Drawing.Size(16, 16); this.normalityLabel.Name = "normalityLabel"; this.normalityLabel.Size = new System.Drawing.Size(16, 16); this.normalityLabel.TabIndex = 16; // // selectDataGroupBox // this.selectDataGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.selectDataGroupBox.Controls.Add(this.splitContainer1); this.selectDataGroupBox.Location = new System.Drawing.Point(3, 6); this.selectDataGroupBox.Name = "selectDataGroupBox"; this.selectDataGroupBox.Size = new System.Drawing.Size(253, 79); this.selectDataGroupBox.TabIndex = 19; this.selectDataGroupBox.TabStop = false; this.selectDataGroupBox.Text = "1. Select Data"; // // StatisticalTestingView // this.Controls.Add(this.splitContainer3); this.Name = "StatisticalTestingView"; this.Size = new System.Drawing.Size(924, 500); this.contextMenuStrip1.ResumeLayout(false); this.splitContainer1.Panel1.ResumeLayout(false); this.splitContainer1.Panel1.PerformLayout(); this.splitContainer1.Panel2.ResumeLayout(false); this.splitContainer1.Panel2.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit(); this.splitContainer1.ResumeLayout(false); this.splitContainer3.Panel1.ResumeLayout(false); this.splitContainer3.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.splitContainer3)).EndInit(); this.splitContainer3.ResumeLayout(false); this.pairwiseTestGroupBox.ResumeLayout(false); this.pairwiseTestGroupBox.PerformLayout(); this.allGroupTestGroupBox.ResumeLayout(false); this.allGroupTestGroupBox.PerformLayout(); this.normalityGroupBox.ResumeLayout(false); this.normalityGroupBox.PerformLayout(); this.selectDataGroupBox.ResumeLayout(false); this.ResumeLayout(false); } #endregion private HeuristicLab.Data.Views.StringConvertibleMatrixView stringConvertibleMatrixView; private System.Windows.Forms.Label groupByLabel; private System.Windows.Forms.Label label1; private System.Windows.Forms.ComboBox resultComboBox; private System.Windows.Forms.Button testButton; private System.Windows.Forms.Button normalDistButton; private System.Windows.Forms.Label lblPVal; private System.Windows.Forms.TextBox pValTextBox; private System.Windows.Forms.ComboBox groupComboBox; private System.Windows.Forms.Button normalityDetails; private System.Windows.Forms.Button pairwiseTestButton; private System.Windows.Forms.Label infoLabel; private System.Windows.Forms.ToolTip toolTip1; private System.Windows.Forms.SplitContainer splitContainer1; private System.Windows.Forms.ContextMenuStrip contextMenuStrip1; private System.Windows.Forms.ToolStripMenuItem openBoxPlotToolStripMenuItem; private System.Windows.Forms.SplitContainer splitContainer3; private System.Windows.Forms.GroupBox selectDataGroupBox; private System.Windows.Forms.GroupBox normalityGroupBox; private System.Windows.Forms.GroupBox pairwiseTestGroupBox; private System.Windows.Forms.GroupBox allGroupTestGroupBox; private System.Windows.Forms.Label normalityLabel; private System.Windows.Forms.Label groupCompLabel; private System.Windows.Forms.Label label2; private System.Windows.Forms.ComboBox groupCompComboBox; private System.Windows.Forms.Button pairwiseCheckDataButton; private System.Windows.Forms.Label label3; private System.Windows.Forms.TextBox equalDistsTextBox; } }