Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 5300 was 5287, checked in by abeham, 14 years ago

#1337

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