Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive.Administration/3.4/Views/SlaveView.Designer.cs @ 6688

Last change on this file since 6688 was 6688, checked in by ascheibe, 13 years ago

#1233 some renaming to be more consistent with OKB

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