[3742] | 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 |
|
---|
| 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();
|
---|
[3349] | 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();
|
---|
[4635] | 60 | this.chart = new HeuristicLab.Visualization.ChartControlsExtensions.EnhancedChart();
|
---|
[3349] | 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();
|
---|
[3487] | 66 | this.tooltip = new System.Windows.Forms.ToolTip(this.components);
|
---|
[3543] | 67 | this.noRunsLabel = new System.Windows.Forms.Label();
|
---|
[4653] | 68 | this.openBoxPlotViewToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
---|
[3349] | 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";
|
---|
[3482] | 80 | this.yJitterLabel.Size = new System.Drawing.Size(32, 13);
|
---|
[3349] | 81 | this.yJitterLabel.TabIndex = 13;
|
---|
[3482] | 82 | this.yJitterLabel.Text = "Jitter:";
|
---|
[3349] | 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;
|
---|
[3543] | 88 | this.xJitterlabel.Location = new System.Drawing.Point(539, 295);
|
---|
[3349] | 89 | this.xJitterlabel.Name = "xJitterlabel";
|
---|
[3482] | 90 | this.xJitterlabel.Size = new System.Drawing.Size(32, 13);
|
---|
[3349] | 91 | this.xJitterlabel.TabIndex = 12;
|
---|
[3482] | 92 | this.xJitterlabel.Text = "Jitter:";
|
---|
[3349] | 93 | //
|
---|
| 94 | // xTrackBar
|
---|
| 95 | //
|
---|
| 96 | this.xTrackBar.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[3543] | 97 | this.xTrackBar.Location = new System.Drawing.Point(577, 292);
|
---|
[3349] | 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;
|
---|
[3411] | 103 | this.xTrackBar.ValueChanged += new System.EventHandler(this.jitterTrackBar_ValueChanged);
|
---|
[3349] | 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;
|
---|
[3543] | 109 | this.xAxisLabel.Location = new System.Drawing.Point(290, 294);
|
---|
[3349] | 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;
|
---|
[3543] | 121 | this.xAxisComboBox.Location = new System.Drawing.Point(311, 292);
|
---|
[3349] | 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 | //
|
---|
[3482] | 149 | this.yTrackBar.Location = new System.Drawing.Point(295, 3);
|
---|
[3349] | 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;
|
---|
[3411] | 155 | this.yTrackBar.ValueChanged += new System.EventHandler(this.jitterTrackBar_ValueChanged);
|
---|
[3349] | 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;
|
---|
[3543] | 163 | this.sizeComboBox.Location = new System.Drawing.Point(418, 3);
|
---|
[3349] | 164 | this.sizeComboBox.Name = "sizeComboBox";
|
---|
[3524] | 165 | this.sizeComboBox.Size = new System.Drawing.Size(221, 21);
|
---|
[3349] | 166 | this.sizeComboBox.TabIndex = 14;
|
---|
[3411] | 167 | this.sizeComboBox.SelectedIndexChanged += new System.EventHandler(this.AxisComboBox_SelectedIndexChanged);
|
---|
[3349] | 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;
|
---|
[3543] | 173 | this.sizeLabel.Location = new System.Drawing.Point(348, 6);
|
---|
[3349] | 174 | this.sizeLabel.Name = "sizeLabel";
|
---|
[3482] | 175 | this.sizeLabel.Size = new System.Drawing.Size(66, 13);
|
---|
[3349] | 176 | this.sizeLabel.TabIndex = 15;
|
---|
[3482] | 177 | this.sizeLabel.Text = "Bubble Size:";
|
---|
[3349] | 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)));
|
---|
[4653] | 184 | chartArea2.Name = "ChartArea1";
|
---|
| 185 | this.chart.ChartAreas.Add(chartArea2);
|
---|
[3349] | 186 | this.chart.Location = new System.Drawing.Point(6, 30);
|
---|
| 187 | this.chart.Name = "chart";
|
---|
[4653] | 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);
|
---|
[3543] | 196 | this.chart.Size = new System.Drawing.Size(633, 248);
|
---|
[3349] | 197 | this.chart.TabIndex = 16;
|
---|
[3524] | 198 | this.chart.Text = "chart";
|
---|
[4094] | 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);
|
---|
[3428] | 202 | this.chart.MouseUp += new System.Windows.Forms.MouseEventHandler(this.chart_MouseUp);
|
---|
[3349] | 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;
|
---|
[3411] | 216 | this.zoomButton.CheckedChanged += new System.EventHandler(this.zoomButton_CheckedChanged);
|
---|
[3349] | 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);
|
---|
[3543] | 234 | this.radioButtonGroup.Location = new System.Drawing.Point(3, 284);
|
---|
[3349] | 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;
|
---|
[3543] | 245 | this.colorButton.Location = new System.Drawing.Point(144, 292);
|
---|
[3349] | 246 | this.colorButton.Name = "colorButton";
|
---|
[3482] | 247 | this.colorButton.Size = new System.Drawing.Size(64, 21);
|
---|
[3349] | 248 | this.colorButton.TabIndex = 20;
|
---|
| 249 | this.colorButton.Text = "Color";
|
---|
| 250 | this.colorButton.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
---|
| 251 | this.colorButton.UseVisualStyleBackColor = true;
|
---|
[3411] | 252 | this.colorButton.Click += new System.EventHandler(this.colorButton_Click);
|
---|
[3349] | 253 | //
|
---|
| 254 | // colorDialog
|
---|
| 255 | //
|
---|
[4094] | 256 | this.colorDialog.AllowFullOpen = false;
|
---|
[3349] | 257 | this.colorDialog.FullOpen = true;
|
---|
| 258 | //
|
---|
[3543] | 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 | //
|
---|
[4653] | 269 | // openBoxPlotViewToolStripMenuItem
|
---|
| 270 | //
|
---|
[4717] | 271 | this.chart.ContextMenuStrip.Items.Insert(0, openBoxPlotViewToolStripMenuItem);
|
---|
[4653] | 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 | //
|
---|
[3349] | 277 | // RunCollectionBubbleChartView
|
---|
| 278 | //
|
---|
| 279 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
| 280 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
---|
[3482] | 281 | this.BackColor = System.Drawing.SystemColors.Window;
|
---|
| 282 | this.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
---|
[3543] | 283 | this.Controls.Add(this.noRunsLabel);
|
---|
[3349] | 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";
|
---|
[3543] | 298 | this.Size = new System.Drawing.Size(644, 319);
|
---|
[3349] | 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();
|
---|
[4094] | 306 |
|
---|
[3349] | 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;
|
---|
[4635] | 320 | private HeuristicLab.Visualization.ChartControlsExtensions.EnhancedChart chart;
|
---|
[3349] | 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;
|
---|
[3487] | 326 | private System.Windows.Forms.ToolTip tooltip;
|
---|
[3543] | 327 | private System.Windows.Forms.Label noRunsLabel;
|
---|
[4653] | 328 | private System.Windows.Forms.ToolStripMenuItem openBoxPlotViewToolStripMenuItem;
|
---|
[3349] | 329 | }
|
---|
| 330 | }
|
---|