Free cookie consent management tool by TermsFeed Policy Generator

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

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

Added possibility to open a RunCollectionBoxPlotView from the RunCollectionBubbleChartView context menu (ticket #1135).

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