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

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

#1233 worked on administration gui

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