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

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

#1233 worked on Administration UI

File size: 20.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 tabUsers;
26
27    #region Component Designer generated code
28    private void InitializeComponent() {
29      this.components = new System.ComponentModel.Container();
30      this.tabAdmin = new System.Windows.Forms.TabControl();
31      this.tabSlaves = new System.Windows.Forms.TabPage();
32      this.resourcesView = new HeuristicLab.Clients.Hive.Views.Administration.ResourcesView();
33      this.tabUsers = new System.Windows.Forms.TabPage();
34      this.splitUsers = new System.Windows.Forms.SplitContainer();
35      this.lstUsers = new System.Windows.Forms.ListView();
36      this.imageListUsers = new System.Windows.Forms.ImageList(this.components);
37      this.tabUserDetails = new System.Windows.Forms.TabControl();
38      this.tabUserInformation = new System.Windows.Forms.TabPage();
39      this.txtUserName = new System.Windows.Forms.TextBox();
40      this.txtUserLastActivity = new System.Windows.Forms.TextBox();
41      this.txtUserRole = new System.Windows.Forms.TextBox();
42      this.label1 = new System.Windows.Forms.Label();
43      this.txtUserEmail = new System.Windows.Forms.TextBox();
44      this.label2 = new System.Windows.Forms.Label();
45      this.txtUserPriority = new System.Windows.Forms.TextBox();
46      this.label3 = new System.Windows.Forms.Label();
47      this.txtUserCalculatedJobs = new System.Windows.Forms.TextBox();
48      this.label4 = new System.Windows.Forms.Label();
49      this.txtUserExecutionTime = new System.Windows.Forms.TextBox();
50      this.label6 = new System.Windows.Forms.Label();
51      this.label8 = new System.Windows.Forms.Label();
52      this.label7 = new System.Windows.Forms.Label();
53      this.tabUserJobs = new System.Windows.Forms.TabPage();
54      this.updateControl2 = new HeuristicLab.Clients.Hive.Views.Common.UpdateControl();
55      this.hiveExperimentManagerView = new HeuristicLab.Clients.Hive.Views.HiveExperimentManagerView();
56      this.tabStatistics = new System.Windows.Forms.TabPage();
57      this.label5 = new System.Windows.Forms.Label();
58      this.tabAdmin.SuspendLayout();
59      this.tabSlaves.SuspendLayout();
60      this.tabUsers.SuspendLayout();
61      ((System.ComponentModel.ISupportInitialize)(this.splitUsers)).BeginInit();
62      this.splitUsers.Panel1.SuspendLayout();
63      this.splitUsers.Panel2.SuspendLayout();
64      this.splitUsers.SuspendLayout();
65      this.tabUserDetails.SuspendLayout();
66      this.tabUserInformation.SuspendLayout();
67      this.tabUserJobs.SuspendLayout();
68      this.tabStatistics.SuspendLayout();
69      this.SuspendLayout();
70      //
71      // tabAdmin
72      //
73      this.tabAdmin.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
74                  | System.Windows.Forms.AnchorStyles.Left)
75                  | System.Windows.Forms.AnchorStyles.Right)));
76      this.tabAdmin.Controls.Add(this.tabSlaves);
77      this.tabAdmin.Controls.Add(this.tabUsers);
78      this.tabAdmin.Controls.Add(this.tabStatistics);
79      this.tabAdmin.Location = new System.Drawing.Point(3, 0);
80      this.tabAdmin.Name = "tabAdmin";
81      this.tabAdmin.SelectedIndex = 0;
82      this.tabAdmin.Size = new System.Drawing.Size(742, 546);
83      this.tabAdmin.TabIndex = 0;
84      //
85      // tabSlaves
86      //
87      this.tabSlaves.Controls.Add(this.resourcesView);
88      this.tabSlaves.Location = new System.Drawing.Point(4, 22);
89      this.tabSlaves.Name = "tabSlaves";
90      this.tabSlaves.Padding = new System.Windows.Forms.Padding(3);
91      this.tabSlaves.Size = new System.Drawing.Size(734, 520);
92      this.tabSlaves.TabIndex = 3;
93      this.tabSlaves.Text = "Slaves";
94      this.tabSlaves.UseVisualStyleBackColor = true;
95      //
96      // resourcesView
97      //
98      this.resourcesView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
99                  | System.Windows.Forms.AnchorStyles.Left)
100                  | System.Windows.Forms.AnchorStyles.Right)));
101      this.resourcesView.Caption = "ResourcesView";
102      this.resourcesView.Content = null;
103      this.resourcesView.Location = new System.Drawing.Point(0, 0);
104      this.resourcesView.Name = "resourcesView";
105      this.resourcesView.ReadOnly = false;
106      this.resourcesView.Size = new System.Drawing.Size(734, 520);
107      this.resourcesView.TabIndex = 0;
108      //
109      // tabUsers
110      //
111      this.tabUsers.Controls.Add(this.splitUsers);
112      this.tabUsers.Location = new System.Drawing.Point(4, 22);
113      this.tabUsers.Name = "tabUsers";
114      this.tabUsers.Padding = new System.Windows.Forms.Padding(3);
115      this.tabUsers.Size = new System.Drawing.Size(734, 520);
116      this.tabUsers.TabIndex = 1;
117      this.tabUsers.Text = "Users";
118      this.tabUsers.UseVisualStyleBackColor = true;
119      //
120      // splitUsers
121      //
122      this.splitUsers.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
123                  | System.Windows.Forms.AnchorStyles.Left)
124                  | System.Windows.Forms.AnchorStyles.Right)));
125      this.splitUsers.Location = new System.Drawing.Point(3, 6);
126      this.splitUsers.Name = "splitUsers";
127      //
128      // splitUsers.Panel1
129      //
130      this.splitUsers.Panel1.Controls.Add(this.lstUsers);
131      //
132      // splitUsers.Panel2
133      //
134      this.splitUsers.Panel2.Controls.Add(this.tabUserDetails);
135      this.splitUsers.Size = new System.Drawing.Size(722, 508);
136      this.splitUsers.SplitterDistance = 215;
137      this.splitUsers.TabIndex = 0;
138      //
139      // lstUsers
140      //
141      this.lstUsers.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
142                  | System.Windows.Forms.AnchorStyles.Left)
143                  | System.Windows.Forms.AnchorStyles.Right)));
144      this.lstUsers.Location = new System.Drawing.Point(3, 4);
145      this.lstUsers.Name = "lstUsers";
146      this.lstUsers.Size = new System.Drawing.Size(209, 501);
147      this.lstUsers.SmallImageList = this.imageListUsers;
148      this.lstUsers.TabIndex = 0;
149      this.lstUsers.UseCompatibleStateImageBehavior = false;
150      this.lstUsers.View = System.Windows.Forms.View.List;
151      //
152      // imageListUsers
153      //
154      this.imageListUsers.ColorDepth = System.Windows.Forms.ColorDepth.Depth32Bit;
155      this.imageListUsers.ImageSize = new System.Drawing.Size(16, 16);
156      this.imageListUsers.TransparentColor = System.Drawing.Color.Transparent;
157      //
158      // tabUserDetails
159      //
160      this.tabUserDetails.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
161                  | System.Windows.Forms.AnchorStyles.Left)
162                  | System.Windows.Forms.AnchorStyles.Right)));
163      this.tabUserDetails.Controls.Add(this.tabUserInformation);
164      this.tabUserDetails.Controls.Add(this.tabUserJobs);
165      this.tabUserDetails.Location = new System.Drawing.Point(3, 3);
166      this.tabUserDetails.Name = "tabUserDetails";
167      this.tabUserDetails.SelectedIndex = 0;
168      this.tabUserDetails.Size = new System.Drawing.Size(496, 501);
169      this.tabUserDetails.TabIndex = 1;
170      //
171      // tabUserInformation
172      //
173      this.tabUserInformation.Controls.Add(this.txtUserName);
174      this.tabUserInformation.Controls.Add(this.txtUserLastActivity);
175      this.tabUserInformation.Controls.Add(this.txtUserRole);
176      this.tabUserInformation.Controls.Add(this.label1);
177      this.tabUserInformation.Controls.Add(this.txtUserEmail);
178      this.tabUserInformation.Controls.Add(this.label2);
179      this.tabUserInformation.Controls.Add(this.txtUserPriority);
180      this.tabUserInformation.Controls.Add(this.label3);
181      this.tabUserInformation.Controls.Add(this.txtUserCalculatedJobs);
182      this.tabUserInformation.Controls.Add(this.label4);
183      this.tabUserInformation.Controls.Add(this.txtUserExecutionTime);
184      this.tabUserInformation.Controls.Add(this.label6);
185      this.tabUserInformation.Controls.Add(this.label8);
186      this.tabUserInformation.Controls.Add(this.label7);
187      this.tabUserInformation.Location = new System.Drawing.Point(4, 22);
188      this.tabUserInformation.Name = "tabUserInformation";
189      this.tabUserInformation.Padding = new System.Windows.Forms.Padding(3);
190      this.tabUserInformation.Size = new System.Drawing.Size(488, 475);
191      this.tabUserInformation.TabIndex = 0;
192      this.tabUserInformation.Text = "User Information";
193      this.tabUserInformation.UseVisualStyleBackColor = true;
194      //
195      // txtUserName
196      //
197      this.txtUserName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
198                  | System.Windows.Forms.AnchorStyles.Right)));
199      this.txtUserName.Location = new System.Drawing.Point(163, 14);
200      this.txtUserName.Name = "txtUserName";
201      this.txtUserName.Size = new System.Drawing.Size(319, 20);
202      this.txtUserName.TabIndex = 17;
203      this.txtUserName.Text = "ascheibe";
204      //
205      // txtUserLastActivity
206      //
207      this.txtUserLastActivity.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
208                  | System.Windows.Forms.AnchorStyles.Right)));
209      this.txtUserLastActivity.Location = new System.Drawing.Point(163, 40);
210      this.txtUserLastActivity.Name = "txtUserLastActivity";
211      this.txtUserLastActivity.Size = new System.Drawing.Size(319, 20);
212      this.txtUserLastActivity.TabIndex = 16;
213      this.txtUserLastActivity.Text = "11.1.2010";
214      //
215      // txtUserRole
216      //
217      this.txtUserRole.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
218                  | System.Windows.Forms.AnchorStyles.Right)));
219      this.txtUserRole.Location = new System.Drawing.Point(163, 66);
220      this.txtUserRole.Name = "txtUserRole";
221      this.txtUserRole.Size = new System.Drawing.Size(319, 20);
222      this.txtUserRole.TabIndex = 15;
223      this.txtUserRole.Text = "Hive Slave";
224      //
225      // label1
226      //
227      this.label1.AutoSize = true;
228      this.label1.Location = new System.Drawing.Point(15, 21);
229      this.label1.Name = "label1";
230      this.label1.Size = new System.Drawing.Size(58, 13);
231      this.label1.TabIndex = 0;
232      this.label1.Text = "User name";
233      //
234      // txtUserEmail
235      //
236      this.txtUserEmail.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
237                  | System.Windows.Forms.AnchorStyles.Right)));
238      this.txtUserEmail.Location = new System.Drawing.Point(163, 92);
239      this.txtUserEmail.Name = "txtUserEmail";
240      this.txtUserEmail.Size = new System.Drawing.Size(319, 20);
241      this.txtUserEmail.TabIndex = 14;
242      this.txtUserEmail.Text = "ascheibe@mail.com";
243      //
244      // label2
245      //
246      this.label2.AutoSize = true;
247      this.label2.Location = new System.Drawing.Point(15, 47);
248      this.label2.Name = "label2";
249      this.label2.Size = new System.Drawing.Size(64, 13);
250      this.label2.TabIndex = 1;
251      this.label2.Text = "Last Activity";
252      //
253      // txtUserPriority
254      //
255      this.txtUserPriority.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
256                  | System.Windows.Forms.AnchorStyles.Right)));
257      this.txtUserPriority.Location = new System.Drawing.Point(163, 118);
258      this.txtUserPriority.Name = "txtUserPriority";
259      this.txtUserPriority.Size = new System.Drawing.Size(319, 20);
260      this.txtUserPriority.TabIndex = 13;
261      this.txtUserPriority.Text = "10";
262      //
263      // label3
264      //
265      this.label3.AutoSize = true;
266      this.label3.Location = new System.Drawing.Point(15, 73);
267      this.label3.Name = "label3";
268      this.label3.Size = new System.Drawing.Size(29, 13);
269      this.label3.TabIndex = 2;
270      this.label3.Text = "Role";
271      //
272      // txtUserCalculatedJobs
273      //
274      this.txtUserCalculatedJobs.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
275                  | System.Windows.Forms.AnchorStyles.Right)));
276      this.txtUserCalculatedJobs.Location = new System.Drawing.Point(163, 144);
277      this.txtUserCalculatedJobs.Name = "txtUserCalculatedJobs";
278      this.txtUserCalculatedJobs.Size = new System.Drawing.Size(319, 20);
279      this.txtUserCalculatedJobs.TabIndex = 12;
280      this.txtUserCalculatedJobs.Text = "125";
281      //
282      // label4
283      //
284      this.label4.AutoSize = true;
285      this.label4.Location = new System.Drawing.Point(15, 99);
286      this.label4.Name = "label4";
287      this.label4.Size = new System.Drawing.Size(32, 13);
288      this.label4.TabIndex = 3;
289      this.label4.Text = "Email";
290      //
291      // txtUserExecutionTime
292      //
293      this.txtUserExecutionTime.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
294                  | System.Windows.Forms.AnchorStyles.Right)));
295      this.txtUserExecutionTime.Location = new System.Drawing.Point(163, 170);
296      this.txtUserExecutionTime.Name = "txtUserExecutionTime";
297      this.txtUserExecutionTime.Size = new System.Drawing.Size(319, 20);
298      this.txtUserExecutionTime.TabIndex = 11;
299      this.txtUserExecutionTime.Text = "15d 3h 5m";
300      //
301      // label6
302      //
303      this.label6.AutoSize = true;
304      this.label6.Location = new System.Drawing.Point(15, 125);
305      this.label6.Name = "label6";
306      this.label6.Size = new System.Drawing.Size(63, 13);
307      this.label6.TabIndex = 8;
308      this.label6.Text = "User Priority";
309      //
310      // label8
311      //
312      this.label8.AutoSize = true;
313      this.label8.Location = new System.Drawing.Point(15, 177);
314      this.label8.Name = "label8";
315      this.label8.Size = new System.Drawing.Size(116, 13);
316      this.label8.TabIndex = 10;
317      this.label8.Text = "Overall Execution Time";
318      //
319      // label7
320      //
321      this.label7.AutoSize = true;
322      this.label7.Location = new System.Drawing.Point(15, 151);
323      this.label7.Name = "label7";
324      this.label7.Size = new System.Drawing.Size(82, 13);
325      this.label7.TabIndex = 9;
326      this.label7.Text = "Calculated Jobs";
327      //
328      // tabUserJobs
329      //
330      this.tabUserJobs.Controls.Add(this.updateControl2);
331      this.tabUserJobs.Controls.Add(this.hiveExperimentManagerView);
332      this.tabUserJobs.Location = new System.Drawing.Point(4, 22);
333      this.tabUserJobs.Name = "tabUserJobs";
334      this.tabUserJobs.Padding = new System.Windows.Forms.Padding(3);
335      this.tabUserJobs.Size = new System.Drawing.Size(488, 475);
336      this.tabUserJobs.TabIndex = 1;
337      this.tabUserJobs.Text = "Experiments";
338      this.tabUserJobs.UseVisualStyleBackColor = true;
339      //
340      // updateControl2
341      //
342      this.updateControl2.Location = new System.Drawing.Point(7, 4);
343      this.updateControl2.Name = "updateControl2";
344      this.updateControl2.Size = new System.Drawing.Size(75, 24);
345      this.updateControl2.TabIndex = 1;
346      this.updateControl2.UpdateAction = null;
347      //
348      // hiveExperimentManagerView
349      //
350      this.hiveExperimentManagerView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
351                  | System.Windows.Forms.AnchorStyles.Left)
352                  | System.Windows.Forms.AnchorStyles.Right)));
353      this.hiveExperimentManagerView.Caption = "HiveExperimentManagerBaseView";
354      this.hiveExperimentManagerView.Content = null;
355      this.hiveExperimentManagerView.Location = new System.Drawing.Point(4, 26);
356      this.hiveExperimentManagerView.Name = "hiveExperimentManagerView";
357      this.hiveExperimentManagerView.ReadOnly = false;
358      this.hiveExperimentManagerView.Size = new System.Drawing.Size(484, 449);
359      this.hiveExperimentManagerView.TabIndex = 0;
360      //
361      // tabStatistics
362      //
363      this.tabStatistics.Controls.Add(this.label5);
364      this.tabStatistics.Location = new System.Drawing.Point(4, 22);
365      this.tabStatistics.Name = "tabStatistics";
366      this.tabStatistics.Padding = new System.Windows.Forms.Padding(3);
367      this.tabStatistics.Size = new System.Drawing.Size(734, 520);
368      this.tabStatistics.TabIndex = 2;
369      this.tabStatistics.Text = "Statistics";
370      this.tabStatistics.UseVisualStyleBackColor = true;
371      //
372      // label5
373      //
374      this.label5.AutoSize = true;
375      this.label5.Location = new System.Drawing.Point(141, 221);
376      this.label5.Name = "label5";
377      this.label5.Size = new System.Drawing.Size(386, 13);
378      this.label5.TabIndex = 0;
379      this.label5.Text = "Show some global statistics, e.g. Overall execution time, nr of calculated jobs, " +
380          "....";
381      //
382      // HiveAdministrationView
383      //
384      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
385      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
386      this.Controls.Add(this.tabAdmin);
387      this.Name = "HiveAdministrationView";
388      this.Size = new System.Drawing.Size(745, 546);
389      this.Load += new System.EventHandler(this.HiveAdministrationView_Load);
390      this.tabAdmin.ResumeLayout(false);
391      this.tabSlaves.ResumeLayout(false);
392      this.tabUsers.ResumeLayout(false);
393      this.splitUsers.Panel1.ResumeLayout(false);
394      this.splitUsers.Panel2.ResumeLayout(false);
395      ((System.ComponentModel.ISupportInitialize)(this.splitUsers)).EndInit();
396      this.splitUsers.ResumeLayout(false);
397      this.tabUserDetails.ResumeLayout(false);
398      this.tabUserInformation.ResumeLayout(false);
399      this.tabUserInformation.PerformLayout();
400      this.tabUserJobs.ResumeLayout(false);
401      this.tabStatistics.ResumeLayout(false);
402      this.tabStatistics.PerformLayout();
403      this.ResumeLayout(false);
404
405    }
406
407    #endregion
408
409    private System.Windows.Forms.SplitContainer splitUsers;
410    private System.Windows.Forms.ListView lstUsers;
411    private System.Windows.Forms.Label label3;
412    private System.Windows.Forms.Label label2;
413    private System.Windows.Forms.Label label1;
414    private System.Windows.Forms.Label label4;
415    private System.Windows.Forms.TabPage tabStatistics;
416    private System.Windows.Forms.Label label5;
417    private System.Windows.Forms.Label label8;
418    private System.Windows.Forms.Label label7;
419    private System.Windows.Forms.Label label6;
420    private System.Windows.Forms.TextBox txtUserName;
421    private System.Windows.Forms.TextBox txtUserLastActivity;
422    private System.Windows.Forms.TextBox txtUserRole;
423    private System.Windows.Forms.TextBox txtUserEmail;
424    private System.Windows.Forms.TextBox txtUserPriority;
425    private System.Windows.Forms.TextBox txtUserCalculatedJobs;
426    private System.Windows.Forms.TextBox txtUserExecutionTime;
427    private System.Windows.Forms.TabControl tabUserDetails;
428    private System.Windows.Forms.TabPage tabUserInformation;
429    private System.Windows.Forms.TabPage tabUserJobs;
430    private HiveExperimentManagerView hiveExperimentManagerView;
431    private System.ComponentModel.IContainer components;
432    private System.Windows.Forms.ImageList imageListUsers;
433    private Common.UpdateControl updateControl2;
434    private System.Windows.Forms.TabPage tabSlaves;
435    private ResourcesView resourcesView;
436  }
437}
Note: See TracBrowser for help on using the repository browser.