Free cookie consent management tool by TermsFeed Policy Generator

source: branches/PersistenceSpeedUp/HeuristicLab.Optimization.Views/3.3/RunCollectionBubbleChartView.Designer.cs @ 6760

Last change on this file since 6760 was 6760, checked in by epitzer, 13 years ago

#1530 integrate changes from trunk

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