#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.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.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.okbTabPage = new System.Windows.Forms.TabPage(); this.kbViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost(); this.problemInstancesTabPage = new System.Windows.Forms.TabPage(); this.problemInstancesView = new HeuristicLab.MainForm.WindowsForms.ViewHost(); this.instancesDropPanel = new System.Windows.Forms.Panel(); this.dragFLAHereLabel = new System.Windows.Forms.Label(); 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.algorithmStartButton = new System.Windows.Forms.Button(); ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit(); this.tabControl.SuspendLayout(); this.problemTabPage.SuspendLayout(); this.algorithmTabPage.SuspendLayout(); this.runsTabPage.SuspendLayout(); this.okbTabPage.SuspendLayout(); this.problemInstancesTabPage.SuspendLayout(); this.instancesDropPanel.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(449, 20); // // infoLabel // this.infoLabel.Location = new System.Drawing.Point(530, 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(449, 20); this.maxEvaluationsTextBox.TabIndex = 6; this.maxEvaluationsTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.maxEvaluationsTextBox_Validating); // // 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.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(546, 332); 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(538, 306); 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(532, 300); 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(538, 306); this.algorithmTabPage.TabIndex = 4; this.algorithmTabPage.Text = "Algorithm"; this.algorithmTabPage.UseVisualStyleBackColor = true; // // 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(526, 264); 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(322, 21); this.suggestedInstancesComboBox.TabIndex = 0; // // 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(538, 306); 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(532, 300); this.runsView.TabIndex = 1; // // 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(538, 306); 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(532, 300); this.kbViewHost.TabIndex = 3; this.kbViewHost.ViewsLabelVisible = true; this.kbViewHost.ViewType = null; // // problemInstancesTabPage // this.problemInstancesTabPage.Controls.Add(this.problemInstancesView); this.problemInstancesTabPage.Controls.Add(this.instancesDropPanel); 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(538, 306); this.problemInstancesTabPage.TabIndex = 6; this.problemInstancesTabPage.Text = "Problem Instances"; this.problemInstancesTabPage.UseVisualStyleBackColor = true; // // problemInstancesView // this.problemInstancesView.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.problemInstancesView.Caption = "View"; this.problemInstancesView.Content = null; this.problemInstancesView.Enabled = false; this.problemInstancesView.Location = new System.Drawing.Point(3, 34); this.problemInstancesView.Name = "problemInstancesView"; this.problemInstancesView.ReadOnly = false; this.problemInstancesView.Size = new System.Drawing.Size(532, 269); this.problemInstancesView.TabIndex = 3; this.problemInstancesView.ViewsLabelVisible = true; this.problemInstancesView.ViewType = null; // // instancesDropPanel // this.instancesDropPanel.AllowDrop = true; this.instancesDropPanel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.instancesDropPanel.BackColor = System.Drawing.Color.LightYellow; this.instancesDropPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.instancesDropPanel.Controls.Add(this.dragFLAHereLabel); this.instancesDropPanel.Location = new System.Drawing.Point(35, 7); this.instancesDropPanel.Name = "instancesDropPanel"; this.instancesDropPanel.Size = new System.Drawing.Size(500, 21); this.instancesDropPanel.TabIndex = 2; this.instancesDropPanel.DragDrop += new System.Windows.Forms.DragEventHandler(this.instancesDropPanel_DragDrop); this.instancesDropPanel.DragEnter += new System.Windows.Forms.DragEventHandler(this.instancesDropPanel_DragEnter); this.instancesDropPanel.DragOver += new System.Windows.Forms.DragEventHandler(this.instancesDropPanel_DragOver); // // dragFLAHereLabel // this.dragFLAHereLabel.Anchor = System.Windows.Forms.AnchorStyles.None; this.dragFLAHereLabel.AutoSize = true; this.dragFLAHereLabel.ForeColor = System.Drawing.SystemColors.ControlDarkDark; this.dragFLAHereLabel.Location = new System.Drawing.Point(155, 3); this.dragFLAHereLabel.Name = "dragFLAHereLabel"; this.dragFLAHereLabel.Size = new System.Drawing.Size(175, 13); this.dragFLAHereLabel.TabIndex = 0; this.dragFLAHereLabel.Text = "Drag and drop runs with FLA here..."; // // 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.refreshMapButton_Click); // // 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(549, 332); 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(518, 23); this.okbDownloadButton.TabIndex = 1; this.okbDownloadButton.Text = "Download from OKB"; this.okbDownloadButton.UseVisualStyleBackColor = true; this.okbDownloadButton.Click += new System.EventHandler(this.okbDownloadButton_Click); // // openFileDialog // this.openFileDialog.DefaultExt = "hl"; this.openFileDialog.FileName = "Optimizer"; this.openFileDialog.Filter = "HeuristicLab Files|*.hl|All Files|*.*"; this.openFileDialog.Title = "Open Optimizer"; // // algorithmStartButton // this.algorithmStartButton.Location = new System.Drawing.Point(506, 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.algorithmStartButton_Click); // // 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(549, 413); 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.okbTabPage.ResumeLayout(false); this.problemInstancesTabPage.ResumeLayout(false); this.instancesDropPanel.ResumeLayout(false); this.instancesDropPanel.PerformLayout(); 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.Panel instancesDropPanel; private System.Windows.Forms.Button refreshMapButton; private System.Windows.Forms.Label dragFLAHereLabel; private MainForm.WindowsForms.ViewHost problemInstancesView; private System.Windows.Forms.Button okbDownloadButton; private System.Windows.Forms.Panel progressPanel; private MainForm.WindowsForms.ViewHost kbViewHost; private System.Windows.Forms.Button algorithmStartButton; } }