Free cookie consent management tool by TermsFeed Policy Generator

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

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

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

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