[8924] | 1 | #region License Information
|
---|
| 2 | /* HeuristicLab
|
---|
[9456] | 3 | * Copyright (C) 2002-2013 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
|
---|
[8924] | 4 | *
|
---|
| 5 | * This file is part of HeuristicLab.
|
---|
| 6 | *
|
---|
| 7 | * HeuristicLab is free software: you can redistribute it and/or modify
|
---|
| 8 | * it under the terms of the GNU General Public License as published by
|
---|
| 9 | * the Free Software Foundation, either version 3 of the License, or
|
---|
| 10 | * (at your option) any later version.
|
---|
| 11 | *
|
---|
| 12 | * HeuristicLab is distributed in the hope that it will be useful,
|
---|
| 13 | * but WITHOUT ANY WARRANTY; without even the implied warranty of
|
---|
| 14 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
---|
| 15 | * GNU General Public License for more details.
|
---|
| 16 | *
|
---|
| 17 | * You should have received a copy of the GNU General Public License
|
---|
| 18 | * along with HeuristicLab. If not, see <http://www.gnu.org/licenses/>.
|
---|
| 19 | */
|
---|
| 20 | #endregion
|
---|
| 21 |
|
---|
| 22 | namespace HeuristicLab.Clients.Hive.Views {
|
---|
[6976] | 23 | partial class OptimizerHiveTaskView {
|
---|
| 24 | /// <summary>
|
---|
| 25 | /// Required designer variable.
|
---|
| 26 | /// </summary>
|
---|
| 27 | private System.ComponentModel.IContainer components = null;
|
---|
| 28 |
|
---|
| 29 | /// <summary>
|
---|
| 30 | /// Clean up any resources being used.
|
---|
| 31 | /// </summary>
|
---|
| 32 | /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
---|
| 33 | protected override void Dispose(bool disposing) {
|
---|
| 34 | if (disposing && (components != null)) {
|
---|
| 35 | components.Dispose();
|
---|
| 36 | }
|
---|
| 37 | base.Dispose(disposing);
|
---|
| 38 | }
|
---|
| 39 |
|
---|
| 40 | #region Component Designer generated code
|
---|
| 41 |
|
---|
| 42 | /// <summary>
|
---|
| 43 | /// Required method for Designer support - do not modify
|
---|
| 44 | /// the contents of this method with the code editor.
|
---|
| 45 | /// </summary>
|
---|
| 46 | private void InitializeComponent() {
|
---|
| 47 | this.restartButton = new System.Windows.Forms.Button();
|
---|
| 48 | this.pauseButton = new System.Windows.Forms.Button();
|
---|
| 49 | this.stopButton = new System.Windows.Forms.Button();
|
---|
| 50 | this.runsTabPage = new System.Windows.Forms.TabPage();
|
---|
| 51 | this.runCollectionViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
|
---|
| 52 | this.stateLogTabPage.SuspendLayout();
|
---|
| 53 | this.detailsTabPage.SuspendLayout();
|
---|
| 54 | this.jobStatusGroupBox.SuspendLayout();
|
---|
| 55 | this.tabControl.SuspendLayout();
|
---|
[7104] | 56 | this.configurationGroupBox.SuspendLayout();
|
---|
[6976] | 57 | this.runsTabPage.SuspendLayout();
|
---|
| 58 | this.SuspendLayout();
|
---|
| 59 | //
|
---|
| 60 | // detailsTabPage
|
---|
| 61 | //
|
---|
| 62 | this.detailsTabPage.Controls.Add(this.restartButton);
|
---|
| 63 | this.detailsTabPage.Controls.Add(this.pauseButton);
|
---|
| 64 | this.detailsTabPage.Controls.Add(this.stopButton);
|
---|
[7104] | 65 | this.detailsTabPage.Controls.SetChildIndex(this.modifyItemButton, 0);
|
---|
[6976] | 66 | this.detailsTabPage.Controls.SetChildIndex(this.stopButton, 0);
|
---|
| 67 | this.detailsTabPage.Controls.SetChildIndex(this.pauseButton, 0);
|
---|
| 68 | this.detailsTabPage.Controls.SetChildIndex(this.restartButton, 0);
|
---|
| 69 | //
|
---|
| 70 | // tabControl
|
---|
| 71 | //
|
---|
| 72 | this.tabControl.Controls.Add(this.runsTabPage);
|
---|
| 73 | this.tabControl.Controls.SetChildIndex(this.runsTabPage, 0);
|
---|
| 74 | this.tabControl.Controls.SetChildIndex(this.stateLogTabPage, 0);
|
---|
| 75 | this.tabControl.Controls.SetChildIndex(this.detailsTabPage, 0);
|
---|
| 76 | //
|
---|
[7104] | 77 | // modifyItemButton
|
---|
[6976] | 78 | //
|
---|
[7104] | 79 | this.modifyItemButton.Text = "Show/Modify Optimizer";
|
---|
[6976] | 80 | //
|
---|
| 81 | // restartButton
|
---|
| 82 | //
|
---|
| 83 | this.restartButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
---|
[7257] | 84 | this.restartButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Restart;
|
---|
[6976] | 85 | this.restartButton.Location = new System.Drawing.Point(3, 348);
|
---|
| 86 | this.restartButton.Name = "restartButton";
|
---|
| 87 | this.restartButton.Size = new System.Drawing.Size(24, 24);
|
---|
| 88 | this.restartButton.TabIndex = 34;
|
---|
| 89 | this.restartButton.UseVisualStyleBackColor = true;
|
---|
| 90 | this.restartButton.Click += new System.EventHandler(this.restartButton_Click);
|
---|
| 91 | //
|
---|
| 92 | // pauseButton
|
---|
| 93 | //
|
---|
| 94 | this.pauseButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
---|
| 95 | this.pauseButton.Enabled = false;
|
---|
[7257] | 96 | this.pauseButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Pause;
|
---|
[6976] | 97 | this.pauseButton.Location = new System.Drawing.Point(33, 348);
|
---|
| 98 | this.pauseButton.Name = "pauseButton";
|
---|
| 99 | this.pauseButton.Size = new System.Drawing.Size(24, 24);
|
---|
| 100 | this.pauseButton.TabIndex = 35;
|
---|
| 101 | this.pauseButton.UseVisualStyleBackColor = true;
|
---|
| 102 | this.pauseButton.Click += new System.EventHandler(this.pauseButton_Click);
|
---|
| 103 | //
|
---|
| 104 | // stopButton
|
---|
| 105 | //
|
---|
| 106 | this.stopButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
---|
[7257] | 107 | this.stopButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Stop;
|
---|
[6976] | 108 | this.stopButton.Location = new System.Drawing.Point(63, 348);
|
---|
| 109 | this.stopButton.Name = "stopButton";
|
---|
| 110 | this.stopButton.Size = new System.Drawing.Size(24, 24);
|
---|
| 111 | this.stopButton.TabIndex = 36;
|
---|
| 112 | this.stopButton.UseVisualStyleBackColor = true;
|
---|
| 113 | this.stopButton.Click += new System.EventHandler(this.stopButton_Click);
|
---|
| 114 | //
|
---|
| 115 | // runsTabPage
|
---|
| 116 | //
|
---|
| 117 | this.runsTabPage.Controls.Add(this.runCollectionViewHost);
|
---|
| 118 | this.runsTabPage.Location = new System.Drawing.Point(4, 22);
|
---|
| 119 | this.runsTabPage.Name = "runsTabPage";
|
---|
| 120 | this.runsTabPage.Size = new System.Drawing.Size(563, 375);
|
---|
| 121 | this.runsTabPage.TabIndex = 6;
|
---|
| 122 | this.runsTabPage.Text = "Runs";
|
---|
| 123 | this.runsTabPage.UseVisualStyleBackColor = true;
|
---|
| 124 | //
|
---|
| 125 | // runCollectionViewHost
|
---|
| 126 | //
|
---|
| 127 | this.runCollectionViewHost.Caption = "View";
|
---|
| 128 | this.runCollectionViewHost.Content = null;
|
---|
| 129 | this.runCollectionViewHost.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
| 130 | this.runCollectionViewHost.Enabled = false;
|
---|
| 131 | this.runCollectionViewHost.Location = new System.Drawing.Point(0, 0);
|
---|
| 132 | this.runCollectionViewHost.Name = "runCollectionViewHost";
|
---|
| 133 | this.runCollectionViewHost.ReadOnly = false;
|
---|
| 134 | this.runCollectionViewHost.Size = new System.Drawing.Size(563, 375);
|
---|
| 135 | this.runCollectionViewHost.TabIndex = 1;
|
---|
| 136 | this.runCollectionViewHost.ViewsLabelVisible = true;
|
---|
| 137 | this.runCollectionViewHost.ViewType = null;
|
---|
| 138 | //
|
---|
| 139 | // OptimizerHiveTaskView
|
---|
| 140 | //
|
---|
| 141 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
[7967] | 142 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
|
---|
[6976] | 143 | this.Name = "OptimizerHiveTaskView";
|
---|
| 144 | this.stateLogTabPage.ResumeLayout(false);
|
---|
| 145 | this.detailsTabPage.ResumeLayout(false);
|
---|
| 146 | this.jobStatusGroupBox.ResumeLayout(false);
|
---|
| 147 | this.jobStatusGroupBox.PerformLayout();
|
---|
| 148 | this.tabControl.ResumeLayout(false);
|
---|
[7104] | 149 | this.configurationGroupBox.ResumeLayout(false);
|
---|
| 150 | this.configurationGroupBox.PerformLayout();
|
---|
[6976] | 151 | this.runsTabPage.ResumeLayout(false);
|
---|
| 152 | this.ResumeLayout(false);
|
---|
| 153 |
|
---|
| 154 | }
|
---|
| 155 |
|
---|
| 156 | #endregion
|
---|
| 157 |
|
---|
| 158 | private System.Windows.Forms.Button restartButton;
|
---|
| 159 | private System.Windows.Forms.Button pauseButton;
|
---|
| 160 | private System.Windows.Forms.Button stopButton;
|
---|
| 161 | private System.Windows.Forms.TabPage runsTabPage;
|
---|
| 162 | private MainForm.WindowsForms.ViewHost runCollectionViewHost;
|
---|
| 163 |
|
---|
| 164 |
|
---|
| 165 | }
|
---|
| 166 | }
|
---|