Free cookie consent management tool by TermsFeed Policy Generator

source: stable/HeuristicLab.Optimization.Views/3.3/RunCollectionViews/RunCollectionBoxPlotView.Designer.cs @ 16048

Last change on this file since 16048 was 16048, checked in by mkommend, 6 years ago

#2880: Merged r15621, r15622, r15623, r15672, r15754, r15755 into stable.

File size: 12.9 KB
RevLine 
[4094]1#region License Information
2/* HeuristicLab
[15584]3 * Copyright (C) 2002-2018 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
[4094]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.Optimization.Views {
23  partial class RunCollectionBoxPlotView {
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() {
[4652]47      this.components = new System.ComponentModel.Container();
[4721]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(RunCollectionBoxPlotView));
[4094]51      this.xAxisLabel = new System.Windows.Forms.Label();
52      this.xAxisComboBox = new System.Windows.Forms.ComboBox();
53      this.yAxisLabel = new System.Windows.Forms.Label();
54      this.yAxisComboBox = new System.Windows.Forms.ComboBox();
[4652]55      this.chart = new HeuristicLab.Visualization.ChartControlsExtensions.EnhancedChart();
[16047]56      this.openBubbleChartViewToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
[4094]57      this.noRunsLabel = new System.Windows.Forms.Label();
[4652]58      this.splitContainer = new System.Windows.Forms.SplitContainer();
[4721]59      this.showStatisticsCheckBox = new System.Windows.Forms.CheckBox();
[4652]60      this.statisticsGroupBox = new System.Windows.Forms.GroupBox();
[4721]61      this.statisticsMatrixView = new HeuristicLab.Data.Views.StringConvertibleMatrixView();
[4709]62      this.tooltip = new System.Windows.Forms.ToolTip(this.components);
[4094]63      ((System.ComponentModel.ISupportInitialize)(this.chart)).BeginInit();
[9476]64      ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).BeginInit();
[4652]65      this.splitContainer.Panel1.SuspendLayout();
66      this.splitContainer.Panel2.SuspendLayout();
67      this.splitContainer.SuspendLayout();
68      this.statisticsGroupBox.SuspendLayout();
[4094]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;
[9476]75      this.xAxisLabel.Location = new System.Drawing.Point(363, 345);
[4094]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      // xAxisComboBox
82      //
83      this.xAxisComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
84      this.xAxisComboBox.BackColor = System.Drawing.SystemColors.ControlLightLight;
85      this.xAxisComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
86      this.xAxisComboBox.FormattingEnabled = true;
[9476]87      this.xAxisComboBox.Location = new System.Drawing.Point(384, 342);
[4094]88      this.xAxisComboBox.Name = "xAxisComboBox";
[9476]89      this.xAxisComboBox.Size = new System.Drawing.Size(600, 21);
[4094]90      this.xAxisComboBox.TabIndex = 11;
91      this.xAxisComboBox.SelectedIndexChanged += new System.EventHandler(this.AxisComboBox_SelectedIndexChanged);
92      //
93      // yAxisLabel
94      //
95      this.yAxisLabel.AutoSize = true;
[4652]96      this.yAxisLabel.Location = new System.Drawing.Point(3, 6);
[4094]97      this.yAxisLabel.Name = "yAxisLabel";
98      this.yAxisLabel.Size = new System.Drawing.Size(15, 13);
99      this.yAxisLabel.TabIndex = 10;
100      this.yAxisLabel.Text = "y:";
101      //
102      // yAxisComboBox
103      //
104      this.yAxisComboBox.BackColor = System.Drawing.SystemColors.ControlLightLight;
105      this.yAxisComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
106      this.yAxisComboBox.FormattingEnabled = true;
[4652]107      this.yAxisComboBox.Location = new System.Drawing.Point(24, 3);
[4094]108      this.yAxisComboBox.Name = "yAxisComboBox";
[9476]109      this.yAxisComboBox.Size = new System.Drawing.Size(600, 21);
[4094]110      this.yAxisComboBox.TabIndex = 9;
111      this.yAxisComboBox.SelectedIndexChanged += new System.EventHandler(this.AxisComboBox_SelectedIndexChanged);
112      //
113      // chart
114      //
[16048]115      this.chart.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
116            | System.Windows.Forms.AnchorStyles.Left)
[9476]117            | System.Windows.Forms.AnchorStyles.Right)));
[4721]118      chartArea1.Name = "ChartArea1";
119      this.chart.ChartAreas.Add(chartArea1);
[9476]120      this.chart.Location = new System.Drawing.Point(-1, 30);
[4094]121      this.chart.Name = "chart";
[4721]122      series1.ChartArea = "ChartArea1";
123      series1.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.BoxPlot;
124      series1.IsVisibleInLegend = false;
125      series1.MarkerStyle = System.Windows.Forms.DataVisualization.Charting.MarkerStyle.Circle;
126      series1.Name = "DataSeries";
127      series1.YValuesPerPoint = 6;
128      this.chart.Series.Add(series1);
[9476]129      this.chart.Size = new System.Drawing.Size(989, 306);
[4094]130      this.chart.TabIndex = 17;
131      this.chart.Text = "chart";
132      this.chart.AxisViewChanged += new System.EventHandler<System.Windows.Forms.DataVisualization.Charting.ViewEventArgs>(this.chart_AxisViewChanged);
[4652]133      this.chart.MouseMove += new System.Windows.Forms.MouseEventHandler(this.chart_MouseMove);
[4094]134      //
[16047]135      // openBubbleChartViewToolStripMenuItem
136      //
137      this.openBubbleChartViewToolStripMenuItem.Name = "openBubbleChartViewToolStripMenuItem";
138      this.openBubbleChartViewToolStripMenuItem.Size = new System.Drawing.Size(256, 22);
139      this.openBubbleChartViewToolStripMenuItem.Text = "Open BubbleChart View";
140      this.openBubbleChartViewToolStripMenuItem.Click += new System.EventHandler(this.openBubbleChartViewToolStripMenuItem_Click);
141      //
[4094]142      // noRunsLabel
143      //
144      this.noRunsLabel.Anchor = System.Windows.Forms.AnchorStyles.None;
145      this.noRunsLabel.AutoSize = true;
[9476]146      this.noRunsLabel.Location = new System.Drawing.Point(434, 167);
[4094]147      this.noRunsLabel.Name = "noRunsLabel";
148      this.noRunsLabel.Size = new System.Drawing.Size(138, 13);
149      this.noRunsLabel.TabIndex = 22;
150      this.noRunsLabel.Text = "No runs could be displayed.";
151      //
[4652]152      // splitContainer
153      //
154      this.splitContainer.Dock = System.Windows.Forms.DockStyle.Fill;
155      this.splitContainer.Location = new System.Drawing.Point(0, 0);
156      this.splitContainer.Name = "splitContainer";
157      this.splitContainer.Orientation = System.Windows.Forms.Orientation.Horizontal;
158      //
159      // splitContainer.Panel1
160      //
[4721]161      this.splitContainer.Panel1.Controls.Add(this.showStatisticsCheckBox);
[4652]162      this.splitContainer.Panel1.Controls.Add(this.xAxisLabel);
163      this.splitContainer.Panel1.Controls.Add(this.noRunsLabel);
164      this.splitContainer.Panel1.Controls.Add(this.yAxisLabel);
165      this.splitContainer.Panel1.Controls.Add(this.xAxisComboBox);
166      this.splitContainer.Panel1.Controls.Add(this.yAxisComboBox);
167      this.splitContainer.Panel1.Controls.Add(this.chart);
168      //
169      // splitContainer.Panel2
170      //
171      this.splitContainer.Panel2.Controls.Add(this.statisticsGroupBox);
[9476]172      this.splitContainer.Size = new System.Drawing.Size(987, 550);
173      this.splitContainer.SplitterDistance = 366;
[4652]174      this.splitContainer.TabIndex = 23;
175      //
[4721]176      // showStatisticsCheckBox
177      //
178      this.showStatisticsCheckBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
179      this.showStatisticsCheckBox.Appearance = System.Windows.Forms.Appearance.Button;
180      this.showStatisticsCheckBox.Checked = true;
181      this.showStatisticsCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
[5287]182      this.showStatisticsCheckBox.Image = HeuristicLab.Common.Resources.VSImageLibrary.Properties;
[9476]183      this.showStatisticsCheckBox.Location = new System.Drawing.Point(3, 339);
[4721]184      this.showStatisticsCheckBox.Name = "showStatisticsCheckBox";
185      this.showStatisticsCheckBox.Size = new System.Drawing.Size(24, 24);
186      this.showStatisticsCheckBox.TabIndex = 23;
187      this.tooltip.SetToolTip(this.showStatisticsCheckBox, "Show/Hide Statistics");
188      this.showStatisticsCheckBox.UseVisualStyleBackColor = true;
189      this.showStatisticsCheckBox.CheckedChanged += new System.EventHandler(this.showStatisticsCheckBox_CheckedChanged);
190      //
[4652]191      // statisticsGroupBox
192      //
[16048]193      this.statisticsGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
194            | System.Windows.Forms.AnchorStyles.Left)
[9476]195            | System.Windows.Forms.AnchorStyles.Right)));
[4652]196      this.statisticsGroupBox.Controls.Add(this.statisticsMatrixView);
197      this.statisticsGroupBox.Location = new System.Drawing.Point(3, 3);
198      this.statisticsGroupBox.Name = "statisticsGroupBox";
[9476]199      this.statisticsGroupBox.Size = new System.Drawing.Size(981, 174);
[4652]200      this.statisticsGroupBox.TabIndex = 1;
201      this.statisticsGroupBox.TabStop = false;
202      this.statisticsGroupBox.Text = "Statistics";
203      //
204      // statisticsMatrixView
205      //
206      this.statisticsMatrixView.Caption = "StringConvertibleMatrix View";
207      this.statisticsMatrixView.Content = null;
208      this.statisticsMatrixView.Dock = System.Windows.Forms.DockStyle.Fill;
209      this.statisticsMatrixView.Location = new System.Drawing.Point(3, 16);
210      this.statisticsMatrixView.Name = "statisticsMatrixView";
211      this.statisticsMatrixView.ReadOnly = true;
212      this.statisticsMatrixView.ShowRowsAndColumnsTextBox = false;
[4709]213      this.statisticsMatrixView.ShowStatisticalInformation = false;
[9476]214      this.statisticsMatrixView.Size = new System.Drawing.Size(975, 155);
[4652]215      this.statisticsMatrixView.TabIndex = 0;
216      //
[4094]217      // RunCollectionBoxPlotView
218      //
[7967]219      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
[4094]220      this.BackColor = System.Drawing.SystemColors.Window;
221      this.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
[4652]222      this.Controls.Add(this.splitContainer);
[4094]223      this.Name = "RunCollectionBoxPlotView";
[9476]224      this.Size = new System.Drawing.Size(987, 550);
[4094]225      ((System.ComponentModel.ISupportInitialize)(this.chart)).EndInit();
[4652]226      this.splitContainer.Panel1.ResumeLayout(false);
227      this.splitContainer.Panel1.PerformLayout();
228      this.splitContainer.Panel2.ResumeLayout(false);
[9476]229      ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).EndInit();
[4652]230      this.splitContainer.ResumeLayout(false);
231      this.statisticsGroupBox.ResumeLayout(false);
[4094]232      this.ResumeLayout(false);
233
234    }
235
236    #endregion
237
238    private System.Windows.Forms.Label xAxisLabel;
[4653]239    internal System.Windows.Forms.ComboBox xAxisComboBox;
[4094]240    private System.Windows.Forms.Label yAxisLabel;
[4653]241    internal System.Windows.Forms.ComboBox yAxisComboBox;
[4652]242    private HeuristicLab.Visualization.ChartControlsExtensions.EnhancedChart chart;
[4094]243    private System.Windows.Forms.Label noRunsLabel;
[4652]244    private System.Windows.Forms.SplitContainer splitContainer;
245    private Data.Views.StringConvertibleMatrixView statisticsMatrixView;
246    private System.Windows.Forms.GroupBox statisticsGroupBox;
247    private System.Windows.Forms.ToolTip tooltip;
[4721]248    protected System.Windows.Forms.CheckBox showStatisticsCheckBox;
[16047]249    private System.Windows.Forms.ToolStripMenuItem openBubbleChartViewToolStripMenuItem;
[4094]250  }
251}
Note: See TracBrowser for help on using the repository browser.