Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 5512 was 5512, checked in by ascheibe, 14 years ago

#1233 worked on administration gui

File size: 31.9 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.Views.Administration {
23  partial class HiveAdministrationView {
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      System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(HiveAdministrationView));
48      this.tabAdmin = new System.Windows.Forms.TabControl();
49      this.tabSlaves = new System.Windows.Forms.TabPage();
50      this.splitSlaves = new System.Windows.Forms.SplitContainer();
51      this.btnRemoveGroup = new System.Windows.Forms.Button();
52      this.btnAddGroup = new System.Windows.Forms.Button();
53      this.treeSlaveGroup = new System.Windows.Forms.TreeView();
54      this.tabSlaveGroup = new System.Windows.Forms.TabControl();
55      this.tabDetails = new System.Windows.Forms.TabPage();
56      this.txtName = new System.Windows.Forms.TextBox();
57      this.txtCPU = new System.Windows.Forms.TextBox();
58      this.txtMemory = new System.Windows.Forms.TextBox();
59      this.txtDetailsCalculatedJobs = new System.Windows.Forms.TextBox();
60      this.label12 = new System.Windows.Forms.Label();
61      this.label11 = new System.Windows.Forms.Label();
62      this.label10 = new System.Windows.Forms.Label();
63      this.label9 = new System.Windows.Forms.Label();
64      this.tabSchedule = new System.Windows.Forms.TabPage();
65      this.scheduleControl1 = new HeuristicLab.Clients.Hive.Views.Administration.ScheduleControl();
66      this.tabJobs = new System.Windows.Forms.TabPage();
67      this.hiveJobListViewSlaves = new HeuristicLab.Clients.Hive.Views.HiveJobListView();
68      this.tabUsers = new System.Windows.Forms.TabPage();
69      this.splitUsers = new System.Windows.Forms.SplitContainer();
70      this.lstUsers = new System.Windows.Forms.ListView();
71      this.tabUserDetails = new System.Windows.Forms.TabControl();
72      this.tabUserInformation = new System.Windows.Forms.TabPage();
73      this.txtUserName = new System.Windows.Forms.TextBox();
74      this.txtUserLastActivity = new System.Windows.Forms.TextBox();
75      this.txtUserRole = new System.Windows.Forms.TextBox();
76      this.label1 = new System.Windows.Forms.Label();
77      this.txtUserEmail = new System.Windows.Forms.TextBox();
78      this.label2 = new System.Windows.Forms.Label();
79      this.txtUserPriority = new System.Windows.Forms.TextBox();
80      this.label3 = new System.Windows.Forms.Label();
81      this.txtUserCalculatedJobs = new System.Windows.Forms.TextBox();
82      this.label4 = new System.Windows.Forms.Label();
83      this.txtUserExecutionTime = new System.Windows.Forms.TextBox();
84      this.label6 = new System.Windows.Forms.Label();
85      this.label8 = new System.Windows.Forms.Label();
86      this.label7 = new System.Windows.Forms.Label();
87      this.tabUserJobs = new System.Windows.Forms.TabPage();
88      this.tabStatistics = new System.Windows.Forms.TabPage();
89      this.label5 = new System.Windows.Forms.Label();
90      this.hiveExperimentManagerView = new HeuristicLab.Clients.Hive.Views.HiveExperimentManagerView();
91      this.tabAdmin.SuspendLayout();
92      this.tabSlaves.SuspendLayout();
93      ((System.ComponentModel.ISupportInitialize)(this.splitSlaves)).BeginInit();
94      this.splitSlaves.Panel1.SuspendLayout();
95      this.splitSlaves.Panel2.SuspendLayout();
96      this.splitSlaves.SuspendLayout();
97      this.tabSlaveGroup.SuspendLayout();
98      this.tabDetails.SuspendLayout();
99      this.tabSchedule.SuspendLayout();
100      this.tabJobs.SuspendLayout();
101      this.tabUsers.SuspendLayout();
102      ((System.ComponentModel.ISupportInitialize)(this.splitUsers)).BeginInit();
103      this.splitUsers.Panel1.SuspendLayout();
104      this.splitUsers.Panel2.SuspendLayout();
105      this.splitUsers.SuspendLayout();
106      this.tabUserDetails.SuspendLayout();
107      this.tabUserInformation.SuspendLayout();
108      this.tabUserJobs.SuspendLayout();
109      this.tabStatistics.SuspendLayout();
110      this.SuspendLayout();
111      //
112      // tabAdmin
113      //
114      this.tabAdmin.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
115                  | System.Windows.Forms.AnchorStyles.Left)
116                  | System.Windows.Forms.AnchorStyles.Right)));
117      this.tabAdmin.Controls.Add(this.tabSlaves);
118      this.tabAdmin.Controls.Add(this.tabUsers);
119      this.tabAdmin.Controls.Add(this.tabStatistics);
120      this.tabAdmin.Location = new System.Drawing.Point(3, 0);
121      this.tabAdmin.Name = "tabAdmin";
122      this.tabAdmin.SelectedIndex = 0;
123      this.tabAdmin.Size = new System.Drawing.Size(742, 546);
124      this.tabAdmin.TabIndex = 0;
125      //
126      // tabSlaves
127      //
128      this.tabSlaves.Controls.Add(this.splitSlaves);
129      this.tabSlaves.Location = new System.Drawing.Point(4, 22);
130      this.tabSlaves.Name = "tabSlaves";
131      this.tabSlaves.Padding = new System.Windows.Forms.Padding(3);
132      this.tabSlaves.Size = new System.Drawing.Size(734, 520);
133      this.tabSlaves.TabIndex = 0;
134      this.tabSlaves.Text = "Slaves";
135      this.tabSlaves.UseVisualStyleBackColor = true;
136      //
137      // splitSlaves
138      //
139      this.splitSlaves.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
140                  | System.Windows.Forms.AnchorStyles.Left)
141                  | System.Windows.Forms.AnchorStyles.Right)));
142      this.splitSlaves.Location = new System.Drawing.Point(3, 6);
143      this.splitSlaves.Name = "splitSlaves";
144      //
145      // splitSlaves.Panel1
146      //
147      this.splitSlaves.Panel1.Controls.Add(this.btnRemoveGroup);
148      this.splitSlaves.Panel1.Controls.Add(this.btnAddGroup);
149      this.splitSlaves.Panel1.Controls.Add(this.treeSlaveGroup);
150      //
151      // splitSlaves.Panel2
152      //
153      this.splitSlaves.Panel2.Controls.Add(this.tabSlaveGroup);
154      this.splitSlaves.Size = new System.Drawing.Size(725, 508);
155      this.splitSlaves.SplitterDistance = 215;
156      this.splitSlaves.TabIndex = 2;
157      //
158      // btnRemoveGroup
159      //
160      this.btnRemoveGroup.Image = ((System.Drawing.Image)(resources.GetObject("btnRemoveGroup.Image")));
161      this.btnRemoveGroup.Location = new System.Drawing.Point(33, 3);
162      this.btnRemoveGroup.Name = "btnRemoveGroup";
163      this.btnRemoveGroup.Size = new System.Drawing.Size(24, 24);
164      this.btnRemoveGroup.TabIndex = 2;
165      this.btnRemoveGroup.UseVisualStyleBackColor = true;
166      //
167      // btnAddGroup
168      //
169      this.btnAddGroup.Image = ((System.Drawing.Image)(resources.GetObject("btnAddGroup.Image")));
170      this.btnAddGroup.Location = new System.Drawing.Point(3, 3);
171      this.btnAddGroup.Name = "btnAddGroup";
172      this.btnAddGroup.Size = new System.Drawing.Size(24, 24);
173      this.btnAddGroup.TabIndex = 1;
174      this.btnAddGroup.UseVisualStyleBackColor = true;
175      //
176      // treeSlaveGroup
177      //
178      this.treeSlaveGroup.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
179                  | System.Windows.Forms.AnchorStyles.Left)
180                  | System.Windows.Forms.AnchorStyles.Right)));
181      this.treeSlaveGroup.Location = new System.Drawing.Point(3, 33);
182      this.treeSlaveGroup.Name = "treeSlaveGroup";
183      this.treeSlaveGroup.Size = new System.Drawing.Size(209, 472);
184      this.treeSlaveGroup.TabIndex = 0;
185      this.treeSlaveGroup.Click += new System.EventHandler(this.treeSlaveGroup_Click);
186      //
187      // tabSlaveGroup
188      //
189      this.tabSlaveGroup.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
190                  | System.Windows.Forms.AnchorStyles.Left)
191                  | System.Windows.Forms.AnchorStyles.Right)));
192      this.tabSlaveGroup.Controls.Add(this.tabDetails);
193      this.tabSlaveGroup.Controls.Add(this.tabSchedule);
194      this.tabSlaveGroup.Controls.Add(this.tabJobs);
195      this.tabSlaveGroup.Location = new System.Drawing.Point(3, 3);
196      this.tabSlaveGroup.Name = "tabSlaveGroup";
197      this.tabSlaveGroup.SelectedIndex = 0;
198      this.tabSlaveGroup.Size = new System.Drawing.Size(500, 502);
199      this.tabSlaveGroup.TabIndex = 1;
200      //
201      // tabDetails
202      //
203      this.tabDetails.Controls.Add(this.txtName);
204      this.tabDetails.Controls.Add(this.txtCPU);
205      this.tabDetails.Controls.Add(this.txtMemory);
206      this.tabDetails.Controls.Add(this.txtDetailsCalculatedJobs);
207      this.tabDetails.Controls.Add(this.label12);
208      this.tabDetails.Controls.Add(this.label11);
209      this.tabDetails.Controls.Add(this.label10);
210      this.tabDetails.Controls.Add(this.label9);
211      this.tabDetails.Location = new System.Drawing.Point(4, 22);
212      this.tabDetails.Name = "tabDetails";
213      this.tabDetails.Padding = new System.Windows.Forms.Padding(3);
214      this.tabDetails.Size = new System.Drawing.Size(492, 476);
215      this.tabDetails.TabIndex = 0;
216      this.tabDetails.Text = "Details";
217      this.tabDetails.UseVisualStyleBackColor = true;
218      //
219      // txtName
220      //
221      this.txtName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
222                  | System.Windows.Forms.AnchorStyles.Right)));
223      this.txtName.Location = new System.Drawing.Point(123, 30);
224      this.txtName.Name = "txtName";
225      this.txtName.Size = new System.Drawing.Size(100, 20);
226      this.txtName.TabIndex = 7;
227      this.txtName.Text = "ascheibepc";
228      //
229      // txtCPU
230      //
231      this.txtCPU.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
232                  | System.Windows.Forms.AnchorStyles.Right)));
233      this.txtCPU.Location = new System.Drawing.Point(123, 56);
234      this.txtCPU.Name = "txtCPU";
235      this.txtCPU.Size = new System.Drawing.Size(100, 20);
236      this.txtCPU.TabIndex = 6;
237      this.txtCPU.Text = "Intel Core 2 Duo @ 2.4 Ghz";
238      //
239      // txtMemory
240      //
241      this.txtMemory.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
242                  | System.Windows.Forms.AnchorStyles.Right)));
243      this.txtMemory.Location = new System.Drawing.Point(123, 82);
244      this.txtMemory.Name = "txtMemory";
245      this.txtMemory.Size = new System.Drawing.Size(100, 20);
246      this.txtMemory.TabIndex = 5;
247      this.txtMemory.Text = "2048 MB";
248      //
249      // txtDetailsCalculatedJobs
250      //
251      this.txtDetailsCalculatedJobs.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
252                  | System.Windows.Forms.AnchorStyles.Right)));
253      this.txtDetailsCalculatedJobs.Location = new System.Drawing.Point(123, 108);
254      this.txtDetailsCalculatedJobs.Name = "txtDetailsCalculatedJobs";
255      this.txtDetailsCalculatedJobs.Size = new System.Drawing.Size(100, 20);
256      this.txtDetailsCalculatedJobs.TabIndex = 4;
257      this.txtDetailsCalculatedJobs.Text = "33";
258      //
259      // label12
260      //
261      this.label12.AutoSize = true;
262      this.label12.Location = new System.Drawing.Point(6, 115);
263      this.label12.Name = "label12";
264      this.label12.Size = new System.Drawing.Size(82, 13);
265      this.label12.TabIndex = 3;
266      this.label12.Text = "Calculated Jobs";
267      //
268      // label11
269      //
270      this.label11.AutoSize = true;
271      this.label11.Location = new System.Drawing.Point(7, 89);
272      this.label11.Name = "label11";
273      this.label11.Size = new System.Drawing.Size(44, 13);
274      this.label11.TabIndex = 2;
275      this.label11.Text = "Memory";
276      //
277      // label10
278      //
279      this.label10.AutoSize = true;
280      this.label10.Location = new System.Drawing.Point(7, 63);
281      this.label10.Name = "label10";
282      this.label10.Size = new System.Drawing.Size(29, 13);
283      this.label10.TabIndex = 1;
284      this.label10.Text = "CPU";
285      //
286      // label9
287      //
288      this.label9.AutoSize = true;
289      this.label9.Location = new System.Drawing.Point(7, 38);
290      this.label9.Name = "label9";
291      this.label9.Size = new System.Drawing.Size(35, 13);
292      this.label9.TabIndex = 0;
293      this.label9.Text = "Name";
294      //
295      // tabSchedule
296      //
297      this.tabSchedule.Controls.Add(this.scheduleControl1);
298      this.tabSchedule.Location = new System.Drawing.Point(4, 22);
299      this.tabSchedule.Name = "tabSchedule";
300      this.tabSchedule.Padding = new System.Windows.Forms.Padding(3);
301      this.tabSchedule.Size = new System.Drawing.Size(492, 476);
302      this.tabSchedule.TabIndex = 1;
303      this.tabSchedule.Text = "Schedule";
304      this.tabSchedule.UseVisualStyleBackColor = true;
305      //
306      // scheduleControl1
307      //
308      this.scheduleControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
309                  | System.Windows.Forms.AnchorStyles.Left)
310                  | System.Windows.Forms.AnchorStyles.Right)));
311      this.scheduleControl1.Location = new System.Drawing.Point(7, 7);
312      this.scheduleControl1.Name = "scheduleControl1";
313      this.scheduleControl1.Size = new System.Drawing.Size(862, 562);
314      this.scheduleControl1.TabIndex = 0;
315      //
316      // tabJobs
317      //
318      this.tabJobs.Controls.Add(this.hiveJobListViewSlaves);
319      this.tabJobs.Location = new System.Drawing.Point(4, 22);
320      this.tabJobs.Name = "tabJobs";
321      this.tabJobs.Padding = new System.Windows.Forms.Padding(3);
322      this.tabJobs.Size = new System.Drawing.Size(492, 476);
323      this.tabJobs.TabIndex = 2;
324      this.tabJobs.Text = "Jobs";
325      this.tabJobs.UseVisualStyleBackColor = true;
326      //
327      // hiveJobListViewSlaves
328      //
329      this.hiveJobListViewSlaves.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
330                  | System.Windows.Forms.AnchorStyles.Left)
331                  | System.Windows.Forms.AnchorStyles.Right)));
332      this.hiveJobListViewSlaves.Caption = "JobItemList View";
333      this.hiveJobListViewSlaves.Content = null;
334      this.hiveJobListViewSlaves.Location = new System.Drawing.Point(7, 7);
335      this.hiveJobListViewSlaves.Name = "hiveJobListViewSlaves";
336      this.hiveJobListViewSlaves.ReadOnly = false;
337      this.hiveJobListViewSlaves.Size = new System.Drawing.Size(499, 463);
338      this.hiveJobListViewSlaves.TabIndex = 0;
339      //
340      // tabUsers
341      //
342      this.tabUsers.Controls.Add(this.splitUsers);
343      this.tabUsers.Location = new System.Drawing.Point(4, 22);
344      this.tabUsers.Name = "tabUsers";
345      this.tabUsers.Padding = new System.Windows.Forms.Padding(3);
346      this.tabUsers.Size = new System.Drawing.Size(734, 520);
347      this.tabUsers.TabIndex = 1;
348      this.tabUsers.Text = "Users";
349      this.tabUsers.UseVisualStyleBackColor = true;
350      //
351      // splitUsers
352      //
353      this.splitUsers.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
354                  | System.Windows.Forms.AnchorStyles.Left)
355                  | System.Windows.Forms.AnchorStyles.Right)));
356      this.splitUsers.Location = new System.Drawing.Point(6, 6);
357      this.splitUsers.Name = "splitUsers";
358      //
359      // splitUsers.Panel1
360      //
361      this.splitUsers.Panel1.Controls.Add(this.lstUsers);
362      //
363      // splitUsers.Panel2
364      //
365      this.splitUsers.Panel2.Controls.Add(this.tabUserDetails);
366      this.splitUsers.Size = new System.Drawing.Size(722, 508);
367      this.splitUsers.SplitterDistance = 240;
368      this.splitUsers.TabIndex = 0;
369      //
370      // lstUsers
371      //
372      this.lstUsers.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
373                  | System.Windows.Forms.AnchorStyles.Left)
374                  | System.Windows.Forms.AnchorStyles.Right)));
375      this.lstUsers.Location = new System.Drawing.Point(3, 3);
376      this.lstUsers.Name = "lstUsers";
377      this.lstUsers.Size = new System.Drawing.Size(234, 502);
378      this.lstUsers.TabIndex = 0;
379      this.lstUsers.UseCompatibleStateImageBehavior = false;
380      //
381      // tabUserDetails
382      //
383      this.tabUserDetails.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
384                  | System.Windows.Forms.AnchorStyles.Left)
385                  | System.Windows.Forms.AnchorStyles.Right)));
386      this.tabUserDetails.Controls.Add(this.tabUserInformation);
387      this.tabUserDetails.Controls.Add(this.tabUserJobs);
388      this.tabUserDetails.Location = new System.Drawing.Point(4, 4);
389      this.tabUserDetails.Name = "tabUserDetails";
390      this.tabUserDetails.SelectedIndex = 0;
391      this.tabUserDetails.Size = new System.Drawing.Size(471, 501);
392      this.tabUserDetails.TabIndex = 1;
393      //
394      // tabUserInformation
395      //
396      this.tabUserInformation.Controls.Add(this.txtUserName);
397      this.tabUserInformation.Controls.Add(this.txtUserLastActivity);
398      this.tabUserInformation.Controls.Add(this.txtUserRole);
399      this.tabUserInformation.Controls.Add(this.label1);
400      this.tabUserInformation.Controls.Add(this.txtUserEmail);
401      this.tabUserInformation.Controls.Add(this.label2);
402      this.tabUserInformation.Controls.Add(this.txtUserPriority);
403      this.tabUserInformation.Controls.Add(this.label3);
404      this.tabUserInformation.Controls.Add(this.txtUserCalculatedJobs);
405      this.tabUserInformation.Controls.Add(this.label4);
406      this.tabUserInformation.Controls.Add(this.txtUserExecutionTime);
407      this.tabUserInformation.Controls.Add(this.label6);
408      this.tabUserInformation.Controls.Add(this.label8);
409      this.tabUserInformation.Controls.Add(this.label7);
410      this.tabUserInformation.Location = new System.Drawing.Point(4, 22);
411      this.tabUserInformation.Name = "tabUserInformation";
412      this.tabUserInformation.Padding = new System.Windows.Forms.Padding(3);
413      this.tabUserInformation.Size = new System.Drawing.Size(463, 475);
414      this.tabUserInformation.TabIndex = 0;
415      this.tabUserInformation.Text = "User Information";
416      this.tabUserInformation.UseVisualStyleBackColor = true;
417      //
418      // txtUserName
419      //
420      this.txtUserName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
421                  | System.Windows.Forms.AnchorStyles.Right)));
422      this.txtUserName.Location = new System.Drawing.Point(161, 6);
423      this.txtUserName.Name = "txtUserName";
424      this.txtUserName.Size = new System.Drawing.Size(100, 20);
425      this.txtUserName.TabIndex = 17;
426      this.txtUserName.Text = "ascheibe";
427      //
428      // txtUserLastActivity
429      //
430      this.txtUserLastActivity.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
431                  | System.Windows.Forms.AnchorStyles.Right)));
432      this.txtUserLastActivity.Location = new System.Drawing.Point(161, 41);
433      this.txtUserLastActivity.Name = "txtUserLastActivity";
434      this.txtUserLastActivity.Size = new System.Drawing.Size(100, 20);
435      this.txtUserLastActivity.TabIndex = 16;
436      this.txtUserLastActivity.Text = "11.1.2010";
437      //
438      // txtUserRole
439      //
440      this.txtUserRole.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
441                  | System.Windows.Forms.AnchorStyles.Right)));
442      this.txtUserRole.Location = new System.Drawing.Point(162, 72);
443      this.txtUserRole.Name = "txtUserRole";
444      this.txtUserRole.Size = new System.Drawing.Size(100, 20);
445      this.txtUserRole.TabIndex = 15;
446      this.txtUserRole.Text = "Hive Slave";
447      //
448      // label1
449      //
450      this.label1.AutoSize = true;
451      this.label1.Location = new System.Drawing.Point(13, 14);
452      this.label1.Name = "label1";
453      this.label1.Size = new System.Drawing.Size(58, 13);
454      this.label1.TabIndex = 0;
455      this.label1.Text = "User name";
456      //
457      // txtUserEmail
458      //
459      this.txtUserEmail.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
460                  | System.Windows.Forms.AnchorStyles.Right)));
461      this.txtUserEmail.Location = new System.Drawing.Point(162, 103);
462      this.txtUserEmail.Name = "txtUserEmail";
463      this.txtUserEmail.Size = new System.Drawing.Size(100, 20);
464      this.txtUserEmail.TabIndex = 14;
465      this.txtUserEmail.Text = "ascheibe@mail.com";
466      //
467      // label2
468      //
469      this.label2.AutoSize = true;
470      this.label2.Location = new System.Drawing.Point(12, 50);
471      this.label2.Name = "label2";
472      this.label2.Size = new System.Drawing.Size(64, 13);
473      this.label2.TabIndex = 1;
474      this.label2.Text = "Last Activity";
475      //
476      // txtUserPriority
477      //
478      this.txtUserPriority.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
479                  | System.Windows.Forms.AnchorStyles.Right)));
480      this.txtUserPriority.Location = new System.Drawing.Point(163, 136);
481      this.txtUserPriority.Name = "txtUserPriority";
482      this.txtUserPriority.Size = new System.Drawing.Size(100, 20);
483      this.txtUserPriority.TabIndex = 13;
484      this.txtUserPriority.Text = "10";
485      //
486      // label3
487      //
488      this.label3.AutoSize = true;
489      this.label3.Location = new System.Drawing.Point(13, 79);
490      this.label3.Name = "label3";
491      this.label3.Size = new System.Drawing.Size(29, 13);
492      this.label3.TabIndex = 2;
493      this.label3.Text = "Role";
494      //
495      // txtUserCalculatedJobs
496      //
497      this.txtUserCalculatedJobs.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
498                  | System.Windows.Forms.AnchorStyles.Right)));
499      this.txtUserCalculatedJobs.Location = new System.Drawing.Point(163, 170);
500      this.txtUserCalculatedJobs.Name = "txtUserCalculatedJobs";
501      this.txtUserCalculatedJobs.Size = new System.Drawing.Size(100, 20);
502      this.txtUserCalculatedJobs.TabIndex = 12;
503      this.txtUserCalculatedJobs.Text = "125";
504      //
505      // label4
506      //
507      this.label4.AutoSize = true;
508      this.label4.Location = new System.Drawing.Point(13, 111);
509      this.label4.Name = "label4";
510      this.label4.Size = new System.Drawing.Size(32, 13);
511      this.label4.TabIndex = 3;
512      this.label4.Text = "Email";
513      //
514      // txtUserExecutionTime
515      //
516      this.txtUserExecutionTime.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
517                  | System.Windows.Forms.AnchorStyles.Right)));
518      this.txtUserExecutionTime.Location = new System.Drawing.Point(163, 202);
519      this.txtUserExecutionTime.Name = "txtUserExecutionTime";
520      this.txtUserExecutionTime.Size = new System.Drawing.Size(100, 20);
521      this.txtUserExecutionTime.TabIndex = 11;
522      this.txtUserExecutionTime.Text = "15d 3h 5m";
523      //
524      // label6
525      //
526      this.label6.AutoSize = true;
527      this.label6.Location = new System.Drawing.Point(13, 136);
528      this.label6.Name = "label6";
529      this.label6.Size = new System.Drawing.Size(63, 13);
530      this.label6.TabIndex = 8;
531      this.label6.Text = "User Priority";
532      //
533      // label8
534      //
535      this.label8.AutoSize = true;
536      this.label8.Location = new System.Drawing.Point(13, 202);
537      this.label8.Name = "label8";
538      this.label8.Size = new System.Drawing.Size(116, 13);
539      this.label8.TabIndex = 10;
540      this.label8.Text = "Overall Execution Time";
541      //
542      // label7
543      //
544      this.label7.AutoSize = true;
545      this.label7.Location = new System.Drawing.Point(12, 170);
546      this.label7.Name = "label7";
547      this.label7.Size = new System.Drawing.Size(82, 13);
548      this.label7.TabIndex = 9;
549      this.label7.Text = "Calculated Jobs";
550      //
551      // tabUserJobs
552      //
553      this.tabUserJobs.Controls.Add(this.hiveExperimentManagerView);
554      this.tabUserJobs.Location = new System.Drawing.Point(4, 22);
555      this.tabUserJobs.Name = "tabUserJobs";
556      this.tabUserJobs.Padding = new System.Windows.Forms.Padding(3);
557      this.tabUserJobs.Size = new System.Drawing.Size(463, 475);
558      this.tabUserJobs.TabIndex = 1;
559      this.tabUserJobs.Text = "Experiments";
560      this.tabUserJobs.UseVisualStyleBackColor = true;
561      //
562      // tabStatistics
563      //
564      this.tabStatistics.Controls.Add(this.label5);
565      this.tabStatistics.Location = new System.Drawing.Point(4, 22);
566      this.tabStatistics.Name = "tabStatistics";
567      this.tabStatistics.Padding = new System.Windows.Forms.Padding(3);
568      this.tabStatistics.Size = new System.Drawing.Size(734, 520);
569      this.tabStatistics.TabIndex = 2;
570      this.tabStatistics.Text = "Statistics";
571      this.tabStatistics.UseVisualStyleBackColor = true;
572      //
573      // label5
574      //
575      this.label5.AutoSize = true;
576      this.label5.Location = new System.Drawing.Point(141, 221);
577      this.label5.Name = "label5";
578      this.label5.Size = new System.Drawing.Size(386, 13);
579      this.label5.TabIndex = 0;
580      this.label5.Text = "Show some global statistics, e.g. Overall execution time, nr of calculated jobs, " +
581          "....";
582      //
583      // hiveExperimentManagerView
584      //
585      this.hiveExperimentManagerView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
586                  | System.Windows.Forms.AnchorStyles.Left)
587                  | System.Windows.Forms.AnchorStyles.Right)));
588      this.hiveExperimentManagerView.Caption = "HiveExperimentManagerBaseView";
589      this.hiveExperimentManagerView.Content = null;
590      this.hiveExperimentManagerView.Location = new System.Drawing.Point(4, 4);
591      this.hiveExperimentManagerView.Name = "hiveExperimentManagerView";
592      this.hiveExperimentManagerView.ReadOnly = false;
593      this.hiveExperimentManagerView.Size = new System.Drawing.Size(735, 524);
594      this.hiveExperimentManagerView.TabIndex = 0;
595      //
596      // HiveAdministrationView
597      //
598      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
599      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
600      this.Controls.Add(this.tabAdmin);
601      this.Name = "HiveAdministrationView";
602      this.Size = new System.Drawing.Size(745, 546);
603      this.Load += new System.EventHandler(this.HiveAdministrationView_Load);
604      this.tabAdmin.ResumeLayout(false);
605      this.tabSlaves.ResumeLayout(false);
606      this.splitSlaves.Panel1.ResumeLayout(false);
607      this.splitSlaves.Panel2.ResumeLayout(false);
608      ((System.ComponentModel.ISupportInitialize)(this.splitSlaves)).EndInit();
609      this.splitSlaves.ResumeLayout(false);
610      this.tabSlaveGroup.ResumeLayout(false);
611      this.tabDetails.ResumeLayout(false);
612      this.tabDetails.PerformLayout();
613      this.tabSchedule.ResumeLayout(false);
614      this.tabJobs.ResumeLayout(false);
615      this.tabUsers.ResumeLayout(false);
616      this.splitUsers.Panel1.ResumeLayout(false);
617      this.splitUsers.Panel2.ResumeLayout(false);
618      ((System.ComponentModel.ISupportInitialize)(this.splitUsers)).EndInit();
619      this.splitUsers.ResumeLayout(false);
620      this.tabUserDetails.ResumeLayout(false);
621      this.tabUserInformation.ResumeLayout(false);
622      this.tabUserInformation.PerformLayout();
623      this.tabUserJobs.ResumeLayout(false);
624      this.tabStatistics.ResumeLayout(false);
625      this.tabStatistics.PerformLayout();
626      this.ResumeLayout(false);
627
628    }
629
630    #endregion
631
632    private System.Windows.Forms.TabControl tabAdmin;
633    private System.Windows.Forms.TabPage tabSlaves;
634    private System.Windows.Forms.TabPage tabUsers;
635    private System.Windows.Forms.TreeView treeSlaveGroup;
636    private System.Windows.Forms.TabControl tabSlaveGroup;
637    private System.Windows.Forms.TabPage tabDetails;
638    private System.Windows.Forms.TabPage tabSchedule;
639    private System.Windows.Forms.TabPage tabJobs;
640    private System.Windows.Forms.SplitContainer splitSlaves;
641    private ScheduleControl scheduleControl1;
642    private System.Windows.Forms.SplitContainer splitUsers;
643    private System.Windows.Forms.ListView lstUsers;
644    private HiveJobListView hiveJobListViewSlaves;
645    private System.Windows.Forms.Label label3;
646    private System.Windows.Forms.Label label2;
647    private System.Windows.Forms.Label label1;
648    private System.Windows.Forms.Label label4;
649    private System.Windows.Forms.TabPage tabStatistics;
650    private System.Windows.Forms.Label label5;
651    private System.Windows.Forms.Label label8;
652    private System.Windows.Forms.Label label7;
653    private System.Windows.Forms.Label label6;
654    private System.Windows.Forms.TextBox txtUserName;
655    private System.Windows.Forms.TextBox txtUserLastActivity;
656    private System.Windows.Forms.TextBox txtUserRole;
657    private System.Windows.Forms.TextBox txtUserEmail;
658    private System.Windows.Forms.TextBox txtUserPriority;
659    private System.Windows.Forms.TextBox txtUserCalculatedJobs;
660    private System.Windows.Forms.TextBox txtUserExecutionTime;
661    private System.Windows.Forms.TabControl tabUserDetails;
662    private System.Windows.Forms.TabPage tabUserInformation;
663    private System.Windows.Forms.TabPage tabUserJobs;
664    private System.Windows.Forms.Label label12;
665    private System.Windows.Forms.Label label11;
666    private System.Windows.Forms.Label label10;
667    private System.Windows.Forms.Label label9;
668    private System.Windows.Forms.TextBox txtName;
669    private System.Windows.Forms.TextBox txtCPU;
670    private System.Windows.Forms.TextBox txtMemory;
671    private System.Windows.Forms.TextBox txtDetailsCalculatedJobs;
672    private System.Windows.Forms.Button btnAddGroup;
673    private System.Windows.Forms.Button btnRemoveGroup;
674    private HiveExperimentManagerView hiveExperimentManagerView;
675  }
676}
Note: See TracBrowser for help on using the repository browser.