Free cookie consent management tool by TermsFeed Policy Generator

source: branches/OaaS/HeuristicLab.Optimization.Views/3.3/RunCollectionViews/RunCollectionBubbleChartView.Designer.cs @ 9363

Last change on this file since 9363 was 9363, checked in by spimming, 11 years ago

#1888:

  • Merged revisions from trunk
File size: 24.8 KB
Line 
1#region License Information
2/* HeuristicLab
3 * Copyright (C) 2002-2012 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
4 *
5 * This file is part of HeuristicLab.
6 *
7 * HeuristicLab is free software: you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by
9 * the Free Software Foundation, either version 3 of the License, or
10 * (at your option) any later version.
11 *
12 * HeuristicLab is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15 * GNU General Public License for more details.
16 *
17 * You should have received a copy of the GNU General Public License
18 * along with HeuristicLab. If not, see <http://www.gnu.org/licenses/>.
19 */
20#endregion
21
22namespace HeuristicLab.Optimization.Views {
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
40    #region Component Designer generated code
41
42    /// <summary>
43    /// Required method for Designer support - do not modify
44    /// the contents of this method with the code editor.
45    /// </summary>
46    private void InitializeComponent() {
47      this.components = new System.ComponentModel.Container();
48      System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea1 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
49      System.Windows.Forms.DataVisualization.Charting.Series series1 = new System.Windows.Forms.DataVisualization.Charting.Series();
50      System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(RunCollectionBubbleChartView));
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();
61      this.chart = new HeuristicLab.Visualization.ChartControlsExtensions.EnhancedChart();
62      this.openBoxPlotViewToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
63      this.hideRunToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
64      this.zoomButton = new System.Windows.Forms.RadioButton();
65      this.selectButton = new System.Windows.Forms.RadioButton();
66      this.radioButtonGroup = new System.Windows.Forms.GroupBox();
67      this.colorDialogButton = new System.Windows.Forms.Button();
68      this.colorDialog = new System.Windows.Forms.ColorDialog();
69      this.tooltip = new System.Windows.Forms.ToolTip(this.components);
70      this.colorXAxisButton = new System.Windows.Forms.Button();
71      this.colorYAxisButton = new System.Windows.Forms.Button();
72      this.noRunsLabel = new System.Windows.Forms.Label();
73      this.sizeTrackBar = new System.Windows.Forms.TrackBar();
74      this.getDataAsMatrixToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
75      this.transparencyTrackBar = new System.Windows.Forms.TrackBar();
76      this.transparencyLabel = new System.Windows.Forms.Label();
77      this.colorRunsButton = new System.Windows.Forms.Button();
78      this.hideRunsButton = new System.Windows.Forms.Button();
79      ((System.ComponentModel.ISupportInitialize)(this.xTrackBar)).BeginInit();
80      ((System.ComponentModel.ISupportInitialize)(this.yTrackBar)).BeginInit();
81      ((System.ComponentModel.ISupportInitialize)(this.chart)).BeginInit();
82      this.radioButtonGroup.SuspendLayout();
83      ((System.ComponentModel.ISupportInitialize)(this.sizeTrackBar)).BeginInit();
84      ((System.ComponentModel.ISupportInitialize)(this.transparencyTrackBar)).BeginInit();
85      this.SuspendLayout();
86      //
87      // yJitterLabel
88      //
89      this.yJitterLabel.AutoSize = true;
90      this.yJitterLabel.Location = new System.Drawing.Point(278, 6);
91      this.yJitterLabel.Name = "yJitterLabel";
92      this.yJitterLabel.Size = new System.Drawing.Size(32, 13);
93      this.yJitterLabel.TabIndex = 13;
94      this.yJitterLabel.Text = "Jitter:";
95      //
96      // xJitterlabel
97      //
98      this.xJitterlabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
99      this.xJitterlabel.AutoSize = true;
100      this.xJitterlabel.Location = new System.Drawing.Point(749, 472);
101      this.xJitterlabel.Name = "xJitterlabel";
102      this.xJitterlabel.Size = new System.Drawing.Size(32, 13);
103      this.xJitterlabel.TabIndex = 12;
104      this.xJitterlabel.Text = "Jitter:";
105      //
106      // xTrackBar
107      //
108      this.xTrackBar.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
109      this.xTrackBar.Enabled = false;
110      this.xTrackBar.Location = new System.Drawing.Point(787, 469);
111      this.xTrackBar.Maximum = 100;
112      this.xTrackBar.Name = "xTrackBar";
113      this.xTrackBar.Size = new System.Drawing.Size(64, 45);
114      this.xTrackBar.TabIndex = 11;
115      this.xTrackBar.TickStyle = System.Windows.Forms.TickStyle.None;
116      this.xTrackBar.ValueChanged += new System.EventHandler(this.jitterTrackBar_ValueChanged);
117      //
118      // xAxisLabel
119      //
120      this.xAxisLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
121      this.xAxisLabel.AutoSize = true;
122      this.xAxisLabel.Location = new System.Drawing.Point(471, 472);
123      this.xAxisLabel.Name = "xAxisLabel";
124      this.xAxisLabel.Size = new System.Drawing.Size(15, 13);
125      this.xAxisLabel.TabIndex = 8;
126      this.xAxisLabel.Text = "x:";
127      //
128      // xAxisComboBox
129      //
130      this.xAxisComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
131      this.xAxisComboBox.BackColor = System.Drawing.SystemColors.ControlLightLight;
132      this.xAxisComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
133      this.xAxisComboBox.FormattingEnabled = true;
134      this.xAxisComboBox.Location = new System.Drawing.Point(492, 469);
135      this.xAxisComboBox.Name = "xAxisComboBox";
136      this.xAxisComboBox.Size = new System.Drawing.Size(221, 21);
137      this.xAxisComboBox.TabIndex = 7;
138      this.xAxisComboBox.SelectedValueChanged += new System.EventHandler(this.AxisComboBox_SelectedValueChanged);
139      //
140      // yAxisLabel
141      //
142      this.yAxisLabel.AutoSize = true;
143      this.yAxisLabel.Location = new System.Drawing.Point(3, 6);
144      this.yAxisLabel.Name = "yAxisLabel";
145      this.yAxisLabel.Size = new System.Drawing.Size(15, 13);
146      this.yAxisLabel.TabIndex = 6;
147      this.yAxisLabel.Text = "y:";
148      //
149      // yAxisComboBox
150      //
151      this.yAxisComboBox.BackColor = System.Drawing.SystemColors.ControlLightLight;
152      this.yAxisComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
153      this.yAxisComboBox.FormattingEnabled = true;
154      this.yAxisComboBox.Location = new System.Drawing.Point(24, 3);
155      this.yAxisComboBox.Name = "yAxisComboBox";
156      this.yAxisComboBox.Size = new System.Drawing.Size(221, 21);
157      this.yAxisComboBox.TabIndex = 5;
158      this.yAxisComboBox.SelectedValueChanged += new System.EventHandler(this.AxisComboBox_SelectedValueChanged);
159      //
160      // yTrackBar
161      //
162      this.yTrackBar.Enabled = false;
163      this.yTrackBar.Location = new System.Drawing.Point(312, 3);
164      this.yTrackBar.Maximum = 100;
165      this.yTrackBar.Name = "yTrackBar";
166      this.yTrackBar.Size = new System.Drawing.Size(59, 45);
167      this.yTrackBar.TabIndex = 10;
168      this.yTrackBar.TickStyle = System.Windows.Forms.TickStyle.None;
169      this.yTrackBar.ValueChanged += new System.EventHandler(this.jitterTrackBar_ValueChanged);
170      //
171      // sizeComboBox
172      //
173      this.sizeComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
174      this.sizeComboBox.BackColor = System.Drawing.SystemColors.ControlLightLight;
175      this.sizeComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
176      this.sizeComboBox.FormattingEnabled = true;
177      this.sizeComboBox.Location = new System.Drawing.Point(560, 4);
178      this.sizeComboBox.Name = "sizeComboBox";
179      this.sizeComboBox.Size = new System.Drawing.Size(221, 21);
180      this.sizeComboBox.TabIndex = 14;
181      this.sizeComboBox.SelectedValueChanged += new System.EventHandler(this.AxisComboBox_SelectedValueChanged);
182      //
183      // sizeLabel
184      //
185      this.sizeLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
186      this.sizeLabel.AutoSize = true;
187      this.sizeLabel.Location = new System.Drawing.Point(489, 7);
188      this.sizeLabel.Name = "sizeLabel";
189      this.sizeLabel.Size = new System.Drawing.Size(66, 13);
190      this.sizeLabel.TabIndex = 15;
191      this.sizeLabel.Text = "Bubble Size:";
192      //
193      // chart
194      //
195      this.chart.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
196            | System.Windows.Forms.AnchorStyles.Left)
197            | System.Windows.Forms.AnchorStyles.Right)));
198      chartArea1.Name = "ChartArea1";
199      this.chart.ChartAreas.Add(chartArea1);
200      this.chart.Location = new System.Drawing.Point(6, 30);
201      this.chart.Name = "chart";
202      series1.ChartArea = "ChartArea1";
203      series1.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Point;
204      series1.IsVisibleInLegend = false;
205      series1.MarkerStyle = System.Windows.Forms.DataVisualization.Charting.MarkerStyle.Circle;
206      series1.Name = "Bubbles";
207      series1.YValuesPerPoint = 2;
208      this.chart.Series.Add(series1);
209      this.chart.Size = new System.Drawing.Size(843, 425);
210      this.chart.TabIndex = 16;
211      this.chart.Text = "chart";
212      this.chart.AxisViewChanged += new System.EventHandler<System.Windows.Forms.DataVisualization.Charting.ViewEventArgs>(this.chart_AxisViewChanged);
213      this.chart.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.chart_MouseDoubleClick);
214      this.chart.MouseMove += new System.Windows.Forms.MouseEventHandler(this.chart_MouseMove);
215      this.chart.MouseUp += new System.Windows.Forms.MouseEventHandler(this.chart_MouseUp);
216      //
217      // openBoxPlotViewToolStripMenuItem
218      //
219      this.openBoxPlotViewToolStripMenuItem.Name = "openBoxPlotViewToolStripMenuItem";
220      this.openBoxPlotViewToolStripMenuItem.Size = new System.Drawing.Size(256, 22);
221      this.openBoxPlotViewToolStripMenuItem.Text = "Open BoxPlot View";
222      this.openBoxPlotViewToolStripMenuItem.Click += new System.EventHandler(this.openBoxPlotViewToolStripMenuItem_Click);
223      //
224      // hideRunToolStripMenuItem
225      //
226      this.hideRunToolStripMenuItem.Name = "hideRunToolStripMenuItem";
227      this.hideRunToolStripMenuItem.Size = new System.Drawing.Size(256, 22);
228      this.hideRunToolStripMenuItem.Text = "Hide Run";
229      this.hideRunToolStripMenuItem.Click += new System.EventHandler(this.hideRunToolStripMenuItem_Click);
230      //
231      // zoomButton
232      //
233      this.zoomButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
234      this.zoomButton.AutoSize = true;
235      this.zoomButton.Checked = true;
236      this.zoomButton.Location = new System.Drawing.Point(6, 10);
237      this.zoomButton.Name = "zoomButton";
238      this.zoomButton.Size = new System.Drawing.Size(52, 17);
239      this.zoomButton.TabIndex = 17;
240      this.zoomButton.TabStop = true;
241      this.zoomButton.Text = "Zoom";
242      this.zoomButton.UseVisualStyleBackColor = true;
243      this.zoomButton.CheckedChanged += new System.EventHandler(this.zoomButton_CheckedChanged);
244      //
245      // selectButton
246      //
247      this.selectButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
248      this.selectButton.AutoSize = true;
249      this.selectButton.Location = new System.Drawing.Point(64, 9);
250      this.selectButton.Name = "selectButton";
251      this.selectButton.Size = new System.Drawing.Size(55, 17);
252      this.selectButton.TabIndex = 18;
253      this.selectButton.Text = "Select";
254      this.selectButton.UseVisualStyleBackColor = true;
255      //
256      // radioButtonGroup
257      //
258      this.radioButtonGroup.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
259      this.radioButtonGroup.Controls.Add(this.zoomButton);
260      this.radioButtonGroup.Controls.Add(this.selectButton);
261      this.radioButtonGroup.Location = new System.Drawing.Point(2, 461);
262      this.radioButtonGroup.Name = "radioButtonGroup";
263      this.radioButtonGroup.Size = new System.Drawing.Size(122, 32);
264      this.radioButtonGroup.TabIndex = 19;
265      this.radioButtonGroup.TabStop = false;
266      //
267      // colorDialogButton
268      //
269      this.colorDialogButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
270      this.colorDialogButton.Enabled = false;
271      this.colorDialogButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
272      this.colorDialogButton.Location = new System.Drawing.Point(130, 469);
273      this.colorDialogButton.Name = "colorDialogButton";
274      this.colorDialogButton.Size = new System.Drawing.Size(21, 21);
275      this.colorDialogButton.TabIndex = 20;
276      this.colorDialogButton.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
277      this.tooltip.SetToolTip(this.colorDialogButton, "Choose color");
278      this.colorDialogButton.UseVisualStyleBackColor = true;
279      this.colorDialogButton.Click += new System.EventHandler(this.colorDialogButton_Click);
280      //
281      // colorDialog
282      //
283      this.colorDialog.AllowFullOpen = false;
284      this.colorDialog.FullOpen = true;
285      //
286      // colorXAxisButton
287      //
288      this.colorXAxisButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
289      this.colorXAxisButton.Enabled = false;
290      this.colorXAxisButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.DisplayInColorVertical;
291      this.colorXAxisButton.Location = new System.Drawing.Point(719, 469);
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
300      //
301      this.colorYAxisButton.Enabled = false;
302      this.colorYAxisButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.DisplayInColor;
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);
310      //
311      // noRunsLabel
312      //
313      this.noRunsLabel.Anchor = System.Windows.Forms.AnchorStyles.None;
314      this.noRunsLabel.AutoSize = true;
315      this.noRunsLabel.Location = new System.Drawing.Point(366, 228);
316      this.noRunsLabel.Name = "noRunsLabel";
317      this.noRunsLabel.Size = new System.Drawing.Size(138, 13);
318      this.noRunsLabel.TabIndex = 21;
319      this.noRunsLabel.Text = "No runs could be displayed.";
320      //
321      // sizeTrackBar
322      //
323      this.sizeTrackBar.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
324      this.sizeTrackBar.Location = new System.Drawing.Point(787, 3);
325      this.sizeTrackBar.Maximum = 20;
326      this.sizeTrackBar.Minimum = -20;
327      this.sizeTrackBar.Name = "sizeTrackBar";
328      this.sizeTrackBar.Size = new System.Drawing.Size(64, 45);
329      this.sizeTrackBar.TabIndex = 24;
330      this.sizeTrackBar.TickFrequency = 20;
331      this.sizeTrackBar.TickStyle = System.Windows.Forms.TickStyle.TopLeft;
332      this.sizeTrackBar.ValueChanged += new System.EventHandler(this.sizeTrackBar_ValueChanged);
333      //
334      // getDataAsMatrixToolStripMenuItem
335      //
336      this.getDataAsMatrixToolStripMenuItem.Name = "getDataAsMatrixToolStripMenuItem";
337      this.getDataAsMatrixToolStripMenuItem.Size = new System.Drawing.Size(256, 22);
338      this.getDataAsMatrixToolStripMenuItem.Text = "Get Data as Matrix";
339      this.getDataAsMatrixToolStripMenuItem.Click += new System.EventHandler(this.getDataAsMatrixToolStripMenuItem_Click);
340      //
341      // transparencyTrackBar
342      //
343      this.transparencyTrackBar.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
344      this.transparencyTrackBar.LargeChange = 16;
345      this.transparencyTrackBar.Location = new System.Drawing.Point(359, 470);
346      this.transparencyTrackBar.Maximum = 254;
347      this.transparencyTrackBar.Name = "transparencyTrackBar";
348      this.transparencyTrackBar.Size = new System.Drawing.Size(64, 45);
349      this.transparencyTrackBar.TabIndex = 24;
350      this.transparencyTrackBar.TickStyle = System.Windows.Forms.TickStyle.None;
351      this.tooltip.SetToolTip(this.transparencyTrackBar, "Sets the transparency of the colors");
352      this.transparencyTrackBar.ValueChanged += new System.EventHandler(this.transparencyTrackBar_ValueChanged);
353      //
354      // transparencyLabel
355      //
356      this.transparencyLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
357      this.transparencyLabel.AutoSize = true;
358      this.transparencyLabel.Location = new System.Drawing.Point(278, 475);
359      this.transparencyLabel.Name = "transparencyLabel";
360      this.transparencyLabel.Size = new System.Drawing.Size(75, 13);
361      this.transparencyLabel.TabIndex = 12;
362      this.transparencyLabel.Text = "Transparency:";
363      //
364      // colorRunsButton
365      //
366      this.colorRunsButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
367      this.colorRunsButton.Enabled = false;
368      this.colorRunsButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
369      this.colorRunsButton.Location = new System.Drawing.Point(151, 469);
370      this.colorRunsButton.Name = "colorRunsButton";
371      this.colorRunsButton.Size = new System.Drawing.Size(43, 21);
372      this.colorRunsButton.TabIndex = 25;
373      this.colorRunsButton.Text = "Color";
374      this.colorRunsButton.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
375      this.tooltip.SetToolTip(this.colorRunsButton, "Color all selected runs");
376      this.colorRunsButton.UseVisualStyleBackColor = true;
377      this.colorRunsButton.Click += new System.EventHandler(this.colorRunsButton_Click);
378      //
379      // hideRunsButton
380      //
381      this.hideRunsButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
382      this.hideRunsButton.Enabled = false;
383      this.hideRunsButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
384      this.hideRunsButton.Location = new System.Drawing.Point(194, 469);
385      this.hideRunsButton.Name = "hideRunsButton";
386      this.hideRunsButton.Size = new System.Drawing.Size(43, 21);
387      this.hideRunsButton.TabIndex = 26;
388      this.hideRunsButton.Text = "Hide";
389      this.hideRunsButton.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
390      this.tooltip.SetToolTip(this.hideRunsButton, "Hides all selected runs");
391      this.hideRunsButton.UseVisualStyleBackColor = true;
392      this.hideRunsButton.Click += new System.EventHandler(this.hideRunsButton_Click);
393      //
394      // RunCollectionBubbleChartView
395      //
396      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
397      this.BackColor = System.Drawing.SystemColors.Window;
398      this.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
399      this.Controls.Add(this.hideRunsButton);
400      this.Controls.Add(this.colorRunsButton);
401      this.Controls.Add(this.transparencyTrackBar);
402      this.Controls.Add(this.sizeTrackBar);
403      this.Controls.Add(this.colorYAxisButton);
404      this.Controls.Add(this.colorXAxisButton);
405      this.Controls.Add(this.noRunsLabel);
406      this.Controls.Add(this.colorDialogButton);
407      this.Controls.Add(this.radioButtonGroup);
408      this.Controls.Add(this.chart);
409      this.Controls.Add(this.sizeLabel);
410      this.Controls.Add(this.sizeComboBox);
411      this.Controls.Add(this.yJitterLabel);
412      this.Controls.Add(this.transparencyLabel);
413      this.Controls.Add(this.xJitterlabel);
414      this.Controls.Add(this.xTrackBar);
415      this.Controls.Add(this.xAxisLabel);
416      this.Controls.Add(this.xAxisComboBox);
417      this.Controls.Add(this.yAxisLabel);
418      this.Controls.Add(this.yAxisComboBox);
419      this.Controls.Add(this.yTrackBar);
420      this.Name = "RunCollectionBubbleChartView";
421      this.Size = new System.Drawing.Size(854, 496);
422      ((System.ComponentModel.ISupportInitialize)(this.xTrackBar)).EndInit();
423      ((System.ComponentModel.ISupportInitialize)(this.yTrackBar)).EndInit();
424      ((System.ComponentModel.ISupportInitialize)(this.chart)).EndInit();
425      this.radioButtonGroup.ResumeLayout(false);
426      this.radioButtonGroup.PerformLayout();
427      ((System.ComponentModel.ISupportInitialize)(this.sizeTrackBar)).EndInit();
428      ((System.ComponentModel.ISupportInitialize)(this.transparencyTrackBar)).EndInit();
429      this.ResumeLayout(false);
430      this.PerformLayout();
431
432    }
433    #endregion
434
435    private System.Windows.Forms.Label xAxisLabel;
436    private System.Windows.Forms.ComboBox xAxisComboBox;
437    private System.Windows.Forms.Label yAxisLabel;
438    private System.Windows.Forms.ComboBox yAxisComboBox;
439    private System.Windows.Forms.TrackBar yTrackBar;
440    private System.Windows.Forms.TrackBar xTrackBar;
441    private System.Windows.Forms.Label xJitterlabel;
442    private System.Windows.Forms.Label yJitterLabel;
443    private System.Windows.Forms.ComboBox sizeComboBox;
444    private System.Windows.Forms.Label sizeLabel;
445    private HeuristicLab.Visualization.ChartControlsExtensions.EnhancedChart chart;
446    private System.Windows.Forms.RadioButton zoomButton;
447    private System.Windows.Forms.RadioButton selectButton;
448    private System.Windows.Forms.GroupBox radioButtonGroup;
449    private System.Windows.Forms.Button colorDialogButton;
450    private System.Windows.Forms.ColorDialog colorDialog;
451    private System.Windows.Forms.ToolTip tooltip;
452    private System.Windows.Forms.Label noRunsLabel;
453    private System.Windows.Forms.ToolStripMenuItem openBoxPlotViewToolStripMenuItem;
454    private System.Windows.Forms.ToolStripMenuItem hideRunToolStripMenuItem;
455    private System.Windows.Forms.Button colorXAxisButton;
456    private System.Windows.Forms.Button colorYAxisButton;
457    private System.Windows.Forms.TrackBar sizeTrackBar;
458    private System.Windows.Forms.ToolStripMenuItem getDataAsMatrixToolStripMenuItem;
459    private System.Windows.Forms.TrackBar transparencyTrackBar;
460    private System.Windows.Forms.Label transparencyLabel;
461    private System.Windows.Forms.Button colorRunsButton;
462    private System.Windows.Forms.Button hideRunsButton;
463  }
464}
Note: See TracBrowser for help on using the repository browser.