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