Free cookie consent management tool by TermsFeed Policy Generator

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

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

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

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