1 | #region License Information
|
---|
2 | /* HeuristicLab
|
---|
3 | * Copyright (C) 2002-2011 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 |
|
---|
22 | namespace HeuristicLab.Clients.Hive.Views.Administration {
|
---|
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.txtSlaveState = new System.Windows.Forms.TextBox();
|
---|
48 | this.txtOS = new System.Windows.Forms.TextBox();
|
---|
49 | this.label15 = new System.Windows.Forms.Label();
|
---|
50 | this.label14 = new System.Windows.Forms.Label();
|
---|
51 | this.txtDetailsDescription = new System.Windows.Forms.TextBox();
|
---|
52 | this.label13 = new System.Windows.Forms.Label();
|
---|
53 | this.txtName = new System.Windows.Forms.TextBox();
|
---|
54 | this.txtCPU = new System.Windows.Forms.TextBox();
|
---|
55 | this.txtMemory = new System.Windows.Forms.TextBox();
|
---|
56 | this.txtLastHeartbeat = new System.Windows.Forms.TextBox();
|
---|
57 | this.label12 = new System.Windows.Forms.Label();
|
---|
58 | this.label11 = new System.Windows.Forms.Label();
|
---|
59 | this.label10 = new System.Windows.Forms.Label();
|
---|
60 | this.label9 = new System.Windows.Forms.Label();
|
---|
61 | this.label1 = new System.Windows.Forms.Label();
|
---|
62 | this.txtFreeMemory = new System.Windows.Forms.TextBox();
|
---|
63 | this.txtId = new System.Windows.Forms.TextBox();
|
---|
64 | this.label2 = new System.Windows.Forms.Label();
|
---|
65 | this.SuspendLayout();
|
---|
66 | //
|
---|
67 | // txtSlaveState
|
---|
68 | //
|
---|
69 | this.txtSlaveState.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
70 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
71 | this.txtSlaveState.Location = new System.Drawing.Point(120, 186);
|
---|
72 | this.txtSlaveState.Name = "txtSlaveState";
|
---|
73 | this.txtSlaveState.Size = new System.Drawing.Size(249, 20);
|
---|
74 | this.txtSlaveState.TabIndex = 27;
|
---|
75 | //
|
---|
76 | // txtOS
|
---|
77 | //
|
---|
78 | this.txtOS.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
79 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
80 | this.txtOS.Location = new System.Drawing.Point(120, 160);
|
---|
81 | this.txtOS.Name = "txtOS";
|
---|
82 | this.txtOS.Size = new System.Drawing.Size(249, 20);
|
---|
83 | this.txtOS.TabIndex = 26;
|
---|
84 | //
|
---|
85 | // label15
|
---|
86 | //
|
---|
87 | this.label15.AutoSize = true;
|
---|
88 | this.label15.Location = new System.Drawing.Point(3, 193);
|
---|
89 | this.label15.Name = "label15";
|
---|
90 | this.label15.Size = new System.Drawing.Size(32, 13);
|
---|
91 | this.label15.TabIndex = 25;
|
---|
92 | this.label15.Text = "State";
|
---|
93 | //
|
---|
94 | // label14
|
---|
95 | //
|
---|
96 | this.label14.AutoSize = true;
|
---|
97 | this.label14.Location = new System.Drawing.Point(3, 167);
|
---|
98 | this.label14.Name = "label14";
|
---|
99 | this.label14.Size = new System.Drawing.Size(90, 13);
|
---|
100 | this.label14.TabIndex = 24;
|
---|
101 | this.label14.Text = "Operating System";
|
---|
102 | //
|
---|
103 | // txtDetailsDescription
|
---|
104 | //
|
---|
105 | this.txtDetailsDescription.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
106 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
107 | this.txtDetailsDescription.Location = new System.Drawing.Point(120, 56);
|
---|
108 | this.txtDetailsDescription.Name = "txtDetailsDescription";
|
---|
109 | this.txtDetailsDescription.Size = new System.Drawing.Size(249, 20);
|
---|
110 | this.txtDetailsDescription.TabIndex = 23;
|
---|
111 | //
|
---|
112 | // label13
|
---|
113 | //
|
---|
114 | this.label13.AutoSize = true;
|
---|
115 | this.label13.Location = new System.Drawing.Point(3, 63);
|
---|
116 | this.label13.Name = "label13";
|
---|
117 | this.label13.Size = new System.Drawing.Size(60, 13);
|
---|
118 | this.label13.TabIndex = 22;
|
---|
119 | this.label13.Text = "Description";
|
---|
120 | //
|
---|
121 | // txtName
|
---|
122 | //
|
---|
123 | this.txtName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
124 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
125 | this.txtName.Location = new System.Drawing.Point(120, 4);
|
---|
126 | this.txtName.Name = "txtName";
|
---|
127 | this.txtName.Size = new System.Drawing.Size(249, 20);
|
---|
128 | this.txtName.TabIndex = 21;
|
---|
129 | //
|
---|
130 | // txtCPU
|
---|
131 | //
|
---|
132 | this.txtCPU.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
133 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
134 | this.txtCPU.Location = new System.Drawing.Point(120, 82);
|
---|
135 | this.txtCPU.Name = "txtCPU";
|
---|
136 | this.txtCPU.Size = new System.Drawing.Size(249, 20);
|
---|
137 | this.txtCPU.TabIndex = 20;
|
---|
138 | //
|
---|
139 | // txtMemory
|
---|
140 | //
|
---|
141 | this.txtMemory.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
142 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
143 | this.txtMemory.Location = new System.Drawing.Point(120, 108);
|
---|
144 | this.txtMemory.Name = "txtMemory";
|
---|
145 | this.txtMemory.Size = new System.Drawing.Size(249, 20);
|
---|
146 | this.txtMemory.TabIndex = 19;
|
---|
147 | //
|
---|
148 | // txtLastHeartbeat
|
---|
149 | //
|
---|
150 | this.txtLastHeartbeat.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
151 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
152 | this.txtLastHeartbeat.Location = new System.Drawing.Point(120, 212);
|
---|
153 | this.txtLastHeartbeat.Name = "txtLastHeartbeat";
|
---|
154 | this.txtLastHeartbeat.Size = new System.Drawing.Size(249, 20);
|
---|
155 | this.txtLastHeartbeat.TabIndex = 18;
|
---|
156 | //
|
---|
157 | // label12
|
---|
158 | //
|
---|
159 | this.label12.AutoSize = true;
|
---|
160 | this.label12.Location = new System.Drawing.Point(3, 219);
|
---|
161 | this.label12.Name = "label12";
|
---|
162 | this.label12.Size = new System.Drawing.Size(77, 13);
|
---|
163 | this.label12.TabIndex = 17;
|
---|
164 | this.label12.Text = "Last Heartbeat";
|
---|
165 | //
|
---|
166 | // label11
|
---|
167 | //
|
---|
168 | this.label11.AutoSize = true;
|
---|
169 | this.label11.Location = new System.Drawing.Point(3, 115);
|
---|
170 | this.label11.Name = "label11";
|
---|
171 | this.label11.Size = new System.Drawing.Size(44, 13);
|
---|
172 | this.label11.TabIndex = 16;
|
---|
173 | this.label11.Text = "Memory";
|
---|
174 | //
|
---|
175 | // label10
|
---|
176 | //
|
---|
177 | this.label10.AutoSize = true;
|
---|
178 | this.label10.Location = new System.Drawing.Point(3, 89);
|
---|
179 | this.label10.Name = "label10";
|
---|
180 | this.label10.Size = new System.Drawing.Size(29, 13);
|
---|
181 | this.label10.TabIndex = 15;
|
---|
182 | this.label10.Text = "CPU";
|
---|
183 | //
|
---|
184 | // label9
|
---|
185 | //
|
---|
186 | this.label9.AutoSize = true;
|
---|
187 | this.label9.Location = new System.Drawing.Point(3, 11);
|
---|
188 | this.label9.Name = "label9";
|
---|
189 | this.label9.Size = new System.Drawing.Size(35, 13);
|
---|
190 | this.label9.TabIndex = 14;
|
---|
191 | this.label9.Text = "Name";
|
---|
192 | //
|
---|
193 | // label1
|
---|
194 | //
|
---|
195 | this.label1.AutoSize = true;
|
---|
196 | this.label1.Location = new System.Drawing.Point(3, 141);
|
---|
197 | this.label1.Name = "label1";
|
---|
198 | this.label1.Size = new System.Drawing.Size(67, 13);
|
---|
199 | this.label1.TabIndex = 28;
|
---|
200 | this.label1.Text = "Free memory";
|
---|
201 | //
|
---|
202 | // txtFreeMemory
|
---|
203 | //
|
---|
204 | this.txtFreeMemory.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
205 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
206 | this.txtFreeMemory.Location = new System.Drawing.Point(120, 134);
|
---|
207 | this.txtFreeMemory.Name = "txtFreeMemory";
|
---|
208 | this.txtFreeMemory.Size = new System.Drawing.Size(249, 20);
|
---|
209 | this.txtFreeMemory.TabIndex = 29;
|
---|
210 | //
|
---|
211 | // txtId
|
---|
212 | //
|
---|
213 | this.txtId.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
214 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
215 | this.txtId.Location = new System.Drawing.Point(120, 30);
|
---|
216 | this.txtId.Name = "txtId";
|
---|
217 | this.txtId.Size = new System.Drawing.Size(249, 20);
|
---|
218 | this.txtId.TabIndex = 30;
|
---|
219 | //
|
---|
220 | // label2
|
---|
221 | //
|
---|
222 | this.label2.AutoSize = true;
|
---|
223 | this.label2.Location = new System.Drawing.Point(3, 37);
|
---|
224 | this.label2.Name = "label2";
|
---|
225 | this.label2.Size = new System.Drawing.Size(16, 13);
|
---|
226 | this.label2.TabIndex = 31;
|
---|
227 | this.label2.Text = "Id";
|
---|
228 | //
|
---|
229 | // SlaveView
|
---|
230 | //
|
---|
231 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
232 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
---|
233 | this.Controls.Add(this.label2);
|
---|
234 | this.Controls.Add(this.txtId);
|
---|
235 | this.Controls.Add(this.txtFreeMemory);
|
---|
236 | this.Controls.Add(this.label1);
|
---|
237 | this.Controls.Add(this.txtSlaveState);
|
---|
238 | this.Controls.Add(this.txtOS);
|
---|
239 | this.Controls.Add(this.label15);
|
---|
240 | this.Controls.Add(this.label14);
|
---|
241 | this.Controls.Add(this.txtDetailsDescription);
|
---|
242 | this.Controls.Add(this.label13);
|
---|
243 | this.Controls.Add(this.txtName);
|
---|
244 | this.Controls.Add(this.txtCPU);
|
---|
245 | this.Controls.Add(this.txtMemory);
|
---|
246 | this.Controls.Add(this.txtLastHeartbeat);
|
---|
247 | this.Controls.Add(this.label12);
|
---|
248 | this.Controls.Add(this.label11);
|
---|
249 | this.Controls.Add(this.label10);
|
---|
250 | this.Controls.Add(this.label9);
|
---|
251 | this.Name = "SlaveView";
|
---|
252 | this.Size = new System.Drawing.Size(372, 236);
|
---|
253 | this.ResumeLayout(false);
|
---|
254 | this.PerformLayout();
|
---|
255 |
|
---|
256 | }
|
---|
257 |
|
---|
258 | #endregion
|
---|
259 |
|
---|
260 | private System.Windows.Forms.TextBox txtSlaveState;
|
---|
261 | private System.Windows.Forms.TextBox txtOS;
|
---|
262 | private System.Windows.Forms.Label label15;
|
---|
263 | private System.Windows.Forms.Label label14;
|
---|
264 | private System.Windows.Forms.TextBox txtDetailsDescription;
|
---|
265 | private System.Windows.Forms.Label label13;
|
---|
266 | private System.Windows.Forms.TextBox txtName;
|
---|
267 | private System.Windows.Forms.TextBox txtCPU;
|
---|
268 | private System.Windows.Forms.TextBox txtMemory;
|
---|
269 | private System.Windows.Forms.TextBox txtLastHeartbeat;
|
---|
270 | private System.Windows.Forms.Label label12;
|
---|
271 | private System.Windows.Forms.Label label11;
|
---|
272 | private System.Windows.Forms.Label label10;
|
---|
273 | private System.Windows.Forms.Label label9;
|
---|
274 | private System.Windows.Forms.Label label1;
|
---|
275 | private System.Windows.Forms.TextBox txtFreeMemory;
|
---|
276 | private System.Windows.Forms.TextBox txtId;
|
---|
277 | private System.Windows.Forms.Label label2;
|
---|
278 | }
|
---|
279 | }
|
---|