Free cookie consent management tool by TermsFeed Policy Generator

source: stable/HeuristicLab.Optimization.Views/3.3/RunCollectionViews/RunCollectionBubbleChartView.Designer.cs @ 14186

Last change on this file since 14186 was 14186, checked in by swagner, 8 years ago

#2526: Updated year of copyrights in license headers

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