Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 9435 was 9435, checked in by mkommend, 11 years ago

#2016: Added patch from sforsten, that improves the BubbleChart- and BoxPlotView.

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