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