#region License Information
/* HeuristicLab
* Copyright (C) 2002-2015 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.Views {
partial class SampleSizeInfluenceView {
///
/// 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 Component 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.Windows.Forms.DataVisualization.Charting.ChartArea chartArea2 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
System.Windows.Forms.DataVisualization.Charting.Series series2 = new System.Windows.Forms.DataVisualization.Charting.Series();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SampleSizeInfluenceView));
this.xAxisLabel = new System.Windows.Forms.Label();
this.yAxisLabel = new System.Windows.Forms.Label();
this.yAxisComboBox = new System.Windows.Forms.ComboBox();
this.chart = new HeuristicLab.Visualization.ChartControlsExtensions.EnhancedChart();
this.noRunsLabel = new System.Windows.Forms.Label();
this.splitContainer = new System.Windows.Forms.SplitContainer();
this.hypergeometricCheckBox = new System.Windows.Forms.CheckBox();
this.label1 = new System.Windows.Forms.Label();
this.RecalculateButton = new System.Windows.Forms.Button();
this.sampleSizeTextBox = new System.Windows.Forms.TextBox();
this.xAxisTextBox = new System.Windows.Forms.TextBox();
this.defineSampleSizeButton = new System.Windows.Forms.Button();
this.showStatisticsCheckBox = new System.Windows.Forms.CheckBox();
this.statisticsGroupBox = new System.Windows.Forms.GroupBox();
this.statisticsMatrixView = new HeuristicLab.Data.Views.StringConvertibleMatrixView();
this.tooltip = new System.Windows.Forms.ToolTip(this.components);
((System.ComponentModel.ISupportInitialize)(this.chart)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.splitContainer)).BeginInit();
this.splitContainer.Panel1.SuspendLayout();
this.splitContainer.Panel2.SuspendLayout();
this.splitContainer.SuspendLayout();
this.statisticsGroupBox.SuspendLayout();
this.SuspendLayout();
//
// xAxisLabel
//
this.xAxisLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.xAxisLabel.AutoSize = true;
this.xAxisLabel.Location = new System.Drawing.Point(438, 277);
this.xAxisLabel.Name = "xAxisLabel";
this.xAxisLabel.Size = new System.Drawing.Size(62, 13);
this.xAxisLabel.TabIndex = 12;
this.xAxisLabel.Text = "Group Size:";
//
// yAxisLabel
//
this.yAxisLabel.AutoSize = true;
this.yAxisLabel.Location = new System.Drawing.Point(3, 6);
this.yAxisLabel.Name = "yAxisLabel";
this.yAxisLabel.Size = new System.Drawing.Size(15, 13);
this.yAxisLabel.TabIndex = 10;
this.yAxisLabel.Text = "y:";
//
// yAxisComboBox
//
this.yAxisComboBox.BackColor = System.Drawing.SystemColors.ControlLightLight;
this.yAxisComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.yAxisComboBox.FormattingEnabled = true;
this.yAxisComboBox.Location = new System.Drawing.Point(24, 3);
this.yAxisComboBox.Name = "yAxisComboBox";
this.yAxisComboBox.Size = new System.Drawing.Size(221, 21);
this.yAxisComboBox.TabIndex = 9;
this.yAxisComboBox.SelectedIndexChanged += new System.EventHandler(this.AxisComboBox_SelectedIndexChanged);
//
// chart
//
this.chart.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)));
chartArea2.Name = "ChartArea1";
this.chart.ChartAreas.Add(chartArea2);
this.chart.Location = new System.Drawing.Point(6, 30);
this.chart.Name = "chart";
series2.ChartArea = "ChartArea1";
series2.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.BoxPlot;
series2.IsVisibleInLegend = false;
series2.MarkerStyle = System.Windows.Forms.DataVisualization.Charting.MarkerStyle.Circle;
series2.Name = "DataSeries";
series2.YValuesPerPoint = 6;
this.chart.Series.Add(series2);
this.chart.Size = new System.Drawing.Size(833, 238);
this.chart.TabIndex = 17;
this.chart.Text = "chart";
this.chart.AxisViewChanged += new System.EventHandler(this.chart_AxisViewChanged);
this.chart.MouseMove += new System.Windows.Forms.MouseEventHandler(this.chart_MouseMove);
//
// noRunsLabel
//
this.noRunsLabel.Anchor = System.Windows.Forms.AnchorStyles.None;
this.noRunsLabel.AutoSize = true;
this.noRunsLabel.Location = new System.Drawing.Point(361, 133);
this.noRunsLabel.Name = "noRunsLabel";
this.noRunsLabel.Size = new System.Drawing.Size(138, 13);
this.noRunsLabel.TabIndex = 22;
this.noRunsLabel.Text = "No runs could be displayed.";
//
// splitContainer
//
this.splitContainer.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainer.Location = new System.Drawing.Point(0, 0);
this.splitContainer.Name = "splitContainer";
this.splitContainer.Orientation = System.Windows.Forms.Orientation.Horizontal;
//
// splitContainer.Panel1
//
this.splitContainer.Panel1.Controls.Add(this.hypergeometricCheckBox);
this.splitContainer.Panel1.Controls.Add(this.label1);
this.splitContainer.Panel1.Controls.Add(this.RecalculateButton);
this.splitContainer.Panel1.Controls.Add(this.sampleSizeTextBox);
this.splitContainer.Panel1.Controls.Add(this.xAxisTextBox);
this.splitContainer.Panel1.Controls.Add(this.defineSampleSizeButton);
this.splitContainer.Panel1.Controls.Add(this.showStatisticsCheckBox);
this.splitContainer.Panel1.Controls.Add(this.xAxisLabel);
this.splitContainer.Panel1.Controls.Add(this.noRunsLabel);
this.splitContainer.Panel1.Controls.Add(this.yAxisLabel);
this.splitContainer.Panel1.Controls.Add(this.yAxisComboBox);
this.splitContainer.Panel1.Controls.Add(this.chart);
//
// splitContainer.Panel2
//
this.splitContainer.Panel2.Controls.Add(this.statisticsGroupBox);
this.splitContainer.Size = new System.Drawing.Size(851, 447);
this.splitContainer.SplitterDistance = 297;
this.splitContainer.TabIndex = 23;
//
// hypergeometricCheckBox
//
this.hypergeometricCheckBox.AutoSize = true;
this.hypergeometricCheckBox.Location = new System.Drawing.Point(332, 7);
this.hypergeometricCheckBox.Name = "hypergeometricCheckBox";
this.hypergeometricCheckBox.Size = new System.Drawing.Size(100, 17);
this.hypergeometricCheckBox.TabIndex = 28;
this.hypergeometricCheckBox.Text = "Hypergeometric";
this.hypergeometricCheckBox.UseVisualStyleBackColor = true;
this.hypergeometricCheckBox.CheckedChanged += new System.EventHandler(this.hypergeometricCheckBox_CheckedChanged);
//
// label1
//
this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(566, 6);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(143, 13);
this.label1.TabIndex = 26;
this.label1.Text = "Recommended Sample Size:";
//
// RecalculateButton
//
this.RecalculateButton.Location = new System.Drawing.Point(251, 3);
this.RecalculateButton.Name = "RecalculateButton";
this.RecalculateButton.Size = new System.Drawing.Size(75, 23);
this.RecalculateButton.TabIndex = 27;
this.RecalculateButton.Text = "Recalculate";
this.RecalculateButton.UseVisualStyleBackColor = true;
this.RecalculateButton.Click += new System.EventHandler(this.RecalculateButton_Click);
//
// sampleSizeTextBox
//
this.sampleSizeTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.sampleSizeTextBox.Location = new System.Drawing.Point(724, 3);
this.sampleSizeTextBox.Name = "sampleSizeTextBox";
this.sampleSizeTextBox.ReadOnly = true;
this.sampleSizeTextBox.Size = new System.Drawing.Size(124, 20);
this.sampleSizeTextBox.TabIndex = 26;
//
// xAxisTextBox
//
this.xAxisTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.xAxisTextBox.Location = new System.Drawing.Point(506, 274);
this.xAxisTextBox.Name = "xAxisTextBox";
this.xAxisTextBox.Size = new System.Drawing.Size(238, 20);
this.xAxisTextBox.TabIndex = 25;
this.xAxisTextBox.TextChanged += new System.EventHandler(this.xAxisTextBox_TextChanged);
//
// defineSampleSizeButton
//
this.defineSampleSizeButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.defineSampleSizeButton.Location = new System.Drawing.Point(750, 273);
this.defineSampleSizeButton.Name = "defineSampleSizeButton";
this.defineSampleSizeButton.Size = new System.Drawing.Size(89, 21);
this.defineSampleSizeButton.TabIndex = 24;
this.defineSampleSizeButton.Text = "Set Group Size";
this.defineSampleSizeButton.UseVisualStyleBackColor = true;
this.defineSampleSizeButton.Click += new System.EventHandler(this.defineSampleSizeButton_Click);
//
// showStatisticsCheckBox
//
this.showStatisticsCheckBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.showStatisticsCheckBox.Appearance = System.Windows.Forms.Appearance.Button;
this.showStatisticsCheckBox.Checked = true;
this.showStatisticsCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
this.showStatisticsCheckBox.Image = HeuristicLab.Common.Resources.VSImageLibrary.Properties;
this.showStatisticsCheckBox.Location = new System.Drawing.Point(6, 267);
this.showStatisticsCheckBox.Name = "showStatisticsCheckBox";
this.showStatisticsCheckBox.Size = new System.Drawing.Size(24, 24);
this.showStatisticsCheckBox.TabIndex = 23;
this.tooltip.SetToolTip(this.showStatisticsCheckBox, "Show/Hide Statistics");
this.showStatisticsCheckBox.UseVisualStyleBackColor = true;
this.showStatisticsCheckBox.CheckedChanged += new System.EventHandler(this.showStatisticsCheckBox_CheckedChanged);
//
// statisticsGroupBox
//
this.statisticsGroupBox.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.statisticsGroupBox.Controls.Add(this.statisticsMatrixView);
this.statisticsGroupBox.Location = new System.Drawing.Point(3, 3);
this.statisticsGroupBox.Name = "statisticsGroupBox";
this.statisticsGroupBox.Size = new System.Drawing.Size(833, 141);
this.statisticsGroupBox.TabIndex = 1;
this.statisticsGroupBox.TabStop = false;
this.statisticsGroupBox.Text = "Statistics";
//
// statisticsMatrixView
//
this.statisticsMatrixView.Caption = "StringConvertibleMatrix View";
this.statisticsMatrixView.Content = null;
this.statisticsMatrixView.Dock = System.Windows.Forms.DockStyle.Fill;
this.statisticsMatrixView.Location = new System.Drawing.Point(3, 16);
this.statisticsMatrixView.Name = "statisticsMatrixView";
this.statisticsMatrixView.ReadOnly = true;
this.statisticsMatrixView.ShowRowsAndColumnsTextBox = false;
this.statisticsMatrixView.ShowStatisticalInformation = false;
this.statisticsMatrixView.Size = new System.Drawing.Size(827, 122);
this.statisticsMatrixView.TabIndex = 0;
//
// SampleSizeInfluenceView
//
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
this.BackColor = System.Drawing.SystemColors.Window;
this.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.Controls.Add(this.splitContainer);
this.Name = "SampleSizeInfluenceView";
this.Size = new System.Drawing.Size(851, 447);
((System.ComponentModel.ISupportInitialize)(this.chart)).EndInit();
this.splitContainer.Panel1.ResumeLayout(false);
this.splitContainer.Panel1.PerformLayout();
this.splitContainer.Panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.splitContainer)).EndInit();
this.splitContainer.ResumeLayout(false);
this.statisticsGroupBox.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Label xAxisLabel;
private System.Windows.Forms.Label yAxisLabel;
internal System.Windows.Forms.ComboBox yAxisComboBox;
private HeuristicLab.Visualization.ChartControlsExtensions.EnhancedChart chart;
private System.Windows.Forms.Label noRunsLabel;
private System.Windows.Forms.SplitContainer splitContainer;
private Data.Views.StringConvertibleMatrixView statisticsMatrixView;
private System.Windows.Forms.GroupBox statisticsGroupBox;
private System.Windows.Forms.ToolTip tooltip;
protected System.Windows.Forms.CheckBox showStatisticsCheckBox;
private System.Windows.Forms.Button defineSampleSizeButton;
private System.Windows.Forms.TextBox xAxisTextBox;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox sampleSizeTextBox;
private System.Windows.Forms.Button RecalculateButton;
private System.Windows.Forms.CheckBox hypergeometricCheckBox;
}
}