#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 dockPanelSkin1 = new WeifenLuo.WinFormsUI.Docking.DockPanelSkin(); WeifenLuo.WinFormsUI.Docking.AutoHideStripSkin autoHideStripSkin1 = new WeifenLuo.WinFormsUI.Docking.AutoHideStripSkin(); WeifenLuo.WinFormsUI.Docking.DockPanelGradient dockPanelGradient1 = new WeifenLuo.WinFormsUI.Docking.DockPanelGradient(); WeifenLuo.WinFormsUI.Docking.TabGradient tabGradient1 = new WeifenLuo.WinFormsUI.Docking.TabGradient(); WeifenLuo.WinFormsUI.Docking.DockPaneStripSkin dockPaneStripSkin1 = new WeifenLuo.WinFormsUI.Docking.DockPaneStripSkin(); WeifenLuo.WinFormsUI.Docking.DockPaneStripGradient dockPaneStripGradient1 = new WeifenLuo.WinFormsUI.Docking.DockPaneStripGradient(); WeifenLuo.WinFormsUI.Docking.TabGradient tabGradient2 = new WeifenLuo.WinFormsUI.Docking.TabGradient(); WeifenLuo.WinFormsUI.Docking.DockPanelGradient dockPanelGradient2 = new WeifenLuo.WinFormsUI.Docking.DockPanelGradient(); WeifenLuo.WinFormsUI.Docking.TabGradient tabGradient3 = new WeifenLuo.WinFormsUI.Docking.TabGradient(); WeifenLuo.WinFormsUI.Docking.DockPaneStripToolWindowGradient dockPaneStripToolWindowGradient1 = new WeifenLuo.WinFormsUI.Docking.DockPaneStripToolWindowGradient(); WeifenLuo.WinFormsUI.Docking.TabGradient tabGradient4 = new WeifenLuo.WinFormsUI.Docking.TabGradient(); WeifenLuo.WinFormsUI.Docking.TabGradient tabGradient5 = new WeifenLuo.WinFormsUI.Docking.TabGradient(); WeifenLuo.WinFormsUI.Docking.DockPanelGradient dockPanelGradient3 = new WeifenLuo.WinFormsUI.Docking.DockPanelGradient(); WeifenLuo.WinFormsUI.Docking.TabGradient tabGradient6 = new WeifenLuo.WinFormsUI.Docking.TabGradient(); WeifenLuo.WinFormsUI.Docking.TabGradient tabGradient7 = new WeifenLuo.WinFormsUI.Docking.TabGradient(); 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.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(); // // 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); // // 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.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.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); dockPanelGradient1.EndColor = System.Drawing.SystemColors.ControlLight; dockPanelGradient1.StartColor = System.Drawing.SystemColors.ControlLight; autoHideStripSkin1.DockStripGradient = dockPanelGradient1; tabGradient1.EndColor = System.Drawing.SystemColors.Control; tabGradient1.StartColor = System.Drawing.SystemColors.Control; tabGradient1.TextColor = System.Drawing.SystemColors.ControlDarkDark; autoHideStripSkin1.TabGradient = tabGradient1; autoHideStripSkin1.TextFont = new System.Drawing.Font("Segoe UI", 9F); dockPanelSkin1.AutoHideStripSkin = autoHideStripSkin1; tabGradient2.EndColor = System.Drawing.SystemColors.ControlLightLight; tabGradient2.StartColor = System.Drawing.SystemColors.ControlLightLight; tabGradient2.TextColor = System.Drawing.SystemColors.ControlText; dockPaneStripGradient1.ActiveTabGradient = tabGradient2; dockPanelGradient2.EndColor = System.Drawing.SystemColors.Control; dockPanelGradient2.StartColor = System.Drawing.SystemColors.Control; dockPaneStripGradient1.DockStripGradient = dockPanelGradient2; tabGradient3.EndColor = System.Drawing.SystemColors.ControlLight; tabGradient3.StartColor = System.Drawing.SystemColors.ControlLight; tabGradient3.TextColor = System.Drawing.SystemColors.ControlText; dockPaneStripGradient1.InactiveTabGradient = tabGradient3; dockPaneStripSkin1.DocumentGradient = dockPaneStripGradient1; dockPaneStripSkin1.TextFont = new System.Drawing.Font("Segoe UI", 9F); tabGradient4.EndColor = System.Drawing.SystemColors.ActiveCaption; tabGradient4.LinearGradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical; tabGradient4.StartColor = System.Drawing.SystemColors.GradientActiveCaption; tabGradient4.TextColor = System.Drawing.SystemColors.ActiveCaptionText; dockPaneStripToolWindowGradient1.ActiveCaptionGradient = tabGradient4; tabGradient5.EndColor = System.Drawing.SystemColors.Control; tabGradient5.StartColor = System.Drawing.SystemColors.Control; tabGradient5.TextColor = System.Drawing.SystemColors.ControlText; dockPaneStripToolWindowGradient1.ActiveTabGradient = tabGradient5; dockPanelGradient3.EndColor = System.Drawing.SystemColors.ControlLight; dockPanelGradient3.StartColor = System.Drawing.SystemColors.ControlLight; dockPaneStripToolWindowGradient1.DockStripGradient = dockPanelGradient3; tabGradient6.EndColor = System.Drawing.SystemColors.InactiveCaption; tabGradient6.LinearGradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical; tabGradient6.StartColor = System.Drawing.SystemColors.GradientInactiveCaption; tabGradient6.TextColor = System.Drawing.SystemColors.InactiveCaptionText; dockPaneStripToolWindowGradient1.InactiveCaptionGradient = tabGradient6; tabGradient7.EndColor = System.Drawing.Color.Transparent; tabGradient7.StartColor = System.Drawing.Color.Transparent; tabGradient7.TextColor = System.Drawing.SystemColors.ControlDarkDark; dockPaneStripToolWindowGradient1.InactiveTabGradient = tabGradient7; dockPaneStripSkin1.ToolWindowGradient = dockPaneStripToolWindowGradient1; dockPanelSkin1.DockPaneStripSkin = dockPaneStripSkin1; this.resultsDockPanel.Skin = dockPanelSkin1; 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(835, 453); 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(829, 447); 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(835, 453); 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(829, 447); 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(835, 453); 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(835, 453); 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(829, 447); 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(835, 453); 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(829, 447); 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.maxEvaluationsView); this.Controls.Add(this.suggestedInstancesComboBox); this.Controls.Add(this.seedingStrategyPanel); 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 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; } }