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