[13718] | 1 | #region License Information
|
---|
| 2 | /* HeuristicLab
|
---|
| 3 | * Copyright (C) 2002-2016 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.OptimizationExpertSystem {
|
---|
| 23 | partial class UnderstandingProblemInstanceView {
|
---|
| 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 chartArea1 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
|
---|
| 49 | System.Windows.Forms.DataVisualization.Charting.Legend legend1 = new System.Windows.Forms.DataVisualization.Charting.Legend();
|
---|
| 50 | System.Windows.Forms.DataVisualization.Charting.Series series1 = new System.Windows.Forms.DataVisualization.Charting.Series();
|
---|
| 51 | System.Windows.Forms.DataVisualization.Charting.Series series2 = new System.Windows.Forms.DataVisualization.Charting.Series();
|
---|
| 52 | this.problemInstancesTabControl = new HeuristicLab.MainForm.WindowsForms.DragOverTabControl();
|
---|
| 53 | this.mapTabPage = new System.Windows.Forms.TabPage();
|
---|
[13751] | 54 | this.mapSplitContainer = new System.Windows.Forms.SplitContainer();
|
---|
[13752] | 55 | this.showCharacteristicsCheckBox = new System.Windows.Forms.CheckBox();
|
---|
[13757] | 56 | this.fromZeroCheckBox = new System.Windows.Forms.CheckBox();
|
---|
[13751] | 57 | this.invPropCheckBox = new System.Windows.Forms.CheckBox();
|
---|
| 58 | this.sizeLabel = new System.Windows.Forms.Label();
|
---|
| 59 | this.projectionLabel = new System.Windows.Forms.Label();
|
---|
| 60 | this.instanceMapChart = new HeuristicLab.Visualization.ChartControlsExtensions.EnhancedChart();
|
---|
| 61 | this.sizeComboBox = new System.Windows.Forms.ComboBox();
|
---|
| 62 | this.projectionComboBox = new System.Windows.Forms.ComboBox();
|
---|
[13752] | 63 | this.instancesTabPage = new System.Windows.Forms.TabPage();
|
---|
| 64 | this.problemInstancesView = new HeuristicLab.MainForm.WindowsForms.ViewHost();
|
---|
[13757] | 65 | this.colorComboBox = new System.Windows.Forms.ComboBox();
|
---|
| 66 | this.colorLabel = new System.Windows.Forms.Label();
|
---|
[13718] | 67 | this.problemInstancesTabControl.SuspendLayout();
|
---|
| 68 | this.mapTabPage.SuspendLayout();
|
---|
[13751] | 69 | ((System.ComponentModel.ISupportInitialize)(this.mapSplitContainer)).BeginInit();
|
---|
| 70 | this.mapSplitContainer.Panel1.SuspendLayout();
|
---|
| 71 | this.mapSplitContainer.SuspendLayout();
|
---|
[13718] | 72 | ((System.ComponentModel.ISupportInitialize)(this.instanceMapChart)).BeginInit();
|
---|
[13752] | 73 | this.instancesTabPage.SuspendLayout();
|
---|
[13718] | 74 | this.SuspendLayout();
|
---|
| 75 | //
|
---|
| 76 | // problemInstancesTabControl
|
---|
| 77 | //
|
---|
| 78 | this.problemInstancesTabControl.AllowDrop = true;
|
---|
| 79 | this.problemInstancesTabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
| 80 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 81 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 82 | this.problemInstancesTabControl.Controls.Add(this.mapTabPage);
|
---|
| 83 | this.problemInstancesTabControl.Controls.Add(this.instancesTabPage);
|
---|
| 84 | this.problemInstancesTabControl.Location = new System.Drawing.Point(0, 0);
|
---|
| 85 | this.problemInstancesTabControl.Name = "problemInstancesTabControl";
|
---|
| 86 | this.problemInstancesTabControl.SelectedIndex = 0;
|
---|
[13757] | 87 | this.problemInstancesTabControl.Size = new System.Drawing.Size(1108, 760);
|
---|
[13718] | 88 | this.problemInstancesTabControl.TabIndex = 8;
|
---|
| 89 | //
|
---|
| 90 | // mapTabPage
|
---|
| 91 | //
|
---|
[13751] | 92 | this.mapTabPage.Controls.Add(this.mapSplitContainer);
|
---|
[13718] | 93 | this.mapTabPage.Location = new System.Drawing.Point(4, 22);
|
---|
| 94 | this.mapTabPage.Name = "mapTabPage";
|
---|
| 95 | this.mapTabPage.Padding = new System.Windows.Forms.Padding(3);
|
---|
[13757] | 96 | this.mapTabPage.Size = new System.Drawing.Size(1100, 734);
|
---|
[13718] | 97 | this.mapTabPage.TabIndex = 1;
|
---|
| 98 | this.mapTabPage.Text = "Map";
|
---|
| 99 | this.mapTabPage.UseVisualStyleBackColor = true;
|
---|
| 100 | //
|
---|
[13751] | 101 | // mapSplitContainer
|
---|
| 102 | //
|
---|
| 103 | this.mapSplitContainer.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
| 104 | this.mapSplitContainer.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
|
---|
| 105 | this.mapSplitContainer.Location = new System.Drawing.Point(3, 3);
|
---|
| 106 | this.mapSplitContainer.Name = "mapSplitContainer";
|
---|
| 107 | //
|
---|
| 108 | // mapSplitContainer.Panel1
|
---|
| 109 | //
|
---|
| 110 | this.mapSplitContainer.Panel1.Controls.Add(this.showCharacteristicsCheckBox);
|
---|
[13757] | 111 | this.mapSplitContainer.Panel1.Controls.Add(this.fromZeroCheckBox);
|
---|
[13751] | 112 | this.mapSplitContainer.Panel1.Controls.Add(this.invPropCheckBox);
|
---|
[13757] | 113 | this.mapSplitContainer.Panel1.Controls.Add(this.colorLabel);
|
---|
[13751] | 114 | this.mapSplitContainer.Panel1.Controls.Add(this.sizeLabel);
|
---|
| 115 | this.mapSplitContainer.Panel1.Controls.Add(this.projectionLabel);
|
---|
| 116 | this.mapSplitContainer.Panel1.Controls.Add(this.instanceMapChart);
|
---|
[13757] | 117 | this.mapSplitContainer.Panel1.Controls.Add(this.colorComboBox);
|
---|
[13751] | 118 | this.mapSplitContainer.Panel1.Controls.Add(this.sizeComboBox);
|
---|
| 119 | this.mapSplitContainer.Panel1.Controls.Add(this.projectionComboBox);
|
---|
| 120 | this.mapSplitContainer.Panel1.Padding = new System.Windows.Forms.Padding(0, 3, 0, 0);
|
---|
[13752] | 121 | this.mapSplitContainer.Panel2Collapsed = true;
|
---|
[13757] | 122 | this.mapSplitContainer.Size = new System.Drawing.Size(1094, 728);
|
---|
[13751] | 123 | this.mapSplitContainer.SplitterDistance = 847;
|
---|
| 124 | this.mapSplitContainer.TabIndex = 12;
|
---|
| 125 | //
|
---|
[13752] | 126 | // showCharacteristicsCheckBox
|
---|
| 127 | //
|
---|
| 128 | this.showCharacteristicsCheckBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 129 | this.showCharacteristicsCheckBox.Appearance = System.Windows.Forms.Appearance.Button;
|
---|
[13757] | 130 | this.showCharacteristicsCheckBox.Location = new System.Drawing.Point(1065, 5);
|
---|
[13752] | 131 | this.showCharacteristicsCheckBox.Name = "showCharacteristicsCheckBox";
|
---|
| 132 | this.showCharacteristicsCheckBox.Size = new System.Drawing.Size(26, 23);
|
---|
| 133 | this.showCharacteristicsCheckBox.TabIndex = 18;
|
---|
| 134 | this.showCharacteristicsCheckBox.Text = "Detail";
|
---|
| 135 | this.showCharacteristicsCheckBox.UseVisualStyleBackColor = true;
|
---|
| 136 | this.showCharacteristicsCheckBox.CheckedChanged += new System.EventHandler(this.showCharacteristicsCheckBox_CheckedChanged);
|
---|
| 137 | //
|
---|
[13757] | 138 | // fromZeroCheckBox
|
---|
| 139 | //
|
---|
| 140 | this.fromZeroCheckBox.AutoSize = true;
|
---|
| 141 | this.fromZeroCheckBox.Checked = true;
|
---|
| 142 | this.fromZeroCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
|
---|
| 143 | this.fromZeroCheckBox.Location = new System.Drawing.Point(639, 8);
|
---|
| 144 | this.fromZeroCheckBox.Name = "fromZeroCheckBox";
|
---|
| 145 | this.fromZeroCheckBox.Size = new System.Drawing.Size(69, 17);
|
---|
| 146 | this.fromZeroCheckBox.TabIndex = 17;
|
---|
| 147 | this.fromZeroCheckBox.Text = "from zero";
|
---|
| 148 | this.fromZeroCheckBox.UseVisualStyleBackColor = true;
|
---|
| 149 | this.fromZeroCheckBox.CheckedChanged += new System.EventHandler(this.fromZeroCheckBox_CheckedChanged);
|
---|
| 150 | //
|
---|
[13751] | 151 | // invPropCheckBox
|
---|
| 152 | //
|
---|
| 153 | this.invPropCheckBox.AutoSize = true;
|
---|
| 154 | this.invPropCheckBox.Checked = true;
|
---|
| 155 | this.invPropCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
|
---|
[13757] | 156 | this.invPropCheckBox.Location = new System.Drawing.Point(515, 8);
|
---|
[13751] | 157 | this.invPropCheckBox.Name = "invPropCheckBox";
|
---|
| 158 | this.invPropCheckBox.Size = new System.Drawing.Size(118, 17);
|
---|
| 159 | this.invPropCheckBox.TabIndex = 17;
|
---|
| 160 | this.invPropCheckBox.Text = "inverse proportional";
|
---|
| 161 | this.invPropCheckBox.UseVisualStyleBackColor = true;
|
---|
[13752] | 162 | this.invPropCheckBox.CheckedChanged += new System.EventHandler(this.InvPropCheckBoxOnCheckedChanged);
|
---|
[13751] | 163 | //
|
---|
| 164 | // sizeLabel
|
---|
| 165 | //
|
---|
| 166 | this.sizeLabel.AutoSize = true;
|
---|
[13757] | 167 | this.sizeLabel.Location = new System.Drawing.Point(251, 12);
|
---|
[13751] | 168 | this.sizeLabel.Name = "sizeLabel";
|
---|
| 169 | this.sizeLabel.Size = new System.Drawing.Size(30, 13);
|
---|
| 170 | this.sizeLabel.TabIndex = 15;
|
---|
| 171 | this.sizeLabel.Text = "Size:";
|
---|
| 172 | //
|
---|
| 173 | // projectionLabel
|
---|
| 174 | //
|
---|
| 175 | this.projectionLabel.AutoSize = true;
|
---|
| 176 | this.projectionLabel.Location = new System.Drawing.Point(2, 12);
|
---|
| 177 | this.projectionLabel.Name = "projectionLabel";
|
---|
| 178 | this.projectionLabel.Size = new System.Drawing.Size(57, 13);
|
---|
| 179 | this.projectionLabel.TabIndex = 16;
|
---|
| 180 | this.projectionLabel.Text = "Projection:";
|
---|
| 181 | //
|
---|
[13718] | 182 | // instanceMapChart
|
---|
| 183 | //
|
---|
| 184 | this.instanceMapChart.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
| 185 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 186 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 187 | chartArea1.AxisX.MajorGrid.LineColor = System.Drawing.Color.LightGray;
|
---|
| 188 | chartArea1.AxisX.MajorGrid.LineDashStyle = System.Windows.Forms.DataVisualization.Charting.ChartDashStyle.Dash;
|
---|
| 189 | chartArea1.AxisY.MajorGrid.LineColor = System.Drawing.Color.LightGray;
|
---|
| 190 | chartArea1.AxisY.MajorGrid.LineDashStyle = System.Windows.Forms.DataVisualization.Charting.ChartDashStyle.Dash;
|
---|
| 191 | chartArea1.Name = "Default";
|
---|
| 192 | this.instanceMapChart.ChartAreas.Add(chartArea1);
|
---|
| 193 | legend1.Docking = System.Windows.Forms.DataVisualization.Charting.Docking.Top;
|
---|
| 194 | legend1.Enabled = false;
|
---|
| 195 | legend1.Name = "Legend";
|
---|
| 196 | this.instanceMapChart.Legends.Add(legend1);
|
---|
| 197 | this.instanceMapChart.Location = new System.Drawing.Point(3, 33);
|
---|
| 198 | this.instanceMapChart.Name = "instanceMapChart";
|
---|
| 199 | series1.ChartArea = "Default";
|
---|
| 200 | series1.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Point;
|
---|
| 201 | series1.Legend = "Legend";
|
---|
| 202 | series1.MarkerSize = 10;
|
---|
| 203 | series1.Name = "InstancesSeries";
|
---|
| 204 | series2.ChartArea = "Default";
|
---|
| 205 | series2.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Point;
|
---|
| 206 | series2.Legend = "Legend";
|
---|
| 207 | series2.MarkerColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
|
---|
| 208 | series2.MarkerSize = 15;
|
---|
| 209 | series2.MarkerStyle = System.Windows.Forms.DataVisualization.Charting.MarkerStyle.Cross;
|
---|
| 210 | series2.Name = "CurrentInstanceSeries";
|
---|
| 211 | this.instanceMapChart.Series.Add(series1);
|
---|
| 212 | this.instanceMapChart.Series.Add(series2);
|
---|
[13757] | 213 | this.instanceMapChart.Size = new System.Drawing.Size(974, 692);
|
---|
[13751] | 214 | this.instanceMapChart.TabIndex = 12;
|
---|
[13718] | 215 | //
|
---|
[13751] | 216 | // sizeComboBox
|
---|
[13718] | 217 | //
|
---|
[13751] | 218 | this.sizeComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
---|
| 219 | this.sizeComboBox.FormattingEnabled = true;
|
---|
[13757] | 220 | this.sizeComboBox.Location = new System.Drawing.Point(287, 6);
|
---|
[13751] | 221 | this.sizeComboBox.Name = "sizeComboBox";
|
---|
[13757] | 222 | this.sizeComboBox.Size = new System.Drawing.Size(222, 21);
|
---|
[13751] | 223 | this.sizeComboBox.TabIndex = 13;
|
---|
[13752] | 224 | this.sizeComboBox.SelectedIndexChanged += new System.EventHandler(this.SizeComboBoxOnSelectedIndexChanged);
|
---|
[13718] | 225 | //
|
---|
[13751] | 226 | // projectionComboBox
|
---|
[13718] | 227 | //
|
---|
[13751] | 228 | this.projectionComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
---|
| 229 | this.projectionComboBox.FormattingEnabled = true;
|
---|
| 230 | this.projectionComboBox.Location = new System.Drawing.Point(65, 6);
|
---|
| 231 | this.projectionComboBox.Name = "projectionComboBox";
|
---|
| 232 | this.projectionComboBox.Size = new System.Drawing.Size(158, 21);
|
---|
| 233 | this.projectionComboBox.TabIndex = 14;
|
---|
[13752] | 234 | this.projectionComboBox.SelectedIndexChanged += new System.EventHandler(this.ProjectionComboBoxOnSelectedIndexChanged);
|
---|
[13718] | 235 | //
|
---|
[13752] | 236 | // instancesTabPage
|
---|
[13751] | 237 | //
|
---|
[13752] | 238 | this.instancesTabPage.Controls.Add(this.problemInstancesView);
|
---|
| 239 | this.instancesTabPage.Location = new System.Drawing.Point(4, 22);
|
---|
| 240 | this.instancesTabPage.Name = "instancesTabPage";
|
---|
| 241 | this.instancesTabPage.Padding = new System.Windows.Forms.Padding(3);
|
---|
[13757] | 242 | this.instancesTabPage.Size = new System.Drawing.Size(1106, 734);
|
---|
[13752] | 243 | this.instancesTabPage.TabIndex = 0;
|
---|
| 244 | this.instancesTabPage.Text = "Instances";
|
---|
| 245 | this.instancesTabPage.UseVisualStyleBackColor = true;
|
---|
[13751] | 246 | //
|
---|
[13752] | 247 | // problemInstancesView
|
---|
| 248 | //
|
---|
| 249 | this.problemInstancesView.Caption = "View";
|
---|
| 250 | this.problemInstancesView.Content = null;
|
---|
| 251 | this.problemInstancesView.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
| 252 | this.problemInstancesView.Enabled = false;
|
---|
| 253 | this.problemInstancesView.Location = new System.Drawing.Point(3, 3);
|
---|
| 254 | this.problemInstancesView.Name = "problemInstancesView";
|
---|
| 255 | this.problemInstancesView.ReadOnly = false;
|
---|
[13757] | 256 | this.problemInstancesView.Size = new System.Drawing.Size(1100, 728);
|
---|
[13752] | 257 | this.problemInstancesView.TabIndex = 0;
|
---|
| 258 | this.problemInstancesView.ViewsLabelVisible = true;
|
---|
| 259 | this.problemInstancesView.ViewType = null;
|
---|
| 260 | //
|
---|
[13757] | 261 | // colorComboBox
|
---|
| 262 | //
|
---|
| 263 | this.colorComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
---|
| 264 | this.colorComboBox.FormattingEnabled = true;
|
---|
| 265 | this.colorComboBox.Location = new System.Drawing.Point(768, 6);
|
---|
| 266 | this.colorComboBox.Name = "colorComboBox";
|
---|
| 267 | this.colorComboBox.Size = new System.Drawing.Size(222, 21);
|
---|
| 268 | this.colorComboBox.TabIndex = 13;
|
---|
| 269 | this.colorComboBox.SelectedIndexChanged += new System.EventHandler(this.colorComboBox_SelectedIndexChanged);
|
---|
| 270 | //
|
---|
| 271 | // colorLabel
|
---|
| 272 | //
|
---|
| 273 | this.colorLabel.AutoSize = true;
|
---|
| 274 | this.colorLabel.Location = new System.Drawing.Point(728, 9);
|
---|
| 275 | this.colorLabel.Name = "colorLabel";
|
---|
| 276 | this.colorLabel.Size = new System.Drawing.Size(34, 13);
|
---|
| 277 | this.colorLabel.TabIndex = 15;
|
---|
| 278 | this.colorLabel.Text = "Color:";
|
---|
| 279 | //
|
---|
[13718] | 280 | // UnderstandingProblemInstanceView
|
---|
| 281 | //
|
---|
| 282 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
| 283 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
---|
| 284 | this.Controls.Add(this.problemInstancesTabControl);
|
---|
| 285 | this.Name = "UnderstandingProblemInstanceView";
|
---|
[13757] | 286 | this.Size = new System.Drawing.Size(1108, 760);
|
---|
[13718] | 287 | this.problemInstancesTabControl.ResumeLayout(false);
|
---|
| 288 | this.mapTabPage.ResumeLayout(false);
|
---|
[13751] | 289 | this.mapSplitContainer.Panel1.ResumeLayout(false);
|
---|
| 290 | this.mapSplitContainer.Panel1.PerformLayout();
|
---|
| 291 | ((System.ComponentModel.ISupportInitialize)(this.mapSplitContainer)).EndInit();
|
---|
| 292 | this.mapSplitContainer.ResumeLayout(false);
|
---|
[13718] | 293 | ((System.ComponentModel.ISupportInitialize)(this.instanceMapChart)).EndInit();
|
---|
[13752] | 294 | this.instancesTabPage.ResumeLayout(false);
|
---|
[13718] | 295 | this.ResumeLayout(false);
|
---|
| 296 |
|
---|
| 297 | }
|
---|
| 298 |
|
---|
| 299 | #endregion
|
---|
| 300 |
|
---|
| 301 | private MainForm.WindowsForms.DragOverTabControl problemInstancesTabControl;
|
---|
| 302 | private System.Windows.Forms.TabPage mapTabPage;
|
---|
| 303 | private System.Windows.Forms.TabPage instancesTabPage;
|
---|
| 304 | private MainForm.WindowsForms.ViewHost problemInstancesView;
|
---|
[13751] | 305 | private System.Windows.Forms.SplitContainer mapSplitContainer;
|
---|
| 306 | private System.Windows.Forms.CheckBox showCharacteristicsCheckBox;
|
---|
| 307 | private System.Windows.Forms.CheckBox invPropCheckBox;
|
---|
| 308 | private System.Windows.Forms.Label sizeLabel;
|
---|
| 309 | private System.Windows.Forms.Label projectionLabel;
|
---|
| 310 | private Visualization.ChartControlsExtensions.EnhancedChart instanceMapChart;
|
---|
| 311 | private System.Windows.Forms.ComboBox sizeComboBox;
|
---|
| 312 | private System.Windows.Forms.ComboBox projectionComboBox;
|
---|
[13757] | 313 | private System.Windows.Forms.CheckBox fromZeroCheckBox;
|
---|
| 314 | private System.Windows.Forms.Label colorLabel;
|
---|
| 315 | private System.Windows.Forms.ComboBox colorComboBox;
|
---|
[13718] | 316 | }
|
---|
| 317 | }
|
---|