Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 7857 was 7857, checked in by jkarder, 12 years ago

#1854:

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