#region License Information /* HeuristicLab * Copyright (C) 2002-2012 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.Views { partial class ExpertSystemView { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; #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.evaluationsLimitabel = new System.Windows.Forms.Label(); this.maxEvaluationsTextBox = new System.Windows.Forms.TextBox(); this.tabControl = new HeuristicLab.MainForm.WindowsForms.DragOverTabControl(); this.problemTabPage = new System.Windows.Forms.TabPage(); this.problemViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost(); this.algorithmTabPage = new System.Windows.Forms.TabPage(); this.algorithmStartButton = new System.Windows.Forms.Button(); this.algorithmViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost(); this.algorithmSuggestionLabel = new System.Windows.Forms.Label(); this.suggestedInstancesComboBox = new System.Windows.Forms.ComboBox(); this.runsTabPage = new System.Windows.Forms.TabPage(); this.runsView = new HeuristicLab.Optimization.Views.RunCollectionView(); this.solutionsTabPage = new System.Windows.Forms.TabPage(); this.qualityNameLabel = new System.Windows.Forms.Label(); this.solutionDiversitySimilarityLabel = new System.Windows.Forms.Label(); this.solutionNameLabel = new System.Windows.Forms.Label(); this.similarityComboBox = new System.Windows.Forms.ComboBox(); this.qualityNameComboBox = new System.Windows.Forms.ComboBox(); this.solutionNameComboBox = new System.Windows.Forms.ComboBox(); this.solutionsTabControl = new System.Windows.Forms.TabControl(); this.solutionsListTabPage = new System.Windows.Forms.TabPage(); this.solutionsViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost(); this.solutionsQualityTabPage = new System.Windows.Forms.TabPage(); this.solutionsQualityViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost(); this.solutionsDiversityTabPage = new System.Windows.Forms.TabPage(); this.solutionsDiversityViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost(); this.solutionsLengthScaleTabPage = new System.Windows.Forms.TabPage(); this.solutionsLengthScaleViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost(); this.solutionsNetworkTabPage = new System.Windows.Forms.TabPage(); this.solutionsNetworkViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost(); this.okbTabPage = new System.Windows.Forms.TabPage(); this.kbViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost(); this.problemInstancesTabPage = new System.Windows.Forms.TabPage(); this.label1 = new System.Windows.Forms.Label(); this.projectionComboBox = new System.Windows.Forms.ComboBox(); this.problemInstancesTabControl = new System.Windows.Forms.TabControl(); this.instancesTabPage = new System.Windows.Forms.TabPage(); this.problemInstancesView = new HeuristicLab.MainForm.WindowsForms.ViewHost(); this.mapTabPage = new System.Windows.Forms.TabPage(); this.instanceMapChart = new HeuristicLab.Visualization.ChartControlsExtensions.EnhancedChart(); this.refreshMapButton = new System.Windows.Forms.Button(); this.progressPanel = new System.Windows.Forms.Panel(); this.okbDownloadButton = new System.Windows.Forms.Button(); this.openFileDialog = new System.Windows.Forms.OpenFileDialog(); this.solutionsFdcTabPage = new System.Windows.Forms.TabPage(); this.solutionsFdcViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost(); ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit(); this.tabControl.SuspendLayout(); this.problemTabPage.SuspendLayout(); this.algorithmTabPage.SuspendLayout(); this.runsTabPage.SuspendLayout(); this.solutionsTabPage.SuspendLayout(); this.solutionsTabControl.SuspendLayout(); this.solutionsListTabPage.SuspendLayout(); this.solutionsQualityTabPage.SuspendLayout(); this.solutionsDiversityTabPage.SuspendLayout(); this.solutionsLengthScaleTabPage.SuspendLayout(); this.solutionsNetworkTabPage.SuspendLayout(); this.okbTabPage.SuspendLayout(); this.problemInstancesTabPage.SuspendLayout(); this.problemInstancesTabControl.SuspendLayout(); this.instancesTabPage.SuspendLayout(); this.mapTabPage.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.instanceMapChart)).BeginInit(); this.solutionsFdcTabPage.SuspendLayout(); this.SuspendLayout(); // // nameTextBox // this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft); this.errorProvider.SetIconPadding(this.nameTextBox, 2); this.nameTextBox.Location = new System.Drawing.Point(75, 0); this.nameTextBox.Size = new System.Drawing.Size(592, 20); // // infoLabel // this.infoLabel.Location = new System.Drawing.Point(673, 3); // // evaluationsLimitabel // this.evaluationsLimitabel.AutoSize = true; this.evaluationsLimitabel.Location = new System.Drawing.Point(3, 29); this.evaluationsLimitabel.Name = "evaluationsLimitabel"; this.evaluationsLimitabel.Size = new System.Drawing.Size(66, 13); this.evaluationsLimitabel.TabIndex = 5; this.evaluationsLimitabel.Text = "Budget (FE):"; // // maxEvaluationsTextBox // this.maxEvaluationsTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.maxEvaluationsTextBox.Location = new System.Drawing.Point(75, 26); this.maxEvaluationsTextBox.Name = "maxEvaluationsTextBox"; this.maxEvaluationsTextBox.Size = new System.Drawing.Size(592, 20); this.maxEvaluationsTextBox.TabIndex = 6; this.maxEvaluationsTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.MaxEvaluationsTextBoxOnValidating); // // tabControl // this.tabControl.AllowDrop = true; this.tabControl.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.tabControl.Controls.Add(this.problemTabPage); this.tabControl.Controls.Add(this.algorithmTabPage); this.tabControl.Controls.Add(this.runsTabPage); this.tabControl.Controls.Add(this.solutionsTabPage); this.tabControl.Controls.Add(this.okbTabPage); this.tabControl.Controls.Add(this.problemInstancesTabPage); this.tabControl.Location = new System.Drawing.Point(0, 81); this.tabControl.Name = "tabControl"; this.tabControl.SelectedIndex = 0; this.tabControl.Size = new System.Drawing.Size(689, 454); this.tabControl.TabIndex = 17; // // problemTabPage // this.problemTabPage.AllowDrop = true; this.problemTabPage.Controls.Add(this.problemViewHost); this.problemTabPage.Location = new System.Drawing.Point(4, 22); this.problemTabPage.Name = "problemTabPage"; this.problemTabPage.Padding = new System.Windows.Forms.Padding(3); this.problemTabPage.Size = new System.Drawing.Size(681, 428); this.problemTabPage.TabIndex = 1; this.problemTabPage.Text = "Problem"; this.problemTabPage.UseVisualStyleBackColor = true; // // problemViewHost // this.problemViewHost.Caption = "View"; this.problemViewHost.Content = null; this.problemViewHost.Dock = System.Windows.Forms.DockStyle.Fill; this.problemViewHost.Enabled = false; this.problemViewHost.Location = new System.Drawing.Point(3, 3); this.problemViewHost.Name = "problemViewHost"; this.problemViewHost.ReadOnly = false; this.problemViewHost.Size = new System.Drawing.Size(675, 422); this.problemViewHost.TabIndex = 2; this.problemViewHost.ViewsLabelVisible = false; this.problemViewHost.ViewType = null; // // algorithmTabPage // this.algorithmTabPage.Controls.Add(this.algorithmStartButton); this.algorithmTabPage.Controls.Add(this.algorithmViewHost); this.algorithmTabPage.Controls.Add(this.algorithmSuggestionLabel); this.algorithmTabPage.Controls.Add(this.suggestedInstancesComboBox); this.algorithmTabPage.Location = new System.Drawing.Point(4, 22); this.algorithmTabPage.Name = "algorithmTabPage"; this.algorithmTabPage.Padding = new System.Windows.Forms.Padding(3); this.algorithmTabPage.Size = new System.Drawing.Size(681, 428); this.algorithmTabPage.TabIndex = 4; this.algorithmTabPage.Text = "Algorithm"; this.algorithmTabPage.UseVisualStyleBackColor = true; // // algorithmStartButton // this.algorithmStartButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.algorithmStartButton.Location = new System.Drawing.Point(649, 5); this.algorithmStartButton.Name = "algorithmStartButton"; this.algorithmStartButton.Size = new System.Drawing.Size(26, 23); this.algorithmStartButton.TabIndex = 3; this.algorithmStartButton.Text = "Start"; this.algorithmStartButton.UseVisualStyleBackColor = true; this.algorithmStartButton.Click += new System.EventHandler(this.AlgorithmStartButtonOnClick); // // algorithmViewHost // this.algorithmViewHost.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.algorithmViewHost.Caption = "View"; this.algorithmViewHost.Content = null; this.algorithmViewHost.Enabled = false; this.algorithmViewHost.Location = new System.Drawing.Point(6, 36); this.algorithmViewHost.Name = "algorithmViewHost"; this.algorithmViewHost.ReadOnly = false; this.algorithmViewHost.Size = new System.Drawing.Size(669, 386); this.algorithmViewHost.TabIndex = 2; this.algorithmViewHost.ViewsLabelVisible = true; this.algorithmViewHost.ViewType = null; // // algorithmSuggestionLabel // this.algorithmSuggestionLabel.AutoSize = true; this.algorithmSuggestionLabel.Location = new System.Drawing.Point(6, 9); this.algorithmSuggestionLabel.Name = "algorithmSuggestionLabel"; this.algorithmSuggestionLabel.Size = new System.Drawing.Size(156, 13); this.algorithmSuggestionLabel.TabIndex = 1; this.algorithmSuggestionLabel.Text = "Suggested Algorithm Instances:"; // // suggestedInstancesComboBox // this.suggestedInstancesComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.suggestedInstancesComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.suggestedInstancesComboBox.FormattingEnabled = true; this.suggestedInstancesComboBox.Location = new System.Drawing.Point(178, 6); this.suggestedInstancesComboBox.Name = "suggestedInstancesComboBox"; this.suggestedInstancesComboBox.Size = new System.Drawing.Size(465, 21); this.suggestedInstancesComboBox.TabIndex = 0; this.suggestedInstancesComboBox.SelectedIndexChanged += new System.EventHandler(this.SuggestedInstancesComboBoxOnSelectedIndexChanged); // // runsTabPage // this.runsTabPage.Controls.Add(this.runsView); this.runsTabPage.Location = new System.Drawing.Point(4, 22); this.runsTabPage.Name = "runsTabPage"; this.runsTabPage.Padding = new System.Windows.Forms.Padding(3); this.runsTabPage.Size = new System.Drawing.Size(681, 428); this.runsTabPage.TabIndex = 3; this.runsTabPage.Text = "Runs"; this.runsTabPage.UseVisualStyleBackColor = true; // // runsView // this.runsView.Caption = "RunCollection View"; this.runsView.Content = null; this.runsView.Dock = System.Windows.Forms.DockStyle.Fill; this.runsView.Location = new System.Drawing.Point(3, 3); this.runsView.Name = "runsView"; this.runsView.ReadOnly = false; this.runsView.Size = new System.Drawing.Size(675, 422); this.runsView.TabIndex = 1; // // solutionsTabPage // this.solutionsTabPage.Controls.Add(this.qualityNameLabel); this.solutionsTabPage.Controls.Add(this.solutionDiversitySimilarityLabel); this.solutionsTabPage.Controls.Add(this.solutionNameLabel); this.solutionsTabPage.Controls.Add(this.similarityComboBox); this.solutionsTabPage.Controls.Add(this.qualityNameComboBox); this.solutionsTabPage.Controls.Add(this.solutionNameComboBox); this.solutionsTabPage.Controls.Add(this.solutionsTabControl); this.solutionsTabPage.Location = new System.Drawing.Point(4, 22); this.solutionsTabPage.Name = "solutionsTabPage"; this.solutionsTabPage.Padding = new System.Windows.Forms.Padding(3); this.solutionsTabPage.Size = new System.Drawing.Size(681, 428); this.solutionsTabPage.TabIndex = 7; this.solutionsTabPage.Text = "Solutions"; this.solutionsTabPage.UseVisualStyleBackColor = true; // // qualityNameLabel // this.qualityNameLabel.AutoSize = true; this.qualityNameLabel.Location = new System.Drawing.Point(227, 9); this.qualityNameLabel.Name = "qualityNameLabel"; this.qualityNameLabel.Size = new System.Drawing.Size(42, 13); this.qualityNameLabel.TabIndex = 2; this.qualityNameLabel.Text = "Quality:"; // // solutionDiversitySimilarityLabel // this.solutionDiversitySimilarityLabel.AutoSize = true; this.solutionDiversitySimilarityLabel.Location = new System.Drawing.Point(449, 9); this.solutionDiversitySimilarityLabel.Name = "solutionDiversitySimilarityLabel"; this.solutionDiversitySimilarityLabel.Size = new System.Drawing.Size(50, 13); this.solutionDiversitySimilarityLabel.TabIndex = 2; this.solutionDiversitySimilarityLabel.Text = "Similarity:"; // // solutionNameLabel // this.solutionNameLabel.AutoSize = true; this.solutionNameLabel.Location = new System.Drawing.Point(6, 9); this.solutionNameLabel.Name = "solutionNameLabel"; this.solutionNameLabel.Size = new System.Drawing.Size(48, 13); this.solutionNameLabel.TabIndex = 2; this.solutionNameLabel.Text = "Solution:"; // // similarityComboBox // this.similarityComboBox.DisplayMember = "ItemName"; this.similarityComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.similarityComboBox.FormattingEnabled = true; this.similarityComboBox.Location = new System.Drawing.Point(505, 6); this.similarityComboBox.Name = "similarityComboBox"; this.similarityComboBox.Size = new System.Drawing.Size(150, 21); this.similarityComboBox.TabIndex = 1; this.similarityComboBox.SelectedIndexChanged += new System.EventHandler(this.similarityComboBox_SelectedIndexChanged); // // qualityNameComboBox // this.qualityNameComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.qualityNameComboBox.FormattingEnabled = true; this.qualityNameComboBox.Location = new System.Drawing.Point(281, 6); this.qualityNameComboBox.Name = "qualityNameComboBox"; this.qualityNameComboBox.Size = new System.Drawing.Size(150, 21); this.qualityNameComboBox.TabIndex = 1; this.qualityNameComboBox.SelectedIndexChanged += new System.EventHandler(this.qualityNameComboBox_SelectedIndexChanged); // // solutionNameComboBox // this.solutionNameComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.solutionNameComboBox.FormattingEnabled = true; this.solutionNameComboBox.Location = new System.Drawing.Point(60, 6); this.solutionNameComboBox.Name = "solutionNameComboBox"; this.solutionNameComboBox.Size = new System.Drawing.Size(150, 21); this.solutionNameComboBox.TabIndex = 1; this.solutionNameComboBox.SelectedIndexChanged += new System.EventHandler(this.solutionNameComboBox_SelectedIndexChanged); // // solutionsTabControl // this.solutionsTabControl.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.solutionsTabControl.Controls.Add(this.solutionsListTabPage); this.solutionsTabControl.Controls.Add(this.solutionsQualityTabPage); this.solutionsTabControl.Controls.Add(this.solutionsDiversityTabPage); this.solutionsTabControl.Controls.Add(this.solutionsFdcTabPage); this.solutionsTabControl.Controls.Add(this.solutionsLengthScaleTabPage); this.solutionsTabControl.Controls.Add(this.solutionsNetworkTabPage); this.solutionsTabControl.Location = new System.Drawing.Point(3, 33); this.solutionsTabControl.Name = "solutionsTabControl"; this.solutionsTabControl.SelectedIndex = 0; this.solutionsTabControl.Size = new System.Drawing.Size(675, 392); this.solutionsTabControl.TabIndex = 0; // // solutionsListTabPage // this.solutionsListTabPage.Controls.Add(this.solutionsViewHost); this.solutionsListTabPage.Location = new System.Drawing.Point(4, 22); this.solutionsListTabPage.Name = "solutionsListTabPage"; this.solutionsListTabPage.Padding = new System.Windows.Forms.Padding(3); this.solutionsListTabPage.Size = new System.Drawing.Size(667, 366); this.solutionsListTabPage.TabIndex = 0; this.solutionsListTabPage.Text = "List"; this.solutionsListTabPage.UseVisualStyleBackColor = true; // // solutionsViewHost // this.solutionsViewHost.Caption = "View"; this.solutionsViewHost.Content = null; this.solutionsViewHost.Dock = System.Windows.Forms.DockStyle.Fill; this.solutionsViewHost.Enabled = false; this.solutionsViewHost.Location = new System.Drawing.Point(3, 3); this.solutionsViewHost.Name = "solutionsViewHost"; this.solutionsViewHost.ReadOnly = false; this.solutionsViewHost.Size = new System.Drawing.Size(661, 360); this.solutionsViewHost.TabIndex = 0; this.solutionsViewHost.ViewsLabelVisible = true; this.solutionsViewHost.ViewType = null; // // solutionsQualityTabPage // this.solutionsQualityTabPage.Controls.Add(this.solutionsQualityViewHost); this.solutionsQualityTabPage.Location = new System.Drawing.Point(4, 22); this.solutionsQualityTabPage.Name = "solutionsQualityTabPage"; this.solutionsQualityTabPage.Padding = new System.Windows.Forms.Padding(3); this.solutionsQualityTabPage.Size = new System.Drawing.Size(667, 366); this.solutionsQualityTabPage.TabIndex = 1; this.solutionsQualityTabPage.Text = "Quality Analysis"; this.solutionsQualityTabPage.UseVisualStyleBackColor = true; // // solutionsQualityViewHost // this.solutionsQualityViewHost.Caption = "View"; this.solutionsQualityViewHost.Content = null; this.solutionsQualityViewHost.Dock = System.Windows.Forms.DockStyle.Fill; this.solutionsQualityViewHost.Enabled = false; this.solutionsQualityViewHost.Location = new System.Drawing.Point(3, 3); this.solutionsQualityViewHost.Name = "solutionsQualityViewHost"; this.solutionsQualityViewHost.ReadOnly = false; this.solutionsQualityViewHost.Size = new System.Drawing.Size(661, 360); this.solutionsQualityViewHost.TabIndex = 0; this.solutionsQualityViewHost.ViewsLabelVisible = true; this.solutionsQualityViewHost.ViewType = null; // // solutionsDiversityTabPage // this.solutionsDiversityTabPage.Controls.Add(this.solutionsDiversityViewHost); this.solutionsDiversityTabPage.Location = new System.Drawing.Point(4, 22); this.solutionsDiversityTabPage.Name = "solutionsDiversityTabPage"; this.solutionsDiversityTabPage.Padding = new System.Windows.Forms.Padding(3); this.solutionsDiversityTabPage.Size = new System.Drawing.Size(667, 366); this.solutionsDiversityTabPage.TabIndex = 2; this.solutionsDiversityTabPage.Text = "Diversity Analysis"; this.solutionsDiversityTabPage.UseVisualStyleBackColor = true; // // solutionsDiversityViewHost // this.solutionsDiversityViewHost.Caption = "View"; this.solutionsDiversityViewHost.Content = null; this.solutionsDiversityViewHost.Dock = System.Windows.Forms.DockStyle.Fill; this.solutionsDiversityViewHost.Enabled = false; this.solutionsDiversityViewHost.Location = new System.Drawing.Point(3, 3); this.solutionsDiversityViewHost.Name = "solutionsDiversityViewHost"; this.solutionsDiversityViewHost.ReadOnly = false; this.solutionsDiversityViewHost.Size = new System.Drawing.Size(661, 360); this.solutionsDiversityViewHost.TabIndex = 1; this.solutionsDiversityViewHost.ViewsLabelVisible = true; this.solutionsDiversityViewHost.ViewType = null; // // solutionsLengthScaleTabPage // this.solutionsLengthScaleTabPage.Controls.Add(this.solutionsLengthScaleViewHost); this.solutionsLengthScaleTabPage.Location = new System.Drawing.Point(4, 22); this.solutionsLengthScaleTabPage.Name = "solutionsLengthScaleTabPage"; this.solutionsLengthScaleTabPage.Padding = new System.Windows.Forms.Padding(3); this.solutionsLengthScaleTabPage.Size = new System.Drawing.Size(667, 366); this.solutionsLengthScaleTabPage.TabIndex = 3; this.solutionsLengthScaleTabPage.Text = "Length-Scale Analysis"; this.solutionsLengthScaleTabPage.UseVisualStyleBackColor = true; // // solutionsLengthScaleViewHost // this.solutionsLengthScaleViewHost.Caption = "View"; this.solutionsLengthScaleViewHost.Content = null; this.solutionsLengthScaleViewHost.Dock = System.Windows.Forms.DockStyle.Fill; this.solutionsLengthScaleViewHost.Enabled = false; this.solutionsLengthScaleViewHost.Location = new System.Drawing.Point(3, 3); this.solutionsLengthScaleViewHost.Name = "solutionsLengthScaleViewHost"; this.solutionsLengthScaleViewHost.ReadOnly = false; this.solutionsLengthScaleViewHost.Size = new System.Drawing.Size(661, 360); this.solutionsLengthScaleViewHost.TabIndex = 0; this.solutionsLengthScaleViewHost.ViewsLabelVisible = true; this.solutionsLengthScaleViewHost.ViewType = null; // // solutionsNetworkTabPage // this.solutionsNetworkTabPage.Controls.Add(this.solutionsNetworkViewHost); this.solutionsNetworkTabPage.Location = new System.Drawing.Point(4, 22); this.solutionsNetworkTabPage.Name = "solutionsNetworkTabPage"; this.solutionsNetworkTabPage.Padding = new System.Windows.Forms.Padding(3); this.solutionsNetworkTabPage.Size = new System.Drawing.Size(667, 366); this.solutionsNetworkTabPage.TabIndex = 4; this.solutionsNetworkTabPage.Text = "Network Analysis"; this.solutionsNetworkTabPage.UseVisualStyleBackColor = true; // // solutionsNetworkViewHost // this.solutionsNetworkViewHost.Caption = "View"; this.solutionsNetworkViewHost.Content = null; this.solutionsNetworkViewHost.Dock = System.Windows.Forms.DockStyle.Fill; this.solutionsNetworkViewHost.Enabled = false; this.solutionsNetworkViewHost.Location = new System.Drawing.Point(3, 3); this.solutionsNetworkViewHost.Name = "solutionsNetworkViewHost"; this.solutionsNetworkViewHost.ReadOnly = false; this.solutionsNetworkViewHost.Size = new System.Drawing.Size(661, 360); this.solutionsNetworkViewHost.TabIndex = 0; this.solutionsNetworkViewHost.ViewsLabelVisible = true; this.solutionsNetworkViewHost.ViewType = null; // // okbTabPage // this.okbTabPage.Controls.Add(this.kbViewHost); this.okbTabPage.Location = new System.Drawing.Point(4, 22); this.okbTabPage.Name = "okbTabPage"; this.okbTabPage.Padding = new System.Windows.Forms.Padding(3); this.okbTabPage.Size = new System.Drawing.Size(681, 428); this.okbTabPage.TabIndex = 5; this.okbTabPage.Text = "Knowledge Base"; this.okbTabPage.UseVisualStyleBackColor = true; // // kbViewHost // this.kbViewHost.Caption = "View"; this.kbViewHost.Content = null; this.kbViewHost.Dock = System.Windows.Forms.DockStyle.Fill; this.kbViewHost.Enabled = false; this.kbViewHost.Location = new System.Drawing.Point(3, 3); this.kbViewHost.Name = "kbViewHost"; this.kbViewHost.ReadOnly = true; this.kbViewHost.Size = new System.Drawing.Size(675, 422); this.kbViewHost.TabIndex = 3; this.kbViewHost.ViewsLabelVisible = true; this.kbViewHost.ViewType = null; // // problemInstancesTabPage // this.problemInstancesTabPage.Controls.Add(this.label1); this.problemInstancesTabPage.Controls.Add(this.projectionComboBox); this.problemInstancesTabPage.Controls.Add(this.problemInstancesTabControl); this.problemInstancesTabPage.Controls.Add(this.refreshMapButton); this.problemInstancesTabPage.Location = new System.Drawing.Point(4, 22); this.problemInstancesTabPage.Name = "problemInstancesTabPage"; this.problemInstancesTabPage.Padding = new System.Windows.Forms.Padding(3); this.problemInstancesTabPage.Size = new System.Drawing.Size(681, 428); this.problemInstancesTabPage.TabIndex = 6; this.problemInstancesTabPage.Text = "Problem Instances"; this.problemInstancesTabPage.UseVisualStyleBackColor = true; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(35, 11); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(57, 13); this.label1.TabIndex = 6; this.label1.Text = "Projection:"; // // projectionComboBox // this.projectionComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.projectionComboBox.FormattingEnabled = true; this.projectionComboBox.Location = new System.Drawing.Point(98, 8); this.projectionComboBox.Name = "projectionComboBox"; this.projectionComboBox.Size = new System.Drawing.Size(158, 21); this.projectionComboBox.TabIndex = 5; this.projectionComboBox.SelectedIndexChanged += new System.EventHandler(this.ProjectionComboBoxOnSelectedIndexChanged); // // problemInstancesTabControl // 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.instancesTabPage); this.problemInstancesTabControl.Controls.Add(this.mapTabPage); this.problemInstancesTabControl.Location = new System.Drawing.Point(3, 35); this.problemInstancesTabControl.Name = "problemInstancesTabControl"; this.problemInstancesTabControl.SelectedIndex = 0; this.problemInstancesTabControl.Size = new System.Drawing.Size(675, 390); this.problemInstancesTabControl.TabIndex = 4; // // 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(667, 364); 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(661, 358); this.problemInstancesView.TabIndex = 0; this.problemInstancesView.ViewsLabelVisible = true; this.problemInstancesView.ViewType = null; // // mapTabPage // this.mapTabPage.Controls.Add(this.instanceMapChart); 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(667, 364); this.mapTabPage.TabIndex = 1; this.mapTabPage.Text = "Map"; this.mapTabPage.UseVisualStyleBackColor = true; // // instanceMapChart // 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); this.instanceMapChart.Dock = System.Windows.Forms.DockStyle.Fill; 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, 3); 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(661, 358); this.instanceMapChart.TabIndex = 0; // // refreshMapButton // this.refreshMapButton.Location = new System.Drawing.Point(3, 6); this.refreshMapButton.Name = "refreshMapButton"; this.refreshMapButton.Size = new System.Drawing.Size(26, 23); this.refreshMapButton.TabIndex = 1; this.refreshMapButton.Text = "Refresh"; this.refreshMapButton.UseVisualStyleBackColor = true; this.refreshMapButton.Click += new System.EventHandler(this.RefreshMapButtonOnClick); // // progressPanel // this.progressPanel.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.progressPanel.Location = new System.Drawing.Point(0, 81); this.progressPanel.Name = "progressPanel"; this.progressPanel.Size = new System.Drawing.Size(692, 454); this.progressPanel.TabIndex = 2; this.progressPanel.Visible = false; // // okbDownloadButton // this.okbDownloadButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.okbDownloadButton.Location = new System.Drawing.Point(6, 52); this.okbDownloadButton.Name = "okbDownloadButton"; this.okbDownloadButton.Size = new System.Drawing.Size(661, 23); this.okbDownloadButton.TabIndex = 1; this.okbDownloadButton.Text = "Download from OKB"; this.okbDownloadButton.UseVisualStyleBackColor = true; this.okbDownloadButton.Click += new System.EventHandler(this.OkbDownloadButtonOnClick); // // openFileDialog // this.openFileDialog.DefaultExt = "hl"; this.openFileDialog.FileName = "Optimizer"; this.openFileDialog.Filter = "HeuristicLab Files|*.hl|All Files|*.*"; this.openFileDialog.Title = "Open Optimizer"; // // solutionsFdcTabPage // this.solutionsFdcTabPage.Controls.Add(this.solutionsFdcViewHost); this.solutionsFdcTabPage.Location = new System.Drawing.Point(4, 22); this.solutionsFdcTabPage.Name = "solutionsFdcTabPage"; this.solutionsFdcTabPage.Padding = new System.Windows.Forms.Padding(3); this.solutionsFdcTabPage.Size = new System.Drawing.Size(667, 366); this.solutionsFdcTabPage.TabIndex = 5; this.solutionsFdcTabPage.Text = "Fitness-Distance Analysis"; this.solutionsFdcTabPage.UseVisualStyleBackColor = true; // // solutionsFdcViewHost // this.solutionsFdcViewHost.Caption = "View"; this.solutionsFdcViewHost.Content = null; this.solutionsFdcViewHost.Dock = System.Windows.Forms.DockStyle.Fill; this.solutionsFdcViewHost.Enabled = false; this.solutionsFdcViewHost.Location = new System.Drawing.Point(3, 3); this.solutionsFdcViewHost.Name = "solutionsFdcViewHost"; this.solutionsFdcViewHost.ReadOnly = false; this.solutionsFdcViewHost.Size = new System.Drawing.Size(661, 360); this.solutionsFdcViewHost.TabIndex = 0; this.solutionsFdcViewHost.ViewsLabelVisible = true; this.solutionsFdcViewHost.ViewType = null; // // ExpertSystemView // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit; this.Controls.Add(this.okbDownloadButton); this.Controls.Add(this.tabControl); this.Controls.Add(this.evaluationsLimitabel); this.Controls.Add(this.maxEvaluationsTextBox); this.Controls.Add(this.progressPanel); this.Name = "ExpertSystemView"; this.Size = new System.Drawing.Size(692, 535); this.Controls.SetChildIndex(this.progressPanel, 0); this.Controls.SetChildIndex(this.maxEvaluationsTextBox, 0); this.Controls.SetChildIndex(this.evaluationsLimitabel, 0); this.Controls.SetChildIndex(this.tabControl, 0); this.Controls.SetChildIndex(this.nameLabel, 0); this.Controls.SetChildIndex(this.okbDownloadButton, 0); this.Controls.SetChildIndex(this.nameTextBox, 0); this.Controls.SetChildIndex(this.infoLabel, 0); ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit(); this.tabControl.ResumeLayout(false); this.problemTabPage.ResumeLayout(false); this.algorithmTabPage.ResumeLayout(false); this.algorithmTabPage.PerformLayout(); this.runsTabPage.ResumeLayout(false); this.solutionsTabPage.ResumeLayout(false); this.solutionsTabPage.PerformLayout(); this.solutionsTabControl.ResumeLayout(false); this.solutionsListTabPage.ResumeLayout(false); this.solutionsQualityTabPage.ResumeLayout(false); this.solutionsDiversityTabPage.ResumeLayout(false); this.solutionsLengthScaleTabPage.ResumeLayout(false); this.solutionsNetworkTabPage.ResumeLayout(false); this.okbTabPage.ResumeLayout(false); this.problemInstancesTabPage.ResumeLayout(false); this.problemInstancesTabPage.PerformLayout(); this.problemInstancesTabControl.ResumeLayout(false); this.instancesTabPage.ResumeLayout(false); this.mapTabPage.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.instanceMapChart)).EndInit(); this.solutionsFdcTabPage.ResumeLayout(false); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label evaluationsLimitabel; private System.Windows.Forms.TextBox maxEvaluationsTextBox; private MainForm.WindowsForms.DragOverTabControl tabControl; private System.Windows.Forms.TabPage runsTabPage; private HeuristicLab.Optimization.Views.RunCollectionView runsView; private System.Windows.Forms.OpenFileDialog openFileDialog; private System.Windows.Forms.TabPage problemTabPage; private MainForm.WindowsForms.ViewHost problemViewHost; private System.Windows.Forms.TabPage algorithmTabPage; private MainForm.WindowsForms.ViewHost algorithmViewHost; private System.Windows.Forms.Label algorithmSuggestionLabel; private System.Windows.Forms.ComboBox suggestedInstancesComboBox; private System.Windows.Forms.TabPage okbTabPage; private System.Windows.Forms.TabPage problemInstancesTabPage; private System.Windows.Forms.Button refreshMapButton; private System.Windows.Forms.Button okbDownloadButton; private System.Windows.Forms.Panel progressPanel; private MainForm.WindowsForms.ViewHost kbViewHost; private System.Windows.Forms.Button algorithmStartButton; private System.Windows.Forms.TabControl problemInstancesTabControl; private System.Windows.Forms.TabPage instancesTabPage; private MainForm.WindowsForms.ViewHost problemInstancesView; private System.Windows.Forms.TabPage mapTabPage; private Visualization.ChartControlsExtensions.EnhancedChart instanceMapChart; private System.Windows.Forms.Label label1; private System.Windows.Forms.ComboBox projectionComboBox; private System.Windows.Forms.TabPage solutionsTabPage; private System.Windows.Forms.TabControl solutionsTabControl; private System.Windows.Forms.TabPage solutionsListTabPage; private System.Windows.Forms.TabPage solutionsQualityTabPage; private System.Windows.Forms.TabPage solutionsDiversityTabPage; private System.Windows.Forms.Label qualityNameLabel; private System.Windows.Forms.Label solutionNameLabel; private System.Windows.Forms.ComboBox qualityNameComboBox; private System.Windows.Forms.ComboBox solutionNameComboBox; private MainForm.WindowsForms.ViewHost solutionsQualityViewHost; private MainForm.WindowsForms.ViewHost solutionsViewHost; private MainForm.WindowsForms.ViewHost solutionsDiversityViewHost; private System.Windows.Forms.Label solutionDiversitySimilarityLabel; private System.Windows.Forms.ComboBox similarityComboBox; private System.Windows.Forms.TabPage solutionsLengthScaleTabPage; private System.Windows.Forms.TabPage solutionsNetworkTabPage; private MainForm.WindowsForms.ViewHost solutionsLengthScaleViewHost; private MainForm.WindowsForms.ViewHost solutionsNetworkViewHost; private System.Windows.Forms.TabPage solutionsFdcTabPage; private MainForm.WindowsForms.ViewHost solutionsFdcViewHost; } }