#region License Information /* HeuristicLab * Copyright (C) 2002-2011 Heuristic and Evolutionary Algorithms Laboratory (HEAL) * * This file is part of HeuristicLab. * * HeuristicLab is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * HeuristicLab is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with HeuristicLab. If not, see . */ #endregion namespace HeuristicLab.Clients.Hive.Views.Administration { partial class HiveAdministrationView { private System.Windows.Forms.TabControl tabAdmin; private System.Windows.Forms.TabPage tabUsers; #region Component Designer generated code private void InitializeComponent() { this.components = new System.ComponentModel.Container(); this.tabAdmin = new System.Windows.Forms.TabControl(); this.tabSlaves = new System.Windows.Forms.TabPage(); this.resourcesView = new HeuristicLab.Clients.Hive.Views.Administration.ResourcesView(); this.tabUsers = new System.Windows.Forms.TabPage(); this.splitUsers = new System.Windows.Forms.SplitContainer(); this.lstUsers = new System.Windows.Forms.ListView(); this.imageListUsers = new System.Windows.Forms.ImageList(this.components); this.tabUserDetails = new System.Windows.Forms.TabControl(); this.tabUserInformation = new System.Windows.Forms.TabPage(); this.txtUserName = new System.Windows.Forms.TextBox(); this.txtUserLastActivity = new System.Windows.Forms.TextBox(); this.txtUserRole = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.txtUserEmail = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.txtUserPriority = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.txtUserCalculatedJobs = new System.Windows.Forms.TextBox(); this.label4 = new System.Windows.Forms.Label(); this.txtUserExecutionTime = new System.Windows.Forms.TextBox(); this.label6 = new System.Windows.Forms.Label(); this.label8 = new System.Windows.Forms.Label(); this.label7 = new System.Windows.Forms.Label(); this.tabUserJobs = new System.Windows.Forms.TabPage(); this.updateControl2 = new HeuristicLab.Clients.Hive.Views.Common.UpdateControl(); this.hiveExperimentManagerView = new HeuristicLab.Clients.Hive.Views.HiveExperimentManagerView(); this.tabStatistics = new System.Windows.Forms.TabPage(); this.label5 = new System.Windows.Forms.Label(); this.tabAdmin.SuspendLayout(); this.tabSlaves.SuspendLayout(); this.tabUsers.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.splitUsers)).BeginInit(); this.splitUsers.Panel1.SuspendLayout(); this.splitUsers.Panel2.SuspendLayout(); this.splitUsers.SuspendLayout(); this.tabUserDetails.SuspendLayout(); this.tabUserInformation.SuspendLayout(); this.tabUserJobs.SuspendLayout(); this.tabStatistics.SuspendLayout(); this.SuspendLayout(); // // tabAdmin // this.tabAdmin.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.tabAdmin.Controls.Add(this.tabSlaves); this.tabAdmin.Controls.Add(this.tabUsers); this.tabAdmin.Controls.Add(this.tabStatistics); this.tabAdmin.Location = new System.Drawing.Point(3, 0); this.tabAdmin.Name = "tabAdmin"; this.tabAdmin.SelectedIndex = 0; this.tabAdmin.Size = new System.Drawing.Size(742, 546); this.tabAdmin.TabIndex = 0; // // tabSlaves // this.tabSlaves.Controls.Add(this.resourcesView); this.tabSlaves.Location = new System.Drawing.Point(4, 22); this.tabSlaves.Name = "tabSlaves"; this.tabSlaves.Padding = new System.Windows.Forms.Padding(3); this.tabSlaves.Size = new System.Drawing.Size(734, 520); this.tabSlaves.TabIndex = 3; this.tabSlaves.Text = "Slaves"; this.tabSlaves.UseVisualStyleBackColor = true; // // resourcesView // this.resourcesView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.resourcesView.Caption = "ResourcesView"; this.resourcesView.Content = null; this.resourcesView.Location = new System.Drawing.Point(0, 0); this.resourcesView.Name = "resourcesView"; this.resourcesView.ReadOnly = false; this.resourcesView.Size = new System.Drawing.Size(734, 520); this.resourcesView.TabIndex = 0; // // tabUsers // this.tabUsers.Controls.Add(this.splitUsers); this.tabUsers.Location = new System.Drawing.Point(4, 22); this.tabUsers.Name = "tabUsers"; this.tabUsers.Padding = new System.Windows.Forms.Padding(3); this.tabUsers.Size = new System.Drawing.Size(734, 520); this.tabUsers.TabIndex = 1; this.tabUsers.Text = "Users"; this.tabUsers.UseVisualStyleBackColor = true; // // splitUsers // this.splitUsers.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.splitUsers.Location = new System.Drawing.Point(3, 6); this.splitUsers.Name = "splitUsers"; // // splitUsers.Panel1 // this.splitUsers.Panel1.Controls.Add(this.lstUsers); // // splitUsers.Panel2 // this.splitUsers.Panel2.Controls.Add(this.tabUserDetails); this.splitUsers.Size = new System.Drawing.Size(722, 508); this.splitUsers.SplitterDistance = 215; this.splitUsers.TabIndex = 0; // // lstUsers // this.lstUsers.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.lstUsers.Location = new System.Drawing.Point(3, 4); this.lstUsers.Name = "lstUsers"; this.lstUsers.Size = new System.Drawing.Size(209, 501); this.lstUsers.SmallImageList = this.imageListUsers; this.lstUsers.TabIndex = 0; this.lstUsers.UseCompatibleStateImageBehavior = false; this.lstUsers.View = System.Windows.Forms.View.List; // // imageListUsers // this.imageListUsers.ColorDepth = System.Windows.Forms.ColorDepth.Depth32Bit; this.imageListUsers.ImageSize = new System.Drawing.Size(16, 16); this.imageListUsers.TransparentColor = System.Drawing.Color.Transparent; // // tabUserDetails // this.tabUserDetails.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.tabUserDetails.Controls.Add(this.tabUserInformation); this.tabUserDetails.Controls.Add(this.tabUserJobs); this.tabUserDetails.Location = new System.Drawing.Point(3, 3); this.tabUserDetails.Name = "tabUserDetails"; this.tabUserDetails.SelectedIndex = 0; this.tabUserDetails.Size = new System.Drawing.Size(496, 501); this.tabUserDetails.TabIndex = 1; // // tabUserInformation // this.tabUserInformation.Controls.Add(this.txtUserName); this.tabUserInformation.Controls.Add(this.txtUserLastActivity); this.tabUserInformation.Controls.Add(this.txtUserRole); this.tabUserInformation.Controls.Add(this.label1); this.tabUserInformation.Controls.Add(this.txtUserEmail); this.tabUserInformation.Controls.Add(this.label2); this.tabUserInformation.Controls.Add(this.txtUserPriority); this.tabUserInformation.Controls.Add(this.label3); this.tabUserInformation.Controls.Add(this.txtUserCalculatedJobs); this.tabUserInformation.Controls.Add(this.label4); this.tabUserInformation.Controls.Add(this.txtUserExecutionTime); this.tabUserInformation.Controls.Add(this.label6); this.tabUserInformation.Controls.Add(this.label8); this.tabUserInformation.Controls.Add(this.label7); this.tabUserInformation.Location = new System.Drawing.Point(4, 22); this.tabUserInformation.Name = "tabUserInformation"; this.tabUserInformation.Padding = new System.Windows.Forms.Padding(3); this.tabUserInformation.Size = new System.Drawing.Size(488, 475); this.tabUserInformation.TabIndex = 0; this.tabUserInformation.Text = "User Information"; this.tabUserInformation.UseVisualStyleBackColor = true; // // txtUserName // this.txtUserName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.txtUserName.Location = new System.Drawing.Point(163, 14); this.txtUserName.Name = "txtUserName"; this.txtUserName.Size = new System.Drawing.Size(319, 20); this.txtUserName.TabIndex = 17; this.txtUserName.Text = "ascheibe"; // // txtUserLastActivity // this.txtUserLastActivity.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.txtUserLastActivity.Location = new System.Drawing.Point(163, 40); this.txtUserLastActivity.Name = "txtUserLastActivity"; this.txtUserLastActivity.Size = new System.Drawing.Size(319, 20); this.txtUserLastActivity.TabIndex = 16; this.txtUserLastActivity.Text = "11.1.2010"; // // txtUserRole // this.txtUserRole.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.txtUserRole.Location = new System.Drawing.Point(163, 66); this.txtUserRole.Name = "txtUserRole"; this.txtUserRole.Size = new System.Drawing.Size(319, 20); this.txtUserRole.TabIndex = 15; this.txtUserRole.Text = "Hive Slave"; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(15, 21); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(58, 13); this.label1.TabIndex = 0; this.label1.Text = "User name"; // // txtUserEmail // this.txtUserEmail.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.txtUserEmail.Location = new System.Drawing.Point(163, 92); this.txtUserEmail.Name = "txtUserEmail"; this.txtUserEmail.Size = new System.Drawing.Size(319, 20); this.txtUserEmail.TabIndex = 14; this.txtUserEmail.Text = "ascheibe@mail.com"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(15, 47); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(64, 13); this.label2.TabIndex = 1; this.label2.Text = "Last Activity"; // // txtUserPriority // this.txtUserPriority.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.txtUserPriority.Location = new System.Drawing.Point(163, 118); this.txtUserPriority.Name = "txtUserPriority"; this.txtUserPriority.Size = new System.Drawing.Size(319, 20); this.txtUserPriority.TabIndex = 13; this.txtUserPriority.Text = "10"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(15, 73); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(29, 13); this.label3.TabIndex = 2; this.label3.Text = "Role"; // // txtUserCalculatedJobs // this.txtUserCalculatedJobs.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.txtUserCalculatedJobs.Location = new System.Drawing.Point(163, 144); this.txtUserCalculatedJobs.Name = "txtUserCalculatedJobs"; this.txtUserCalculatedJobs.Size = new System.Drawing.Size(319, 20); this.txtUserCalculatedJobs.TabIndex = 12; this.txtUserCalculatedJobs.Text = "125"; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(15, 99); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(32, 13); this.label4.TabIndex = 3; this.label4.Text = "Email"; // // txtUserExecutionTime // this.txtUserExecutionTime.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.txtUserExecutionTime.Location = new System.Drawing.Point(163, 170); this.txtUserExecutionTime.Name = "txtUserExecutionTime"; this.txtUserExecutionTime.Size = new System.Drawing.Size(319, 20); this.txtUserExecutionTime.TabIndex = 11; this.txtUserExecutionTime.Text = "15d 3h 5m"; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(15, 125); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(63, 13); this.label6.TabIndex = 8; this.label6.Text = "User Priority"; // // label8 // this.label8.AutoSize = true; this.label8.Location = new System.Drawing.Point(15, 177); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(116, 13); this.label8.TabIndex = 10; this.label8.Text = "Overall Execution Time"; // // label7 // this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(15, 151); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(82, 13); this.label7.TabIndex = 9; this.label7.Text = "Calculated Jobs"; // // tabUserJobs // this.tabUserJobs.Controls.Add(this.updateControl2); this.tabUserJobs.Controls.Add(this.hiveExperimentManagerView); this.tabUserJobs.Location = new System.Drawing.Point(4, 22); this.tabUserJobs.Name = "tabUserJobs"; this.tabUserJobs.Padding = new System.Windows.Forms.Padding(3); this.tabUserJobs.Size = new System.Drawing.Size(488, 475); this.tabUserJobs.TabIndex = 1; this.tabUserJobs.Text = "Experiments"; this.tabUserJobs.UseVisualStyleBackColor = true; // // updateControl2 // this.updateControl2.Location = new System.Drawing.Point(7, 4); this.updateControl2.Name = "updateControl2"; this.updateControl2.Size = new System.Drawing.Size(75, 24); this.updateControl2.TabIndex = 1; this.updateControl2.UpdateAction = null; // // hiveExperimentManagerView // this.hiveExperimentManagerView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.hiveExperimentManagerView.Caption = "HiveExperimentManagerBaseView"; this.hiveExperimentManagerView.Content = null; this.hiveExperimentManagerView.Location = new System.Drawing.Point(4, 26); this.hiveExperimentManagerView.Name = "hiveExperimentManagerView"; this.hiveExperimentManagerView.ReadOnly = false; this.hiveExperimentManagerView.Size = new System.Drawing.Size(484, 449); this.hiveExperimentManagerView.TabIndex = 0; // // tabStatistics // this.tabStatistics.Controls.Add(this.label5); this.tabStatistics.Location = new System.Drawing.Point(4, 22); this.tabStatistics.Name = "tabStatistics"; this.tabStatistics.Padding = new System.Windows.Forms.Padding(3); this.tabStatistics.Size = new System.Drawing.Size(734, 520); this.tabStatistics.TabIndex = 2; this.tabStatistics.Text = "Statistics"; this.tabStatistics.UseVisualStyleBackColor = true; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(141, 221); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(386, 13); this.label5.TabIndex = 0; this.label5.Text = "Show some global statistics, e.g. Overall execution time, nr of calculated jobs, " + "...."; // // HiveAdministrationView // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.tabAdmin); this.Name = "HiveAdministrationView"; this.Size = new System.Drawing.Size(745, 546); this.Load += new System.EventHandler(this.HiveAdministrationView_Load); this.tabAdmin.ResumeLayout(false); this.tabSlaves.ResumeLayout(false); this.tabUsers.ResumeLayout(false); this.splitUsers.Panel1.ResumeLayout(false); this.splitUsers.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.splitUsers)).EndInit(); this.splitUsers.ResumeLayout(false); this.tabUserDetails.ResumeLayout(false); this.tabUserInformation.ResumeLayout(false); this.tabUserInformation.PerformLayout(); this.tabUserJobs.ResumeLayout(false); this.tabStatistics.ResumeLayout(false); this.tabStatistics.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.SplitContainer splitUsers; private System.Windows.Forms.ListView lstUsers; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label4; private System.Windows.Forms.TabPage tabStatistics; private System.Windows.Forms.Label label5; private System.Windows.Forms.Label label8; private System.Windows.Forms.Label label7; private System.Windows.Forms.Label label6; private System.Windows.Forms.TextBox txtUserName; private System.Windows.Forms.TextBox txtUserLastActivity; private System.Windows.Forms.TextBox txtUserRole; private System.Windows.Forms.TextBox txtUserEmail; private System.Windows.Forms.TextBox txtUserPriority; private System.Windows.Forms.TextBox txtUserCalculatedJobs; private System.Windows.Forms.TextBox txtUserExecutionTime; private System.Windows.Forms.TabControl tabUserDetails; private System.Windows.Forms.TabPage tabUserInformation; private System.Windows.Forms.TabPage tabUserJobs; private HiveExperimentManagerView hiveExperimentManagerView; private System.ComponentModel.IContainer components; private System.Windows.Forms.ImageList imageListUsers; private Common.UpdateControl updateControl2; private System.Windows.Forms.TabPage tabSlaves; private ResourcesView resourcesView; } }