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