[6033] | 1 | namespace HeuristicLab.Clients.Hive.Views {
|
---|
| 2 | partial class OptimizerHiveJobView {
|
---|
| 3 | /// <summary>
|
---|
| 4 | /// Required designer variable.
|
---|
| 5 | /// </summary>
|
---|
| 6 | private System.ComponentModel.IContainer components = null;
|
---|
| 7 |
|
---|
| 8 | /// <summary>
|
---|
| 9 | /// Clean up any resources being used.
|
---|
| 10 | /// </summary>
|
---|
| 11 | /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
---|
| 12 | protected override void Dispose(bool disposing) {
|
---|
| 13 | if (disposing && (components != null)) {
|
---|
| 14 | components.Dispose();
|
---|
| 15 | }
|
---|
| 16 | base.Dispose(disposing);
|
---|
| 17 | }
|
---|
| 18 |
|
---|
| 19 | #region Component Designer generated code
|
---|
| 20 |
|
---|
| 21 | /// <summary>
|
---|
| 22 | /// Required method for Designer support - do not modify
|
---|
| 23 | /// the contents of this method with the code editor.
|
---|
| 24 | /// </summary>
|
---|
| 25 | private void InitializeComponent() {
|
---|
| 26 | System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(OptimizerHiveJobView));
|
---|
| 27 | this.restartButton = new System.Windows.Forms.Button();
|
---|
| 28 | this.pauseButton = new System.Windows.Forms.Button();
|
---|
| 29 | this.stopButton = new System.Windows.Forms.Button();
|
---|
| 30 | this.runsTabPage = new System.Windows.Forms.TabPage();
|
---|
| 31 | this.runCollectionViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
|
---|
| 32 | this.stateLogTabPage.SuspendLayout();
|
---|
| 33 | this.detailsTabPage.SuspendLayout();
|
---|
| 34 | this.optimizerGroupBox.SuspendLayout();
|
---|
| 35 | this.configurationGroupBox.SuspendLayout();
|
---|
| 36 | this.jobStatusGroupBox.SuspendLayout();
|
---|
| 37 | this.tabControl.SuspendLayout();
|
---|
| 38 | ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
|
---|
| 39 | this.splitContainer1.Panel1.SuspendLayout();
|
---|
| 40 | this.splitContainer1.Panel2.SuspendLayout();
|
---|
| 41 | this.splitContainer1.SuspendLayout();
|
---|
| 42 | this.runsTabPage.SuspendLayout();
|
---|
| 43 | this.SuspendLayout();
|
---|
| 44 | //
|
---|
| 45 | // detailsTabPage
|
---|
| 46 | //
|
---|
| 47 | this.detailsTabPage.Controls.Add(this.restartButton);
|
---|
| 48 | this.detailsTabPage.Controls.Add(this.pauseButton);
|
---|
| 49 | this.detailsTabPage.Controls.Add(this.stopButton);
|
---|
| 50 | this.detailsTabPage.Controls.SetChildIndex(this.jobIdTextBox, 0);
|
---|
| 51 | this.detailsTabPage.Controls.SetChildIndex(this.jobIdLabel, 0);
|
---|
| 52 | this.detailsTabPage.Controls.SetChildIndex(this.optimizerGroupBox, 0);
|
---|
| 53 | this.detailsTabPage.Controls.SetChildIndex(this.splitContainer1, 0);
|
---|
| 54 | this.detailsTabPage.Controls.SetChildIndex(this.stopButton, 0);
|
---|
| 55 | this.detailsTabPage.Controls.SetChildIndex(this.pauseButton, 0);
|
---|
| 56 | this.detailsTabPage.Controls.SetChildIndex(this.restartButton, 0);
|
---|
| 57 | //
|
---|
| 58 | // tabControl
|
---|
| 59 | //
|
---|
| 60 | this.tabControl.Controls.Add(this.runsTabPage);
|
---|
| 61 | this.tabControl.Controls.SetChildIndex(this.runsTabPage, 0);
|
---|
| 62 | this.tabControl.Controls.SetChildIndex(this.stateLogTabPage, 0);
|
---|
| 63 | this.tabControl.Controls.SetChildIndex(this.detailsTabPage, 0);
|
---|
| 64 | //
|
---|
| 65 | // showItemButton
|
---|
| 66 | //
|
---|
| 67 | this.modifyItemButton.Text = "Modify Optimizer";
|
---|
| 68 | //
|
---|
| 69 | // splitContainer1
|
---|
| 70 | //
|
---|
| 71 | //
|
---|
| 72 | // restartButton
|
---|
| 73 | //
|
---|
| 74 | this.restartButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
---|
| 75 | this.restartButton.Image = ((System.Drawing.Image)(resources.GetObject("restartButton.Image")));
|
---|
| 76 | this.restartButton.Location = new System.Drawing.Point(3, 348);
|
---|
| 77 | this.restartButton.Name = "restartButton";
|
---|
| 78 | this.restartButton.Size = new System.Drawing.Size(24, 24);
|
---|
| 79 | this.restartButton.TabIndex = 34;
|
---|
| 80 | this.restartButton.UseVisualStyleBackColor = true;
|
---|
| 81 | this.restartButton.Click += new System.EventHandler(this.restartButton_Click);
|
---|
| 82 | //
|
---|
| 83 | // pauseButton
|
---|
| 84 | //
|
---|
| 85 | this.pauseButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
---|
| 86 | this.pauseButton.Enabled = false;
|
---|
| 87 | this.pauseButton.Image = ((System.Drawing.Image)(resources.GetObject("pauseButton.Image")));
|
---|
| 88 | this.pauseButton.Location = new System.Drawing.Point(33, 348);
|
---|
| 89 | this.pauseButton.Name = "pauseButton";
|
---|
| 90 | this.pauseButton.Size = new System.Drawing.Size(24, 24);
|
---|
| 91 | this.pauseButton.TabIndex = 35;
|
---|
| 92 | this.pauseButton.UseVisualStyleBackColor = true;
|
---|
| 93 | this.pauseButton.Click += new System.EventHandler(this.pauseButton_Click);
|
---|
| 94 | //
|
---|
| 95 | // stopButton
|
---|
| 96 | //
|
---|
| 97 | this.stopButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
---|
| 98 | this.stopButton.Image = ((System.Drawing.Image)(resources.GetObject("stopButton.Image")));
|
---|
| 99 | this.stopButton.Location = new System.Drawing.Point(63, 348);
|
---|
| 100 | this.stopButton.Name = "stopButton";
|
---|
| 101 | this.stopButton.Size = new System.Drawing.Size(24, 24);
|
---|
| 102 | this.stopButton.TabIndex = 36;
|
---|
| 103 | this.stopButton.UseVisualStyleBackColor = true;
|
---|
| 104 | this.stopButton.Click += new System.EventHandler(this.stopButton_Click);
|
---|
| 105 | //
|
---|
| 106 | // runsTabPage
|
---|
| 107 | //
|
---|
| 108 | this.runsTabPage.Controls.Add(this.runCollectionViewHost);
|
---|
| 109 | this.runsTabPage.Location = new System.Drawing.Point(4, 22);
|
---|
| 110 | this.runsTabPage.Name = "runsTabPage";
|
---|
| 111 | this.runsTabPage.Size = new System.Drawing.Size(563, 375);
|
---|
| 112 | this.runsTabPage.TabIndex = 6;
|
---|
| 113 | this.runsTabPage.Text = "Runs";
|
---|
| 114 | this.runsTabPage.UseVisualStyleBackColor = true;
|
---|
| 115 | //
|
---|
| 116 | // runCollectionViewHost
|
---|
| 117 | //
|
---|
| 118 | this.runCollectionViewHost.Caption = "View";
|
---|
| 119 | this.runCollectionViewHost.Content = null;
|
---|
| 120 | this.runCollectionViewHost.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
| 121 | this.runCollectionViewHost.Enabled = false;
|
---|
| 122 | this.runCollectionViewHost.Location = new System.Drawing.Point(0, 0);
|
---|
| 123 | this.runCollectionViewHost.Name = "runCollectionViewHost";
|
---|
| 124 | this.runCollectionViewHost.ReadOnly = false;
|
---|
| 125 | this.runCollectionViewHost.Size = new System.Drawing.Size(563, 375);
|
---|
| 126 | this.runCollectionViewHost.TabIndex = 1;
|
---|
| 127 | this.runCollectionViewHost.ViewsLabelVisible = true;
|
---|
| 128 | this.runCollectionViewHost.ViewType = null;
|
---|
| 129 | //
|
---|
| 130 | // OptimizerHiveJobView
|
---|
| 131 | //
|
---|
| 132 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
| 133 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
---|
| 134 | this.Name = "OptimizerHiveJobView";
|
---|
| 135 | this.stateLogTabPage.ResumeLayout(false);
|
---|
| 136 | this.detailsTabPage.ResumeLayout(false);
|
---|
| 137 | this.detailsTabPage.PerformLayout();
|
---|
| 138 | this.optimizerGroupBox.ResumeLayout(false);
|
---|
| 139 | this.optimizerGroupBox.PerformLayout();
|
---|
| 140 | this.configurationGroupBox.ResumeLayout(false);
|
---|
| 141 | this.configurationGroupBox.PerformLayout();
|
---|
| 142 | this.jobStatusGroupBox.ResumeLayout(false);
|
---|
| 143 | this.jobStatusGroupBox.PerformLayout();
|
---|
| 144 | this.tabControl.ResumeLayout(false);
|
---|
| 145 | this.splitContainer1.Panel1.ResumeLayout(false);
|
---|
| 146 | this.splitContainer1.Panel2.ResumeLayout(false);
|
---|
| 147 | ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
|
---|
| 148 | this.splitContainer1.ResumeLayout(false);
|
---|
| 149 | this.runsTabPage.ResumeLayout(false);
|
---|
| 150 | this.ResumeLayout(false);
|
---|
| 151 |
|
---|
| 152 | }
|
---|
| 153 |
|
---|
| 154 | #endregion
|
---|
| 155 |
|
---|
| 156 | private System.Windows.Forms.Button restartButton;
|
---|
| 157 | private System.Windows.Forms.Button pauseButton;
|
---|
| 158 | private System.Windows.Forms.Button stopButton;
|
---|
| 159 | private System.Windows.Forms.TabPage runsTabPage;
|
---|
| 160 | private MainForm.WindowsForms.ViewHost runCollectionViewHost;
|
---|
| 161 |
|
---|
| 162 |
|
---|
| 163 | }
|
---|
| 164 | }
|
---|