[6976] | 1 | #region License Information
|
---|
| 2 | /* HeuristicLab
|
---|
[16057] | 3 | * Copyright (C) 2002-2018 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
|
---|
[6976] | 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.Administrator.Views {
|
---|
| 23 | partial class SlaveView {
|
---|
| 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() {
|
---|
[15422] | 47 | this.cpuLabel = new System.Windows.Forms.Label();
|
---|
| 48 | this.cpuTextBox = new System.Windows.Forms.TextBox();
|
---|
| 49 | this.memoryLabel = new System.Windows.Forms.Label();
|
---|
| 50 | this.memoryTextBox = new System.Windows.Forms.TextBox();
|
---|
| 51 | this.operatingSystemLabel = new System.Windows.Forms.Label();
|
---|
| 52 | this.operatingSystemTextBox = new System.Windows.Forms.TextBox();
|
---|
| 53 | this.stateLabel = new System.Windows.Forms.Label();
|
---|
| 54 | this.stateTextBox = new System.Windows.Forms.TextBox();
|
---|
| 55 | this.lastHeartbeatLabel = new System.Windows.Forms.Label();
|
---|
| 56 | this.lastHeartbeatTextBox = new System.Windows.Forms.TextBox();
|
---|
| 57 | this.disposableLabel = new System.Windows.Forms.Label();
|
---|
| 58 | this.disposableCheckBox = new System.Windows.Forms.CheckBox();
|
---|
| 59 | ((System.ComponentModel.ISupportInitialize)(this.heartbeatIntervalNumericUpDown)).BeginInit();
|
---|
[6976] | 60 | this.SuspendLayout();
|
---|
| 61 | //
|
---|
[15422] | 62 | // nameTextBox
|
---|
[6976] | 63 | //
|
---|
[15422] | 64 | this.nameTextBox.ReadOnly = true;
|
---|
[6976] | 65 | //
|
---|
[15422] | 66 | // cpuLabel
|
---|
[6976] | 67 | //
|
---|
[15422] | 68 | this.cpuLabel.AutoSize = true;
|
---|
| 69 | this.cpuLabel.Location = new System.Drawing.Point(3, 141);
|
---|
| 70 | this.cpuLabel.Name = "cpuLabel";
|
---|
| 71 | this.cpuLabel.Size = new System.Drawing.Size(32, 13);
|
---|
| 72 | this.cpuLabel.TabIndex = 16;
|
---|
| 73 | this.cpuLabel.Text = "CPU:";
|
---|
[6976] | 74 | //
|
---|
[15422] | 75 | // cpuTextBox
|
---|
[6976] | 76 | //
|
---|
[15422] | 77 | this.cpuTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
[7857] | 78 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[15422] | 79 | this.cpuTextBox.Location = new System.Drawing.Point(130, 138);
|
---|
| 80 | this.cpuTextBox.Name = "cpuTextBox";
|
---|
| 81 | this.cpuTextBox.ReadOnly = true;
|
---|
| 82 | this.cpuTextBox.Size = new System.Drawing.Size(397, 20);
|
---|
| 83 | this.cpuTextBox.TabIndex = 17;
|
---|
[6976] | 84 | //
|
---|
[15422] | 85 | // memoryLabel
|
---|
[6976] | 86 | //
|
---|
[15422] | 87 | this.memoryLabel.AutoSize = true;
|
---|
| 88 | this.memoryLabel.Location = new System.Drawing.Point(3, 167);
|
---|
| 89 | this.memoryLabel.Name = "memoryLabel";
|
---|
| 90 | this.memoryLabel.Size = new System.Drawing.Size(47, 13);
|
---|
| 91 | this.memoryLabel.TabIndex = 18;
|
---|
| 92 | this.memoryLabel.Text = "Memory:";
|
---|
[6976] | 93 | //
|
---|
[15422] | 94 | // memoryTextBox
|
---|
[6976] | 95 | //
|
---|
[15422] | 96 | this.memoryTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
[7857] | 97 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[15422] | 98 | this.memoryTextBox.Location = new System.Drawing.Point(130, 164);
|
---|
| 99 | this.memoryTextBox.Name = "memoryTextBox";
|
---|
| 100 | this.memoryTextBox.ReadOnly = true;
|
---|
| 101 | this.memoryTextBox.Size = new System.Drawing.Size(397, 20);
|
---|
| 102 | this.memoryTextBox.TabIndex = 19;
|
---|
[6976] | 103 | //
|
---|
[15422] | 104 | // operatingSystemLabel
|
---|
[6976] | 105 | //
|
---|
[15422] | 106 | this.operatingSystemLabel.AutoSize = true;
|
---|
| 107 | this.operatingSystemLabel.Location = new System.Drawing.Point(3, 193);
|
---|
| 108 | this.operatingSystemLabel.Name = "operatingSystemLabel";
|
---|
| 109 | this.operatingSystemLabel.Size = new System.Drawing.Size(93, 13);
|
---|
| 110 | this.operatingSystemLabel.TabIndex = 20;
|
---|
| 111 | this.operatingSystemLabel.Text = "Operating System:";
|
---|
[6976] | 112 | //
|
---|
[15422] | 113 | // operatingSystemTextBox
|
---|
[6976] | 114 | //
|
---|
[15422] | 115 | this.operatingSystemTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
[7857] | 116 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[15422] | 117 | this.operatingSystemTextBox.Location = new System.Drawing.Point(130, 190);
|
---|
| 118 | this.operatingSystemTextBox.Name = "operatingSystemTextBox";
|
---|
| 119 | this.operatingSystemTextBox.ReadOnly = true;
|
---|
| 120 | this.operatingSystemTextBox.Size = new System.Drawing.Size(397, 20);
|
---|
| 121 | this.operatingSystemTextBox.TabIndex = 21;
|
---|
[6976] | 122 | //
|
---|
[15422] | 123 | // stateLabel
|
---|
[6976] | 124 | //
|
---|
[15422] | 125 | this.stateLabel.AutoSize = true;
|
---|
| 126 | this.stateLabel.Location = new System.Drawing.Point(3, 219);
|
---|
| 127 | this.stateLabel.Name = "stateLabel";
|
---|
| 128 | this.stateLabel.Size = new System.Drawing.Size(35, 13);
|
---|
| 129 | this.stateLabel.TabIndex = 22;
|
---|
| 130 | this.stateLabel.Text = "State:";
|
---|
[6976] | 131 | //
|
---|
[15422] | 132 | // stateTextBox
|
---|
[6976] | 133 | //
|
---|
[15422] | 134 | this.stateTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
[7857] | 135 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[15422] | 136 | this.stateTextBox.Location = new System.Drawing.Point(130, 216);
|
---|
| 137 | this.stateTextBox.Name = "stateTextBox";
|
---|
| 138 | this.stateTextBox.ReadOnly = true;
|
---|
| 139 | this.stateTextBox.Size = new System.Drawing.Size(397, 20);
|
---|
| 140 | this.stateTextBox.TabIndex = 23;
|
---|
[6976] | 141 | //
|
---|
[15422] | 142 | // lastHeartbeatLabel
|
---|
[6976] | 143 | //
|
---|
[15422] | 144 | this.lastHeartbeatLabel.AutoSize = true;
|
---|
| 145 | this.lastHeartbeatLabel.Location = new System.Drawing.Point(3, 245);
|
---|
| 146 | this.lastHeartbeatLabel.Name = "lastHeartbeatLabel";
|
---|
| 147 | this.lastHeartbeatLabel.Size = new System.Drawing.Size(80, 13);
|
---|
| 148 | this.lastHeartbeatLabel.TabIndex = 24;
|
---|
| 149 | this.lastHeartbeatLabel.Text = "Last Heartbeat:";
|
---|
[6976] | 150 | //
|
---|
[15422] | 151 | // lastHeartbeatTextBox
|
---|
[6976] | 152 | //
|
---|
[15422] | 153 | this.lastHeartbeatTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
[7857] | 154 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[15422] | 155 | this.lastHeartbeatTextBox.Location = new System.Drawing.Point(130, 242);
|
---|
| 156 | this.lastHeartbeatTextBox.Name = "lastHeartbeatTextBox";
|
---|
| 157 | this.lastHeartbeatTextBox.ReadOnly = true;
|
---|
| 158 | this.lastHeartbeatTextBox.Size = new System.Drawing.Size(397, 20);
|
---|
| 159 | this.lastHeartbeatTextBox.TabIndex = 25;
|
---|
[6976] | 160 | //
|
---|
[15422] | 161 | // disposableLabel
|
---|
[7857] | 162 | //
|
---|
[15422] | 163 | this.disposableLabel.AutoSize = true;
|
---|
| 164 | this.disposableLabel.Location = new System.Drawing.Point(3, 271);
|
---|
| 165 | this.disposableLabel.Name = "disposableLabel";
|
---|
| 166 | this.disposableLabel.Size = new System.Drawing.Size(62, 13);
|
---|
| 167 | this.disposableLabel.TabIndex = 28;
|
---|
| 168 | this.disposableLabel.Text = "Disposable:";
|
---|
[7857] | 169 | //
|
---|
[15422] | 170 | // disposableCheckBox
|
---|
[7857] | 171 | //
|
---|
[15422] | 172 | this.disposableCheckBox.AutoSize = true;
|
---|
| 173 | this.disposableCheckBox.Location = new System.Drawing.Point(130, 270);
|
---|
| 174 | this.disposableCheckBox.Name = "disposableCheckBox";
|
---|
| 175 | this.disposableCheckBox.Size = new System.Drawing.Size(15, 14);
|
---|
| 176 | this.disposableCheckBox.TabIndex = 29;
|
---|
| 177 | this.disposableCheckBox.UseVisualStyleBackColor = true;
|
---|
| 178 | this.disposableCheckBox.CheckedChanged += new System.EventHandler(this.disposableCheckBox_CheckedChanged);
|
---|
[7857] | 179 | //
|
---|
[6976] | 180 | // SlaveView
|
---|
| 181 | //
|
---|
[7967] | 182 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
|
---|
[15422] | 183 | this.Controls.Add(this.disposableCheckBox);
|
---|
| 184 | this.Controls.Add(this.disposableLabel);
|
---|
| 185 | this.Controls.Add(this.lastHeartbeatTextBox);
|
---|
| 186 | this.Controls.Add(this.lastHeartbeatLabel);
|
---|
| 187 | this.Controls.Add(this.stateTextBox);
|
---|
| 188 | this.Controls.Add(this.stateLabel);
|
---|
| 189 | this.Controls.Add(this.operatingSystemTextBox);
|
---|
| 190 | this.Controls.Add(this.operatingSystemLabel);
|
---|
| 191 | this.Controls.Add(this.memoryTextBox);
|
---|
| 192 | this.Controls.Add(this.memoryLabel);
|
---|
| 193 | this.Controls.Add(this.cpuTextBox);
|
---|
| 194 | this.Controls.Add(this.cpuLabel);
|
---|
[6976] | 195 | this.Name = "SlaveView";
|
---|
[15422] | 196 | this.Controls.SetChildIndex(this.idTextBox, 0);
|
---|
| 197 | this.Controls.SetChildIndex(this.descriptionTextBox, 0);
|
---|
| 198 | this.Controls.SetChildIndex(this.heartbeatIntervalNumericUpDown, 0);
|
---|
| 199 | this.Controls.SetChildIndex(this.publicCheckBox, 0);
|
---|
| 200 | this.Controls.SetChildIndex(this.nameTextBox, 0);
|
---|
| 201 | this.Controls.SetChildIndex(this.cpuLabel, 0);
|
---|
| 202 | this.Controls.SetChildIndex(this.cpuTextBox, 0);
|
---|
| 203 | this.Controls.SetChildIndex(this.memoryLabel, 0);
|
---|
| 204 | this.Controls.SetChildIndex(this.memoryTextBox, 0);
|
---|
| 205 | this.Controls.SetChildIndex(this.operatingSystemLabel, 0);
|
---|
| 206 | this.Controls.SetChildIndex(this.operatingSystemTextBox, 0);
|
---|
| 207 | this.Controls.SetChildIndex(this.stateLabel, 0);
|
---|
| 208 | this.Controls.SetChildIndex(this.stateTextBox, 0);
|
---|
| 209 | this.Controls.SetChildIndex(this.lastHeartbeatLabel, 0);
|
---|
| 210 | this.Controls.SetChildIndex(this.lastHeartbeatTextBox, 0);
|
---|
| 211 | this.Controls.SetChildIndex(this.disposableLabel, 0);
|
---|
| 212 | this.Controls.SetChildIndex(this.disposableCheckBox, 0);
|
---|
| 213 | ((System.ComponentModel.ISupportInitialize)(this.heartbeatIntervalNumericUpDown)).EndInit();
|
---|
[6976] | 214 | this.ResumeLayout(false);
|
---|
| 215 | this.PerformLayout();
|
---|
| 216 |
|
---|
| 217 | }
|
---|
| 218 |
|
---|
| 219 | #endregion
|
---|
| 220 |
|
---|
[15422] | 221 | private System.Windows.Forms.Label cpuLabel;
|
---|
| 222 | private System.Windows.Forms.TextBox cpuTextBox;
|
---|
| 223 | private System.Windows.Forms.Label memoryLabel;
|
---|
| 224 | private System.Windows.Forms.TextBox memoryTextBox;
|
---|
| 225 | private System.Windows.Forms.Label operatingSystemLabel;
|
---|
| 226 | private System.Windows.Forms.TextBox operatingSystemTextBox;
|
---|
| 227 | private System.Windows.Forms.Label stateLabel;
|
---|
| 228 | private System.Windows.Forms.TextBox stateTextBox;
|
---|
| 229 | private System.Windows.Forms.Label lastHeartbeatLabel;
|
---|
| 230 | private System.Windows.Forms.TextBox lastHeartbeatTextBox;
|
---|
| 231 | private System.Windows.Forms.Label disposableLabel;
|
---|
| 232 | private System.Windows.Forms.CheckBox disposableCheckBox;
|
---|
[6976] | 233 | }
|
---|
| 234 | }
|
---|