Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Clients.Hive.Administrator/3.3/Views/SlaveView.Designer.cs @ 7259

Last change on this file since 7259 was 7259, checked in by swagner, 12 years ago

Updated year of copyrights to 2012 (#1716)

File size: 13.3 KB
Line 
1#region License Information
2/* HeuristicLab
3 * Copyright (C) 2002-2012 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.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.label3 = new System.Windows.Forms.Label();
66      this.txtHbIntervall = new System.Windows.Forms.TextBox();
67      this.SuspendLayout();
68      //
69      // txtSlaveState
70      //
71      this.txtSlaveState.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
72                  | System.Windows.Forms.AnchorStyles.Right)));
73      this.txtSlaveState.Enabled = false;
74      this.txtSlaveState.Location = new System.Drawing.Point(146, 216);
75      this.txtSlaveState.Name = "txtSlaveState";
76      this.txtSlaveState.Size = new System.Drawing.Size(390, 20);
77      this.txtSlaveState.TabIndex = 27;
78      //
79      // txtOS
80      //
81      this.txtOS.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
82                  | System.Windows.Forms.AnchorStyles.Right)));
83      this.txtOS.Enabled = false;
84      this.txtOS.Location = new System.Drawing.Point(146, 190);
85      this.txtOS.Name = "txtOS";
86      this.txtOS.Size = new System.Drawing.Size(390, 20);
87      this.txtOS.TabIndex = 26;
88      //
89      // label15
90      //
91      this.label15.AutoSize = true;
92      this.label15.Location = new System.Drawing.Point(3, 219);
93      this.label15.Name = "label15";
94      this.label15.Size = new System.Drawing.Size(35, 13);
95      this.label15.TabIndex = 25;
96      this.label15.Text = "State:";
97      //
98      // label14
99      //
100      this.label14.AutoSize = true;
101      this.label14.Location = new System.Drawing.Point(3, 193);
102      this.label14.Name = "label14";
103      this.label14.Size = new System.Drawing.Size(93, 13);
104      this.label14.TabIndex = 24;
105      this.label14.Text = "Operating System:";
106      //
107      // txtDetailsDescription
108      //
109      this.txtDetailsDescription.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
110                  | System.Windows.Forms.AnchorStyles.Right)));
111      this.txtDetailsDescription.Enabled = false;
112      this.txtDetailsDescription.Location = new System.Drawing.Point(146, 86);
113      this.txtDetailsDescription.Name = "txtDetailsDescription";
114      this.txtDetailsDescription.Size = new System.Drawing.Size(390, 20);
115      this.txtDetailsDescription.TabIndex = 23;
116      //
117      // label13
118      //
119      this.label13.AutoSize = true;
120      this.label13.Location = new System.Drawing.Point(3, 89);
121      this.label13.Name = "label13";
122      this.label13.Size = new System.Drawing.Size(63, 13);
123      this.label13.TabIndex = 22;
124      this.label13.Text = "Description:";
125      //
126      // txtName
127      //
128      this.txtName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
129                  | System.Windows.Forms.AnchorStyles.Right)));
130      this.txtName.Location = new System.Drawing.Point(146, 8);
131      this.txtName.Name = "txtName";
132      this.txtName.Size = new System.Drawing.Size(390, 20);
133      this.txtName.TabIndex = 21;
134      this.txtName.TextChanged += new System.EventHandler(this.txtName_TextChanged);
135      //
136      // txtCPU
137      //
138      this.txtCPU.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
139                  | System.Windows.Forms.AnchorStyles.Right)));
140      this.txtCPU.Enabled = false;
141      this.txtCPU.Location = new System.Drawing.Point(146, 112);
142      this.txtCPU.Name = "txtCPU";
143      this.txtCPU.Size = new System.Drawing.Size(390, 20);
144      this.txtCPU.TabIndex = 20;
145      //
146      // txtMemory
147      //
148      this.txtMemory.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
149                  | System.Windows.Forms.AnchorStyles.Right)));
150      this.txtMemory.Enabled = false;
151      this.txtMemory.Location = new System.Drawing.Point(146, 138);
152      this.txtMemory.Name = "txtMemory";
153      this.txtMemory.Size = new System.Drawing.Size(390, 20);
154      this.txtMemory.TabIndex = 19;
155      //
156      // txtLastHeartbeat
157      //
158      this.txtLastHeartbeat.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
159                  | System.Windows.Forms.AnchorStyles.Right)));
160      this.txtLastHeartbeat.Enabled = false;
161      this.txtLastHeartbeat.Location = new System.Drawing.Point(146, 242);
162      this.txtLastHeartbeat.Name = "txtLastHeartbeat";
163      this.txtLastHeartbeat.Size = new System.Drawing.Size(390, 20);
164      this.txtLastHeartbeat.TabIndex = 18;
165      //
166      // label12
167      //
168      this.label12.AutoSize = true;
169      this.label12.Location = new System.Drawing.Point(3, 245);
170      this.label12.Name = "label12";
171      this.label12.Size = new System.Drawing.Size(80, 13);
172      this.label12.TabIndex = 17;
173      this.label12.Text = "Last Heartbeat:";
174      //
175      // label11
176      //
177      this.label11.AutoSize = true;
178      this.label11.Location = new System.Drawing.Point(3, 141);
179      this.label11.Name = "label11";
180      this.label11.Size = new System.Drawing.Size(47, 13);
181      this.label11.TabIndex = 16;
182      this.label11.Text = "Memory:";
183      //
184      // label10
185      //
186      this.label10.AutoSize = true;
187      this.label10.Location = new System.Drawing.Point(3, 115);
188      this.label10.Name = "label10";
189      this.label10.Size = new System.Drawing.Size(32, 13);
190      this.label10.TabIndex = 15;
191      this.label10.Text = "CPU:";
192      //
193      // label9
194      //
195      this.label9.AutoSize = true;
196      this.label9.Location = new System.Drawing.Point(3, 11);
197      this.label9.Name = "label9";
198      this.label9.Size = new System.Drawing.Size(38, 13);
199      this.label9.TabIndex = 14;
200      this.label9.Text = "Name:";
201      //
202      // label1
203      //
204      this.label1.AutoSize = true;
205      this.label1.Location = new System.Drawing.Point(3, 167);
206      this.label1.Name = "label1";
207      this.label1.Size = new System.Drawing.Size(70, 13);
208      this.label1.TabIndex = 28;
209      this.label1.Text = "Free memory:";
210      //
211      // txtFreeMemory
212      //
213      this.txtFreeMemory.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
214                  | System.Windows.Forms.AnchorStyles.Right)));
215      this.txtFreeMemory.Enabled = false;
216      this.txtFreeMemory.Location = new System.Drawing.Point(146, 164);
217      this.txtFreeMemory.Name = "txtFreeMemory";
218      this.txtFreeMemory.Size = new System.Drawing.Size(390, 20);
219      this.txtFreeMemory.TabIndex = 29;
220      //
221      // txtId
222      //
223      this.txtId.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
224                  | System.Windows.Forms.AnchorStyles.Right)));
225      this.txtId.Enabled = false;
226      this.txtId.Location = new System.Drawing.Point(146, 60);
227      this.txtId.Name = "txtId";
228      this.txtId.Size = new System.Drawing.Size(390, 20);
229      this.txtId.TabIndex = 30;
230      //
231      // label2
232      //
233      this.label2.AutoSize = true;
234      this.label2.Location = new System.Drawing.Point(3, 63);
235      this.label2.Name = "label2";
236      this.label2.Size = new System.Drawing.Size(19, 13);
237      this.label2.TabIndex = 31;
238      this.label2.Text = "Id:";
239      //
240      // label3
241      //
242      this.label3.AutoSize = true;
243      this.label3.Location = new System.Drawing.Point(3, 37);
244      this.label3.Name = "label3";
245      this.label3.Size = new System.Drawing.Size(137, 13);
246      this.label3.TabIndex = 32;
247      this.label3.Text = "Heartbeat Intervall (in sec) :";
248      //
249      // txtHbIntervall
250      //
251      this.txtHbIntervall.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
252                  | System.Windows.Forms.AnchorStyles.Right)));
253      this.txtHbIntervall.Location = new System.Drawing.Point(146, 34);
254      this.txtHbIntervall.Name = "txtHbIntervall";
255      this.txtHbIntervall.Size = new System.Drawing.Size(390, 20);
256      this.txtHbIntervall.TabIndex = 33;
257      this.txtHbIntervall.TextChanged += new System.EventHandler(this.txtHbIntervall_TextChanged);
258      //
259      // SlaveView
260      //
261      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
262      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
263      this.Controls.Add(this.txtHbIntervall);
264      this.Controls.Add(this.label3);
265      this.Controls.Add(this.label2);
266      this.Controls.Add(this.txtId);
267      this.Controls.Add(this.txtFreeMemory);
268      this.Controls.Add(this.label1);
269      this.Controls.Add(this.txtSlaveState);
270      this.Controls.Add(this.txtOS);
271      this.Controls.Add(this.label15);
272      this.Controls.Add(this.label14);
273      this.Controls.Add(this.txtDetailsDescription);
274      this.Controls.Add(this.label13);
275      this.Controls.Add(this.txtName);
276      this.Controls.Add(this.txtCPU);
277      this.Controls.Add(this.txtMemory);
278      this.Controls.Add(this.txtLastHeartbeat);
279      this.Controls.Add(this.label12);
280      this.Controls.Add(this.label11);
281      this.Controls.Add(this.label10);
282      this.Controls.Add(this.label9);
283      this.Name = "SlaveView";
284      this.Size = new System.Drawing.Size(539, 267);
285      this.ResumeLayout(false);
286      this.PerformLayout();
287
288    }
289
290    #endregion
291
292    private System.Windows.Forms.TextBox txtSlaveState;
293    private System.Windows.Forms.TextBox txtOS;
294    private System.Windows.Forms.Label label15;
295    private System.Windows.Forms.Label label14;
296    private System.Windows.Forms.TextBox txtDetailsDescription;
297    private System.Windows.Forms.Label label13;
298    private System.Windows.Forms.TextBox txtName;
299    private System.Windows.Forms.TextBox txtCPU;
300    private System.Windows.Forms.TextBox txtMemory;
301    private System.Windows.Forms.TextBox txtLastHeartbeat;
302    private System.Windows.Forms.Label label12;
303    private System.Windows.Forms.Label label11;
304    private System.Windows.Forms.Label label10;
305    private System.Windows.Forms.Label label9;
306    private System.Windows.Forms.Label label1;
307    private System.Windows.Forms.TextBox txtFreeMemory;
308    private System.Windows.Forms.TextBox txtId;
309    private System.Windows.Forms.Label label2;
310    private System.Windows.Forms.Label label3;
311    private System.Windows.Forms.TextBox txtHbIntervall;
312  }
313}
Note: See TracBrowser for help on using the repository browser.