[6976] | 1 | namespace HeuristicLab.Clients.Hive.Views {
|
---|
| 2 | partial class OptimizerHiveTaskView {
|
---|
| 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 | this.restartButton = new System.Windows.Forms.Button();
|
---|
| 27 | this.pauseButton = new System.Windows.Forms.Button();
|
---|
| 28 | this.stopButton = new System.Windows.Forms.Button();
|
---|
| 29 | this.runsTabPage = new System.Windows.Forms.TabPage();
|
---|
| 30 | this.runCollectionViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
|
---|
| 31 | this.stateLogTabPage.SuspendLayout();
|
---|
| 32 | this.detailsTabPage.SuspendLayout();
|
---|
| 33 | this.jobStatusGroupBox.SuspendLayout();
|
---|
| 34 | this.tabControl.SuspendLayout();
|
---|
[7215] | 35 | this.configurationGroupBox.SuspendLayout();
|
---|
[6976] | 36 | this.runsTabPage.SuspendLayout();
|
---|
| 37 | this.SuspendLayout();
|
---|
| 38 | //
|
---|
| 39 | // detailsTabPage
|
---|
| 40 | //
|
---|
| 41 | this.detailsTabPage.Controls.Add(this.restartButton);
|
---|
| 42 | this.detailsTabPage.Controls.Add(this.pauseButton);
|
---|
| 43 | this.detailsTabPage.Controls.Add(this.stopButton);
|
---|
[7215] | 44 | this.detailsTabPage.Controls.SetChildIndex(this.modifyItemButton, 0);
|
---|
[6976] | 45 | this.detailsTabPage.Controls.SetChildIndex(this.stopButton, 0);
|
---|
| 46 | this.detailsTabPage.Controls.SetChildIndex(this.pauseButton, 0);
|
---|
| 47 | this.detailsTabPage.Controls.SetChildIndex(this.restartButton, 0);
|
---|
| 48 | //
|
---|
| 49 | // tabControl
|
---|
| 50 | //
|
---|
| 51 | this.tabControl.Controls.Add(this.runsTabPage);
|
---|
| 52 | this.tabControl.Controls.SetChildIndex(this.runsTabPage, 0);
|
---|
| 53 | this.tabControl.Controls.SetChildIndex(this.stateLogTabPage, 0);
|
---|
| 54 | this.tabControl.Controls.SetChildIndex(this.detailsTabPage, 0);
|
---|
| 55 | //
|
---|
[7215] | 56 | // modifyItemButton
|
---|
[6976] | 57 | //
|
---|
[7215] | 58 | this.modifyItemButton.Text = "Show/Modify Optimizer";
|
---|
[6976] | 59 | //
|
---|
| 60 | // restartButton
|
---|
| 61 | //
|
---|
| 62 | this.restartButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
---|
[7270] | 63 | this.restartButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Restart;
|
---|
[6976] | 64 | this.restartButton.Location = new System.Drawing.Point(3, 348);
|
---|
| 65 | this.restartButton.Name = "restartButton";
|
---|
| 66 | this.restartButton.Size = new System.Drawing.Size(24, 24);
|
---|
| 67 | this.restartButton.TabIndex = 34;
|
---|
| 68 | this.restartButton.UseVisualStyleBackColor = true;
|
---|
| 69 | this.restartButton.Click += new System.EventHandler(this.restartButton_Click);
|
---|
| 70 | //
|
---|
| 71 | // pauseButton
|
---|
| 72 | //
|
---|
| 73 | this.pauseButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
---|
| 74 | this.pauseButton.Enabled = false;
|
---|
[7270] | 75 | this.pauseButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Pause;
|
---|
[6976] | 76 | this.pauseButton.Location = new System.Drawing.Point(33, 348);
|
---|
| 77 | this.pauseButton.Name = "pauseButton";
|
---|
| 78 | this.pauseButton.Size = new System.Drawing.Size(24, 24);
|
---|
| 79 | this.pauseButton.TabIndex = 35;
|
---|
| 80 | this.pauseButton.UseVisualStyleBackColor = true;
|
---|
| 81 | this.pauseButton.Click += new System.EventHandler(this.pauseButton_Click);
|
---|
| 82 | //
|
---|
| 83 | // stopButton
|
---|
| 84 | //
|
---|
| 85 | this.stopButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
---|
[7270] | 86 | this.stopButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Stop;
|
---|
[6976] | 87 | this.stopButton.Location = new System.Drawing.Point(63, 348);
|
---|
| 88 | this.stopButton.Name = "stopButton";
|
---|
| 89 | this.stopButton.Size = new System.Drawing.Size(24, 24);
|
---|
| 90 | this.stopButton.TabIndex = 36;
|
---|
| 91 | this.stopButton.UseVisualStyleBackColor = true;
|
---|
| 92 | this.stopButton.Click += new System.EventHandler(this.stopButton_Click);
|
---|
| 93 | //
|
---|
| 94 | // runsTabPage
|
---|
| 95 | //
|
---|
| 96 | this.runsTabPage.Controls.Add(this.runCollectionViewHost);
|
---|
| 97 | this.runsTabPage.Location = new System.Drawing.Point(4, 22);
|
---|
| 98 | this.runsTabPage.Name = "runsTabPage";
|
---|
| 99 | this.runsTabPage.Size = new System.Drawing.Size(563, 375);
|
---|
| 100 | this.runsTabPage.TabIndex = 6;
|
---|
| 101 | this.runsTabPage.Text = "Runs";
|
---|
| 102 | this.runsTabPage.UseVisualStyleBackColor = true;
|
---|
| 103 | //
|
---|
| 104 | // runCollectionViewHost
|
---|
| 105 | //
|
---|
| 106 | this.runCollectionViewHost.Caption = "View";
|
---|
| 107 | this.runCollectionViewHost.Content = null;
|
---|
| 108 | this.runCollectionViewHost.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
| 109 | this.runCollectionViewHost.Enabled = false;
|
---|
| 110 | this.runCollectionViewHost.Location = new System.Drawing.Point(0, 0);
|
---|
| 111 | this.runCollectionViewHost.Name = "runCollectionViewHost";
|
---|
| 112 | this.runCollectionViewHost.ReadOnly = false;
|
---|
| 113 | this.runCollectionViewHost.Size = new System.Drawing.Size(563, 375);
|
---|
| 114 | this.runCollectionViewHost.TabIndex = 1;
|
---|
| 115 | this.runCollectionViewHost.ViewsLabelVisible = true;
|
---|
| 116 | this.runCollectionViewHost.ViewType = null;
|
---|
| 117 | //
|
---|
| 118 | // OptimizerHiveTaskView
|
---|
| 119 | //
|
---|
| 120 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
| 121 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
---|
| 122 | this.Name = "OptimizerHiveTaskView";
|
---|
| 123 | this.stateLogTabPage.ResumeLayout(false);
|
---|
| 124 | this.detailsTabPage.ResumeLayout(false);
|
---|
| 125 | this.jobStatusGroupBox.ResumeLayout(false);
|
---|
| 126 | this.jobStatusGroupBox.PerformLayout();
|
---|
| 127 | this.tabControl.ResumeLayout(false);
|
---|
[7215] | 128 | this.configurationGroupBox.ResumeLayout(false);
|
---|
| 129 | this.configurationGroupBox.PerformLayout();
|
---|
[6976] | 130 | this.runsTabPage.ResumeLayout(false);
|
---|
| 131 | this.ResumeLayout(false);
|
---|
| 132 |
|
---|
| 133 | }
|
---|
| 134 |
|
---|
| 135 | #endregion
|
---|
| 136 |
|
---|
| 137 | private System.Windows.Forms.Button restartButton;
|
---|
| 138 | private System.Windows.Forms.Button pauseButton;
|
---|
| 139 | private System.Windows.Forms.Button stopButton;
|
---|
| 140 | private System.Windows.Forms.TabPage runsTabPage;
|
---|
| 141 | private MainForm.WindowsForms.ViewHost runCollectionViewHost;
|
---|
| 142 |
|
---|
| 143 |
|
---|
| 144 | }
|
---|
| 145 | }
|
---|