#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.problemInstancesTabControl = new HeuristicLab.MainForm.WindowsForms.DragOverTabControl(); this.mapTabPage = new System.Windows.Forms.TabPage(); this.mapSplitContainer = new System.Windows.Forms.SplitContainer(); this.showCharacteristicsCheckBox = new System.Windows.Forms.CheckBox(); this.fromZeroCheckBox = new System.Windows.Forms.CheckBox(); this.invPropCheckBox = new System.Windows.Forms.CheckBox(); this.sizeLabel = new System.Windows.Forms.Label(); this.projectionLabel = new System.Windows.Forms.Label(); this.instanceMapChart = new HeuristicLab.Visualization.ChartControlsExtensions.EnhancedChart(); this.sizeComboBox = new System.Windows.Forms.ComboBox(); this.projectionComboBox = new System.Windows.Forms.ComboBox(); this.instancesTabPage = new System.Windows.Forms.TabPage(); this.problemInstancesView = new HeuristicLab.MainForm.WindowsForms.ViewHost(); this.colorComboBox = new System.Windows.Forms.ComboBox(); this.colorLabel = new System.Windows.Forms.Label(); this.problemInstancesTabControl.SuspendLayout(); this.mapTabPage.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.mapSplitContainer)).BeginInit(); this.mapSplitContainer.Panel1.SuspendLayout(); this.mapSplitContainer.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.instanceMapChart)).BeginInit(); this.instancesTabPage.SuspendLayout(); this.SuspendLayout(); // // 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(1108, 760); this.problemInstancesTabControl.TabIndex = 8; // // mapTabPage // this.mapTabPage.Controls.Add(this.mapSplitContainer); 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(1100, 734); this.mapTabPage.TabIndex = 1; this.mapTabPage.Text = "Map"; this.mapTabPage.UseVisualStyleBackColor = true; // // mapSplitContainer // this.mapSplitContainer.Dock = System.Windows.Forms.DockStyle.Fill; this.mapSplitContainer.FixedPanel = System.Windows.Forms.FixedPanel.Panel2; this.mapSplitContainer.Location = new System.Drawing.Point(3, 3); this.mapSplitContainer.Name = "mapSplitContainer"; // // mapSplitContainer.Panel1 // this.mapSplitContainer.Panel1.Controls.Add(this.showCharacteristicsCheckBox); this.mapSplitContainer.Panel1.Controls.Add(this.fromZeroCheckBox); this.mapSplitContainer.Panel1.Controls.Add(this.invPropCheckBox); this.mapSplitContainer.Panel1.Controls.Add(this.colorLabel); this.mapSplitContainer.Panel1.Controls.Add(this.sizeLabel); this.mapSplitContainer.Panel1.Controls.Add(this.projectionLabel); this.mapSplitContainer.Panel1.Controls.Add(this.instanceMapChart); this.mapSplitContainer.Panel1.Controls.Add(this.colorComboBox); this.mapSplitContainer.Panel1.Controls.Add(this.sizeComboBox); this.mapSplitContainer.Panel1.Controls.Add(this.projectionComboBox); this.mapSplitContainer.Panel1.Padding = new System.Windows.Forms.Padding(0, 3, 0, 0); this.mapSplitContainer.Panel2Collapsed = true; this.mapSplitContainer.Size = new System.Drawing.Size(1094, 728); this.mapSplitContainer.SplitterDistance = 847; this.mapSplitContainer.TabIndex = 12; // // showCharacteristicsCheckBox // this.showCharacteristicsCheckBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.showCharacteristicsCheckBox.Appearance = System.Windows.Forms.Appearance.Button; this.showCharacteristicsCheckBox.Location = new System.Drawing.Point(1065, 5); this.showCharacteristicsCheckBox.Name = "showCharacteristicsCheckBox"; this.showCharacteristicsCheckBox.Size = new System.Drawing.Size(26, 23); this.showCharacteristicsCheckBox.TabIndex = 18; this.showCharacteristicsCheckBox.Text = "Detail"; this.showCharacteristicsCheckBox.UseVisualStyleBackColor = true; this.showCharacteristicsCheckBox.CheckedChanged += new System.EventHandler(this.showCharacteristicsCheckBox_CheckedChanged); // // fromZeroCheckBox // this.fromZeroCheckBox.AutoSize = true; this.fromZeroCheckBox.Checked = true; this.fromZeroCheckBox.CheckState = System.Windows.Forms.CheckState.Checked; this.fromZeroCheckBox.Location = new System.Drawing.Point(639, 8); this.fromZeroCheckBox.Name = "fromZeroCheckBox"; this.fromZeroCheckBox.Size = new System.Drawing.Size(69, 17); this.fromZeroCheckBox.TabIndex = 17; this.fromZeroCheckBox.Text = "from zero"; this.fromZeroCheckBox.UseVisualStyleBackColor = true; this.fromZeroCheckBox.CheckedChanged += new System.EventHandler(this.fromZeroCheckBox_CheckedChanged); // // invPropCheckBox // this.invPropCheckBox.AutoSize = true; this.invPropCheckBox.Checked = true; this.invPropCheckBox.CheckState = System.Windows.Forms.CheckState.Checked; this.invPropCheckBox.Location = new System.Drawing.Point(515, 8); this.invPropCheckBox.Name = "invPropCheckBox"; this.invPropCheckBox.Size = new System.Drawing.Size(118, 17); this.invPropCheckBox.TabIndex = 17; this.invPropCheckBox.Text = "inverse proportional"; this.invPropCheckBox.UseVisualStyleBackColor = true; this.invPropCheckBox.CheckedChanged += new System.EventHandler(this.InvPropCheckBoxOnCheckedChanged); // // sizeLabel // this.sizeLabel.AutoSize = true; this.sizeLabel.Location = new System.Drawing.Point(251, 12); this.sizeLabel.Name = "sizeLabel"; this.sizeLabel.Size = new System.Drawing.Size(30, 13); this.sizeLabel.TabIndex = 15; this.sizeLabel.Text = "Size:"; // // projectionLabel // this.projectionLabel.AutoSize = true; this.projectionLabel.Location = new System.Drawing.Point(2, 12); this.projectionLabel.Name = "projectionLabel"; this.projectionLabel.Size = new System.Drawing.Size(57, 13); this.projectionLabel.TabIndex = 16; this.projectionLabel.Text = "Projection:"; // // 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(974, 692); this.instanceMapChart.TabIndex = 12; // // sizeComboBox // this.sizeComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.sizeComboBox.FormattingEnabled = true; this.sizeComboBox.Location = new System.Drawing.Point(287, 6); this.sizeComboBox.Name = "sizeComboBox"; this.sizeComboBox.Size = new System.Drawing.Size(222, 21); this.sizeComboBox.TabIndex = 13; this.sizeComboBox.SelectedIndexChanged += new System.EventHandler(this.SizeComboBoxOnSelectedIndexChanged); // // projectionComboBox // this.projectionComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.projectionComboBox.FormattingEnabled = true; this.projectionComboBox.Location = new System.Drawing.Point(65, 6); this.projectionComboBox.Name = "projectionComboBox"; this.projectionComboBox.Size = new System.Drawing.Size(158, 21); this.projectionComboBox.TabIndex = 14; this.projectionComboBox.SelectedIndexChanged += new System.EventHandler(this.ProjectionComboBoxOnSelectedIndexChanged); // // 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(1106, 734); 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(1100, 728); this.problemInstancesView.TabIndex = 0; this.problemInstancesView.ViewsLabelVisible = true; this.problemInstancesView.ViewType = null; // // colorComboBox // this.colorComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.colorComboBox.FormattingEnabled = true; this.colorComboBox.Location = new System.Drawing.Point(768, 6); this.colorComboBox.Name = "colorComboBox"; this.colorComboBox.Size = new System.Drawing.Size(222, 21); this.colorComboBox.TabIndex = 13; this.colorComboBox.SelectedIndexChanged += new System.EventHandler(this.colorComboBox_SelectedIndexChanged); // // colorLabel // this.colorLabel.AutoSize = true; this.colorLabel.Location = new System.Drawing.Point(728, 9); this.colorLabel.Name = "colorLabel"; this.colorLabel.Size = new System.Drawing.Size(34, 13); this.colorLabel.TabIndex = 15; this.colorLabel.Text = "Color:"; // // 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(1108, 760); this.problemInstancesTabControl.ResumeLayout(false); this.mapTabPage.ResumeLayout(false); this.mapSplitContainer.Panel1.ResumeLayout(false); this.mapSplitContainer.Panel1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.mapSplitContainer)).EndInit(); this.mapSplitContainer.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.instanceMapChart)).EndInit(); this.instancesTabPage.ResumeLayout(false); this.ResumeLayout(false); } #endregion private MainForm.WindowsForms.DragOverTabControl problemInstancesTabControl; private System.Windows.Forms.TabPage mapTabPage; private System.Windows.Forms.TabPage instancesTabPage; private MainForm.WindowsForms.ViewHost problemInstancesView; private System.Windows.Forms.SplitContainer mapSplitContainer; private System.Windows.Forms.CheckBox showCharacteristicsCheckBox; private System.Windows.Forms.CheckBox invPropCheckBox; private System.Windows.Forms.Label sizeLabel; private System.Windows.Forms.Label projectionLabel; private Visualization.ChartControlsExtensions.EnhancedChart instanceMapChart; private System.Windows.Forms.ComboBox sizeComboBox; private System.Windows.Forms.ComboBox projectionComboBox; private System.Windows.Forms.CheckBox fromZeroCheckBox; private System.Windows.Forms.Label colorLabel; private System.Windows.Forms.ComboBox colorComboBox; } }