Free cookie consent management tool by TermsFeed Policy Generator

source: branches/StatisticalTesting/HeuristicLab.Analysis.Statistics/3.3/SampleSizeInfluenceView.Designer.cs @ 9355

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

#2031 added a view that shows boxplots for different sample sizes

File size: 12.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.Statistics {
23  partial class SampleSizeInfluenceView {
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 Component 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.Windows.Forms.DataVisualization.Charting.ChartArea chartArea1 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
49      System.Windows.Forms.DataVisualization.Charting.Series series1 = new System.Windows.Forms.DataVisualization.Charting.Series();
50      System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SampleSizeInfluenceView));
51      this.xAxisLabel = new System.Windows.Forms.Label();
52      this.yAxisLabel = new System.Windows.Forms.Label();
53      this.yAxisComboBox = new System.Windows.Forms.ComboBox();
54      this.chart = new HeuristicLab.Visualization.ChartControlsExtensions.EnhancedChart();
55      this.noRunsLabel = new System.Windows.Forms.Label();
56      this.splitContainer = new System.Windows.Forms.SplitContainer();
57      this.xAxisComboBox = new System.Windows.Forms.TextBox();
58      this.defineSampleSizeButton = new System.Windows.Forms.Button();
59      this.showStatisticsCheckBox = new System.Windows.Forms.CheckBox();
60      this.statisticsGroupBox = new System.Windows.Forms.GroupBox();
61      this.statisticsMatrixView = new HeuristicLab.Data.Views.StringConvertibleMatrixView();
62      this.tooltip = new System.Windows.Forms.ToolTip(this.components);
63      ((System.ComponentModel.ISupportInitialize)(this.chart)).BeginInit();
64      ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).BeginInit();
65      this.splitContainer.Panel1.SuspendLayout();
66      this.splitContainer.Panel2.SuspendLayout();
67      this.splitContainer.SuspendLayout();
68      this.statisticsGroupBox.SuspendLayout();
69      this.SuspendLayout();
70      //
71      // xAxisLabel
72      //
73      this.xAxisLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
74      this.xAxisLabel.AutoSize = true;
75      this.xAxisLabel.Location = new System.Drawing.Point(261, 256);
76      this.xAxisLabel.Name = "xAxisLabel";
77      this.xAxisLabel.Size = new System.Drawing.Size(15, 13);
78      this.xAxisLabel.TabIndex = 12;
79      this.xAxisLabel.Text = "x:";
80      //
81      // yAxisLabel
82      //
83      this.yAxisLabel.AutoSize = true;
84      this.yAxisLabel.Location = new System.Drawing.Point(3, 6);
85      this.yAxisLabel.Name = "yAxisLabel";
86      this.yAxisLabel.Size = new System.Drawing.Size(15, 13);
87      this.yAxisLabel.TabIndex = 10;
88      this.yAxisLabel.Text = "y:";
89      //
90      // yAxisComboBox
91      //
92      this.yAxisComboBox.BackColor = System.Drawing.SystemColors.ControlLightLight;
93      this.yAxisComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
94      this.yAxisComboBox.FormattingEnabled = true;
95      this.yAxisComboBox.Location = new System.Drawing.Point(24, 3);
96      this.yAxisComboBox.Name = "yAxisComboBox";
97      this.yAxisComboBox.Size = new System.Drawing.Size(221, 21);
98      this.yAxisComboBox.TabIndex = 9;
99      this.yAxisComboBox.SelectedIndexChanged += new System.EventHandler(this.AxisComboBox_SelectedIndexChanged);
100      //
101      // chart
102      //
103      this.chart.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
104            | System.Windows.Forms.AnchorStyles.Left)
105            | System.Windows.Forms.AnchorStyles.Right)));
106      chartArea1.Name = "ChartArea1";
107      this.chart.ChartAreas.Add(chartArea1);
108      this.chart.Location = new System.Drawing.Point(6, 30);
109      this.chart.Name = "chart";
110      series1.ChartArea = "ChartArea1";
111      series1.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.BoxPlot;
112      series1.IsVisibleInLegend = false;
113      series1.MarkerStyle = System.Windows.Forms.DataVisualization.Charting.MarkerStyle.Circle;
114      series1.Name = "DataSeries";
115      series1.YValuesPerPoint = 6;
116      this.chart.Series.Add(series1);
117      this.chart.Size = new System.Drawing.Size(534, 217);
118      this.chart.TabIndex = 17;
119      this.chart.Text = "chart";
120      this.chart.AxisViewChanged += new System.EventHandler<System.Windows.Forms.DataVisualization.Charting.ViewEventArgs>(this.chart_AxisViewChanged);
121      this.chart.MouseMove += new System.Windows.Forms.MouseEventHandler(this.chart_MouseMove);
122      //
123      // noRunsLabel
124      //
125      this.noRunsLabel.Anchor = System.Windows.Forms.AnchorStyles.None;
126      this.noRunsLabel.AutoSize = true;
127      this.noRunsLabel.Location = new System.Drawing.Point(212, 122);
128      this.noRunsLabel.Name = "noRunsLabel";
129      this.noRunsLabel.Size = new System.Drawing.Size(138, 13);
130      this.noRunsLabel.TabIndex = 22;
131      this.noRunsLabel.Text = "No runs could be displayed.";
132      //
133      // splitContainer
134      //
135      this.splitContainer.Dock = System.Windows.Forms.DockStyle.Fill;
136      this.splitContainer.Location = new System.Drawing.Point(0, 0);
137      this.splitContainer.Name = "splitContainer";
138      this.splitContainer.Orientation = System.Windows.Forms.Orientation.Horizontal;
139      //
140      // splitContainer.Panel1
141      //
142      this.splitContainer.Panel1.Controls.Add(this.xAxisComboBox);
143      this.splitContainer.Panel1.Controls.Add(this.defineSampleSizeButton);
144      this.splitContainer.Panel1.Controls.Add(this.showStatisticsCheckBox);
145      this.splitContainer.Panel1.Controls.Add(this.xAxisLabel);
146      this.splitContainer.Panel1.Controls.Add(this.noRunsLabel);
147      this.splitContainer.Panel1.Controls.Add(this.yAxisLabel);
148      this.splitContainer.Panel1.Controls.Add(this.yAxisComboBox);
149      this.splitContainer.Panel1.Controls.Add(this.chart);
150      //
151      // splitContainer.Panel2
152      //
153      this.splitContainer.Panel2.Controls.Add(this.statisticsGroupBox);
154      this.splitContainer.Size = new System.Drawing.Size(543, 416);
155      this.splitContainer.SplitterDistance = 277;
156      this.splitContainer.TabIndex = 23;
157      //
158      // xAxisComboBox
159      //
160      this.xAxisComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
161      this.xAxisComboBox.Location = new System.Drawing.Point(282, 253);
162      this.xAxisComboBox.Name = "xAxisComboBox";
163      this.xAxisComboBox.Size = new System.Drawing.Size(134, 20);
164      this.xAxisComboBox.TabIndex = 25;
165      this.xAxisComboBox.TextChanged += new System.EventHandler(this.xAxisComboBox_TextChanged);
166      //
167      // defineSampleSizeButton
168      //
169      this.defineSampleSizeButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
170      this.defineSampleSizeButton.Location = new System.Drawing.Point(422, 252);
171      this.defineSampleSizeButton.Name = "defineSampleSizeButton";
172      this.defineSampleSizeButton.Size = new System.Drawing.Size(118, 21);
173      this.defineSampleSizeButton.TabIndex = 24;
174      this.defineSampleSizeButton.Text = "Define Sample Size";
175      this.defineSampleSizeButton.UseVisualStyleBackColor = true;
176      this.defineSampleSizeButton.Click += new System.EventHandler(this.defineSampleSizeButton_Click);
177      //
178      // showStatisticsCheckBox
179      //
180      this.showStatisticsCheckBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
181      this.showStatisticsCheckBox.Appearance = System.Windows.Forms.Appearance.Button;
182      this.showStatisticsCheckBox.Checked = true;
183      this.showStatisticsCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
184      this.showStatisticsCheckBox.Image = HeuristicLab.Common.Resources.VSImageLibrary.Properties;
185      this.showStatisticsCheckBox.Location = new System.Drawing.Point(6, 245);
186      this.showStatisticsCheckBox.Name = "showStatisticsCheckBox";
187      this.showStatisticsCheckBox.Size = new System.Drawing.Size(24, 24);
188      this.showStatisticsCheckBox.TabIndex = 23;
189      this.tooltip.SetToolTip(this.showStatisticsCheckBox, "Show/Hide Statistics");
190      this.showStatisticsCheckBox.UseVisualStyleBackColor = true;
191      this.showStatisticsCheckBox.CheckedChanged += new System.EventHandler(this.showStatisticsCheckBox_CheckedChanged);
192      //
193      // statisticsGroupBox
194      //
195      this.statisticsGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
196            | System.Windows.Forms.AnchorStyles.Left)
197            | System.Windows.Forms.AnchorStyles.Right)));
198      this.statisticsGroupBox.Controls.Add(this.statisticsMatrixView);
199      this.statisticsGroupBox.Location = new System.Drawing.Point(3, 3);
200      this.statisticsGroupBox.Name = "statisticsGroupBox";
201      this.statisticsGroupBox.Size = new System.Drawing.Size(534, 129);
202      this.statisticsGroupBox.TabIndex = 1;
203      this.statisticsGroupBox.TabStop = false;
204      this.statisticsGroupBox.Text = "Statistics";
205      //
206      // statisticsMatrixView
207      //
208      this.statisticsMatrixView.Caption = "StringConvertibleMatrix View";
209      this.statisticsMatrixView.Content = null;
210      this.statisticsMatrixView.Dock = System.Windows.Forms.DockStyle.Fill;
211      this.statisticsMatrixView.Location = new System.Drawing.Point(3, 16);
212      this.statisticsMatrixView.Name = "statisticsMatrixView";
213      this.statisticsMatrixView.ReadOnly = true;
214      this.statisticsMatrixView.ShowRowsAndColumnsTextBox = false;
215      this.statisticsMatrixView.ShowStatisticalInformation = false;
216      this.statisticsMatrixView.Size = new System.Drawing.Size(528, 110);
217      this.statisticsMatrixView.TabIndex = 0;
218      //
219      // SampleSizeInfluenceView
220      //
221      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
222      this.BackColor = System.Drawing.SystemColors.Window;
223      this.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
224      this.Controls.Add(this.splitContainer);
225      this.Name = "SampleSizeInfluenceView";
226      this.Size = new System.Drawing.Size(543, 416);
227      ((System.ComponentModel.ISupportInitialize)(this.chart)).EndInit();
228      this.splitContainer.Panel1.ResumeLayout(false);
229      this.splitContainer.Panel1.PerformLayout();
230      this.splitContainer.Panel2.ResumeLayout(false);
231      ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).EndInit();
232      this.splitContainer.ResumeLayout(false);
233      this.statisticsGroupBox.ResumeLayout(false);
234      this.ResumeLayout(false);
235
236    }
237
238    #endregion
239
240    private System.Windows.Forms.Label xAxisLabel;
241    private System.Windows.Forms.Label yAxisLabel;
242    internal System.Windows.Forms.ComboBox yAxisComboBox;
243    private HeuristicLab.Visualization.ChartControlsExtensions.EnhancedChart chart;
244    private System.Windows.Forms.Label noRunsLabel;
245    private System.Windows.Forms.SplitContainer splitContainer;
246    private Data.Views.StringConvertibleMatrixView statisticsMatrixView;
247    private System.Windows.Forms.GroupBox statisticsGroupBox;
248    private System.Windows.Forms.ToolTip tooltip;
249    protected System.Windows.Forms.CheckBox showStatisticsCheckBox;
250    private System.Windows.Forms.Button defineSampleSizeButton;
251    private System.Windows.Forms.TextBox xAxisComboBox;
252  }
253}
Note: See TracBrowser for help on using the repository browser.