[3742] | 1 | #region License Information
|
---|
| 2 | /* HeuristicLab
|
---|
[7259] | 3 | * Copyright (C) 2002-2012 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();
|
---|
[9363] | 48 | System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea1 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
|
---|
| 49 | System.Windows.Forms.DataVisualization.Charting.Series series1 = 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();
|
---|
[6673] | 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();
|
---|
[9363] | 67 | this.colorDialogButton = new System.Windows.Forms.Button();
|
---|
[3349] | 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();
|
---|
[9363] | 74 | this.getDataAsMatrixToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
---|
| 75 | this.transparencyTrackBar = new System.Windows.Forms.TrackBar();
|
---|
| 76 | this.transparencyLabel = new System.Windows.Forms.Label();
|
---|
| 77 | this.colorRunsButton = new System.Windows.Forms.Button();
|
---|
| 78 | this.hideRunsButton = new System.Windows.Forms.Button();
|
---|
[3349] | 79 | ((System.ComponentModel.ISupportInitialize)(this.xTrackBar)).BeginInit();
|
---|
| 80 | ((System.ComponentModel.ISupportInitialize)(this.yTrackBar)).BeginInit();
|
---|
| 81 | ((System.ComponentModel.ISupportInitialize)(this.chart)).BeginInit();
|
---|
| 82 | this.radioButtonGroup.SuspendLayout();
|
---|
[5330] | 83 | ((System.ComponentModel.ISupportInitialize)(this.sizeTrackBar)).BeginInit();
|
---|
[9363] | 84 | ((System.ComponentModel.ISupportInitialize)(this.transparencyTrackBar)).BeginInit();
|
---|
[3349] | 85 | this.SuspendLayout();
|
---|
| 86 | //
|
---|
| 87 | // yJitterLabel
|
---|
| 88 | //
|
---|
| 89 | this.yJitterLabel.AutoSize = true;
|
---|
[5330] | 90 | this.yJitterLabel.Location = new System.Drawing.Point(278, 6);
|
---|
[3349] | 91 | this.yJitterLabel.Name = "yJitterLabel";
|
---|
[3482] | 92 | this.yJitterLabel.Size = new System.Drawing.Size(32, 13);
|
---|
[3349] | 93 | this.yJitterLabel.TabIndex = 13;
|
---|
[3482] | 94 | this.yJitterLabel.Text = "Jitter:";
|
---|
[3349] | 95 | //
|
---|
| 96 | // xJitterlabel
|
---|
| 97 | //
|
---|
| 98 | this.xJitterlabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 99 | this.xJitterlabel.AutoSize = true;
|
---|
[5330] | 100 | this.xJitterlabel.Location = new System.Drawing.Point(749, 472);
|
---|
[3349] | 101 | this.xJitterlabel.Name = "xJitterlabel";
|
---|
[3482] | 102 | this.xJitterlabel.Size = new System.Drawing.Size(32, 13);
|
---|
[3349] | 103 | this.xJitterlabel.TabIndex = 12;
|
---|
[3482] | 104 | this.xJitterlabel.Text = "Jitter:";
|
---|
[3349] | 105 | //
|
---|
| 106 | // xTrackBar
|
---|
| 107 | //
|
---|
| 108 | this.xTrackBar.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[4812] | 109 | this.xTrackBar.Enabled = false;
|
---|
[5330] | 110 | this.xTrackBar.Location = new System.Drawing.Point(787, 469);
|
---|
[3349] | 111 | this.xTrackBar.Maximum = 100;
|
---|
| 112 | this.xTrackBar.Name = "xTrackBar";
|
---|
| 113 | this.xTrackBar.Size = new System.Drawing.Size(64, 45);
|
---|
| 114 | this.xTrackBar.TabIndex = 11;
|
---|
| 115 | this.xTrackBar.TickStyle = System.Windows.Forms.TickStyle.None;
|
---|
[3411] | 116 | this.xTrackBar.ValueChanged += new System.EventHandler(this.jitterTrackBar_ValueChanged);
|
---|
[3349] | 117 | //
|
---|
| 118 | // xAxisLabel
|
---|
| 119 | //
|
---|
| 120 | this.xAxisLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 121 | this.xAxisLabel.AutoSize = true;
|
---|
[5330] | 122 | this.xAxisLabel.Location = new System.Drawing.Point(471, 472);
|
---|
[3349] | 123 | this.xAxisLabel.Name = "xAxisLabel";
|
---|
| 124 | this.xAxisLabel.Size = new System.Drawing.Size(15, 13);
|
---|
| 125 | this.xAxisLabel.TabIndex = 8;
|
---|
| 126 | this.xAxisLabel.Text = "x:";
|
---|
| 127 | //
|
---|
| 128 | // xAxisComboBox
|
---|
| 129 | //
|
---|
| 130 | this.xAxisComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 131 | this.xAxisComboBox.BackColor = System.Drawing.SystemColors.ControlLightLight;
|
---|
| 132 | this.xAxisComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
---|
| 133 | this.xAxisComboBox.FormattingEnabled = true;
|
---|
[5330] | 134 | this.xAxisComboBox.Location = new System.Drawing.Point(492, 469);
|
---|
[3349] | 135 | this.xAxisComboBox.Name = "xAxisComboBox";
|
---|
| 136 | this.xAxisComboBox.Size = new System.Drawing.Size(221, 21);
|
---|
| 137 | this.xAxisComboBox.TabIndex = 7;
|
---|
[5330] | 138 | this.xAxisComboBox.SelectedValueChanged += new System.EventHandler(this.AxisComboBox_SelectedValueChanged);
|
---|
[3349] | 139 | //
|
---|
| 140 | // yAxisLabel
|
---|
| 141 | //
|
---|
| 142 | this.yAxisLabel.AutoSize = true;
|
---|
| 143 | this.yAxisLabel.Location = new System.Drawing.Point(3, 6);
|
---|
| 144 | this.yAxisLabel.Name = "yAxisLabel";
|
---|
| 145 | this.yAxisLabel.Size = new System.Drawing.Size(15, 13);
|
---|
| 146 | this.yAxisLabel.TabIndex = 6;
|
---|
| 147 | this.yAxisLabel.Text = "y:";
|
---|
| 148 | //
|
---|
| 149 | // yAxisComboBox
|
---|
| 150 | //
|
---|
| 151 | this.yAxisComboBox.BackColor = System.Drawing.SystemColors.ControlLightLight;
|
---|
| 152 | this.yAxisComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
---|
| 153 | this.yAxisComboBox.FormattingEnabled = true;
|
---|
| 154 | this.yAxisComboBox.Location = new System.Drawing.Point(24, 3);
|
---|
| 155 | this.yAxisComboBox.Name = "yAxisComboBox";
|
---|
| 156 | this.yAxisComboBox.Size = new System.Drawing.Size(221, 21);
|
---|
| 157 | this.yAxisComboBox.TabIndex = 5;
|
---|
[5330] | 158 | this.yAxisComboBox.SelectedValueChanged += new System.EventHandler(this.AxisComboBox_SelectedValueChanged);
|
---|
[3349] | 159 | //
|
---|
| 160 | // yTrackBar
|
---|
| 161 | //
|
---|
[4812] | 162 | this.yTrackBar.Enabled = false;
|
---|
[5330] | 163 | this.yTrackBar.Location = new System.Drawing.Point(312, 3);
|
---|
[3349] | 164 | this.yTrackBar.Maximum = 100;
|
---|
| 165 | this.yTrackBar.Name = "yTrackBar";
|
---|
| 166 | this.yTrackBar.Size = new System.Drawing.Size(59, 45);
|
---|
| 167 | this.yTrackBar.TabIndex = 10;
|
---|
| 168 | this.yTrackBar.TickStyle = System.Windows.Forms.TickStyle.None;
|
---|
[3411] | 169 | this.yTrackBar.ValueChanged += new System.EventHandler(this.jitterTrackBar_ValueChanged);
|
---|
[3349] | 170 | //
|
---|
| 171 | // sizeComboBox
|
---|
| 172 | //
|
---|
| 173 | this.sizeComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 174 | this.sizeComboBox.BackColor = System.Drawing.SystemColors.ControlLightLight;
|
---|
| 175 | this.sizeComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
---|
| 176 | this.sizeComboBox.FormattingEnabled = true;
|
---|
[5330] | 177 | this.sizeComboBox.Location = new System.Drawing.Point(560, 4);
|
---|
[3349] | 178 | this.sizeComboBox.Name = "sizeComboBox";
|
---|
[3524] | 179 | this.sizeComboBox.Size = new System.Drawing.Size(221, 21);
|
---|
[3349] | 180 | this.sizeComboBox.TabIndex = 14;
|
---|
[5330] | 181 | this.sizeComboBox.SelectedValueChanged += new System.EventHandler(this.AxisComboBox_SelectedValueChanged);
|
---|
[3349] | 182 | //
|
---|
| 183 | // sizeLabel
|
---|
| 184 | //
|
---|
| 185 | this.sizeLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 186 | this.sizeLabel.AutoSize = true;
|
---|
[5330] | 187 | this.sizeLabel.Location = new System.Drawing.Point(489, 7);
|
---|
[3349] | 188 | this.sizeLabel.Name = "sizeLabel";
|
---|
[3482] | 189 | this.sizeLabel.Size = new System.Drawing.Size(66, 13);
|
---|
[3349] | 190 | this.sizeLabel.TabIndex = 15;
|
---|
[3482] | 191 | this.sizeLabel.Text = "Bubble Size:";
|
---|
[3349] | 192 | //
|
---|
| 193 | // chart
|
---|
| 194 | //
|
---|
| 195 | this.chart.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
[9363] | 196 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 197 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 198 | chartArea1.Name = "ChartArea1";
|
---|
| 199 | this.chart.ChartAreas.Add(chartArea1);
|
---|
[3349] | 200 | this.chart.Location = new System.Drawing.Point(6, 30);
|
---|
| 201 | this.chart.Name = "chart";
|
---|
[9363] | 202 | series1.ChartArea = "ChartArea1";
|
---|
| 203 | series1.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Point;
|
---|
| 204 | series1.IsVisibleInLegend = false;
|
---|
| 205 | series1.MarkerStyle = System.Windows.Forms.DataVisualization.Charting.MarkerStyle.Circle;
|
---|
| 206 | series1.Name = "Bubbles";
|
---|
| 207 | series1.YValuesPerPoint = 2;
|
---|
| 208 | this.chart.Series.Add(series1);
|
---|
[5330] | 209 | this.chart.Size = new System.Drawing.Size(843, 425);
|
---|
[3349] | 210 | this.chart.TabIndex = 16;
|
---|
[3524] | 211 | this.chart.Text = "chart";
|
---|
[4094] | 212 | this.chart.AxisViewChanged += new System.EventHandler<System.Windows.Forms.DataVisualization.Charting.ViewEventArgs>(this.chart_AxisViewChanged);
|
---|
[6026] | 213 | this.chart.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.chart_MouseDoubleClick);
|
---|
[4094] | 214 | this.chart.MouseMove += new System.Windows.Forms.MouseEventHandler(this.chart_MouseMove);
|
---|
[3428] | 215 | this.chart.MouseUp += new System.Windows.Forms.MouseEventHandler(this.chart_MouseUp);
|
---|
[3349] | 216 | //
|
---|
[4799] | 217 | // openBoxPlotViewToolStripMenuItem
|
---|
| 218 | //
|
---|
| 219 | this.openBoxPlotViewToolStripMenuItem.Name = "openBoxPlotViewToolStripMenuItem";
|
---|
| 220 | this.openBoxPlotViewToolStripMenuItem.Size = new System.Drawing.Size(256, 22);
|
---|
| 221 | this.openBoxPlotViewToolStripMenuItem.Text = "Open BoxPlot View";
|
---|
| 222 | this.openBoxPlotViewToolStripMenuItem.Click += new System.EventHandler(this.openBoxPlotViewToolStripMenuItem_Click);
|
---|
[9363] | 223 | //
|
---|
[6673] | 224 | // hideRunToolStripMenuItem
|
---|
[9363] | 225 | //
|
---|
[6673] | 226 | this.hideRunToolStripMenuItem.Name = "hideRunToolStripMenuItem";
|
---|
| 227 | this.hideRunToolStripMenuItem.Size = new System.Drawing.Size(256, 22);
|
---|
| 228 | this.hideRunToolStripMenuItem.Text = "Hide Run";
|
---|
[9363] | 229 | this.hideRunToolStripMenuItem.Click += new System.EventHandler(this.hideRunToolStripMenuItem_Click);
|
---|
[4799] | 230 | //
|
---|
[3349] | 231 | // zoomButton
|
---|
| 232 | //
|
---|
| 233 | this.zoomButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
---|
| 234 | this.zoomButton.AutoSize = true;
|
---|
| 235 | this.zoomButton.Checked = true;
|
---|
| 236 | this.zoomButton.Location = new System.Drawing.Point(6, 10);
|
---|
| 237 | this.zoomButton.Name = "zoomButton";
|
---|
| 238 | this.zoomButton.Size = new System.Drawing.Size(52, 17);
|
---|
| 239 | this.zoomButton.TabIndex = 17;
|
---|
| 240 | this.zoomButton.TabStop = true;
|
---|
| 241 | this.zoomButton.Text = "Zoom";
|
---|
| 242 | this.zoomButton.UseVisualStyleBackColor = true;
|
---|
[3411] | 243 | this.zoomButton.CheckedChanged += new System.EventHandler(this.zoomButton_CheckedChanged);
|
---|
[3349] | 244 | //
|
---|
| 245 | // selectButton
|
---|
| 246 | //
|
---|
| 247 | this.selectButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
---|
| 248 | this.selectButton.AutoSize = true;
|
---|
| 249 | this.selectButton.Location = new System.Drawing.Point(64, 9);
|
---|
| 250 | this.selectButton.Name = "selectButton";
|
---|
| 251 | this.selectButton.Size = new System.Drawing.Size(55, 17);
|
---|
| 252 | this.selectButton.TabIndex = 18;
|
---|
| 253 | this.selectButton.Text = "Select";
|
---|
| 254 | this.selectButton.UseVisualStyleBackColor = true;
|
---|
| 255 | //
|
---|
| 256 | // radioButtonGroup
|
---|
| 257 | //
|
---|
| 258 | this.radioButtonGroup.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
---|
| 259 | this.radioButtonGroup.Controls.Add(this.zoomButton);
|
---|
| 260 | this.radioButtonGroup.Controls.Add(this.selectButton);
|
---|
[9363] | 261 | this.radioButtonGroup.Location = new System.Drawing.Point(2, 461);
|
---|
[3349] | 262 | this.radioButtonGroup.Name = "radioButtonGroup";
|
---|
[9363] | 263 | this.radioButtonGroup.Size = new System.Drawing.Size(122, 32);
|
---|
[3349] | 264 | this.radioButtonGroup.TabIndex = 19;
|
---|
| 265 | this.radioButtonGroup.TabStop = false;
|
---|
| 266 | //
|
---|
[9363] | 267 | // colorDialogButton
|
---|
[3349] | 268 | //
|
---|
[9363] | 269 | this.colorDialogButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
---|
| 270 | this.colorDialogButton.Enabled = false;
|
---|
| 271 | this.colorDialogButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
---|
| 272 | this.colorDialogButton.Location = new System.Drawing.Point(130, 469);
|
---|
| 273 | this.colorDialogButton.Name = "colorDialogButton";
|
---|
| 274 | this.colorDialogButton.Size = new System.Drawing.Size(21, 21);
|
---|
| 275 | this.colorDialogButton.TabIndex = 20;
|
---|
| 276 | this.colorDialogButton.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
---|
| 277 | this.tooltip.SetToolTip(this.colorDialogButton, "Choose color");
|
---|
| 278 | this.colorDialogButton.UseVisualStyleBackColor = true;
|
---|
| 279 | this.colorDialogButton.Click += new System.EventHandler(this.colorDialogButton_Click);
|
---|
[3349] | 280 | //
|
---|
| 281 | // colorDialog
|
---|
| 282 | //
|
---|
[4094] | 283 | this.colorDialog.AllowFullOpen = false;
|
---|
[3349] | 284 | this.colorDialog.FullOpen = true;
|
---|
| 285 | //
|
---|
[4799] | 286 | // colorXAxisButton
|
---|
| 287 | //
|
---|
| 288 | this.colorXAxisButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[4812] | 289 | this.colorXAxisButton.Enabled = false;
|
---|
[6558] | 290 | this.colorXAxisButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.DisplayInColorVertical;
|
---|
[5330] | 291 | this.colorXAxisButton.Location = new System.Drawing.Point(719, 469);
|
---|
[4799] | 292 | this.colorXAxisButton.Name = "colorXAxisButton";
|
---|
| 293 | this.colorXAxisButton.Size = new System.Drawing.Size(21, 21);
|
---|
| 294 | this.colorXAxisButton.TabIndex = 22;
|
---|
| 295 | this.tooltip.SetToolTip(this.colorXAxisButton, "Color all runs according to their x-values");
|
---|
| 296 | this.colorXAxisButton.UseVisualStyleBackColor = true;
|
---|
| 297 | this.colorXAxisButton.Click += new System.EventHandler(this.colorXAxisButton_Click);
|
---|
| 298 | //
|
---|
| 299 | // colorYAxisButton
|
---|
[4653] | 300 | //
|
---|
[4812] | 301 | this.colorYAxisButton.Enabled = false;
|
---|
[5336] | 302 | this.colorYAxisButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.DisplayInColor;
|
---|
[4799] | 303 | this.colorYAxisButton.Location = new System.Drawing.Point(251, 3);
|
---|
| 304 | this.colorYAxisButton.Name = "colorYAxisButton";
|
---|
| 305 | this.colorYAxisButton.Size = new System.Drawing.Size(21, 21);
|
---|
| 306 | this.colorYAxisButton.TabIndex = 23;
|
---|
| 307 | this.tooltip.SetToolTip(this.colorYAxisButton, "Color all runs according to their y-values");
|
---|
| 308 | this.colorYAxisButton.UseVisualStyleBackColor = true;
|
---|
| 309 | this.colorYAxisButton.Click += new System.EventHandler(this.colorYAxisButton_Click);
|
---|
[4653] | 310 | //
|
---|
[5330] | 311 | // noRunsLabel
|
---|
| 312 | //
|
---|
| 313 | this.noRunsLabel.Anchor = System.Windows.Forms.AnchorStyles.None;
|
---|
| 314 | this.noRunsLabel.AutoSize = true;
|
---|
| 315 | this.noRunsLabel.Location = new System.Drawing.Point(366, 228);
|
---|
| 316 | this.noRunsLabel.Name = "noRunsLabel";
|
---|
| 317 | this.noRunsLabel.Size = new System.Drawing.Size(138, 13);
|
---|
| 318 | this.noRunsLabel.TabIndex = 21;
|
---|
| 319 | this.noRunsLabel.Text = "No runs could be displayed.";
|
---|
| 320 | //
|
---|
| 321 | // sizeTrackBar
|
---|
| 322 | //
|
---|
| 323 | this.sizeTrackBar.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 324 | this.sizeTrackBar.Location = new System.Drawing.Point(787, 3);
|
---|
[9363] | 325 | this.sizeTrackBar.Maximum = 20;
|
---|
| 326 | this.sizeTrackBar.Minimum = -20;
|
---|
[5330] | 327 | this.sizeTrackBar.Name = "sizeTrackBar";
|
---|
| 328 | this.sizeTrackBar.Size = new System.Drawing.Size(64, 45);
|
---|
| 329 | this.sizeTrackBar.TabIndex = 24;
|
---|
[9363] | 330 | this.sizeTrackBar.TickFrequency = 20;
|
---|
| 331 | this.sizeTrackBar.TickStyle = System.Windows.Forms.TickStyle.TopLeft;
|
---|
[5330] | 332 | this.sizeTrackBar.ValueChanged += new System.EventHandler(this.sizeTrackBar_ValueChanged);
|
---|
| 333 | //
|
---|
[9363] | 334 | // getDataAsMatrixToolStripMenuItem
|
---|
| 335 | //
|
---|
| 336 | this.getDataAsMatrixToolStripMenuItem.Name = "getDataAsMatrixToolStripMenuItem";
|
---|
| 337 | this.getDataAsMatrixToolStripMenuItem.Size = new System.Drawing.Size(256, 22);
|
---|
| 338 | this.getDataAsMatrixToolStripMenuItem.Text = "Get Data as Matrix";
|
---|
| 339 | this.getDataAsMatrixToolStripMenuItem.Click += new System.EventHandler(this.getDataAsMatrixToolStripMenuItem_Click);
|
---|
| 340 | //
|
---|
| 341 | // transparencyTrackBar
|
---|
| 342 | //
|
---|
| 343 | this.transparencyTrackBar.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
---|
| 344 | this.transparencyTrackBar.LargeChange = 16;
|
---|
| 345 | this.transparencyTrackBar.Location = new System.Drawing.Point(359, 470);
|
---|
| 346 | this.transparencyTrackBar.Maximum = 254;
|
---|
| 347 | this.transparencyTrackBar.Name = "transparencyTrackBar";
|
---|
| 348 | this.transparencyTrackBar.Size = new System.Drawing.Size(64, 45);
|
---|
| 349 | this.transparencyTrackBar.TabIndex = 24;
|
---|
| 350 | this.transparencyTrackBar.TickStyle = System.Windows.Forms.TickStyle.None;
|
---|
| 351 | this.tooltip.SetToolTip(this.transparencyTrackBar, "Sets the transparency of the colors");
|
---|
| 352 | this.transparencyTrackBar.ValueChanged += new System.EventHandler(this.transparencyTrackBar_ValueChanged);
|
---|
| 353 | //
|
---|
| 354 | // transparencyLabel
|
---|
| 355 | //
|
---|
| 356 | this.transparencyLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
---|
| 357 | this.transparencyLabel.AutoSize = true;
|
---|
| 358 | this.transparencyLabel.Location = new System.Drawing.Point(278, 475);
|
---|
| 359 | this.transparencyLabel.Name = "transparencyLabel";
|
---|
| 360 | this.transparencyLabel.Size = new System.Drawing.Size(75, 13);
|
---|
| 361 | this.transparencyLabel.TabIndex = 12;
|
---|
| 362 | this.transparencyLabel.Text = "Transparency:";
|
---|
| 363 | //
|
---|
| 364 | // colorRunsButton
|
---|
| 365 | //
|
---|
| 366 | this.colorRunsButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
---|
| 367 | this.colorRunsButton.Enabled = false;
|
---|
| 368 | this.colorRunsButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
---|
| 369 | this.colorRunsButton.Location = new System.Drawing.Point(151, 469);
|
---|
| 370 | this.colorRunsButton.Name = "colorRunsButton";
|
---|
| 371 | this.colorRunsButton.Size = new System.Drawing.Size(43, 21);
|
---|
| 372 | this.colorRunsButton.TabIndex = 25;
|
---|
| 373 | this.colorRunsButton.Text = "Color";
|
---|
| 374 | this.colorRunsButton.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
---|
| 375 | this.tooltip.SetToolTip(this.colorRunsButton, "Color all selected runs");
|
---|
| 376 | this.colorRunsButton.UseVisualStyleBackColor = true;
|
---|
| 377 | this.colorRunsButton.Click += new System.EventHandler(this.colorRunsButton_Click);
|
---|
| 378 | //
|
---|
| 379 | // hideRunsButton
|
---|
| 380 | //
|
---|
| 381 | this.hideRunsButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
---|
| 382 | this.hideRunsButton.Enabled = false;
|
---|
| 383 | this.hideRunsButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
---|
| 384 | this.hideRunsButton.Location = new System.Drawing.Point(194, 469);
|
---|
| 385 | this.hideRunsButton.Name = "hideRunsButton";
|
---|
| 386 | this.hideRunsButton.Size = new System.Drawing.Size(43, 21);
|
---|
| 387 | this.hideRunsButton.TabIndex = 26;
|
---|
| 388 | this.hideRunsButton.Text = "Hide";
|
---|
| 389 | this.hideRunsButton.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
---|
| 390 | this.tooltip.SetToolTip(this.hideRunsButton, "Hides all selected runs");
|
---|
| 391 | this.hideRunsButton.UseVisualStyleBackColor = true;
|
---|
| 392 | this.hideRunsButton.Click += new System.EventHandler(this.hideRunsButton_Click);
|
---|
| 393 | //
|
---|
[3349] | 394 | // RunCollectionBubbleChartView
|
---|
| 395 | //
|
---|
[7967] | 396 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
|
---|
[3482] | 397 | this.BackColor = System.Drawing.SystemColors.Window;
|
---|
| 398 | this.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
---|
[9363] | 399 | this.Controls.Add(this.hideRunsButton);
|
---|
| 400 | this.Controls.Add(this.colorRunsButton);
|
---|
| 401 | this.Controls.Add(this.transparencyTrackBar);
|
---|
[5330] | 402 | this.Controls.Add(this.sizeTrackBar);
|
---|
[4799] | 403 | this.Controls.Add(this.colorYAxisButton);
|
---|
| 404 | this.Controls.Add(this.colorXAxisButton);
|
---|
[3543] | 405 | this.Controls.Add(this.noRunsLabel);
|
---|
[9363] | 406 | this.Controls.Add(this.colorDialogButton);
|
---|
[3349] | 407 | this.Controls.Add(this.radioButtonGroup);
|
---|
| 408 | this.Controls.Add(this.chart);
|
---|
| 409 | this.Controls.Add(this.sizeLabel);
|
---|
| 410 | this.Controls.Add(this.sizeComboBox);
|
---|
| 411 | this.Controls.Add(this.yJitterLabel);
|
---|
[9363] | 412 | this.Controls.Add(this.transparencyLabel);
|
---|
[3349] | 413 | this.Controls.Add(this.xJitterlabel);
|
---|
| 414 | this.Controls.Add(this.xTrackBar);
|
---|
| 415 | this.Controls.Add(this.xAxisLabel);
|
---|
| 416 | this.Controls.Add(this.xAxisComboBox);
|
---|
| 417 | this.Controls.Add(this.yAxisLabel);
|
---|
| 418 | this.Controls.Add(this.yAxisComboBox);
|
---|
| 419 | this.Controls.Add(this.yTrackBar);
|
---|
| 420 | this.Name = "RunCollectionBubbleChartView";
|
---|
[5330] | 421 | this.Size = new System.Drawing.Size(854, 496);
|
---|
[3349] | 422 | ((System.ComponentModel.ISupportInitialize)(this.xTrackBar)).EndInit();
|
---|
| 423 | ((System.ComponentModel.ISupportInitialize)(this.yTrackBar)).EndInit();
|
---|
| 424 | ((System.ComponentModel.ISupportInitialize)(this.chart)).EndInit();
|
---|
| 425 | this.radioButtonGroup.ResumeLayout(false);
|
---|
| 426 | this.radioButtonGroup.PerformLayout();
|
---|
[5330] | 427 | ((System.ComponentModel.ISupportInitialize)(this.sizeTrackBar)).EndInit();
|
---|
[9363] | 428 | ((System.ComponentModel.ISupportInitialize)(this.transparencyTrackBar)).EndInit();
|
---|
[3349] | 429 | this.ResumeLayout(false);
|
---|
| 430 | this.PerformLayout();
|
---|
[4094] | 431 |
|
---|
[3349] | 432 | }
|
---|
| 433 | #endregion
|
---|
| 434 |
|
---|
| 435 | private System.Windows.Forms.Label xAxisLabel;
|
---|
| 436 | private System.Windows.Forms.ComboBox xAxisComboBox;
|
---|
| 437 | private System.Windows.Forms.Label yAxisLabel;
|
---|
| 438 | private System.Windows.Forms.ComboBox yAxisComboBox;
|
---|
| 439 | private System.Windows.Forms.TrackBar yTrackBar;
|
---|
| 440 | private System.Windows.Forms.TrackBar xTrackBar;
|
---|
| 441 | private System.Windows.Forms.Label xJitterlabel;
|
---|
| 442 | private System.Windows.Forms.Label yJitterLabel;
|
---|
| 443 | private System.Windows.Forms.ComboBox sizeComboBox;
|
---|
| 444 | private System.Windows.Forms.Label sizeLabel;
|
---|
[4635] | 445 | private HeuristicLab.Visualization.ChartControlsExtensions.EnhancedChart chart;
|
---|
[3349] | 446 | private System.Windows.Forms.RadioButton zoomButton;
|
---|
| 447 | private System.Windows.Forms.RadioButton selectButton;
|
---|
| 448 | private System.Windows.Forms.GroupBox radioButtonGroup;
|
---|
[9363] | 449 | private System.Windows.Forms.Button colorDialogButton;
|
---|
[3349] | 450 | private System.Windows.Forms.ColorDialog colorDialog;
|
---|
[3487] | 451 | private System.Windows.Forms.ToolTip tooltip;
|
---|
[3543] | 452 | private System.Windows.Forms.Label noRunsLabel;
|
---|
[4653] | 453 | private System.Windows.Forms.ToolStripMenuItem openBoxPlotViewToolStripMenuItem;
|
---|
[6673] | 454 | private System.Windows.Forms.ToolStripMenuItem hideRunToolStripMenuItem;
|
---|
[4799] | 455 | private System.Windows.Forms.Button colorXAxisButton;
|
---|
| 456 | private System.Windows.Forms.Button colorYAxisButton;
|
---|
[5330] | 457 | private System.Windows.Forms.TrackBar sizeTrackBar;
|
---|
[9363] | 458 | private System.Windows.Forms.ToolStripMenuItem getDataAsMatrixToolStripMenuItem;
|
---|
| 459 | private System.Windows.Forms.TrackBar transparencyTrackBar;
|
---|
| 460 | private System.Windows.Forms.Label transparencyLabel;
|
---|
| 461 | private System.Windows.Forms.Button colorRunsButton;
|
---|
| 462 | private System.Windows.Forms.Button hideRunsButton;
|
---|
[3349] | 463 | }
|
---|
| 464 | }
|
---|