Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 4799 was 4799, checked in by mkommend, 14 years ago

Added automatic coloring to the RunCollectionBubbleChartView (ticket #1261).

File size: 18.4 KB
Line 
1#region License Information
2/* HeuristicLab
3 * Copyright (C) 2002-2010 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 chartArea2 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
49      System.Windows.Forms.DataVisualization.Charting.Series series2 = 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.zoomButton = new System.Windows.Forms.RadioButton();
64      this.selectButton = new System.Windows.Forms.RadioButton();
65      this.radioButtonGroup = new System.Windows.Forms.GroupBox();
66      this.colorButton = 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.noRunsLabel = new System.Windows.Forms.Label();
71      this.colorYAxisButton = new System.Windows.Forms.Button();
72      ((System.ComponentModel.ISupportInitialize)(this.xTrackBar)).BeginInit();
73      ((System.ComponentModel.ISupportInitialize)(this.yTrackBar)).BeginInit();
74      ((System.ComponentModel.ISupportInitialize)(this.chart)).BeginInit();
75      this.radioButtonGroup.SuspendLayout();
76      this.SuspendLayout();
77      //
78      // yJitterLabel
79      //
80      this.yJitterLabel.AutoSize = true;
81      this.yJitterLabel.Location = new System.Drawing.Point(350, 6);
82      this.yJitterLabel.Name = "yJitterLabel";
83      this.yJitterLabel.Size = new System.Drawing.Size(32, 13);
84      this.yJitterLabel.TabIndex = 13;
85      this.yJitterLabel.Text = "Jitter:";
86      //
87      // xJitterlabel
88      //
89      this.xJitterlabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
90      this.xJitterlabel.AutoSize = true;
91      this.xJitterlabel.Location = new System.Drawing.Point(635, 316);
92      this.xJitterlabel.Name = "xJitterlabel";
93      this.xJitterlabel.Size = new System.Drawing.Size(32, 13);
94      this.xJitterlabel.TabIndex = 12;
95      this.xJitterlabel.Text = "Jitter:";
96      //
97      // xTrackBar
98      //
99      this.xTrackBar.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
100      this.xTrackBar.Location = new System.Drawing.Point(673, 313);
101      this.xTrackBar.Maximum = 100;
102      this.xTrackBar.Name = "xTrackBar";
103      this.xTrackBar.Size = new System.Drawing.Size(64, 45);
104      this.xTrackBar.TabIndex = 11;
105      this.xTrackBar.TickStyle = System.Windows.Forms.TickStyle.None;
106      this.xTrackBar.ValueChanged += new System.EventHandler(this.jitterTrackBar_ValueChanged);
107      //
108      // xAxisLabel
109      //
110      this.xAxisLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
111      this.xAxisLabel.AutoSize = true;
112      this.xAxisLabel.Location = new System.Drawing.Point(357, 316);
113      this.xAxisLabel.Name = "xAxisLabel";
114      this.xAxisLabel.Size = new System.Drawing.Size(15, 13);
115      this.xAxisLabel.TabIndex = 8;
116      this.xAxisLabel.Text = "x:";
117      //
118      // xAxisComboBox
119      //
120      this.xAxisComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
121      this.xAxisComboBox.BackColor = System.Drawing.SystemColors.ControlLightLight;
122      this.xAxisComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
123      this.xAxisComboBox.FormattingEnabled = true;
124      this.xAxisComboBox.Location = new System.Drawing.Point(378, 313);
125      this.xAxisComboBox.Name = "xAxisComboBox";
126      this.xAxisComboBox.Size = new System.Drawing.Size(221, 21);
127      this.xAxisComboBox.TabIndex = 7;
128      this.xAxisComboBox.SelectedIndexChanged += new System.EventHandler(this.AxisComboBox_SelectedIndexChanged);
129      //
130      // yAxisLabel
131      //
132      this.yAxisLabel.AutoSize = true;
133      this.yAxisLabel.Location = new System.Drawing.Point(3, 6);
134      this.yAxisLabel.Name = "yAxisLabel";
135      this.yAxisLabel.Size = new System.Drawing.Size(15, 13);
136      this.yAxisLabel.TabIndex = 6;
137      this.yAxisLabel.Text = "y:";
138      //
139      // yAxisComboBox
140      //
141      this.yAxisComboBox.BackColor = System.Drawing.SystemColors.ControlLightLight;
142      this.yAxisComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
143      this.yAxisComboBox.FormattingEnabled = true;
144      this.yAxisComboBox.Location = new System.Drawing.Point(24, 3);
145      this.yAxisComboBox.Name = "yAxisComboBox";
146      this.yAxisComboBox.Size = new System.Drawing.Size(221, 21);
147      this.yAxisComboBox.TabIndex = 5;
148      this.yAxisComboBox.SelectedIndexChanged += new System.EventHandler(this.AxisComboBox_SelectedIndexChanged);
149      //
150      // yTrackBar
151      //
152      this.yTrackBar.Location = new System.Drawing.Point(388, 3);
153      this.yTrackBar.Maximum = 100;
154      this.yTrackBar.Name = "yTrackBar";
155      this.yTrackBar.Size = new System.Drawing.Size(59, 45);
156      this.yTrackBar.TabIndex = 10;
157      this.yTrackBar.TickStyle = System.Windows.Forms.TickStyle.None;
158      this.yTrackBar.ValueChanged += new System.EventHandler(this.jitterTrackBar_ValueChanged);
159      //
160      // sizeComboBox
161      //
162      this.sizeComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
163      this.sizeComboBox.BackColor = System.Drawing.SystemColors.ControlLightLight;
164      this.sizeComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
165      this.sizeComboBox.FormattingEnabled = true;
166      this.sizeComboBox.Location = new System.Drawing.Point(514, 3);
167      this.sizeComboBox.Name = "sizeComboBox";
168      this.sizeComboBox.Size = new System.Drawing.Size(221, 21);
169      this.sizeComboBox.TabIndex = 14;
170      this.sizeComboBox.SelectedIndexChanged += new System.EventHandler(this.AxisComboBox_SelectedIndexChanged);
171      //
172      // sizeLabel
173      //
174      this.sizeLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
175      this.sizeLabel.AutoSize = true;
176      this.sizeLabel.Location = new System.Drawing.Point(444, 6);
177      this.sizeLabel.Name = "sizeLabel";
178      this.sizeLabel.Size = new System.Drawing.Size(66, 13);
179      this.sizeLabel.TabIndex = 15;
180      this.sizeLabel.Text = "Bubble Size:";
181      //
182      // chart
183      //
184      this.chart.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
185                  | System.Windows.Forms.AnchorStyles.Left)
186                  | System.Windows.Forms.AnchorStyles.Right)));
187      chartArea2.Name = "ChartArea1";
188      this.chart.ChartAreas.Add(chartArea2);
189      this.chart.Location = new System.Drawing.Point(6, 30);
190      this.chart.Name = "chart";
191      series2.ChartArea = "ChartArea1";
192      series2.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Bubble;
193      series2.CustomProperties = "BubbleMinSize=2, BubbleMaxSize=7";
194      series2.IsVisibleInLegend = false;
195      series2.MarkerStyle = System.Windows.Forms.DataVisualization.Charting.MarkerStyle.Circle;
196      series2.Name = "Bubbles";
197      series2.YValuesPerPoint = 2;
198      this.chart.Series.Add(series2);
199      this.chart.Size = new System.Drawing.Size(729, 269);
200      this.chart.TabIndex = 16;
201      this.chart.Text = "chart";
202      this.chart.AxisViewChanged += new System.EventHandler<System.Windows.Forms.DataVisualization.Charting.ViewEventArgs>(this.chart_AxisViewChanged);
203      this.chart.MouseDown += new System.Windows.Forms.MouseEventHandler(this.chart_MouseDown);
204      this.chart.MouseMove += new System.Windows.Forms.MouseEventHandler(this.chart_MouseMove);
205      this.chart.MouseUp += new System.Windows.Forms.MouseEventHandler(this.chart_MouseUp);
206      //
207      // openBoxPlotViewToolStripMenuItem
208      //
209      this.openBoxPlotViewToolStripMenuItem.Name = "openBoxPlotViewToolStripMenuItem";
210      this.openBoxPlotViewToolStripMenuItem.Size = new System.Drawing.Size(256, 22);
211      this.openBoxPlotViewToolStripMenuItem.Text = "Open BoxPlot View";
212      this.openBoxPlotViewToolStripMenuItem.Click += new System.EventHandler(this.openBoxPlotViewToolStripMenuItem_Click);
213      //
214      // zoomButton
215      //
216      this.zoomButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
217      this.zoomButton.AutoSize = true;
218      this.zoomButton.Checked = true;
219      this.zoomButton.Location = new System.Drawing.Point(6, 10);
220      this.zoomButton.Name = "zoomButton";
221      this.zoomButton.Size = new System.Drawing.Size(52, 17);
222      this.zoomButton.TabIndex = 17;
223      this.zoomButton.TabStop = true;
224      this.zoomButton.Text = "Zoom";
225      this.zoomButton.UseVisualStyleBackColor = true;
226      this.zoomButton.CheckedChanged += new System.EventHandler(this.zoomButton_CheckedChanged);
227      //
228      // selectButton
229      //
230      this.selectButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
231      this.selectButton.AutoSize = true;
232      this.selectButton.Location = new System.Drawing.Point(64, 9);
233      this.selectButton.Name = "selectButton";
234      this.selectButton.Size = new System.Drawing.Size(55, 17);
235      this.selectButton.TabIndex = 18;
236      this.selectButton.Text = "Select";
237      this.selectButton.UseVisualStyleBackColor = true;
238      //
239      // radioButtonGroup
240      //
241      this.radioButtonGroup.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
242      this.radioButtonGroup.Controls.Add(this.zoomButton);
243      this.radioButtonGroup.Controls.Add(this.selectButton);
244      this.radioButtonGroup.Location = new System.Drawing.Point(3, 305);
245      this.radioButtonGroup.Name = "radioButtonGroup";
246      this.radioButtonGroup.Size = new System.Drawing.Size(135, 32);
247      this.radioButtonGroup.TabIndex = 19;
248      this.radioButtonGroup.TabStop = false;
249      //
250      // colorButton
251      //
252      this.colorButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
253      this.colorButton.Enabled = false;
254      this.colorButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
255      this.colorButton.Location = new System.Drawing.Point(144, 313);
256      this.colorButton.Name = "colorButton";
257      this.colorButton.Size = new System.Drawing.Size(64, 21);
258      this.colorButton.TabIndex = 20;
259      this.colorButton.Text = "Color";
260      this.colorButton.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
261      this.colorButton.UseVisualStyleBackColor = true;
262      this.colorButton.Click += new System.EventHandler(this.colorButton_Click);
263      //
264      // colorDialog
265      //
266      this.colorDialog.AllowFullOpen = false;
267      this.colorDialog.FullOpen = true;
268      //
269      // colorXAxisButton
270      //
271      this.colorXAxisButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
272      this.colorXAxisButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.DisplayInColor;
273      this.colorXAxisButton.Location = new System.Drawing.Point(605, 313);
274      this.colorXAxisButton.Name = "colorXAxisButton";
275      this.colorXAxisButton.Size = new System.Drawing.Size(21, 21);
276      this.colorXAxisButton.TabIndex = 22;
277      this.tooltip.SetToolTip(this.colorXAxisButton, "Color all runs according to their x-values");
278      this.colorXAxisButton.UseVisualStyleBackColor = true;
279      this.colorXAxisButton.Click += new System.EventHandler(this.colorXAxisButton_Click);
280      //
281      // noRunsLabel
282      //
283      this.noRunsLabel.Anchor = System.Windows.Forms.AnchorStyles.None;
284      this.noRunsLabel.AutoSize = true;
285      this.noRunsLabel.Location = new System.Drawing.Point(309, 150);
286      this.noRunsLabel.Name = "noRunsLabel";
287      this.noRunsLabel.Size = new System.Drawing.Size(138, 13);
288      this.noRunsLabel.TabIndex = 21;
289      this.noRunsLabel.Text = "No runs could be displayed.";
290      //
291      // colorYAxisButton
292      //
293      this.colorYAxisButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.DisplayInColor;
294      this.colorYAxisButton.Location = new System.Drawing.Point(251, 3);
295      this.colorYAxisButton.Name = "colorYAxisButton";
296      this.colorYAxisButton.Size = new System.Drawing.Size(21, 21);
297      this.colorYAxisButton.TabIndex = 23;
298      this.tooltip.SetToolTip(this.colorYAxisButton, "Color all runs according to their y-values");
299      this.colorYAxisButton.UseVisualStyleBackColor = true;
300      this.colorYAxisButton.Click += new System.EventHandler(this.colorYAxisButton_Click);
301      //
302      // RunCollectionBubbleChartView
303      //
304      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
305      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
306      this.BackColor = System.Drawing.SystemColors.Window;
307      this.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
308      this.Controls.Add(this.colorYAxisButton);
309      this.Controls.Add(this.colorXAxisButton);
310      this.Controls.Add(this.noRunsLabel);
311      this.Controls.Add(this.colorButton);
312      this.Controls.Add(this.radioButtonGroup);
313      this.Controls.Add(this.chart);
314      this.Controls.Add(this.sizeLabel);
315      this.Controls.Add(this.sizeComboBox);
316      this.Controls.Add(this.yJitterLabel);
317      this.Controls.Add(this.xJitterlabel);
318      this.Controls.Add(this.xTrackBar);
319      this.Controls.Add(this.xAxisLabel);
320      this.Controls.Add(this.xAxisComboBox);
321      this.Controls.Add(this.yAxisLabel);
322      this.Controls.Add(this.yAxisComboBox);
323      this.Controls.Add(this.yTrackBar);
324      this.Name = "RunCollectionBubbleChartView";
325      this.Size = new System.Drawing.Size(740, 340);
326      ((System.ComponentModel.ISupportInitialize)(this.xTrackBar)).EndInit();
327      ((System.ComponentModel.ISupportInitialize)(this.yTrackBar)).EndInit();
328      ((System.ComponentModel.ISupportInitialize)(this.chart)).EndInit();
329      this.radioButtonGroup.ResumeLayout(false);
330      this.radioButtonGroup.PerformLayout();
331      this.ResumeLayout(false);
332      this.PerformLayout();
333
334    }
335    #endregion
336
337    private System.Windows.Forms.Label xAxisLabel;
338    private System.Windows.Forms.ComboBox xAxisComboBox;
339    private System.Windows.Forms.Label yAxisLabel;
340    private System.Windows.Forms.ComboBox yAxisComboBox;
341    private System.Windows.Forms.TrackBar yTrackBar;
342    private System.Windows.Forms.TrackBar xTrackBar;
343    private System.Windows.Forms.Label xJitterlabel;
344    private System.Windows.Forms.Label yJitterLabel;
345    private System.Windows.Forms.ComboBox sizeComboBox;
346    private System.Windows.Forms.Label sizeLabel;
347    private HeuristicLab.Visualization.ChartControlsExtensions.EnhancedChart chart;
348    private System.Windows.Forms.RadioButton zoomButton;
349    private System.Windows.Forms.RadioButton selectButton;
350    private System.Windows.Forms.GroupBox radioButtonGroup;
351    private System.Windows.Forms.Button colorButton;
352    private System.Windows.Forms.ColorDialog colorDialog;
353    private System.Windows.Forms.ToolTip tooltip;
354    private System.Windows.Forms.Label noRunsLabel;
355    private System.Windows.Forms.ToolStripMenuItem openBoxPlotViewToolStripMenuItem;
356    private System.Windows.Forms.Button colorXAxisButton;
357    private System.Windows.Forms.Button colorYAxisButton;
358  }
359}
Note: See TracBrowser for help on using the repository browser.