[3742] | 1 | #region License Information
|
---|
| 2 | /* HeuristicLab
|
---|
[5445] | 3 | * Copyright (C) 2002-2011 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
|
---|
[3742] | 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 |
|
---|
| 22 | namespace HeuristicLab.Optimization.Views {
|
---|
[3349] | 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 |
|
---|
[4094] | 40 | #region Component Designer generated code
|
---|
[3349] | 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() {
|
---|
[3487] | 47 | this.components = new System.ComponentModel.Container();
|
---|
[4653] | 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();
|
---|
[4799] | 50 | System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(RunCollectionBubbleChartView));
|
---|
[3349] | 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();
|
---|
[4635] | 61 | this.chart = new HeuristicLab.Visualization.ChartControlsExtensions.EnhancedChart();
|
---|
[4799] | 62 | this.openBoxPlotViewToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
---|
[6760] | 63 | this.hideRunToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
---|
[3349] | 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();
|
---|
[3487] | 69 | this.tooltip = new System.Windows.Forms.ToolTip(this.components);
|
---|
[4799] | 70 | this.colorXAxisButton = new System.Windows.Forms.Button();
|
---|
[5330] | 71 | this.colorYAxisButton = new System.Windows.Forms.Button();
|
---|
[3543] | 72 | this.noRunsLabel = new System.Windows.Forms.Label();
|
---|
[5330] | 73 | this.sizeTrackBar = new System.Windows.Forms.TrackBar();
|
---|
[3349] | 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();
|
---|
[5330] | 78 | ((System.ComponentModel.ISupportInitialize)(this.sizeTrackBar)).BeginInit();
|
---|
[3349] | 79 | this.SuspendLayout();
|
---|
| 80 | //
|
---|
| 81 | // yJitterLabel
|
---|
| 82 | //
|
---|
| 83 | this.yJitterLabel.AutoSize = true;
|
---|
[5330] | 84 | this.yJitterLabel.Location = new System.Drawing.Point(278, 6);
|
---|
[3349] | 85 | this.yJitterLabel.Name = "yJitterLabel";
|
---|
[3482] | 86 | this.yJitterLabel.Size = new System.Drawing.Size(32, 13);
|
---|
[3349] | 87 | this.yJitterLabel.TabIndex = 13;
|
---|
[3482] | 88 | this.yJitterLabel.Text = "Jitter:";
|
---|
[3349] | 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;
|
---|
[5330] | 94 | this.xJitterlabel.Location = new System.Drawing.Point(749, 472);
|
---|
[3349] | 95 | this.xJitterlabel.Name = "xJitterlabel";
|
---|
[3482] | 96 | this.xJitterlabel.Size = new System.Drawing.Size(32, 13);
|
---|
[3349] | 97 | this.xJitterlabel.TabIndex = 12;
|
---|
[3482] | 98 | this.xJitterlabel.Text = "Jitter:";
|
---|
[3349] | 99 | //
|
---|
| 100 | // xTrackBar
|
---|
| 101 | //
|
---|
| 102 | this.xTrackBar.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[4812] | 103 | this.xTrackBar.Enabled = false;
|
---|
[5330] | 104 | this.xTrackBar.Location = new System.Drawing.Point(787, 469);
|
---|
[3349] | 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;
|
---|
[3411] | 110 | this.xTrackBar.ValueChanged += new System.EventHandler(this.jitterTrackBar_ValueChanged);
|
---|
[3349] | 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;
|
---|
[5330] | 116 | this.xAxisLabel.Location = new System.Drawing.Point(471, 472);
|
---|
[3349] | 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;
|
---|
[5330] | 128 | this.xAxisComboBox.Location = new System.Drawing.Point(492, 469);
|
---|
[3349] | 129 | this.xAxisComboBox.Name = "xAxisComboBox";
|
---|
| 130 | this.xAxisComboBox.Size = new System.Drawing.Size(221, 21);
|
---|
| 131 | this.xAxisComboBox.TabIndex = 7;
|
---|
[5330] | 132 | this.xAxisComboBox.SelectedValueChanged += new System.EventHandler(this.AxisComboBox_SelectedValueChanged);
|
---|
[3349] | 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;
|
---|
[5330] | 152 | this.yAxisComboBox.SelectedValueChanged += new System.EventHandler(this.AxisComboBox_SelectedValueChanged);
|
---|
[3349] | 153 | //
|
---|
| 154 | // yTrackBar
|
---|
| 155 | //
|
---|
[4812] | 156 | this.yTrackBar.Enabled = false;
|
---|
[5330] | 157 | this.yTrackBar.Location = new System.Drawing.Point(312, 3);
|
---|
[3349] | 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;
|
---|
[3411] | 163 | this.yTrackBar.ValueChanged += new System.EventHandler(this.jitterTrackBar_ValueChanged);
|
---|
[3349] | 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;
|
---|
[5330] | 171 | this.sizeComboBox.Location = new System.Drawing.Point(560, 4);
|
---|
[3349] | 172 | this.sizeComboBox.Name = "sizeComboBox";
|
---|
[3524] | 173 | this.sizeComboBox.Size = new System.Drawing.Size(221, 21);
|
---|
[3349] | 174 | this.sizeComboBox.TabIndex = 14;
|
---|
[5330] | 175 | this.sizeComboBox.SelectedValueChanged += new System.EventHandler(this.AxisComboBox_SelectedValueChanged);
|
---|
[3349] | 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;
|
---|
[5330] | 181 | this.sizeLabel.Location = new System.Drawing.Point(489, 7);
|
---|
[3349] | 182 | this.sizeLabel.Name = "sizeLabel";
|
---|
[3482] | 183 | this.sizeLabel.Size = new System.Drawing.Size(66, 13);
|
---|
[3349] | 184 | this.sizeLabel.TabIndex = 15;
|
---|
[3482] | 185 | this.sizeLabel.Text = "Bubble Size:";
|
---|
[3349] | 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)));
|
---|
[4653] | 192 | chartArea2.Name = "ChartArea1";
|
---|
| 193 | this.chart.ChartAreas.Add(chartArea2);
|
---|
[3349] | 194 | this.chart.Location = new System.Drawing.Point(6, 30);
|
---|
| 195 | this.chart.Name = "chart";
|
---|
[4653] | 196 | series2.ChartArea = "ChartArea1";
|
---|
[5330] | 197 | series2.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Point;
|
---|
[4653] | 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);
|
---|
[5330] | 203 | this.chart.Size = new System.Drawing.Size(843, 425);
|
---|
[3349] | 204 | this.chart.TabIndex = 16;
|
---|
[3524] | 205 | this.chart.Text = "chart";
|
---|
[4094] | 206 | this.chart.AxisViewChanged += new System.EventHandler<System.Windows.Forms.DataVisualization.Charting.ViewEventArgs>(this.chart_AxisViewChanged);
|
---|
[6026] | 207 | this.chart.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.chart_MouseDoubleClick);
|
---|
[4094] | 208 | this.chart.MouseMove += new System.Windows.Forms.MouseEventHandler(this.chart_MouseMove);
|
---|
[3428] | 209 | this.chart.MouseUp += new System.Windows.Forms.MouseEventHandler(this.chart_MouseUp);
|
---|
[3349] | 210 | //
|
---|
[4799] | 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);
|
---|
[6760] | 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);
|
---|
[4799] | 224 | //
|
---|
[3349] | 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;
|
---|
[3411] | 237 | this.zoomButton.CheckedChanged += new System.EventHandler(this.zoomButton_CheckedChanged);
|
---|
[3349] | 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);
|
---|
[5330] | 255 | this.radioButtonGroup.Location = new System.Drawing.Point(3, 461);
|
---|
[3349] | 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;
|
---|
[5330] | 266 | this.colorButton.Location = new System.Drawing.Point(144, 469);
|
---|
[3349] | 267 | this.colorButton.Name = "colorButton";
|
---|
[3482] | 268 | this.colorButton.Size = new System.Drawing.Size(64, 21);
|
---|
[3349] | 269 | this.colorButton.TabIndex = 20;
|
---|
| 270 | this.colorButton.Text = "Color";
|
---|
| 271 | this.colorButton.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
---|
| 272 | this.colorButton.UseVisualStyleBackColor = true;
|
---|
[3411] | 273 | this.colorButton.Click += new System.EventHandler(this.colorButton_Click);
|
---|
[3349] | 274 | //
|
---|
| 275 | // colorDialog
|
---|
| 276 | //
|
---|
[4094] | 277 | this.colorDialog.AllowFullOpen = false;
|
---|
[3349] | 278 | this.colorDialog.FullOpen = true;
|
---|
| 279 | //
|
---|
[4799] | 280 | // colorXAxisButton
|
---|
| 281 | //
|
---|
| 282 | this.colorXAxisButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[4812] | 283 | this.colorXAxisButton.Enabled = false;
|
---|
[6760] | 284 | this.colorXAxisButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.DisplayInColorVertical;
|
---|
[5330] | 285 | this.colorXAxisButton.Location = new System.Drawing.Point(719, 469);
|
---|
[4799] | 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
|
---|
[4653] | 294 | //
|
---|
[4812] | 295 | this.colorYAxisButton.Enabled = false;
|
---|
[5336] | 296 | this.colorYAxisButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.DisplayInColor;
|
---|
[4799] | 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);
|
---|
[4653] | 304 | //
|
---|
[5330] | 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;
|
---|
[5824] | 325 | this.sizeTrackBar.Value = 10;
|
---|
[5330] | 326 | this.sizeTrackBar.ValueChanged += new System.EventHandler(this.sizeTrackBar_ValueChanged);
|
---|
| 327 | //
|
---|
[3349] | 328 | // RunCollectionBubbleChartView
|
---|
| 329 | //
|
---|
| 330 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
| 331 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
---|
[3482] | 332 | this.BackColor = System.Drawing.SystemColors.Window;
|
---|
| 333 | this.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
---|
[5330] | 334 | this.Controls.Add(this.sizeTrackBar);
|
---|
[4799] | 335 | this.Controls.Add(this.colorYAxisButton);
|
---|
| 336 | this.Controls.Add(this.colorXAxisButton);
|
---|
[3543] | 337 | this.Controls.Add(this.noRunsLabel);
|
---|
[3349] | 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";
|
---|
[5330] | 352 | this.Size = new System.Drawing.Size(854, 496);
|
---|
[3349] | 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();
|
---|
[5330] | 358 | ((System.ComponentModel.ISupportInitialize)(this.sizeTrackBar)).EndInit();
|
---|
[3349] | 359 | this.ResumeLayout(false);
|
---|
| 360 | this.PerformLayout();
|
---|
[4094] | 361 |
|
---|
[3349] | 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;
|
---|
[4635] | 375 | private HeuristicLab.Visualization.ChartControlsExtensions.EnhancedChart chart;
|
---|
[3349] | 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;
|
---|
[3487] | 381 | private System.Windows.Forms.ToolTip tooltip;
|
---|
[3543] | 382 | private System.Windows.Forms.Label noRunsLabel;
|
---|
[4653] | 383 | private System.Windows.Forms.ToolStripMenuItem openBoxPlotViewToolStripMenuItem;
|
---|
[6760] | 384 | private System.Windows.Forms.ToolStripMenuItem hideRunToolStripMenuItem;
|
---|
[4799] | 385 | private System.Windows.Forms.Button colorXAxisButton;
|
---|
| 386 | private System.Windows.Forms.Button colorYAxisButton;
|
---|
[5330] | 387 | private System.Windows.Forms.TrackBar sizeTrackBar;
|
---|
[3349] | 388 | }
|
---|
| 389 | }
|
---|