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 @ 6373

Last change on this file since 6373 was 6373, checked in by cneumuel, 13 years ago

#1233

  • moved ExperimentManager into separate plugin
  • moved Administration into separate plugin
File size: 11.8 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.Administration.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.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      this.txtName.TextChanged += new System.EventHandler(this.txtName_TextChanged_1);
130      //
131      // txtCPU
132      //
133      this.txtCPU.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
134                  | System.Windows.Forms.AnchorStyles.Right)));
135      this.txtCPU.Location = new System.Drawing.Point(120, 82);
136      this.txtCPU.Name = "txtCPU";
137      this.txtCPU.Size = new System.Drawing.Size(249, 20);
138      this.txtCPU.TabIndex = 20;
139      //
140      // txtMemory
141      //
142      this.txtMemory.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
143                  | System.Windows.Forms.AnchorStyles.Right)));
144      this.txtMemory.Location = new System.Drawing.Point(120, 108);
145      this.txtMemory.Name = "txtMemory";
146      this.txtMemory.Size = new System.Drawing.Size(249, 20);
147      this.txtMemory.TabIndex = 19;
148      //
149      // txtLastHeartbeat
150      //
151      this.txtLastHeartbeat.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
152                  | System.Windows.Forms.AnchorStyles.Right)));
153      this.txtLastHeartbeat.Location = new System.Drawing.Point(120, 212);
154      this.txtLastHeartbeat.Name = "txtLastHeartbeat";
155      this.txtLastHeartbeat.Size = new System.Drawing.Size(249, 20);
156      this.txtLastHeartbeat.TabIndex = 18;
157      //
158      // label12
159      //
160      this.label12.AutoSize = true;
161      this.label12.Location = new System.Drawing.Point(3, 219);
162      this.label12.Name = "label12";
163      this.label12.Size = new System.Drawing.Size(77, 13);
164      this.label12.TabIndex = 17;
165      this.label12.Text = "Last Heartbeat";
166      //
167      // label11
168      //
169      this.label11.AutoSize = true;
170      this.label11.Location = new System.Drawing.Point(3, 115);
171      this.label11.Name = "label11";
172      this.label11.Size = new System.Drawing.Size(44, 13);
173      this.label11.TabIndex = 16;
174      this.label11.Text = "Memory";
175      //
176      // label10
177      //
178      this.label10.AutoSize = true;
179      this.label10.Location = new System.Drawing.Point(3, 89);
180      this.label10.Name = "label10";
181      this.label10.Size = new System.Drawing.Size(29, 13);
182      this.label10.TabIndex = 15;
183      this.label10.Text = "CPU";
184      //
185      // label9
186      //
187      this.label9.AutoSize = true;
188      this.label9.Location = new System.Drawing.Point(3, 11);
189      this.label9.Name = "label9";
190      this.label9.Size = new System.Drawing.Size(35, 13);
191      this.label9.TabIndex = 14;
192      this.label9.Text = "Name";
193      //
194      // label1
195      //
196      this.label1.AutoSize = true;
197      this.label1.Location = new System.Drawing.Point(3, 141);
198      this.label1.Name = "label1";
199      this.label1.Size = new System.Drawing.Size(67, 13);
200      this.label1.TabIndex = 28;
201      this.label1.Text = "Free memory";
202      //
203      // txtFreeMemory
204      //
205      this.txtFreeMemory.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
206                  | System.Windows.Forms.AnchorStyles.Right)));
207      this.txtFreeMemory.Location = new System.Drawing.Point(120, 134);
208      this.txtFreeMemory.Name = "txtFreeMemory";
209      this.txtFreeMemory.Size = new System.Drawing.Size(249, 20);
210      this.txtFreeMemory.TabIndex = 29;
211      //
212      // txtId
213      //
214      this.txtId.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
215                  | System.Windows.Forms.AnchorStyles.Right)));
216      this.txtId.Location = new System.Drawing.Point(120, 30);
217      this.txtId.Name = "txtId";
218      this.txtId.Size = new System.Drawing.Size(249, 20);
219      this.txtId.TabIndex = 30;
220      //
221      // label2
222      //
223      this.label2.AutoSize = true;
224      this.label2.Location = new System.Drawing.Point(3, 37);
225      this.label2.Name = "label2";
226      this.label2.Size = new System.Drawing.Size(16, 13);
227      this.label2.TabIndex = 31;
228      this.label2.Text = "Id";
229      //
230      // SlaveView
231      //
232      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
233      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
234      this.Controls.Add(this.label2);
235      this.Controls.Add(this.txtId);
236      this.Controls.Add(this.txtFreeMemory);
237      this.Controls.Add(this.label1);
238      this.Controls.Add(this.txtSlaveState);
239      this.Controls.Add(this.txtOS);
240      this.Controls.Add(this.label15);
241      this.Controls.Add(this.label14);
242      this.Controls.Add(this.txtDetailsDescription);
243      this.Controls.Add(this.label13);
244      this.Controls.Add(this.txtName);
245      this.Controls.Add(this.txtCPU);
246      this.Controls.Add(this.txtMemory);
247      this.Controls.Add(this.txtLastHeartbeat);
248      this.Controls.Add(this.label12);
249      this.Controls.Add(this.label11);
250      this.Controls.Add(this.label10);
251      this.Controls.Add(this.label9);
252      this.Name = "SlaveView";
253      this.Size = new System.Drawing.Size(372, 236);
254      this.ResumeLayout(false);
255      this.PerformLayout();
256
257    }
258
259    #endregion
260
261    private System.Windows.Forms.TextBox txtSlaveState;
262    private System.Windows.Forms.TextBox txtOS;
263    private System.Windows.Forms.Label label15;
264    private System.Windows.Forms.Label label14;
265    private System.Windows.Forms.TextBox txtDetailsDescription;
266    private System.Windows.Forms.Label label13;
267    private System.Windows.Forms.TextBox txtName;
268    private System.Windows.Forms.TextBox txtCPU;
269    private System.Windows.Forms.TextBox txtMemory;
270    private System.Windows.Forms.TextBox txtLastHeartbeat;
271    private System.Windows.Forms.Label label12;
272    private System.Windows.Forms.Label label11;
273    private System.Windows.Forms.Label label10;
274    private System.Windows.Forms.Label label9;
275    private System.Windows.Forms.Label label1;
276    private System.Windows.Forms.TextBox txtFreeMemory;
277    private System.Windows.Forms.TextBox txtId;
278    private System.Windows.Forms.Label label2;
279  }
280}
Note: See TracBrowser for help on using the repository browser.