Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 10085 was 9477, checked in by swagner, 11 years ago

Rearranged layout of bubble chart (#2048)

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