using HeuristicLab.Optimization.Views; namespace HeuristicLab.OKB.AlgorithmHost { partial class AlgorithmHostView { /// /// 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) { if (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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AlgorithmHostView)); this.tabControl = new System.Windows.Forms.TabControl(); this.okbTabPage = new System.Windows.Forms.TabPage(); this.problemLabel = new System.Windows.Forms.Label(); this.algorithmLabel = new System.Windows.Forms.Label(); this.viewProblemButton = new System.Windows.Forms.Button(); this.viewAlgorithmButton = new System.Windows.Forms.Button(); this.connectButton = new System.Windows.Forms.Button(); this.progressBar = new System.Windows.Forms.ProgressBar(); this.statusStrip = new System.Windows.Forms.StatusStrip(); this.openAlgorithmButton = new System.Windows.Forms.Button(); this.openProblemButton = new System.Windows.Forms.Button(); this.algorithmParametersTabPage = new System.Windows.Forms.TabPage(); this.algorithmParameterCollectionView = new HeuristicLab.Core.Views.ParameterCollectionView(); this.problemParametersTabPage = new System.Windows.Forms.TabPage(); this.problemParameterCollectionView = new HeuristicLab.Core.Views.ParameterCollectionView(); this.resultsTabPage = new System.Windows.Forms.TabPage(); this.resultsView = new HeuristicLab.Optimization.Views.ResultCollectionView(); this.runsTabPage = new System.Windows.Forms.TabPage(); this.submitButton = new System.Windows.Forms.Button(); this.runsView = new HeuristicLab.Optimization.Views.RunCollectionView(); this.startButton = new System.Windows.Forms.Button(); this.pauseButton = new System.Windows.Forms.Button(); this.resetButton = new System.Windows.Forms.Button(); this.executionTimeLabel = new System.Windows.Forms.Label(); this.executionTimeTextBox = new System.Windows.Forms.TextBox(); this.openFileDialog = new System.Windows.Forms.OpenFileDialog(); this.stopButton = new System.Windows.Forms.Button(); this.autoSubmitCheckBox = new System.Windows.Forms.CheckBox(); ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit(); this.tabControl.SuspendLayout(); this.okbTabPage.SuspendLayout(); this.algorithmParametersTabPage.SuspendLayout(); this.problemParametersTabPage.SuspendLayout(); this.resultsTabPage.SuspendLayout(); this.runsTabPage.SuspendLayout(); this.SuspendLayout(); // // nameTextBox // this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft); this.errorProvider.SetIconPadding(this.nameTextBox, 2); this.nameTextBox.Size = new System.Drawing.Size(568, 20); // // descriptionTextBox // this.descriptionTextBox.Size = new System.Drawing.Size(568, 20); // // tabControl // 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.okbTabPage); this.tabControl.Controls.Add(this.algorithmParametersTabPage); this.tabControl.Controls.Add(this.problemParametersTabPage); this.tabControl.Controls.Add(this.resultsTabPage); this.tabControl.Controls.Add(this.runsTabPage); this.tabControl.Location = new System.Drawing.Point(3, 52); this.tabControl.Name = "tabControl"; this.tabControl.SelectedIndex = 0; this.tabControl.Size = new System.Drawing.Size(634, 398); this.tabControl.TabIndex = 4; // // okbTabPage // this.okbTabPage.Controls.Add(this.problemLabel); this.okbTabPage.Controls.Add(this.algorithmLabel); this.okbTabPage.Controls.Add(this.viewProblemButton); this.okbTabPage.Controls.Add(this.viewAlgorithmButton); this.okbTabPage.Controls.Add(this.connectButton); this.okbTabPage.Controls.Add(this.progressBar); this.okbTabPage.Controls.Add(this.statusStrip); this.okbTabPage.Controls.Add(this.openAlgorithmButton); this.okbTabPage.Controls.Add(this.openProblemButton); 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(626, 372); this.okbTabPage.TabIndex = 6; this.okbTabPage.Text = "OKB"; this.okbTabPage.UseVisualStyleBackColor = true; // // problemLabel // this.problemLabel.AutoSize = true; this.problemLabel.Location = new System.Drawing.Point(6, 72); this.problemLabel.Name = "problemLabel"; this.problemLabel.Size = new System.Drawing.Size(45, 13); this.problemLabel.TabIndex = 19; this.problemLabel.Text = "Problem"; // // algorithmLabel // this.algorithmLabel.AutoSize = true; this.algorithmLabel.Location = new System.Drawing.Point(6, 42); this.algorithmLabel.Name = "algorithmLabel"; this.algorithmLabel.Size = new System.Drawing.Size(50, 13); this.algorithmLabel.TabIndex = 18; this.algorithmLabel.Text = "Algorithm"; // // viewProblemButton // this.viewProblemButton.Image = ((System.Drawing.Image)(resources.GetObject("viewProblemButton.Image"))); this.viewProblemButton.Location = new System.Drawing.Point(92, 66); this.viewProblemButton.Name = "viewProblemButton"; this.viewProblemButton.Size = new System.Drawing.Size(24, 24); this.viewProblemButton.TabIndex = 17; this.viewProblemButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; this.toolTip.SetToolTip(this.viewProblemButton, "View Problem"); this.viewProblemButton.UseVisualStyleBackColor = true; this.viewProblemButton.Click += new System.EventHandler(this.viewProblemButton_Click); // // viewAlgorithmButton // this.viewAlgorithmButton.Image = ((System.Drawing.Image)(resources.GetObject("viewAlgorithmButton.Image"))); this.viewAlgorithmButton.Location = new System.Drawing.Point(92, 36); this.viewAlgorithmButton.Name = "viewAlgorithmButton"; this.viewAlgorithmButton.Size = new System.Drawing.Size(24, 24); this.viewAlgorithmButton.TabIndex = 16; this.viewAlgorithmButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; this.toolTip.SetToolTip(this.viewAlgorithmButton, "View Algorithm"); this.viewAlgorithmButton.UseVisualStyleBackColor = true; this.viewAlgorithmButton.Click += new System.EventHandler(this.viewAlgorithmButton_Click); // // connectButton // this.connectButton.Image = ((System.Drawing.Image)(resources.GetObject("connectButton.Image"))); this.connectButton.Location = new System.Drawing.Point(6, 6); this.connectButton.Name = "connectButton"; this.connectButton.Size = new System.Drawing.Size(24, 24); this.connectButton.TabIndex = 13; this.connectButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; this.toolTip.SetToolTip(this.connectButton, "Connect to the OKB and (re)download starter kit"); this.connectButton.UseVisualStyleBackColor = true; this.connectButton.Click += new System.EventHandler(this.connectButton_Click); // // progressBar // this.progressBar.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.progressBar.Location = new System.Drawing.Point(36, 6); this.progressBar.MarqueeAnimationSpeed = 1; this.progressBar.Name = "progressBar"; this.progressBar.Size = new System.Drawing.Size(584, 23); this.progressBar.Style = System.Windows.Forms.ProgressBarStyle.Marquee; this.progressBar.TabIndex = 15; this.progressBar.Visible = false; // // statusStrip // this.statusStrip.Location = new System.Drawing.Point(3, 347); this.statusStrip.Name = "statusStrip"; this.statusStrip.Size = new System.Drawing.Size(620, 22); this.statusStrip.TabIndex = 14; this.statusStrip.Text = "statusStrip"; // // openAlgorithmButton // this.openAlgorithmButton.Image = ((System.Drawing.Image)(resources.GetObject("openAlgorithmButton.Image"))); this.openAlgorithmButton.Location = new System.Drawing.Point(62, 36); this.openAlgorithmButton.Name = "openAlgorithmButton"; this.openAlgorithmButton.Size = new System.Drawing.Size(24, 24); this.openAlgorithmButton.TabIndex = 2; this.openAlgorithmButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; this.toolTip.SetToolTip(this.openAlgorithmButton, "Open Algorithm"); this.openAlgorithmButton.UseVisualStyleBackColor = true; this.openAlgorithmButton.Click += new System.EventHandler(this.openAlgorithmButton_Click); // // openProblemButton // this.openProblemButton.Image = ((System.Drawing.Image)(resources.GetObject("openProblemButton.Image"))); this.openProblemButton.Location = new System.Drawing.Point(62, 66); this.openProblemButton.Name = "openProblemButton"; this.openProblemButton.Size = new System.Drawing.Size(24, 24); this.openProblemButton.TabIndex = 1; this.openProblemButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; this.toolTip.SetToolTip(this.openProblemButton, "Open Problem"); this.openProblemButton.UseVisualStyleBackColor = true; this.openProblemButton.Click += new System.EventHandler(this.openProblemButton_Click); // // algorithmParametersTabPage // this.algorithmParametersTabPage.Controls.Add(this.algorithmParameterCollectionView); this.algorithmParametersTabPage.Location = new System.Drawing.Point(4, 22); this.algorithmParametersTabPage.Name = "algorithmParametersTabPage"; this.algorithmParametersTabPage.Padding = new System.Windows.Forms.Padding(3); this.algorithmParametersTabPage.Size = new System.Drawing.Size(626, 372); this.algorithmParametersTabPage.TabIndex = 1; this.algorithmParametersTabPage.Text = "Algorithm Parameters"; this.algorithmParametersTabPage.UseVisualStyleBackColor = true; // // algorithmParameterCollectionView // this.algorithmParameterCollectionView.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.algorithmParameterCollectionView.Caption = "ParameterCollection View"; this.algorithmParameterCollectionView.Content = null; this.algorithmParameterCollectionView.Location = new System.Drawing.Point(6, 6); this.algorithmParameterCollectionView.Name = "algorithmParameterCollectionView"; this.algorithmParameterCollectionView.ReadOnly = false; this.algorithmParameterCollectionView.Size = new System.Drawing.Size(614, 360); this.algorithmParameterCollectionView.TabIndex = 0; // // problemParametersTabPage // this.problemParametersTabPage.Controls.Add(this.problemParameterCollectionView); this.problemParametersTabPage.Location = new System.Drawing.Point(4, 22); this.problemParametersTabPage.Name = "problemParametersTabPage"; this.problemParametersTabPage.Size = new System.Drawing.Size(626, 372); this.problemParametersTabPage.TabIndex = 5; this.problemParametersTabPage.Text = "Problem Parameters"; this.problemParametersTabPage.UseVisualStyleBackColor = true; // // problemParameterCollectionView // this.problemParameterCollectionView.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.problemParameterCollectionView.Caption = "ParameterCollection View"; this.problemParameterCollectionView.Content = null; this.problemParameterCollectionView.Location = new System.Drawing.Point(6, 6); this.problemParameterCollectionView.Name = "problemParameterCollectionView"; this.problemParameterCollectionView.ReadOnly = false; this.problemParameterCollectionView.Size = new System.Drawing.Size(614, 360); this.problemParameterCollectionView.TabIndex = 0; // // resultsTabPage // this.resultsTabPage.Controls.Add(this.resultsView); 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(626, 372); this.resultsTabPage.TabIndex = 2; this.resultsTabPage.Text = "Results"; this.resultsTabPage.UseVisualStyleBackColor = true; // // resultsView // this.resultsView.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.resultsView.Caption = "ResultCollection View"; this.resultsView.Content = null; this.resultsView.Location = new System.Drawing.Point(6, 6); this.resultsView.Name = "resultsView"; this.resultsView.ReadOnly = true; this.resultsView.Size = new System.Drawing.Size(614, 360); this.resultsView.TabIndex = 0; // // runsTabPage // this.runsTabPage.Controls.Add(this.autoSubmitCheckBox); this.runsTabPage.Controls.Add(this.submitButton); 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(626, 372); this.runsTabPage.TabIndex = 3; this.runsTabPage.Text = "Runs"; this.runsTabPage.UseVisualStyleBackColor = true; // // submitButton // this.submitButton.Enabled = false; this.submitButton.Image = ((System.Drawing.Image)(resources.GetObject("submitButton.Image"))); this.submitButton.Location = new System.Drawing.Point(6, 6); this.submitButton.Name = "submitButton"; this.submitButton.Size = new System.Drawing.Size(64, 24); this.submitButton.TabIndex = 2; this.submitButton.Text = "&Submit"; this.submitButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; this.toolTip.SetToolTip(this.submitButton, "Submit runs to the OKB"); this.submitButton.UseVisualStyleBackColor = true; this.submitButton.Click += new System.EventHandler(this.submitButton_Click); // // runsView // this.runsView.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.runsView.Caption = "RunCollection View"; this.runsView.Content = null; this.runsView.Location = new System.Drawing.Point(6, 36); this.runsView.Name = "runsView"; this.runsView.ReadOnly = false; this.runsView.Size = new System.Drawing.Size(614, 330); this.runsView.TabIndex = 0; // // startButton // this.startButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.startButton.Image = ((System.Drawing.Image)(resources.GetObject("startButton.Image"))); this.startButton.Location = new System.Drawing.Point(3, 453); this.startButton.Name = "startButton"; this.startButton.Size = new System.Drawing.Size(24, 24); this.startButton.TabIndex = 5; this.toolTip.SetToolTip(this.startButton, "Start/Resume Algorithm"); this.startButton.UseVisualStyleBackColor = true; this.startButton.Click += new System.EventHandler(this.startButton_Click); // // pauseButton // this.pauseButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.pauseButton.Image = ((System.Drawing.Image)(resources.GetObject("pauseButton.Image"))); this.pauseButton.Location = new System.Drawing.Point(33, 453); this.pauseButton.Name = "pauseButton"; this.pauseButton.Size = new System.Drawing.Size(24, 24); this.pauseButton.TabIndex = 6; this.toolTip.SetToolTip(this.pauseButton, "Pause Algorithm"); this.pauseButton.UseVisualStyleBackColor = true; this.pauseButton.Click += new System.EventHandler(this.pauseButton_Click); // // resetButton // this.resetButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.resetButton.Image = ((System.Drawing.Image)(resources.GetObject("resetButton.Image"))); this.resetButton.Location = new System.Drawing.Point(93, 453); this.resetButton.Name = "resetButton"; this.resetButton.Size = new System.Drawing.Size(24, 24); this.resetButton.TabIndex = 8; this.toolTip.SetToolTip(this.resetButton, "Reset Algorithm"); this.resetButton.UseVisualStyleBackColor = true; this.resetButton.Click += new System.EventHandler(this.resetButton_Click); // // executionTimeLabel // this.executionTimeLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.executionTimeLabel.AutoSize = true; this.executionTimeLabel.Location = new System.Drawing.Point(411, 459); this.executionTimeLabel.Name = "executionTimeLabel"; this.executionTimeLabel.Size = new System.Drawing.Size(83, 13); this.executionTimeLabel.TabIndex = 9; this.executionTimeLabel.Text = "&Execution Time:"; // // executionTimeTextBox // this.executionTimeTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.executionTimeTextBox.Location = new System.Drawing.Point(500, 456); this.executionTimeTextBox.Name = "executionTimeTextBox"; this.executionTimeTextBox.ReadOnly = true; this.executionTimeTextBox.Size = new System.Drawing.Size(137, 20); this.executionTimeTextBox.TabIndex = 10; // // openFileDialog // this.openFileDialog.DefaultExt = "hl"; this.openFileDialog.FileName = "Problem"; this.openFileDialog.Filter = "HeuristicLab Files|*.hl|All Files|*.*"; this.openFileDialog.Title = "Open Problem"; // // stopButton // this.stopButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.stopButton.Image = ((System.Drawing.Image)(resources.GetObject("stopButton.Image"))); this.stopButton.Location = new System.Drawing.Point(63, 453); this.stopButton.Name = "stopButton"; this.stopButton.Size = new System.Drawing.Size(24, 24); this.stopButton.TabIndex = 7; this.toolTip.SetToolTip(this.stopButton, "Stop Algorithm"); this.stopButton.UseVisualStyleBackColor = true; this.stopButton.Click += new System.EventHandler(this.stopButton_Click); // // autoSubmitCheckBox // this.autoSubmitCheckBox.AutoSize = true; this.autoSubmitCheckBox.Location = new System.Drawing.Point(76, 11); this.autoSubmitCheckBox.Name = "autoSubmitCheckBox"; this.autoSubmitCheckBox.Size = new System.Drawing.Size(83, 17); this.autoSubmitCheckBox.TabIndex = 3; this.autoSubmitCheckBox.Text = "&Auto Submit"; this.toolTip.SetToolTip(this.autoSubmitCheckBox, "Automatically submit new runs to the OKB without confirmation"); this.autoSubmitCheckBox.UseVisualStyleBackColor = true; // // AlgorithmHostView // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.tabControl); this.Controls.Add(this.startButton); this.Controls.Add(this.pauseButton); this.Controls.Add(this.stopButton); this.Controls.Add(this.executionTimeTextBox); this.Controls.Add(this.executionTimeLabel); this.Controls.Add(this.resetButton); this.Name = "AlgorithmHostView"; this.Size = new System.Drawing.Size(640, 480); this.Controls.SetChildIndex(this.resetButton, 0); this.Controls.SetChildIndex(this.executionTimeLabel, 0); this.Controls.SetChildIndex(this.executionTimeTextBox, 0); this.Controls.SetChildIndex(this.stopButton, 0); this.Controls.SetChildIndex(this.pauseButton, 0); this.Controls.SetChildIndex(this.startButton, 0); this.Controls.SetChildIndex(this.tabControl, 0); this.Controls.SetChildIndex(this.nameLabel, 0); this.Controls.SetChildIndex(this.descriptionLabel, 0); this.Controls.SetChildIndex(this.nameTextBox, 0); this.Controls.SetChildIndex(this.descriptionTextBox, 0); ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit(); this.tabControl.ResumeLayout(false); this.okbTabPage.ResumeLayout(false); this.okbTabPage.PerformLayout(); this.algorithmParametersTabPage.ResumeLayout(false); this.problemParametersTabPage.ResumeLayout(false); this.resultsTabPage.ResumeLayout(false); this.runsTabPage.ResumeLayout(false); this.runsTabPage.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion protected System.Windows.Forms.TabControl tabControl; protected System.Windows.Forms.TabPage algorithmParametersTabPage; protected HeuristicLab.Core.Views.ParameterCollectionView algorithmParameterCollectionView; protected System.Windows.Forms.Button openProblemButton; protected System.Windows.Forms.Button startButton; protected System.Windows.Forms.Button pauseButton; protected System.Windows.Forms.Button resetButton; protected System.Windows.Forms.Label executionTimeLabel; protected System.Windows.Forms.TextBox executionTimeTextBox; protected System.Windows.Forms.OpenFileDialog openFileDialog; protected System.Windows.Forms.TabPage resultsTabPage; protected HeuristicLab.Optimization.Views.ResultCollectionView resultsView; protected System.Windows.Forms.Button stopButton; protected System.Windows.Forms.TabPage runsTabPage; protected RunCollectionView runsView; protected System.Windows.Forms.Button openAlgorithmButton; private System.Windows.Forms.Button connectButton; private System.Windows.Forms.StatusStrip statusStrip; private System.Windows.Forms.ProgressBar progressBar; private System.Windows.Forms.TabPage problemParametersTabPage; private HeuristicLab.Core.Views.ParameterCollectionView problemParameterCollectionView; private System.Windows.Forms.Button submitButton; private System.Windows.Forms.TabPage okbTabPage; private System.Windows.Forms.Label problemLabel; private System.Windows.Forms.Label algorithmLabel; private System.Windows.Forms.Button viewProblemButton; private System.Windows.Forms.Button viewAlgorithmButton; private System.Windows.Forms.CheckBox autoSubmitCheckBox; } }