Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Optimization.Views/3.3/RunCollectionViews/RunCollectionBubbleChartView.Designer.cs @ 14889

Last change on this file since 14889 was 14889, checked in by gkronber, 7 years ago

#2779: added a solution view which uses the bubblechart for interactive visualization of model residuals. (HACK)

File size: 26.2 KB
RevLine 
[3742]1#region License Information
2/* HeuristicLab
[14185]3 * Copyright (C) 2002-2016 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
[3742]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 {
[3349]23  partial class RunCollectionBubbleChartView {
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
[4094]40    #region Component Designer generated code
[3349]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() {
[3487]47      this.components = new System.ComponentModel.Container();
[9190]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();
[9477]50      System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(RunCollectionBubbleChartView));
[3349]51      this.yJitterLabel = new System.Windows.Forms.Label();
52      this.xJitterlabel = new System.Windows.Forms.Label();
53      this.xTrackBar = new System.Windows.Forms.TrackBar();
54      this.xAxisLabel = new System.Windows.Forms.Label();
55      this.xAxisComboBox = new System.Windows.Forms.ComboBox();
56      this.yAxisLabel = new System.Windows.Forms.Label();
57      this.yAxisComboBox = new System.Windows.Forms.ComboBox();
58      this.yTrackBar = new System.Windows.Forms.TrackBar();
59      this.sizeComboBox = new System.Windows.Forms.ComboBox();
60      this.sizeLabel = new System.Windows.Forms.Label();
[4635]61      this.chart = new HeuristicLab.Visualization.ChartControlsExtensions.EnhancedChart();
[4799]62      this.openBoxPlotViewToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
[9435]63      this.hideRunsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
[3349]64      this.zoomButton = new System.Windows.Forms.RadioButton();
65      this.selectButton = new System.Windows.Forms.RadioButton();
66      this.radioButtonGroup = new System.Windows.Forms.GroupBox();
[9435]67      this.colorRunsButton = new System.Windows.Forms.Button();
[3349]68      this.colorDialog = new System.Windows.Forms.ColorDialog();
[3487]69      this.tooltip = new System.Windows.Forms.ToolTip(this.components);
[4799]70      this.colorXAxisButton = new System.Windows.Forms.Button();
[5330]71      this.colorYAxisButton = new System.Windows.Forms.Button();
[9435]72      this.transparencyTrackBar = new System.Windows.Forms.TrackBar();
73      this.hideRunsButton = new System.Windows.Forms.Button();
[9477]74      this.colorDialogButton = new System.Windows.Forms.Button();
[3543]75      this.noRunsLabel = new System.Windows.Forms.Label();
[5330]76      this.sizeTrackBar = new System.Windows.Forms.TrackBar();
[9190]77      this.getDataAsMatrixToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
[9276]78      this.transparencyLabel = new System.Windows.Forms.Label();
[9435]79      this.unhideAllRunToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
80      this.colorResetToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
[3349]81      ((System.ComponentModel.ISupportInitialize)(this.xTrackBar)).BeginInit();
82      ((System.ComponentModel.ISupportInitialize)(this.yTrackBar)).BeginInit();
83      ((System.ComponentModel.ISupportInitialize)(this.chart)).BeginInit();
84      this.radioButtonGroup.SuspendLayout();
[9435]85      ((System.ComponentModel.ISupportInitialize)(this.transparencyTrackBar)).BeginInit();
[5330]86      ((System.ComponentModel.ISupportInitialize)(this.sizeTrackBar)).BeginInit();
[3349]87      this.SuspendLayout();
88      //
89      // yJitterLabel
90      //
91      this.yJitterLabel.AutoSize = true;
[9477]92      this.yJitterLabel.Location = new System.Drawing.Point(457, 6);
[3349]93      this.yJitterLabel.Name = "yJitterLabel";
[3482]94      this.yJitterLabel.Size = new System.Drawing.Size(32, 13);
[3349]95      this.yJitterLabel.TabIndex = 13;
[3482]96      this.yJitterLabel.Text = "Jitter:";
[3349]97      //
98      // xJitterlabel
99      //
100      this.xJitterlabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
101      this.xJitterlabel.AutoSize = true;
[9477]102      this.xJitterlabel.Location = new System.Drawing.Point(893, 719);
[3349]103      this.xJitterlabel.Name = "xJitterlabel";
[3482]104      this.xJitterlabel.Size = new System.Drawing.Size(32, 13);
[3349]105      this.xJitterlabel.TabIndex = 12;
[3482]106      this.xJitterlabel.Text = "Jitter:";
[3349]107      //
108      // xTrackBar
109      //
110      this.xTrackBar.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
[4812]111      this.xTrackBar.Enabled = false;
[9477]112      this.xTrackBar.Location = new System.Drawing.Point(919, 715);
[3349]113      this.xTrackBar.Maximum = 100;
114      this.xTrackBar.Name = "xTrackBar";
115      this.xTrackBar.Size = new System.Drawing.Size(64, 45);
116      this.xTrackBar.TabIndex = 11;
117      this.xTrackBar.TickStyle = System.Windows.Forms.TickStyle.None;
[3411]118      this.xTrackBar.ValueChanged += new System.EventHandler(this.jitterTrackBar_ValueChanged);
[3349]119      //
120      // xAxisLabel
121      //
122      this.xAxisLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
123      this.xAxisLabel.AutoSize = true;
[9477]124      this.xAxisLabel.Location = new System.Drawing.Point(439, 719);
[3349]125      this.xAxisLabel.Name = "xAxisLabel";
126      this.xAxisLabel.Size = new System.Drawing.Size(15, 13);
127      this.xAxisLabel.TabIndex = 8;
128      this.xAxisLabel.Text = "x:";
129      //
130      // xAxisComboBox
131      //
132      this.xAxisComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
133      this.xAxisComboBox.BackColor = System.Drawing.SystemColors.ControlLightLight;
134      this.xAxisComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
[9477]135      this.xAxisComboBox.DropDownWidth = 500;
[3349]136      this.xAxisComboBox.FormattingEnabled = true;
[9477]137      this.xAxisComboBox.Location = new System.Drawing.Point(460, 715);
[3349]138      this.xAxisComboBox.Name = "xAxisComboBox";
[9477]139      this.xAxisComboBox.Size = new System.Drawing.Size(400, 21);
[3349]140      this.xAxisComboBox.TabIndex = 7;
[14889]141      this.xAxisComboBox.Sorted = false;
[5330]142      this.xAxisComboBox.SelectedValueChanged += new System.EventHandler(this.AxisComboBox_SelectedValueChanged);
[3349]143      //
144      // yAxisLabel
145      //
146      this.yAxisLabel.AutoSize = true;
147      this.yAxisLabel.Location = new System.Drawing.Point(3, 6);
148      this.yAxisLabel.Name = "yAxisLabel";
149      this.yAxisLabel.Size = new System.Drawing.Size(15, 13);
150      this.yAxisLabel.TabIndex = 6;
151      this.yAxisLabel.Text = "y:";
152      //
153      // yAxisComboBox
154      //
155      this.yAxisComboBox.BackColor = System.Drawing.SystemColors.ControlLightLight;
156      this.yAxisComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
[9474]157      this.yAxisComboBox.DropDownWidth = 800;
[3349]158      this.yAxisComboBox.FormattingEnabled = true;
159      this.yAxisComboBox.Location = new System.Drawing.Point(24, 3);
160      this.yAxisComboBox.Name = "yAxisComboBox";
[9477]161      this.yAxisComboBox.Size = new System.Drawing.Size(400, 21);
[3349]162      this.yAxisComboBox.TabIndex = 5;
[14889]163      this.yAxisComboBox.Sorted = false;
[5330]164      this.yAxisComboBox.SelectedValueChanged += new System.EventHandler(this.AxisComboBox_SelectedValueChanged);
[3349]165      //
166      // yTrackBar
167      //
[4812]168      this.yTrackBar.Enabled = false;
[9477]169      this.yTrackBar.Location = new System.Drawing.Point(483, 3);
[3349]170      this.yTrackBar.Maximum = 100;
171      this.yTrackBar.Name = "yTrackBar";
172      this.yTrackBar.Size = new System.Drawing.Size(59, 45);
173      this.yTrackBar.TabIndex = 10;
174      this.yTrackBar.TickStyle = System.Windows.Forms.TickStyle.None;
[3411]175      this.yTrackBar.ValueChanged += new System.EventHandler(this.jitterTrackBar_ValueChanged);
[3349]176      //
177      // sizeComboBox
178      //
179      this.sizeComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
180      this.sizeComboBox.BackColor = System.Drawing.SystemColors.ControlLightLight;
181      this.sizeComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
[9477]182      this.sizeComboBox.DropDownWidth = 400;
[3349]183      this.sizeComboBox.FormattingEnabled = true;
[9477]184      this.sizeComboBox.Location = new System.Drawing.Point(613, 3);
[3349]185      this.sizeComboBox.Name = "sizeComboBox";
[9477]186      this.sizeComboBox.Size = new System.Drawing.Size(300, 21);
[14889]187      this.sizeComboBox.Sorted = false;
[3349]188      this.sizeComboBox.TabIndex = 14;
[5330]189      this.sizeComboBox.SelectedValueChanged += new System.EventHandler(this.AxisComboBox_SelectedValueChanged);
[3349]190      //
191      // sizeLabel
192      //
193      this.sizeLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
194      this.sizeLabel.AutoSize = true;
[9477]195      this.sizeLabel.Location = new System.Drawing.Point(541, 6);
[3349]196      this.sizeLabel.Name = "sizeLabel";
[3482]197      this.sizeLabel.Size = new System.Drawing.Size(66, 13);
[3349]198      this.sizeLabel.TabIndex = 15;
[3482]199      this.sizeLabel.Text = "Bubble Size:";
[3349]200      //
201      // chart
202      //
[9477]203      this.chart.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
204            | System.Windows.Forms.AnchorStyles.Left)
[9190]205            | System.Windows.Forms.AnchorStyles.Right)));
206      chartArea1.Name = "ChartArea1";
207      this.chart.ChartAreas.Add(chartArea1);
[9477]208      this.chart.Location = new System.Drawing.Point(-1, 30);
[3349]209      this.chart.Name = "chart";
[9190]210      series1.ChartArea = "ChartArea1";
211      series1.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Point;
212      series1.IsVisibleInLegend = false;
213      series1.MarkerStyle = System.Windows.Forms.DataVisualization.Charting.MarkerStyle.Circle;
214      series1.Name = "Bubbles";
215      series1.YValuesPerPoint = 2;
216      this.chart.Series.Add(series1);
[9477]217      this.chart.Size = new System.Drawing.Size(988, 681);
[3349]218      this.chart.TabIndex = 16;
[3524]219      this.chart.Text = "chart";
[4094]220      this.chart.AxisViewChanged += new System.EventHandler<System.Windows.Forms.DataVisualization.Charting.ViewEventArgs>(this.chart_AxisViewChanged);
[6026]221      this.chart.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.chart_MouseDoubleClick);
[4094]222      this.chart.MouseMove += new System.Windows.Forms.MouseEventHandler(this.chart_MouseMove);
[3428]223      this.chart.MouseUp += new System.Windows.Forms.MouseEventHandler(this.chart_MouseUp);
[3349]224      //
[4799]225      // openBoxPlotViewToolStripMenuItem
226      //
227      this.openBoxPlotViewToolStripMenuItem.Name = "openBoxPlotViewToolStripMenuItem";
228      this.openBoxPlotViewToolStripMenuItem.Size = new System.Drawing.Size(256, 22);
229      this.openBoxPlotViewToolStripMenuItem.Text = "Open BoxPlot View";
230      this.openBoxPlotViewToolStripMenuItem.Click += new System.EventHandler(this.openBoxPlotViewToolStripMenuItem_Click);
[9190]231      //
[9435]232      // hideRunsToolStripMenuItem
[9190]233      //
[9435]234      this.hideRunsToolStripMenuItem.Name = "hideRunsToolStripMenuItem";
235      this.hideRunsToolStripMenuItem.Size = new System.Drawing.Size(256, 22);
236      this.hideRunsToolStripMenuItem.Text = "Hide selected Runs";
237      this.hideRunsToolStripMenuItem.Click += new System.EventHandler(this.hideRunsToolStripMenuItem_Click);
[4799]238      //
[3349]239      // zoomButton
240      //
241      this.zoomButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
242      this.zoomButton.AutoSize = true;
243      this.zoomButton.Checked = true;
[9477]244      this.zoomButton.Location = new System.Drawing.Point(6, 11);
[3349]245      this.zoomButton.Name = "zoomButton";
246      this.zoomButton.Size = new System.Drawing.Size(52, 17);
247      this.zoomButton.TabIndex = 17;
248      this.zoomButton.TabStop = true;
249      this.zoomButton.Text = "Zoom";
250      this.zoomButton.UseVisualStyleBackColor = true;
[3411]251      this.zoomButton.CheckedChanged += new System.EventHandler(this.zoomButton_CheckedChanged);
[3349]252      //
253      // selectButton
254      //
255      this.selectButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
256      this.selectButton.AutoSize = true;
[9477]257      this.selectButton.Location = new System.Drawing.Point(61, 11);
[3349]258      this.selectButton.Name = "selectButton";
259      this.selectButton.Size = new System.Drawing.Size(55, 17);
260      this.selectButton.TabIndex = 18;
261      this.selectButton.Text = "Select";
262      this.selectButton.UseVisualStyleBackColor = true;
263      //
264      // radioButtonGroup
265      //
266      this.radioButtonGroup.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
267      this.radioButtonGroup.Controls.Add(this.zoomButton);
268      this.radioButtonGroup.Controls.Add(this.selectButton);
[14889]269      this.radioButtonGroup.Location = new System.Drawing.Point(6, 679);
[3349]270      this.radioButtonGroup.Name = "radioButtonGroup";
[9312]271      this.radioButtonGroup.Size = new System.Drawing.Size(122, 32);
[3349]272      this.radioButtonGroup.TabIndex = 19;
273      this.radioButtonGroup.TabStop = false;
274      //
[9435]275      // colorRunsButton
[3349]276      //
[9435]277      this.colorRunsButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
278      this.colorRunsButton.Enabled = false;
279      this.colorRunsButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
[14889]280      this.colorRunsButton.Location = new System.Drawing.Point(6, 715);
[9435]281      this.colorRunsButton.Name = "colorRunsButton";
282      this.colorRunsButton.Size = new System.Drawing.Size(21, 21);
283      this.colorRunsButton.TabIndex = 20;
284      this.tooltip.SetToolTip(this.colorRunsButton, "Color all selected runs");
285      this.colorRunsButton.UseVisualStyleBackColor = true;
286      this.colorRunsButton.Click += new System.EventHandler(this.colorRunsButton_Click);
[3349]287      //
288      // colorDialog
289      //
[4094]290      this.colorDialog.AllowFullOpen = false;
[3349]291      this.colorDialog.FullOpen = true;
292      //
[4799]293      // colorXAxisButton
294      //
295      this.colorXAxisButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
[4812]296      this.colorXAxisButton.Enabled = false;
[9277]297      this.colorXAxisButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.DisplayInColorVertical;
[9477]298      this.colorXAxisButton.Location = new System.Drawing.Point(866, 715);
[4799]299      this.colorXAxisButton.Name = "colorXAxisButton";
300      this.colorXAxisButton.Size = new System.Drawing.Size(21, 21);
301      this.colorXAxisButton.TabIndex = 22;
302      this.tooltip.SetToolTip(this.colorXAxisButton, "Color all runs according to their x-values");
303      this.colorXAxisButton.UseVisualStyleBackColor = true;
304      this.colorXAxisButton.Click += new System.EventHandler(this.colorXAxisButton_Click);
305      //
306      // colorYAxisButton
[4653]307      //
[4812]308      this.colorYAxisButton.Enabled = false;
[9277]309      this.colorYAxisButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.DisplayInColor;
[9477]310      this.colorYAxisButton.Location = new System.Drawing.Point(430, 3);
[4799]311      this.colorYAxisButton.Name = "colorYAxisButton";
312      this.colorYAxisButton.Size = new System.Drawing.Size(21, 21);
313      this.colorYAxisButton.TabIndex = 23;
314      this.tooltip.SetToolTip(this.colorYAxisButton, "Color all runs according to their y-values");
315      this.colorYAxisButton.UseVisualStyleBackColor = true;
316      this.colorYAxisButton.Click += new System.EventHandler(this.colorYAxisButton_Click);
[4653]317      //
[9435]318      // transparencyTrackBar
319      //
320      this.transparencyTrackBar.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
321      this.transparencyTrackBar.LargeChange = 16;
[14889]322      this.transparencyTrackBar.Location = new System.Drawing.Point(177, 717);
[9435]323      this.transparencyTrackBar.Maximum = 254;
324      this.transparencyTrackBar.Name = "transparencyTrackBar";
325      this.transparencyTrackBar.Size = new System.Drawing.Size(64, 45);
326      this.transparencyTrackBar.TabIndex = 24;
327      this.transparencyTrackBar.TickStyle = System.Windows.Forms.TickStyle.None;
328      this.tooltip.SetToolTip(this.transparencyTrackBar, "Sets the transparency of the colors");
329      this.transparencyTrackBar.ValueChanged += new System.EventHandler(this.transparencyTrackBar_ValueChanged);
330      //
331      // hideRunsButton
332      //
333      this.hideRunsButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
334      this.hideRunsButton.Enabled = false;
335      this.hideRunsButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
[14889]336      this.hideRunsButton.Location = new System.Drawing.Point(47, 715);
[9435]337      this.hideRunsButton.Name = "hideRunsButton";
338      this.hideRunsButton.Size = new System.Drawing.Size(43, 21);
339      this.hideRunsButton.TabIndex = 26;
340      this.hideRunsButton.Text = "Hide";
341      this.tooltip.SetToolTip(this.hideRunsButton, "Hides all selected runs");
342      this.hideRunsButton.UseVisualStyleBackColor = true;
343      this.hideRunsButton.Click += new System.EventHandler(this.hideRunsButton_Click);
344      //
[9477]345      // colorDialogButton
346      //
347      this.colorDialogButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
348      this.colorDialogButton.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
349      this.colorDialogButton.Enabled = false;
350      this.colorDialogButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
351      this.colorDialogButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
[14889]352      this.colorDialogButton.Location = new System.Drawing.Point(27, 715);
[9477]353      this.colorDialogButton.Name = "colorDialogButton";
354      this.colorDialogButton.Size = new System.Drawing.Size(14, 21);
355      this.colorDialogButton.TabIndex = 25;
356      this.colorDialogButton.Text = "v";
357      this.tooltip.SetToolTip(this.colorDialogButton, "Choose color");
358      this.colorDialogButton.UseVisualStyleBackColor = true;
359      this.colorDialogButton.Click += new System.EventHandler(this.colorDialogButton_Click);
360      //
[5330]361      // noRunsLabel
362      //
363      this.noRunsLabel.Anchor = System.Windows.Forms.AnchorStyles.None;
364      this.noRunsLabel.AutoSize = true;
[9477]365      this.noRunsLabel.Location = new System.Drawing.Point(432, 350);
[5330]366      this.noRunsLabel.Name = "noRunsLabel";
367      this.noRunsLabel.Size = new System.Drawing.Size(138, 13);
368      this.noRunsLabel.TabIndex = 21;
369      this.noRunsLabel.Text = "No runs could be displayed.";
370      //
371      // sizeTrackBar
372      //
373      this.sizeTrackBar.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
[9477]374      this.sizeTrackBar.Location = new System.Drawing.Point(919, 3);
[9229]375      this.sizeTrackBar.Maximum = 20;
376      this.sizeTrackBar.Minimum = -20;
[5330]377      this.sizeTrackBar.Name = "sizeTrackBar";
378      this.sizeTrackBar.Size = new System.Drawing.Size(64, 45);
379      this.sizeTrackBar.TabIndex = 24;
[9276]380      this.sizeTrackBar.TickFrequency = 20;
[9229]381      this.sizeTrackBar.TickStyle = System.Windows.Forms.TickStyle.TopLeft;
[5330]382      this.sizeTrackBar.ValueChanged += new System.EventHandler(this.sizeTrackBar_ValueChanged);
383      //
[9229]384      // getDataAsMatrixToolStripMenuItem
[9190]385      //
386      this.getDataAsMatrixToolStripMenuItem.Name = "getDataAsMatrixToolStripMenuItem";
387      this.getDataAsMatrixToolStripMenuItem.Size = new System.Drawing.Size(256, 22);
388      this.getDataAsMatrixToolStripMenuItem.Text = "Get Data as Matrix";
389      this.getDataAsMatrixToolStripMenuItem.Click += new System.EventHandler(this.getDataAsMatrixToolStripMenuItem_Click);
390      //
[9276]391      // transparencyLabel
392      //
393      this.transparencyLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
394      this.transparencyLabel.AutoSize = true;
[14889]395      this.transparencyLabel.Location = new System.Drawing.Point(108, 719);
[9276]396      this.transparencyLabel.Name = "transparencyLabel";
397      this.transparencyLabel.Size = new System.Drawing.Size(75, 13);
398      this.transparencyLabel.TabIndex = 12;
399      this.transparencyLabel.Text = "Transparency:";
400      //
[9435]401      // unhideAllRunToolStripMenuItem
[9312]402      //
[9435]403      this.unhideAllRunToolStripMenuItem.Name = "unhideAllRunToolStripMenuItem";
404      this.unhideAllRunToolStripMenuItem.Size = new System.Drawing.Size(256, 22);
405      this.unhideAllRunToolStripMenuItem.Text = "Unhide all";
406      this.unhideAllRunToolStripMenuItem.Click += new System.EventHandler(this.unhideAllRunToolStripMenuItem_Click);
[9312]407      //
[9435]408      // colorResetToolStripMenuItem
[9312]409      //
[9435]410      this.colorResetToolStripMenuItem.Name = "colorResetToolStripMenuItem";
411      this.colorResetToolStripMenuItem.Size = new System.Drawing.Size(256, 22);
412      this.colorResetToolStripMenuItem.Text = "Color reset";
413      this.colorResetToolStripMenuItem.Click += new System.EventHandler(this.colorResetToolStripMenuItem_Click);
[9312]414      //
[3349]415      // RunCollectionBubbleChartView
416      //
[7967]417      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
[3482]418      this.BackColor = System.Drawing.SystemColors.Window;
419      this.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
[9312]420      this.Controls.Add(this.hideRunsButton);
[5330]421      this.Controls.Add(this.sizeTrackBar);
[4799]422      this.Controls.Add(this.colorYAxisButton);
423      this.Controls.Add(this.colorXAxisButton);
[3543]424      this.Controls.Add(this.noRunsLabel);
[9435]425      this.Controls.Add(this.colorRunsButton);
[3349]426      this.Controls.Add(this.radioButtonGroup);
427      this.Controls.Add(this.yJitterLabel);
[9276]428      this.Controls.Add(this.transparencyLabel);
[3349]429      this.Controls.Add(this.xJitterlabel);
430      this.Controls.Add(this.xTrackBar);
431      this.Controls.Add(this.xAxisLabel);
432      this.Controls.Add(this.xAxisComboBox);
433      this.Controls.Add(this.yAxisLabel);
434      this.Controls.Add(this.yAxisComboBox);
435      this.Controls.Add(this.yTrackBar);
[9435]436      this.Controls.Add(this.colorDialogButton);
437      this.Controls.Add(this.chart);
[9477]438      this.Controls.Add(this.transparencyTrackBar);
439      this.Controls.Add(this.sizeLabel);
440      this.Controls.Add(this.sizeComboBox);
[3349]441      this.Name = "RunCollectionBubbleChartView";
[9477]442      this.Size = new System.Drawing.Size(986, 741);
[3349]443      ((System.ComponentModel.ISupportInitialize)(this.xTrackBar)).EndInit();
444      ((System.ComponentModel.ISupportInitialize)(this.yTrackBar)).EndInit();
445      ((System.ComponentModel.ISupportInitialize)(this.chart)).EndInit();
446      this.radioButtonGroup.ResumeLayout(false);
447      this.radioButtonGroup.PerformLayout();
[9435]448      ((System.ComponentModel.ISupportInitialize)(this.transparencyTrackBar)).EndInit();
[5330]449      ((System.ComponentModel.ISupportInitialize)(this.sizeTrackBar)).EndInit();
[3349]450      this.ResumeLayout(false);
451      this.PerformLayout();
[4094]452
[3349]453    }
454    #endregion
455
456    private System.Windows.Forms.Label xAxisLabel;
457    private System.Windows.Forms.ComboBox xAxisComboBox;
458    private System.Windows.Forms.Label yAxisLabel;
459    private System.Windows.Forms.ComboBox yAxisComboBox;
460    private System.Windows.Forms.TrackBar yTrackBar;
461    private System.Windows.Forms.TrackBar xTrackBar;
462    private System.Windows.Forms.Label xJitterlabel;
463    private System.Windows.Forms.Label yJitterLabel;
464    private System.Windows.Forms.ComboBox sizeComboBox;
465    private System.Windows.Forms.Label sizeLabel;
[4635]466    private HeuristicLab.Visualization.ChartControlsExtensions.EnhancedChart chart;
[3349]467    private System.Windows.Forms.RadioButton zoomButton;
468    private System.Windows.Forms.RadioButton selectButton;
469    private System.Windows.Forms.GroupBox radioButtonGroup;
[9435]470    private System.Windows.Forms.Button colorRunsButton;
[3349]471    private System.Windows.Forms.ColorDialog colorDialog;
[3487]472    private System.Windows.Forms.ToolTip tooltip;
[3543]473    private System.Windows.Forms.Label noRunsLabel;
[4653]474    private System.Windows.Forms.ToolStripMenuItem openBoxPlotViewToolStripMenuItem;
[9435]475    private System.Windows.Forms.ToolStripMenuItem hideRunsToolStripMenuItem;
[4799]476    private System.Windows.Forms.Button colorXAxisButton;
477    private System.Windows.Forms.Button colorYAxisButton;
[5330]478    private System.Windows.Forms.TrackBar sizeTrackBar;
[9190]479    private System.Windows.Forms.ToolStripMenuItem getDataAsMatrixToolStripMenuItem;
[9276]480    private System.Windows.Forms.TrackBar transparencyTrackBar;
481    private System.Windows.Forms.Label transparencyLabel;
[9312]482    private System.Windows.Forms.Button hideRunsButton;
[9435]483    private System.Windows.Forms.ToolStripMenuItem unhideAllRunToolStripMenuItem;
484    private System.Windows.Forms.ToolStripMenuItem colorResetToolStripMenuItem;
485    private System.Windows.Forms.Button colorDialogButton;
[3349]486  }
487}
Note: See TracBrowser for help on using the repository browser.