Free cookie consent management tool by TermsFeed Policy Generator

source: branches/2839_HiveProjectManagement/HeuristicLab.Clients.Hive.Administrator/3.3/Views/SlaveView.Designer.cs @ 15761

Last change on this file since 15761 was 15422, checked in by jkarder, 6 years ago

#2839: worked on resources and projects views

File size: 10.6 KB
Line 
1#region License Information
2/* HeuristicLab
3 * Copyright (C) 2002-2016 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
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
22namespace 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() {
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();
60      this.SuspendLayout();
61      //
62      // nameTextBox
63      //
64      this.nameTextBox.ReadOnly = true;
65      //
66      // cpuLabel
67      //
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:";
74      //
75      // cpuTextBox
76      //
77      this.cpuTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
78            | System.Windows.Forms.AnchorStyles.Right)));
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;
84      //
85      // memoryLabel
86      //
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:";
93      //
94      // memoryTextBox
95      //
96      this.memoryTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
97            | System.Windows.Forms.AnchorStyles.Right)));
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;
103      //
104      // operatingSystemLabel
105      //
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:";
112      //
113      // operatingSystemTextBox
114      //
115      this.operatingSystemTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
116            | System.Windows.Forms.AnchorStyles.Right)));
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;
122      //
123      // stateLabel
124      //
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:";
131      //
132      // stateTextBox
133      //
134      this.stateTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
135            | System.Windows.Forms.AnchorStyles.Right)));
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;
141      //
142      // lastHeartbeatLabel
143      //
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:";
150      //
151      // lastHeartbeatTextBox
152      //
153      this.lastHeartbeatTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
154            | System.Windows.Forms.AnchorStyles.Right)));
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;
160      //
161      // disposableLabel
162      //
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:";
169      //
170      // disposableCheckBox
171      //
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);
179      //
180      // SlaveView
181      //
182      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
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);
195      this.Name = "SlaveView";
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();
214      this.ResumeLayout(false);
215      this.PerformLayout();
216
217    }
218
219    #endregion
220
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;
233  }
234}
Note: See TracBrowser for help on using the repository browser.