#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 SolverView { /// /// 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.seedingStrategyPanel = new System.Windows.Forms.Panel(); this.solverTabControl = new HeuristicLab.MainForm.WindowsForms.DragOverTabControl(); this.resultsTabPage = new System.Windows.Forms.TabPage(); this.solverResultsView = new HeuristicLab.Optimization.Views.ResultCollectionView(); this.solutionSeedingTabPage = new System.Windows.Forms.TabPage(); this.parametersTabPage = new System.Windows.Forms.TabPage(); this.solverParametersView = new HeuristicLab.Core.Views.ParameterCollectionView(); this.operatorGraphTabPage = new System.Windows.Forms.TabPage(); this.operatorGraphViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost(); this.algorithmStartButton = new System.Windows.Forms.Button(); this.label1 = new System.Windows.Forms.Label(); this.evaluationsLimitabel = new System.Windows.Forms.Label(); this.algorithmSuggestionLabel = new System.Windows.Forms.Label(); this.maxEvaluationsTextBox = new System.Windows.Forms.TextBox(); this.suggestedInstancesComboBox = new System.Windows.Forms.ComboBox(); this.algorithmCloneButton = new System.Windows.Forms.Button(); this.runsTabPage = new System.Windows.Forms.TabPage(); this.runsView = new HeuristicLab.Optimization.Views.RunCollectionView(); this.solverTabControl.SuspendLayout(); this.resultsTabPage.SuspendLayout(); this.parametersTabPage.SuspendLayout(); this.operatorGraphTabPage.SuspendLayout(); this.runsTabPage.SuspendLayout(); this.SuspendLayout(); // // seedingStrategyPanel // this.seedingStrategyPanel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.seedingStrategyPanel.Location = new System.Drawing.Point(108, 29); this.seedingStrategyPanel.Name = "seedingStrategyPanel"; this.seedingStrategyPanel.Size = new System.Drawing.Size(741, 21); this.seedingStrategyPanel.TabIndex = 12; // // solverTabControl // this.solverTabControl.AllowDrop = true; this.solverTabControl.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.solverTabControl.Controls.Add(this.resultsTabPage); this.solverTabControl.Controls.Add(this.runsTabPage); this.solverTabControl.Controls.Add(this.solutionSeedingTabPage); this.solverTabControl.Controls.Add(this.parametersTabPage); this.solverTabControl.Controls.Add(this.operatorGraphTabPage); this.solverTabControl.Location = new System.Drawing.Point(0, 84); this.solverTabControl.Name = "solverTabControl"; this.solverTabControl.SelectedIndex = 0; this.solverTabControl.Size = new System.Drawing.Size(849, 480); this.solverTabControl.TabIndex = 11; // // resultsTabPage // this.resultsTabPage.Controls.Add(this.solverResultsView); this.resultsTabPage.Location = new System.Drawing.Point(4, 22); this.resultsTabPage.Name = "resultsTabPage"; this.resultsTabPage.Padding = new System.Windows.Forms.Padding(3); this.resultsTabPage.Size = new System.Drawing.Size(841, 454); this.resultsTabPage.TabIndex = 2; this.resultsTabPage.Text = "Results"; this.resultsTabPage.UseVisualStyleBackColor = true; // // solverResultsView // this.solverResultsView.Caption = "ResultCollection View"; this.solverResultsView.Content = null; this.solverResultsView.Dock = System.Windows.Forms.DockStyle.Fill; this.solverResultsView.Location = new System.Drawing.Point(3, 3); this.solverResultsView.Name = "solverResultsView"; this.solverResultsView.ReadOnly = true; this.solverResultsView.ShowDetails = true; this.solverResultsView.Size = new System.Drawing.Size(835, 448); this.solverResultsView.TabIndex = 1; // // solutionSeedingTabPage // this.solutionSeedingTabPage.Location = new System.Drawing.Point(4, 22); this.solutionSeedingTabPage.Name = "solutionSeedingTabPage"; this.solutionSeedingTabPage.Padding = new System.Windows.Forms.Padding(3); this.solutionSeedingTabPage.Size = new System.Drawing.Size(841, 454); this.solutionSeedingTabPage.TabIndex = 1; this.solutionSeedingTabPage.Text = "Seeding Pool"; this.solutionSeedingTabPage.UseVisualStyleBackColor = true; // // parametersTabPage // this.parametersTabPage.Controls.Add(this.solverParametersView); this.parametersTabPage.Location = new System.Drawing.Point(4, 22); this.parametersTabPage.Name = "parametersTabPage"; this.parametersTabPage.Padding = new System.Windows.Forms.Padding(3); this.parametersTabPage.Size = new System.Drawing.Size(841, 454); this.parametersTabPage.TabIndex = 0; this.parametersTabPage.Text = "Parameters"; this.parametersTabPage.UseVisualStyleBackColor = true; // // solverParametersView // this.solverParametersView.AllowEditingOfHiddenParameters = true; this.solverParametersView.Caption = "ParameterCollection View"; this.solverParametersView.Content = null; this.solverParametersView.Dock = System.Windows.Forms.DockStyle.Fill; this.solverParametersView.Location = new System.Drawing.Point(3, 3); this.solverParametersView.Name = "solverParametersView"; this.solverParametersView.ReadOnly = true; this.solverParametersView.ShowDetails = true; this.solverParametersView.Size = new System.Drawing.Size(835, 448); this.solverParametersView.TabIndex = 0; // // operatorGraphTabPage // this.operatorGraphTabPage.Controls.Add(this.operatorGraphViewHost); this.operatorGraphTabPage.Location = new System.Drawing.Point(4, 22); this.operatorGraphTabPage.Name = "operatorGraphTabPage"; this.operatorGraphTabPage.Padding = new System.Windows.Forms.Padding(3); this.operatorGraphTabPage.Size = new System.Drawing.Size(841, 454); this.operatorGraphTabPage.TabIndex = 3; this.operatorGraphTabPage.Text = "Operator Graph"; this.operatorGraphTabPage.UseVisualStyleBackColor = true; // // operatorGraphViewHost // this.operatorGraphViewHost.Caption = "View"; this.operatorGraphViewHost.Content = null; this.operatorGraphViewHost.Dock = System.Windows.Forms.DockStyle.Fill; this.operatorGraphViewHost.Enabled = false; this.operatorGraphViewHost.Location = new System.Drawing.Point(3, 3); this.operatorGraphViewHost.Name = "operatorGraphViewHost"; this.operatorGraphViewHost.ReadOnly = true; this.operatorGraphViewHost.Size = new System.Drawing.Size(835, 448); this.operatorGraphViewHost.TabIndex = 0; this.operatorGraphViewHost.ViewsLabelVisible = true; this.operatorGraphViewHost.ViewType = null; // // 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(791, 55); this.algorithmStartButton.Name = "algorithmStartButton"; this.algorithmStartButton.Size = new System.Drawing.Size(26, 23); this.algorithmStartButton.TabIndex = 10; this.algorithmStartButton.Text = "Start"; this.algorithmStartButton.UseVisualStyleBackColor = true; this.algorithmStartButton.Click += new System.EventHandler(this.AlgorithmStartButtonOnClick); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(3, 33); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(91, 13); this.label1.TabIndex = 8; this.label1.Text = "Seeding Strategy:"; // // evaluationsLimitabel // this.evaluationsLimitabel.AutoSize = true; this.evaluationsLimitabel.Location = new System.Drawing.Point(3, 6); this.evaluationsLimitabel.Name = "evaluationsLimitabel"; this.evaluationsLimitabel.Size = new System.Drawing.Size(66, 13); this.evaluationsLimitabel.TabIndex = 13; this.evaluationsLimitabel.Text = "Budget (FE):"; // // algorithmSuggestionLabel // this.algorithmSuggestionLabel.AutoSize = true; this.algorithmSuggestionLabel.Location = new System.Drawing.Point(3, 59); this.algorithmSuggestionLabel.Name = "algorithmSuggestionLabel"; this.algorithmSuggestionLabel.Size = new System.Drawing.Size(99, 13); this.algorithmSuggestionLabel.TabIndex = 9; this.algorithmSuggestionLabel.Text = "Suggested Solvers:"; // // 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(108, 3); this.maxEvaluationsTextBox.Name = "maxEvaluationsTextBox"; this.maxEvaluationsTextBox.Size = new System.Drawing.Size(741, 20); this.maxEvaluationsTextBox.TabIndex = 14; this.maxEvaluationsTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.MaxEvaluationsTextBoxOnValidating); // // 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(108, 56); this.suggestedInstancesComboBox.Name = "suggestedInstancesComboBox"; this.suggestedInstancesComboBox.Size = new System.Drawing.Size(677, 21); this.suggestedInstancesComboBox.TabIndex = 7; this.suggestedInstancesComboBox.SelectedIndexChanged += new System.EventHandler(this.SuggestedInstancesComboBoxOnSelectedIndexChanged); // // algorithmCloneButton // this.algorithmCloneButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.algorithmCloneButton.Location = new System.Drawing.Point(823, 56); this.algorithmCloneButton.Name = "algorithmCloneButton"; this.algorithmCloneButton.Size = new System.Drawing.Size(26, 23); this.algorithmCloneButton.TabIndex = 15; this.algorithmCloneButton.Text = "Clone"; this.algorithmCloneButton.UseVisualStyleBackColor = true; this.algorithmCloneButton.Click += new System.EventHandler(this.AlgorithmCloneButtonOnClick); // // 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(841, 454); this.runsTabPage.TabIndex = 4; 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(835, 448); this.runsView.TabIndex = 0; // // SolverView // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.algorithmCloneButton); this.Controls.Add(this.seedingStrategyPanel); this.Controls.Add(this.solverTabControl); this.Controls.Add(this.algorithmStartButton); this.Controls.Add(this.label1); this.Controls.Add(this.evaluationsLimitabel); this.Controls.Add(this.algorithmSuggestionLabel); this.Controls.Add(this.maxEvaluationsTextBox); this.Controls.Add(this.suggestedInstancesComboBox); this.Name = "SolverView"; this.Size = new System.Drawing.Size(849, 564); this.solverTabControl.ResumeLayout(false); this.resultsTabPage.ResumeLayout(false); this.parametersTabPage.ResumeLayout(false); this.operatorGraphTabPage.ResumeLayout(false); this.runsTabPage.ResumeLayout(false); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Panel seedingStrategyPanel; private MainForm.WindowsForms.DragOverTabControl solverTabControl; private System.Windows.Forms.TabPage resultsTabPage; private Optimization.Views.ResultCollectionView solverResultsView; private System.Windows.Forms.TabPage solutionSeedingTabPage; private System.Windows.Forms.TabPage parametersTabPage; private Core.Views.ParameterCollectionView solverParametersView; private System.Windows.Forms.TabPage operatorGraphTabPage; private MainForm.WindowsForms.ViewHost operatorGraphViewHost; private System.Windows.Forms.Button algorithmStartButton; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label evaluationsLimitabel; private System.Windows.Forms.Label algorithmSuggestionLabel; private System.Windows.Forms.TextBox maxEvaluationsTextBox; private System.Windows.Forms.ComboBox suggestedInstancesComboBox; private System.Windows.Forms.Button algorithmCloneButton; private System.Windows.Forms.TabPage runsTabPage; private Optimization.Views.RunCollectionView runsView; } }