#region License Information
/* HeuristicLab
* Copyright (C) 2002-2016 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
*
* This file is part of HeuristicLab.
*
* HeuristicLab is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* HeuristicLab is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with HeuristicLab. If not, see .
*/
#endregion
namespace HeuristicLab.OptimizationExpertSystem {
partial class UnderstandingProblemInstanceView {
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing) {
if (disposing && (components != null)) {
components.Dispose();
}
base.Dispose(disposing);
}
#region Component Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent() {
this.components = new System.ComponentModel.Container();
System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea1 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
System.Windows.Forms.DataVisualization.Charting.Legend legend1 = new System.Windows.Forms.DataVisualization.Charting.Legend();
System.Windows.Forms.DataVisualization.Charting.Series series1 = new System.Windows.Forms.DataVisualization.Charting.Series();
System.Windows.Forms.DataVisualization.Charting.Series series2 = new System.Windows.Forms.DataVisualization.Charting.Series();
this.projectionLabel = new System.Windows.Forms.Label();
this.projectionComboBox = new System.Windows.Forms.ComboBox();
this.problemInstancesTabControl = new HeuristicLab.MainForm.WindowsForms.DragOverTabControl();
this.mapTabPage = new System.Windows.Forms.TabPage();
this.instanceMapChart = new HeuristicLab.Visualization.ChartControlsExtensions.EnhancedChart();
this.instancesTabPage = new System.Windows.Forms.TabPage();
this.problemInstancesView = new HeuristicLab.MainForm.WindowsForms.ViewHost();
this.problemInstancesTabControl.SuspendLayout();
this.mapTabPage.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.instanceMapChart)).BeginInit();
this.instancesTabPage.SuspendLayout();
this.SuspendLayout();
//
// projectionLabel
//
this.projectionLabel.AutoSize = true;
this.projectionLabel.Location = new System.Drawing.Point(6, 9);
this.projectionLabel.Name = "projectionLabel";
this.projectionLabel.Size = new System.Drawing.Size(57, 13);
this.projectionLabel.TabIndex = 10;
this.projectionLabel.Text = "Projection:";
//
// projectionComboBox
//
this.projectionComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.projectionComboBox.FormattingEnabled = true;
this.projectionComboBox.Location = new System.Drawing.Point(69, 6);
this.projectionComboBox.Name = "projectionComboBox";
this.projectionComboBox.Size = new System.Drawing.Size(158, 21);
this.projectionComboBox.TabIndex = 9;
this.projectionComboBox.SelectedIndexChanged += new System.EventHandler(this.ProjectionComboBoxOnSelectedIndexChanged);
//
// problemInstancesTabControl
//
this.problemInstancesTabControl.AllowDrop = true;
this.problemInstancesTabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.problemInstancesTabControl.Controls.Add(this.mapTabPage);
this.problemInstancesTabControl.Controls.Add(this.instancesTabPage);
this.problemInstancesTabControl.Location = new System.Drawing.Point(0, 0);
this.problemInstancesTabControl.Name = "problemInstancesTabControl";
this.problemInstancesTabControl.SelectedIndex = 0;
this.problemInstancesTabControl.Size = new System.Drawing.Size(1000, 760);
this.problemInstancesTabControl.TabIndex = 8;
//
// mapTabPage
//
this.mapTabPage.Controls.Add(this.projectionLabel);
this.mapTabPage.Controls.Add(this.instanceMapChart);
this.mapTabPage.Controls.Add(this.projectionComboBox);
this.mapTabPage.Location = new System.Drawing.Point(4, 22);
this.mapTabPage.Name = "mapTabPage";
this.mapTabPage.Padding = new System.Windows.Forms.Padding(3);
this.mapTabPage.Size = new System.Drawing.Size(992, 734);
this.mapTabPage.TabIndex = 1;
this.mapTabPage.Text = "Map";
this.mapTabPage.UseVisualStyleBackColor = true;
//
// instanceMapChart
//
this.instanceMapChart.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
chartArea1.AxisX.MajorGrid.LineColor = System.Drawing.Color.LightGray;
chartArea1.AxisX.MajorGrid.LineDashStyle = System.Windows.Forms.DataVisualization.Charting.ChartDashStyle.Dash;
chartArea1.AxisY.MajorGrid.LineColor = System.Drawing.Color.LightGray;
chartArea1.AxisY.MajorGrid.LineDashStyle = System.Windows.Forms.DataVisualization.Charting.ChartDashStyle.Dash;
chartArea1.Name = "Default";
this.instanceMapChart.ChartAreas.Add(chartArea1);
legend1.Docking = System.Windows.Forms.DataVisualization.Charting.Docking.Top;
legend1.Enabled = false;
legend1.Name = "Legend";
this.instanceMapChart.Legends.Add(legend1);
this.instanceMapChart.Location = new System.Drawing.Point(3, 33);
this.instanceMapChart.Name = "instanceMapChart";
series1.ChartArea = "Default";
series1.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Point;
series1.Legend = "Legend";
series1.MarkerSize = 10;
series1.Name = "InstancesSeries";
series2.ChartArea = "Default";
series2.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Point;
series2.Legend = "Legend";
series2.MarkerColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
series2.MarkerSize = 15;
series2.MarkerStyle = System.Windows.Forms.DataVisualization.Charting.MarkerStyle.Cross;
series2.Name = "CurrentInstanceSeries";
this.instanceMapChart.Series.Add(series1);
this.instanceMapChart.Series.Add(series2);
this.instanceMapChart.Size = new System.Drawing.Size(986, 698);
this.instanceMapChart.TabIndex = 0;
//
// instancesTabPage
//
this.instancesTabPage.Controls.Add(this.problemInstancesView);
this.instancesTabPage.Location = new System.Drawing.Point(4, 22);
this.instancesTabPage.Name = "instancesTabPage";
this.instancesTabPage.Padding = new System.Windows.Forms.Padding(3);
this.instancesTabPage.Size = new System.Drawing.Size(1044, 757);
this.instancesTabPage.TabIndex = 0;
this.instancesTabPage.Text = "Instances";
this.instancesTabPage.UseVisualStyleBackColor = true;
//
// problemInstancesView
//
this.problemInstancesView.Caption = "View";
this.problemInstancesView.Content = null;
this.problemInstancesView.Dock = System.Windows.Forms.DockStyle.Fill;
this.problemInstancesView.Enabled = false;
this.problemInstancesView.Location = new System.Drawing.Point(3, 3);
this.problemInstancesView.Name = "problemInstancesView";
this.problemInstancesView.ReadOnly = false;
this.problemInstancesView.Size = new System.Drawing.Size(1038, 751);
this.problemInstancesView.TabIndex = 0;
this.problemInstancesView.ViewsLabelVisible = true;
this.problemInstancesView.ViewType = null;
//
// UnderstandingProblemInstanceView
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.problemInstancesTabControl);
this.Name = "UnderstandingProblemInstanceView";
this.Size = new System.Drawing.Size(1000, 760);
this.Controls.SetChildIndex(this.problemInstancesTabControl, 0);
this.problemInstancesTabControl.ResumeLayout(false);
this.mapTabPage.ResumeLayout(false);
this.mapTabPage.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.instanceMapChart)).EndInit();
this.instancesTabPage.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Label projectionLabel;
private System.Windows.Forms.ComboBox projectionComboBox;
private MainForm.WindowsForms.DragOverTabControl problemInstancesTabControl;
private System.Windows.Forms.TabPage mapTabPage;
private Visualization.ChartControlsExtensions.EnhancedChart instanceMapChart;
private System.Windows.Forms.TabPage instancesTabPage;
private MainForm.WindowsForms.ViewHost problemInstancesView;
}
}