Free cookie consent management tool by TermsFeed Policy Generator

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

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

#1233

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