#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() { WeifenLuo.WinFormsUI.Docking.DockPanelSkin dockPanelSkin4 = new WeifenLuo.WinFormsUI.Docking.DockPanelSkin(); WeifenLuo.WinFormsUI.Docking.AutoHideStripSkin autoHideStripSkin4 = new WeifenLuo.WinFormsUI.Docking.AutoHideStripSkin(); WeifenLuo.WinFormsUI.Docking.DockPanelGradient dockPanelGradient10 = new WeifenLuo.WinFormsUI.Docking.DockPanelGradient(); WeifenLuo.WinFormsUI.Docking.TabGradient tabGradient22 = new WeifenLuo.WinFormsUI.Docking.TabGradient(); WeifenLuo.WinFormsUI.Docking.DockPaneStripSkin dockPaneStripSkin4 = new WeifenLuo.WinFormsUI.Docking.DockPaneStripSkin(); WeifenLuo.WinFormsUI.Docking.DockPaneStripGradient dockPaneStripGradient4 = new WeifenLuo.WinFormsUI.Docking.DockPaneStripGradient(); WeifenLuo.WinFormsUI.Docking.TabGradient tabGradient23 = new WeifenLuo.WinFormsUI.Docking.TabGradient(); WeifenLuo.WinFormsUI.Docking.DockPanelGradient dockPanelGradient11 = new WeifenLuo.WinFormsUI.Docking.DockPanelGradient(); WeifenLuo.WinFormsUI.Docking.TabGradient tabGradient24 = new WeifenLuo.WinFormsUI.Docking.TabGradient(); WeifenLuo.WinFormsUI.Docking.DockPaneStripToolWindowGradient dockPaneStripToolWindowGradient4 = new WeifenLuo.WinFormsUI.Docking.DockPaneStripToolWindowGradient(); WeifenLuo.WinFormsUI.Docking.TabGradient tabGradient25 = new WeifenLuo.WinFormsUI.Docking.TabGradient(); WeifenLuo.WinFormsUI.Docking.TabGradient tabGradient26 = new WeifenLuo.WinFormsUI.Docking.TabGradient(); WeifenLuo.WinFormsUI.Docking.DockPanelGradient dockPanelGradient12 = new WeifenLuo.WinFormsUI.Docking.DockPanelGradient(); WeifenLuo.WinFormsUI.Docking.TabGradient tabGradient27 = new WeifenLuo.WinFormsUI.Docking.TabGradient(); WeifenLuo.WinFormsUI.Docking.TabGradient tabGradient28 = new WeifenLuo.WinFormsUI.Docking.TabGradient(); this.minTargetView = new HeuristicLab.Data.Views.StringConvertibleValueView(); this.maxEvaluationsView = new HeuristicLab.Data.Views.StringConvertibleValueView(); this.algorithmCloneButton = new System.Windows.Forms.Button(); this.seedingStrategyPanel = new System.Windows.Forms.Panel(); this.algorithmStartButton = new System.Windows.Forms.Button(); this.minimumTargetLabel = new System.Windows.Forms.Label(); this.seedingStrategyLabel = new System.Windows.Forms.Label(); this.evaluationsLimitabel = new System.Windows.Forms.Label(); this.suggestedInstancesComboBox = new System.Windows.Forms.ComboBox(); this.instanceLabel = new System.Windows.Forms.Label(); this.solverTabControl = new HeuristicLab.MainForm.WindowsForms.DragOverTabControl(); this.resultsTabPage = new System.Windows.Forms.TabPage(); this.showOnlyFinalResultCheckBox = new System.Windows.Forms.CheckBox(); this.resultsDockPanel = new WeifenLuo.WinFormsUI.Docking.DockPanel(); this.runsTabPage = new System.Windows.Forms.TabPage(); this.runsView = new HeuristicLab.Optimization.Views.RunCollectionView(); this.seededRunsTabPage = new System.Windows.Forms.TabPage(); this.seededRunsView = new HeuristicLab.Optimization.Views.RunCollectionView(); 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.solverTabControl.SuspendLayout(); this.resultsTabPage.SuspendLayout(); this.runsTabPage.SuspendLayout(); this.seededRunsTabPage.SuspendLayout(); this.parametersTabPage.SuspendLayout(); this.operatorGraphTabPage.SuspendLayout(); this.SuspendLayout(); // // minTargetView // this.minTargetView.Caption = "StringConvertibleValue View"; this.minTargetView.Content = null; this.minTargetView.LabelVisible = false; this.minTargetView.Location = new System.Drawing.Point(431, 3); this.minTargetView.Name = "minTargetView"; this.minTargetView.ReadOnly = false; this.minTargetView.Size = new System.Drawing.Size(255, 21); this.minTargetView.TabIndex = 16; // // maxEvaluationsView // this.maxEvaluationsView.Caption = "StringConvertibleValue View"; this.maxEvaluationsView.Content = null; this.maxEvaluationsView.LabelVisible = false; this.maxEvaluationsView.Location = new System.Drawing.Point(91, 3); this.maxEvaluationsView.Name = "maxEvaluationsView"; this.maxEvaluationsView.ReadOnly = false; this.maxEvaluationsView.Size = new System.Drawing.Size(255, 21); this.maxEvaluationsView.TabIndex = 16; // // algorithmCloneButton // this.algorithmCloneButton.Location = new System.Drawing.Point(518, 56); this.algorithmCloneButton.Name = "algorithmCloneButton"; this.algorithmCloneButton.Size = new System.Drawing.Size(26, 23); this.algorithmCloneButton.TabIndex = 15; this.algorithmCloneButton.Text = "c"; this.algorithmCloneButton.UseVisualStyleBackColor = true; this.algorithmCloneButton.Click += new System.EventHandler(this.AlgorithmCloneButtonOnClick); // // 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; // // algorithmStartButton // this.algorithmStartButton.Location = new System.Drawing.Point(486, 56); 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); // // minimumTargetLabel // this.minimumTargetLabel.AutoSize = true; this.minimumTargetLabel.Location = new System.Drawing.Point(384, 6); this.minimumTargetLabel.Name = "minimumTargetLabel"; this.minimumTargetLabel.Size = new System.Drawing.Size(41, 13); this.minimumTargetLabel.TabIndex = 13; this.minimumTargetLabel.Text = "Target:"; // // seedingStrategyLabel // this.seedingStrategyLabel.AutoSize = true; this.seedingStrategyLabel.Location = new System.Drawing.Point(3, 33); this.seedingStrategyLabel.Name = "seedingStrategyLabel"; this.seedingStrategyLabel.Size = new System.Drawing.Size(91, 13); this.seedingStrategyLabel.TabIndex = 8; this.seedingStrategyLabel.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):"; // // suggestedInstancesComboBox // 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(372, 21); this.suggestedInstancesComboBox.TabIndex = 7; this.suggestedInstancesComboBox.SelectedIndexChanged += new System.EventHandler(this.SuggestedInstancesComboBoxOnSelectedIndexChanged); // // instanceLabel // this.instanceLabel.AutoSize = true; this.instanceLabel.Location = new System.Drawing.Point(3, 59); this.instanceLabel.Name = "instanceLabel"; this.instanceLabel.Size = new System.Drawing.Size(51, 13); this.instanceLabel.TabIndex = 9; this.instanceLabel.Text = "Instance:"; // // solverTabControl // 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.seededRunsTabPage); 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(6, 85); this.solverTabControl.Name = "solverTabControl"; this.solverTabControl.SelectedIndex = 0; this.solverTabControl.Size = new System.Drawing.Size(843, 479); this.solverTabControl.TabIndex = 17; // // resultsTabPage // this.resultsTabPage.Controls.Add(this.showOnlyFinalResultCheckBox); this.resultsTabPage.Controls.Add(this.resultsDockPanel); 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(835, 453); this.resultsTabPage.TabIndex = 2; this.resultsTabPage.Text = "Results"; this.resultsTabPage.UseVisualStyleBackColor = true; // // showOnlyFinalResultCheckBox // this.showOnlyFinalResultCheckBox.AutoSize = true; this.showOnlyFinalResultCheckBox.Checked = true; this.showOnlyFinalResultCheckBox.CheckState = System.Windows.Forms.CheckState.Checked; this.showOnlyFinalResultCheckBox.Location = new System.Drawing.Point(6, 6); this.showOnlyFinalResultCheckBox.Name = "showOnlyFinalResultCheckBox"; this.showOnlyFinalResultCheckBox.Size = new System.Drawing.Size(158, 17); this.showOnlyFinalResultCheckBox.TabIndex = 1; this.showOnlyFinalResultCheckBox.Text = "show only final result (faster)"; this.showOnlyFinalResultCheckBox.UseVisualStyleBackColor = true; // // resultsDockPanel // this.resultsDockPanel.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.resultsDockPanel.DocumentStyle = WeifenLuo.WinFormsUI.Docking.DocumentStyle.DockingWindow; this.resultsDockPanel.Location = new System.Drawing.Point(3, 29); this.resultsDockPanel.Name = "resultsDockPanel"; this.resultsDockPanel.Size = new System.Drawing.Size(829, 421); dockPanelGradient10.EndColor = System.Drawing.SystemColors.ControlLight; dockPanelGradient10.StartColor = System.Drawing.SystemColors.ControlLight; autoHideStripSkin4.DockStripGradient = dockPanelGradient10; tabGradient22.EndColor = System.Drawing.SystemColors.Control; tabGradient22.StartColor = System.Drawing.SystemColors.Control; tabGradient22.TextColor = System.Drawing.SystemColors.ControlDarkDark; autoHideStripSkin4.TabGradient = tabGradient22; autoHideStripSkin4.TextFont = new System.Drawing.Font("Segoe UI", 9F); dockPanelSkin4.AutoHideStripSkin = autoHideStripSkin4; tabGradient23.EndColor = System.Drawing.SystemColors.ControlLightLight; tabGradient23.StartColor = System.Drawing.SystemColors.ControlLightLight; tabGradient23.TextColor = System.Drawing.SystemColors.ControlText; dockPaneStripGradient4.ActiveTabGradient = tabGradient23; dockPanelGradient11.EndColor = System.Drawing.SystemColors.Control; dockPanelGradient11.StartColor = System.Drawing.SystemColors.Control; dockPaneStripGradient4.DockStripGradient = dockPanelGradient11; tabGradient24.EndColor = System.Drawing.SystemColors.ControlLight; tabGradient24.StartColor = System.Drawing.SystemColors.ControlLight; tabGradient24.TextColor = System.Drawing.SystemColors.ControlText; dockPaneStripGradient4.InactiveTabGradient = tabGradient24; dockPaneStripSkin4.DocumentGradient = dockPaneStripGradient4; dockPaneStripSkin4.TextFont = new System.Drawing.Font("Segoe UI", 9F); tabGradient25.EndColor = System.Drawing.SystemColors.ActiveCaption; tabGradient25.LinearGradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical; tabGradient25.StartColor = System.Drawing.SystemColors.GradientActiveCaption; tabGradient25.TextColor = System.Drawing.SystemColors.ActiveCaptionText; dockPaneStripToolWindowGradient4.ActiveCaptionGradient = tabGradient25; tabGradient26.EndColor = System.Drawing.SystemColors.Control; tabGradient26.StartColor = System.Drawing.SystemColors.Control; tabGradient26.TextColor = System.Drawing.SystemColors.ControlText; dockPaneStripToolWindowGradient4.ActiveTabGradient = tabGradient26; dockPanelGradient12.EndColor = System.Drawing.SystemColors.ControlLight; dockPanelGradient12.StartColor = System.Drawing.SystemColors.ControlLight; dockPaneStripToolWindowGradient4.DockStripGradient = dockPanelGradient12; tabGradient27.EndColor = System.Drawing.SystemColors.InactiveCaption; tabGradient27.LinearGradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical; tabGradient27.StartColor = System.Drawing.SystemColors.GradientInactiveCaption; tabGradient27.TextColor = System.Drawing.SystemColors.InactiveCaptionText; dockPaneStripToolWindowGradient4.InactiveCaptionGradient = tabGradient27; tabGradient28.EndColor = System.Drawing.Color.Transparent; tabGradient28.StartColor = System.Drawing.Color.Transparent; tabGradient28.TextColor = System.Drawing.SystemColors.ControlDarkDark; dockPaneStripToolWindowGradient4.InactiveTabGradient = tabGradient28; dockPaneStripSkin4.ToolWindowGradient = dockPaneStripToolWindowGradient4; dockPanelSkin4.DockPaneStripSkin = dockPaneStripSkin4; this.resultsDockPanel.Skin = dockPanelSkin4; this.resultsDockPanel.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(548, 418); 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(542, 412); this.runsView.TabIndex = 0; // // seededRunsTabPage // this.seededRunsTabPage.Controls.Add(this.seededRunsView); this.seededRunsTabPage.Location = new System.Drawing.Point(4, 22); this.seededRunsTabPage.Name = "seededRunsTabPage"; this.seededRunsTabPage.Padding = new System.Windows.Forms.Padding(3); this.seededRunsTabPage.Size = new System.Drawing.Size(548, 418); this.seededRunsTabPage.TabIndex = 5; this.seededRunsTabPage.Text = "Seeded Runs"; this.seededRunsTabPage.UseVisualStyleBackColor = true; // // seededRunsView // this.seededRunsView.Caption = "RunCollection View"; this.seededRunsView.Content = null; this.seededRunsView.Dock = System.Windows.Forms.DockStyle.Fill; this.seededRunsView.Location = new System.Drawing.Point(3, 3); this.seededRunsView.Name = "seededRunsView"; this.seededRunsView.ReadOnly = false; this.seededRunsView.Size = new System.Drawing.Size(542, 412); this.seededRunsView.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(548, 418); 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(548, 418); 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(542, 412); 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(548, 418); 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(542, 412); this.operatorGraphViewHost.TabIndex = 0; this.operatorGraphViewHost.ViewsLabelVisible = true; this.operatorGraphViewHost.ViewType = null; // // SolverView // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.solverTabControl); this.Controls.Add(this.algorithmCloneButton); this.Controls.Add(this.instanceLabel); this.Controls.Add(this.algorithmStartButton); this.Controls.Add(this.minTargetView); this.Controls.Add(this.maxEvaluationsView); this.Controls.Add(this.suggestedInstancesComboBox); this.Controls.Add(this.seedingStrategyPanel); this.Controls.Add(this.minimumTargetLabel); this.Controls.Add(this.seedingStrategyLabel); this.Controls.Add(this.evaluationsLimitabel); this.Name = "SolverView"; this.Size = new System.Drawing.Size(849, 564); this.solverTabControl.ResumeLayout(false); this.resultsTabPage.ResumeLayout(false); this.resultsTabPage.PerformLayout(); this.runsTabPage.ResumeLayout(false); this.seededRunsTabPage.ResumeLayout(false); this.parametersTabPage.ResumeLayout(false); this.operatorGraphTabPage.ResumeLayout(false); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Panel seedingStrategyPanel; private System.Windows.Forms.Button algorithmStartButton; private System.Windows.Forms.Label seedingStrategyLabel; private System.Windows.Forms.Label evaluationsLimitabel; private System.Windows.Forms.ComboBox suggestedInstancesComboBox; private System.Windows.Forms.Button algorithmCloneButton; private Data.Views.StringConvertibleValueView maxEvaluationsView; private System.Windows.Forms.Label minimumTargetLabel; private Data.Views.StringConvertibleValueView minTargetView; private System.Windows.Forms.Label instanceLabel; private MainForm.WindowsForms.DragOverTabControl solverTabControl; private System.Windows.Forms.TabPage resultsTabPage; private System.Windows.Forms.CheckBox showOnlyFinalResultCheckBox; private WeifenLuo.WinFormsUI.Docking.DockPanel resultsDockPanel; private System.Windows.Forms.TabPage runsTabPage; private Optimization.Views.RunCollectionView runsView; private System.Windows.Forms.TabPage seededRunsTabPage; private Optimization.Views.RunCollectionView seededRunsView; 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; } }