#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.Hive.ExperimentManager.Views { partial class HiveExperimentView { /// /// 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(HiveExperimentView)); this.tabControl = new System.Windows.Forms.TabControl(); this.experimentTabPage = new System.Windows.Forms.TabPage(); this.openExperimentButton = new System.Windows.Forms.Button(); this.newExperimentButton = new System.Windows.Forms.Button(); this.experimentNamedItemView = new HeuristicLab.Core.Views.NamedItemView(); this.viewExperimentButton = new System.Windows.Forms.Button(); this.jobsTabPage = new System.Windows.Forms.TabPage(); this.hiveJobView = new HeuristicLab.Hive.ExperimentManager.Views.HiveJobView(); this.logTabPage = new System.Windows.Forms.TabPage(); this.logView = new HeuristicLab.Core.Views.LogView(); this.downloadExperimentButton = new System.Windows.Forms.Button(); this.startButton = new System.Windows.Forms.Button(); this.stopButton = 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.pauseButton = new System.Windows.Forms.Button(); this.resourceIdsLabel = new System.Windows.Forms.Label(); this.resourceIdsTextBox = new System.Windows.Forms.TextBox(); this.disconnectButton = new System.Windows.Forms.Button(); this.reconnectButton = new System.Windows.Forms.Button(); this.downloadExperimentPanel = new System.Windows.Forms.Panel(); ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit(); this.tabControl.SuspendLayout(); this.experimentTabPage.SuspendLayout(); this.jobsTabPage.SuspendLayout(); this.logTabPage.SuspendLayout(); this.downloadExperimentPanel.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(663, 20); // // descriptionTextBox // this.descriptionTextBox.Size = new System.Drawing.Size(663, 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.experimentTabPage); this.tabControl.Controls.Add(this.jobsTabPage); this.tabControl.Controls.Add(this.logTabPage); this.tabControl.Location = new System.Drawing.Point(0, 78); this.tabControl.Name = "tabControl"; this.tabControl.SelectedIndex = 0; this.tabControl.Size = new System.Drawing.Size(735, 416); this.tabControl.TabIndex = 4; // // experimentTabPage // this.experimentTabPage.Controls.Add(this.openExperimentButton); this.experimentTabPage.Controls.Add(this.newExperimentButton); this.experimentTabPage.Controls.Add(this.experimentNamedItemView); this.experimentTabPage.Controls.Add(this.viewExperimentButton); this.experimentTabPage.Location = new System.Drawing.Point(4, 22); this.experimentTabPage.Name = "experimentTabPage"; this.experimentTabPage.Padding = new System.Windows.Forms.Padding(3); this.experimentTabPage.Size = new System.Drawing.Size(727, 390); this.experimentTabPage.TabIndex = 1; this.experimentTabPage.Text = "Experiment"; this.experimentTabPage.UseVisualStyleBackColor = true; // // openExperimentButton // this.openExperimentButton.Image = ((System.Drawing.Image)(resources.GetObject("openExperimentButton.Image"))); this.openExperimentButton.Location = new System.Drawing.Point(36, 6); this.openExperimentButton.Name = "openExperimentButton"; this.openExperimentButton.Size = new System.Drawing.Size(24, 24); this.openExperimentButton.TabIndex = 5; this.toolTip.SetToolTip(this.openExperimentButton, "Open Experiment"); this.openExperimentButton.UseVisualStyleBackColor = true; this.openExperimentButton.Click += new System.EventHandler(this.openExperimentButton_Click); // // newExperimentButton // this.newExperimentButton.Image = ((System.Drawing.Image)(resources.GetObject("newExperimentButton.Image"))); this.newExperimentButton.Location = new System.Drawing.Point(6, 6); this.newExperimentButton.Name = "newExperimentButton"; this.newExperimentButton.Size = new System.Drawing.Size(24, 24); this.newExperimentButton.TabIndex = 4; this.toolTip.SetToolTip(this.newExperimentButton, "New Experiment"); this.newExperimentButton.UseVisualStyleBackColor = true; this.newExperimentButton.Click += new System.EventHandler(this.newExperimentButton_Click); // // experimentNamedItemView // this.experimentNamedItemView.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.experimentNamedItemView.Caption = "NamedItem View"; this.experimentNamedItemView.Content = null; this.experimentNamedItemView.Location = new System.Drawing.Point(3, 36); this.experimentNamedItemView.Name = "experimentNamedItemView"; this.experimentNamedItemView.ReadOnly = false; this.experimentNamedItemView.Size = new System.Drawing.Size(721, 52); this.experimentNamedItemView.TabIndex = 3; // // viewExperimentButton // this.viewExperimentButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.viewExperimentButton.Location = new System.Drawing.Point(0, 94); this.viewExperimentButton.Name = "viewExperimentButton"; this.viewExperimentButton.Size = new System.Drawing.Size(727, 23); this.viewExperimentButton.TabIndex = 1; this.viewExperimentButton.Text = "&Show Experiment"; this.viewExperimentButton.UseVisualStyleBackColor = true; this.viewExperimentButton.Click += new System.EventHandler(this.showExperimentButton_Click); // // jobsTabPage // this.jobsTabPage.Controls.Add(this.hiveJobView); this.jobsTabPage.Location = new System.Drawing.Point(4, 22); this.jobsTabPage.Name = "jobsTabPage"; this.jobsTabPage.Size = new System.Drawing.Size(727, 390); this.jobsTabPage.TabIndex = 5; this.jobsTabPage.Text = "Jobs"; this.jobsTabPage.UseVisualStyleBackColor = true; // // hiveJobView // this.hiveJobView.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.hiveJobView.Caption = "HiveJob View"; this.hiveJobView.Content = null; this.hiveJobView.Location = new System.Drawing.Point(2, 3); this.hiveJobView.Name = "hiveJobView"; this.hiveJobView.ReadOnly = true; this.hiveJobView.Size = new System.Drawing.Size(722, 384); this.hiveJobView.TabIndex = 0; // // logTabPage // this.logTabPage.Controls.Add(this.logView); this.logTabPage.Location = new System.Drawing.Point(4, 22); this.logTabPage.Name = "logTabPage"; this.logTabPage.Size = new System.Drawing.Size(727, 390); this.logTabPage.TabIndex = 3; this.logTabPage.Text = "Log"; this.logTabPage.UseVisualStyleBackColor = true; // // logView // this.logView.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.logView.Caption = "Log View"; this.logView.Content = null; this.logView.Location = new System.Drawing.Point(3, 4); this.logView.Name = "logView"; this.logView.ReadOnly = false; this.logView.Size = new System.Drawing.Size(721, 362); this.logView.TabIndex = 0; // // downloadExperimentButton // this.downloadExperimentButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.downloadExperimentButton.Image = ((System.Drawing.Image)(resources.GetObject("downloadExperimentButton.Image"))); this.downloadExperimentButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.downloadExperimentButton.Location = new System.Drawing.Point(44, 22); this.downloadExperimentButton.Name = "downloadExperimentButton"; this.downloadExperimentButton.Size = new System.Drawing.Size(164, 54); this.downloadExperimentButton.TabIndex = 17; this.downloadExperimentButton.Text = "Download Experiment"; this.toolTip.SetToolTip(this.downloadExperimentButton, "Reconnect to Hive"); this.downloadExperimentButton.UseVisualStyleBackColor = true; this.downloadExperimentButton.Click += new System.EventHandler(this.downloadExperimentButton_Click); // // 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(0, 500); this.startButton.Name = "startButton"; this.startButton.Size = new System.Drawing.Size(24, 24); this.startButton.TabIndex = 5; this.toolTip.SetToolTip(this.startButton, "Start/Resume Experiment"); this.startButton.UseVisualStyleBackColor = true; this.startButton.Click += new System.EventHandler(this.startButton_Click); // // 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(60, 500); this.stopButton.Name = "stopButton"; this.stopButton.Size = new System.Drawing.Size(24, 24); this.stopButton.TabIndex = 7; this.toolTip.SetToolTip(this.stopButton, "Stop Experiment"); this.stopButton.UseVisualStyleBackColor = true; this.stopButton.Click += new System.EventHandler(this.stopButton_Click); // // resetButton // this.resetButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.resetButton.Enabled = false; this.resetButton.Image = ((System.Drawing.Image)(resources.GetObject("resetButton.Image"))); this.resetButton.Location = new System.Drawing.Point(90, 500); this.resetButton.Name = "resetButton"; this.resetButton.Size = new System.Drawing.Size(24, 24); this.resetButton.TabIndex = 8; this.toolTip.SetToolTip(this.resetButton, "Reset Experiment"); 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(509, 507); 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(598, 504); this.executionTimeTextBox.Name = "executionTimeTextBox"; this.executionTimeTextBox.ReadOnly = true; this.executionTimeTextBox.Size = new System.Drawing.Size(137, 20); this.executionTimeTextBox.TabIndex = 10; // // pauseButton // this.pauseButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.pauseButton.Enabled = false; this.pauseButton.Image = ((System.Drawing.Image)(resources.GetObject("pauseButton.Image"))); this.pauseButton.Location = new System.Drawing.Point(30, 500); this.pauseButton.Name = "pauseButton"; this.pauseButton.Size = new System.Drawing.Size(24, 24); this.pauseButton.TabIndex = 6; this.toolTip.SetToolTip(this.pauseButton, "Pause Experiment"); this.pauseButton.UseVisualStyleBackColor = true; this.pauseButton.Click += new System.EventHandler(this.pauseButton_Click); // // resourceIdsLabel // this.resourceIdsLabel.AutoSize = true; this.resourceIdsLabel.Location = new System.Drawing.Point(3, 55); this.resourceIdsLabel.Name = "resourceIdsLabel"; this.resourceIdsLabel.Size = new System.Drawing.Size(67, 13); this.resourceIdsLabel.TabIndex = 12; this.resourceIdsLabel.Text = "ResourceIds"; // // resourceIdsTextBox // this.resourceIdsTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.resourceIdsTextBox.Location = new System.Drawing.Point(72, 52); this.resourceIdsTextBox.Name = "resourceIdsTextBox"; this.resourceIdsTextBox.Size = new System.Drawing.Size(663, 20); this.resourceIdsTextBox.TabIndex = 14; this.resourceIdsTextBox.Validated += new System.EventHandler(this.resourceIdsTextBox_Validated); // // disconnectButton // this.disconnectButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.disconnectButton.Enabled = false; this.disconnectButton.Location = new System.Drawing.Point(234, 500); this.disconnectButton.Name = "disconnectButton"; this.disconnectButton.Size = new System.Drawing.Size(120, 24); this.disconnectButton.TabIndex = 15; this.disconnectButton.Text = "Stop Result Polling"; this.toolTip.SetToolTip(this.disconnectButton, "Disconnect from Hive (Jobs will be continue to be calculated)"); this.disconnectButton.UseVisualStyleBackColor = true; this.disconnectButton.Click += new System.EventHandler(this.disconnectButton_Click); // // reconnectButton // this.reconnectButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.reconnectButton.Enabled = false; this.reconnectButton.Location = new System.Drawing.Point(120, 500); this.reconnectButton.Name = "reconnectButton"; this.reconnectButton.Size = new System.Drawing.Size(108, 24); this.reconnectButton.TabIndex = 16; this.reconnectButton.Text = "Start Result Polling"; this.toolTip.SetToolTip(this.reconnectButton, "Reconnect to Hive"); this.reconnectButton.UseVisualStyleBackColor = true; this.reconnectButton.Click += new System.EventHandler(this.reconnectButton_Click); // // downloadExperimentPanel // this.downloadExperimentPanel.Controls.Add(this.downloadExperimentButton); this.downloadExperimentPanel.Location = new System.Drawing.Point(331, 3); this.downloadExperimentPanel.Name = "downloadExperimentPanel"; this.downloadExperimentPanel.Size = new System.Drawing.Size(250, 80); this.downloadExperimentPanel.TabIndex = 18; // // HiveExperimentView // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.downloadExperimentPanel); this.Controls.Add(this.tabControl); this.Controls.Add(this.disconnectButton); this.Controls.Add(this.startButton); this.Controls.Add(this.resourceIdsTextBox); this.Controls.Add(this.executionTimeTextBox); this.Controls.Add(this.resourceIdsLabel); this.Controls.Add(this.executionTimeLabel); this.Controls.Add(this.pauseButton); this.Controls.Add(this.stopButton); this.Controls.Add(this.resetButton); this.Controls.Add(this.reconnectButton); this.Name = "HiveExperimentView"; this.Size = new System.Drawing.Size(735, 524); this.Controls.SetChildIndex(this.reconnectButton, 0); this.Controls.SetChildIndex(this.resetButton, 0); this.Controls.SetChildIndex(this.stopButton, 0); this.Controls.SetChildIndex(this.pauseButton, 0); this.Controls.SetChildIndex(this.executionTimeLabel, 0); this.Controls.SetChildIndex(this.resourceIdsLabel, 0); this.Controls.SetChildIndex(this.executionTimeTextBox, 0); this.Controls.SetChildIndex(this.resourceIdsTextBox, 0); this.Controls.SetChildIndex(this.startButton, 0); this.Controls.SetChildIndex(this.disconnectButton, 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); this.Controls.SetChildIndex(this.downloadExperimentPanel, 0); ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit(); this.tabControl.ResumeLayout(false); this.experimentTabPage.ResumeLayout(false); this.jobsTabPage.ResumeLayout(false); this.logTabPage.ResumeLayout(false); this.downloadExperimentPanel.ResumeLayout(false); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.TabControl tabControl; private System.Windows.Forms.TabPage experimentTabPage; private System.Windows.Forms.Button startButton; private System.Windows.Forms.Button stopButton; private System.Windows.Forms.Button resetButton; private System.Windows.Forms.Label executionTimeLabel; private System.Windows.Forms.TextBox executionTimeTextBox; private System.Windows.Forms.Button pauseButton; private System.Windows.Forms.Label resourceIdsLabel; private System.Windows.Forms.TextBox resourceIdsTextBox; private System.Windows.Forms.Button viewExperimentButton; private Core.Views.NamedItemView experimentNamedItemView; private System.Windows.Forms.TabPage logTabPage; private Core.Views.LogView logView; private System.Windows.Forms.Button disconnectButton; private System.Windows.Forms.Button reconnectButton; private System.Windows.Forms.Button openExperimentButton; private System.Windows.Forms.Button newExperimentButton; private System.Windows.Forms.TabPage jobsTabPage; private System.Windows.Forms.Button downloadExperimentButton; private System.Windows.Forms.Panel downloadExperimentPanel; private HiveJobView hiveJobView; } }