Free cookie consent management tool by TermsFeed Policy Generator

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

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

Enlarged DropDownHeight and DropDownWidth in BubbleChart and BoxPlots (#2048)

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