Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 9190 was 9190, checked in by abeham, 11 years ago

#2008: Added option to obtain a matrix representation of a bubble chart view

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