#region License Information /* HeuristicLab * Copyright (C) 2002-2016 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.Administrator.Views { partial class HiveAdministratorView { private System.Windows.Forms.TabControl tabAdmin; private HeuristicLab.Clients.Hive.Administrator.Views.ResourcesView resourcesView; #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.Administrator.Views.ResourcesView(); this.tabPage1 = new System.Windows.Forms.TabPage(); this.imageListUsers = new System.Windows.Forms.ImageList(this.components); this.projectsView = new HeuristicLab.Clients.Hive.Administrator.Views.ProjectsView(); this.tabAdmin.SuspendLayout(); this.tabSlaves.SuspendLayout(); this.tabPage1.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.tabPage1); 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; // // tabPage1 // this.tabPage1.Controls.Add(this.projectsView); this.tabPage1.Location = new System.Drawing.Point(4, 22); this.tabPage1.Name = "tabPage1"; this.tabPage1.Size = new System.Drawing.Size(734, 520); this.tabPage1.TabIndex = 4; this.tabPage1.Text = "Projects"; this.tabPage1.UseVisualStyleBackColor = true; // // 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; // // projectsView // this.projectsView.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.projectsView.Caption = "Resources View"; this.projectsView.Content = null; this.projectsView.Location = new System.Drawing.Point(0, 0); this.projectsView.Name = "projectsView"; this.projectsView.ReadOnly = false; this.projectsView.Size = new System.Drawing.Size(734, 520); this.projectsView.TabIndex = 0; // // HiveAdministratorView // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit; this.Controls.Add(this.tabAdmin); this.Name = "HiveAdministratorView"; this.Size = new System.Drawing.Size(745, 546); this.tabAdmin.ResumeLayout(false); this.tabSlaves.ResumeLayout(false); this.tabPage1.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.ComponentModel.IContainer components; private System.Windows.Forms.ImageList imageListUsers; private System.Windows.Forms.TabPage tabSlaves; private System.Windows.Forms.TabPage tabPage1; private ProjectsView projectsView; } }