#region License Information /* HeuristicLab * Copyright (C) 2002-2010 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.Clients.OKB { partial class AlgorithmView { /// /// 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() { this.platformLabel = new System.Windows.Forms.Label(); this.platformComboBox = new System.Windows.Forms.ComboBox(); this.algorithmClassLabel = new System.Windows.Forms.Label(); this.algorithmClassComboBox = new System.Windows.Forms.ComboBox(); this.usersListBox = new System.Windows.Forms.ListBox(); this.tabControl = new System.Windows.Forms.TabControl(); this.usersTabPage = new System.Windows.Forms.TabPage(); this.storeUsersButton = new System.Windows.Forms.Button(); this.refreshUsersButton = new System.Windows.Forms.Button(); this.dataTabPage = new System.Windows.Forms.TabPage(); this.algorithmDataView = new HeuristicLab.Clients.OKB.AlgorithmDataView(); this.parametersTabPage = new System.Windows.Forms.TabPage(); this.algorithmParameterCollectionView = new HeuristicLab.Clients.OKB.AlgorithmParameterCollectionView(); this.refreshParametersButton = new System.Windows.Forms.Button(); this.resultsTabPage = new System.Windows.Forms.TabPage(); this.resultCollectionView = new HeuristicLab.Clients.OKB.ResultCollectionView(); this.refreshResultsButton = new System.Windows.Forms.Button(); this.experimentsTabPage = new System.Windows.Forms.TabPage(); this.refreshExperimentsButton = new System.Windows.Forms.Button(); this.experimentCollectionView = new HeuristicLab.Clients.OKB.ExperimentCollectionView(); this.tabControl.SuspendLayout(); this.usersTabPage.SuspendLayout(); this.dataTabPage.SuspendLayout(); this.parametersTabPage.SuspendLayout(); this.resultsTabPage.SuspendLayout(); this.experimentsTabPage.SuspendLayout(); this.SuspendLayout(); // // nameTextBox // this.nameTextBox.Location = new System.Drawing.Point(90, 29); this.nameTextBox.Size = new System.Drawing.Size(543, 20); // // descriptionTextBox // this.descriptionTextBox.Location = new System.Drawing.Point(90, 55); this.descriptionTextBox.Size = new System.Drawing.Size(543, 20); // // storeButton // this.toolTip.SetToolTip(this.storeButton, "Store Data"); // // platformLabel // this.platformLabel.AutoSize = true; this.platformLabel.Location = new System.Drawing.Point(3, 84); this.platformLabel.Name = "platformLabel"; this.platformLabel.Size = new System.Drawing.Size(48, 13); this.platformLabel.TabIndex = 5; this.platformLabel.Text = "&Platform:"; // // platformComboBox // this.platformComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.platformComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.platformComboBox.FormattingEnabled = true; this.platformComboBox.Location = new System.Drawing.Point(90, 81); this.platformComboBox.Name = "platformComboBox"; this.platformComboBox.Size = new System.Drawing.Size(543, 21); this.platformComboBox.TabIndex = 6; this.platformComboBox.SelectedValueChanged += new System.EventHandler(this.platformComboBox_SelectedValueChanged); // // algorithmClassLabel // this.algorithmClassLabel.AutoSize = true; this.algorithmClassLabel.Location = new System.Drawing.Point(3, 111); this.algorithmClassLabel.Name = "algorithmClassLabel"; this.algorithmClassLabel.Size = new System.Drawing.Size(81, 13); this.algorithmClassLabel.TabIndex = 7; this.algorithmClassLabel.Text = "&Algorithm Class:"; // // algorithmClassComboBox // this.algorithmClassComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.algorithmClassComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.algorithmClassComboBox.FormattingEnabled = true; this.algorithmClassComboBox.Location = new System.Drawing.Point(90, 108); this.algorithmClassComboBox.Name = "algorithmClassComboBox"; this.algorithmClassComboBox.Size = new System.Drawing.Size(543, 21); this.algorithmClassComboBox.TabIndex = 8; this.algorithmClassComboBox.SelectedValueChanged += new System.EventHandler(this.algorithmClassComboBox_SelectedValueChanged); // // usersListBox // this.usersListBox.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.usersListBox.Enabled = false; this.usersListBox.FormattingEnabled = true; this.usersListBox.Location = new System.Drawing.Point(6, 36); this.usersListBox.Name = "usersListBox"; this.usersListBox.SelectionMode = System.Windows.Forms.SelectionMode.MultiSimple; this.usersListBox.Size = new System.Drawing.Size(613, 225); this.usersListBox.TabIndex = 2; this.usersListBox.SelectedIndexChanged += new System.EventHandler(this.usersListBox_SelectedIndexChanged); // // 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.usersTabPage); this.tabControl.Controls.Add(this.dataTabPage); this.tabControl.Controls.Add(this.parametersTabPage); this.tabControl.Controls.Add(this.resultsTabPage); this.tabControl.Controls.Add(this.experimentsTabPage); this.tabControl.Location = new System.Drawing.Point(0, 162); this.tabControl.Name = "tabControl"; this.tabControl.SelectedIndex = 0; this.tabControl.Size = new System.Drawing.Size(633, 292); this.tabControl.TabIndex = 9; // // usersTabPage // this.usersTabPage.Controls.Add(this.storeUsersButton); this.usersTabPage.Controls.Add(this.refreshUsersButton); this.usersTabPage.Controls.Add(this.usersListBox); this.usersTabPage.Location = new System.Drawing.Point(4, 22); this.usersTabPage.Name = "usersTabPage"; this.usersTabPage.Padding = new System.Windows.Forms.Padding(3); this.usersTabPage.Size = new System.Drawing.Size(625, 266); this.usersTabPage.TabIndex = 0; this.usersTabPage.Text = "Authorized Users"; this.usersTabPage.UseVisualStyleBackColor = true; // // storeUsersButton // this.storeUsersButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.PublishToWeb; this.storeUsersButton.Location = new System.Drawing.Point(36, 6); this.storeUsersButton.Name = "storeUsersButton"; this.storeUsersButton.Size = new System.Drawing.Size(24, 24); this.storeUsersButton.TabIndex = 1; this.toolTip.SetToolTip(this.storeUsersButton, "Store Authorized Users"); this.storeUsersButton.UseVisualStyleBackColor = true; this.storeUsersButton.Click += new System.EventHandler(this.storeUsersButton_Click); // // refreshUsersButton // this.refreshUsersButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.Refresh; this.refreshUsersButton.Location = new System.Drawing.Point(6, 6); this.refreshUsersButton.Name = "refreshUsersButton"; this.refreshUsersButton.Size = new System.Drawing.Size(24, 24); this.refreshUsersButton.TabIndex = 0; this.toolTip.SetToolTip(this.refreshUsersButton, "Refresh Authorized Users"); this.refreshUsersButton.UseVisualStyleBackColor = true; this.refreshUsersButton.Click += new System.EventHandler(this.refreshUsersButton_Click); // // dataTabPage // this.dataTabPage.Controls.Add(this.algorithmDataView); this.dataTabPage.Location = new System.Drawing.Point(4, 22); this.dataTabPage.Name = "dataTabPage"; this.dataTabPage.Padding = new System.Windows.Forms.Padding(3); this.dataTabPage.Size = new System.Drawing.Size(625, 266); this.dataTabPage.TabIndex = 1; this.dataTabPage.Text = "Platform-Specific Algorithm Data"; this.dataTabPage.UseVisualStyleBackColor = true; // // algorithmDataView // this.algorithmDataView.AlgorithmId = ((long)(0)); this.algorithmDataView.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.algorithmDataView.Caption = "AlgorithmData View"; this.algorithmDataView.Content = null; this.algorithmDataView.Location = new System.Drawing.Point(6, 6); this.algorithmDataView.Name = "algorithmDataView"; this.algorithmDataView.ReadOnly = false; this.algorithmDataView.Size = new System.Drawing.Size(613, 254); this.algorithmDataView.TabIndex = 0; // // parametersTabPage // this.parametersTabPage.Controls.Add(this.algorithmParameterCollectionView); this.parametersTabPage.Controls.Add(this.refreshParametersButton); 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(625, 266); this.parametersTabPage.TabIndex = 2; this.parametersTabPage.Text = "Parameters"; this.parametersTabPage.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 = "AlgorithmParameterCollection View"; this.algorithmParameterCollectionView.Content = null; this.algorithmParameterCollectionView.Location = new System.Drawing.Point(6, 36); this.algorithmParameterCollectionView.Name = "algorithmParameterCollectionView"; this.algorithmParameterCollectionView.ReadOnly = false; this.algorithmParameterCollectionView.Size = new System.Drawing.Size(613, 224); this.algorithmParameterCollectionView.TabIndex = 1; // // refreshParametersButton // this.refreshParametersButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.Refresh; this.refreshParametersButton.Location = new System.Drawing.Point(6, 6); this.refreshParametersButton.Name = "refreshParametersButton"; this.refreshParametersButton.Size = new System.Drawing.Size(24, 24); this.refreshParametersButton.TabIndex = 0; this.refreshParametersButton.UseVisualStyleBackColor = true; this.refreshParametersButton.Click += new System.EventHandler(this.refreshParametersButton_Click); // // resultsTabPage // this.resultsTabPage.Controls.Add(this.resultCollectionView); this.resultsTabPage.Controls.Add(this.refreshResultsButton); 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(625, 266); this.resultsTabPage.TabIndex = 3; this.resultsTabPage.Text = "Results"; this.resultsTabPage.UseVisualStyleBackColor = true; // // resultCollectionView // this.resultCollectionView.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.resultCollectionView.Caption = "ResultCollection View"; this.resultCollectionView.Content = null; this.resultCollectionView.Location = new System.Drawing.Point(6, 36); this.resultCollectionView.Name = "resultCollectionView"; this.resultCollectionView.ReadOnly = false; this.resultCollectionView.Size = new System.Drawing.Size(613, 224); this.resultCollectionView.TabIndex = 1; // // refreshResultsButton // this.refreshResultsButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.Refresh; this.refreshResultsButton.Location = new System.Drawing.Point(6, 6); this.refreshResultsButton.Name = "refreshResultsButton"; this.refreshResultsButton.Size = new System.Drawing.Size(24, 24); this.refreshResultsButton.TabIndex = 0; this.refreshResultsButton.UseVisualStyleBackColor = true; this.refreshResultsButton.Click += new System.EventHandler(this.refreshResultsButton_Click); // // experimentsTabPage // this.experimentsTabPage.Controls.Add(this.experimentCollectionView); this.experimentsTabPage.Controls.Add(this.refreshExperimentsButton); this.experimentsTabPage.Location = new System.Drawing.Point(4, 22); this.experimentsTabPage.Name = "experimentsTabPage"; this.experimentsTabPage.Padding = new System.Windows.Forms.Padding(3); this.experimentsTabPage.Size = new System.Drawing.Size(625, 266); this.experimentsTabPage.TabIndex = 4; this.experimentsTabPage.Text = "Experiments"; this.experimentsTabPage.UseVisualStyleBackColor = true; // // refreshExperimentsButton // this.refreshExperimentsButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.Refresh; this.refreshExperimentsButton.Location = new System.Drawing.Point(6, 6); this.refreshExperimentsButton.Name = "refreshExperimentsButton"; this.refreshExperimentsButton.Size = new System.Drawing.Size(24, 24); this.refreshExperimentsButton.TabIndex = 0; this.refreshExperimentsButton.UseVisualStyleBackColor = true; this.refreshExperimentsButton.Click += new System.EventHandler(this.refreshExperimentsButton_Click); // // experimentCollectionView // this.experimentCollectionView.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.experimentCollectionView.Caption = "ExperimentCollection View"; this.experimentCollectionView.Content = null; this.experimentCollectionView.Location = new System.Drawing.Point(6, 36); this.experimentCollectionView.Name = "experimentCollectionView"; this.experimentCollectionView.ReadOnly = false; this.experimentCollectionView.Size = new System.Drawing.Size(613, 224); this.experimentCollectionView.TabIndex = 1; // // AlgorithmView // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.Controls.Add(this.tabControl); this.Controls.Add(this.platformComboBox); this.Controls.Add(this.platformLabel); this.Controls.Add(this.algorithmClassComboBox); this.Controls.Add(this.algorithmClassLabel); this.Name = "AlgorithmView"; this.Size = new System.Drawing.Size(633, 454); this.Controls.SetChildIndex(this.algorithmClassLabel, 0); this.Controls.SetChildIndex(this.algorithmClassComboBox, 0); this.Controls.SetChildIndex(this.platformLabel, 0); this.Controls.SetChildIndex(this.platformComboBox, 0); this.Controls.SetChildIndex(this.tabControl, 0); this.Controls.SetChildIndex(this.storeButton, 0); this.Controls.SetChildIndex(this.nameTextBox, 0); this.Controls.SetChildIndex(this.nameLabel, 0); this.Controls.SetChildIndex(this.descriptionLabel, 0); this.Controls.SetChildIndex(this.descriptionTextBox, 0); this.tabControl.ResumeLayout(false); this.usersTabPage.ResumeLayout(false); this.dataTabPage.ResumeLayout(false); this.parametersTabPage.ResumeLayout(false); this.resultsTabPage.ResumeLayout(false); this.experimentsTabPage.ResumeLayout(false); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label platformLabel; private System.Windows.Forms.ComboBox platformComboBox; private System.Windows.Forms.Label algorithmClassLabel; private System.Windows.Forms.ComboBox algorithmClassComboBox; private System.Windows.Forms.ListBox usersListBox; private System.Windows.Forms.TabControl tabControl; private System.Windows.Forms.TabPage usersTabPage; private System.Windows.Forms.Button storeUsersButton; private System.Windows.Forms.Button refreshUsersButton; private System.Windows.Forms.TabPage dataTabPage; private AlgorithmDataView algorithmDataView; private System.Windows.Forms.TabPage parametersTabPage; private System.Windows.Forms.TabPage resultsTabPage; private AlgorithmParameterCollectionView algorithmParameterCollectionView; private System.Windows.Forms.Button refreshParametersButton; private System.Windows.Forms.Button refreshResultsButton; private System.Windows.Forms.TabPage experimentsTabPage; private ResultCollectionView resultCollectionView; private ExperimentCollectionView experimentCollectionView; private System.Windows.Forms.Button refreshExperimentsButton; } }