#region License Information /* HeuristicLab * Copyright (C) 2002-2018 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 using System; namespace HeuristicLab.Clients.Hive.Administrator.Views { partial class ResourcesView { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } HiveAdminClient.Instance.Refreshing -= new EventHandler(Instance_Refreshing); HiveAdminClient.Instance.Refreshed -= new EventHandler(Instance_Refreshed); Access.AccessClient.Instance.Refreshing -= new EventHandler(AccessClient_Refreshing); Access.AccessClient.Instance.Refreshed -= new EventHandler(AccessClient_Refreshed); base.Dispose(disposing); } #region Component Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); this.imageListSlaveGroups = new System.Windows.Forms.ImageList(this.components); this.splitSlaves = new System.Windows.Forms.SplitContainer(); this.btnRefresh = new System.Windows.Forms.Button(); this.progressBar = new System.Windows.Forms.ProgressBar(); this.btnSave = new System.Windows.Forms.Button(); this.btnRemoveGroup = new System.Windows.Forms.Button(); this.btnAddGroup = new System.Windows.Forms.Button(); this.btnPermissionsSave = new System.Windows.Forms.Button(); this.treeSlaveGroup = new System.Windows.Forms.TreeView(); this.tabSlaveGroup = new System.Windows.Forms.TabControl(); this.tabDetails = new System.Windows.Forms.TabPage(); this.slaveView = new HeuristicLab.Clients.Hive.Administrator.Views.SlaveView(); this.tabSchedule = new System.Windows.Forms.TabPage(); this.scheduleView = new HeuristicLab.Clients.Hive.Administrator.Views.ScheduleView(); this.toolTip = new System.Windows.Forms.ToolTip(this.components); this.tabPermissions = new System.Windows.Forms.TabPage(); this.permissionView = new HeuristicLab.Clients.Access.Views.RefreshableLightweightUserView(); ((System.ComponentModel.ISupportInitialize)(this.splitSlaves)).BeginInit(); this.splitSlaves.Panel1.SuspendLayout(); this.splitSlaves.Panel2.SuspendLayout(); this.splitSlaves.SuspendLayout(); this.tabSlaveGroup.SuspendLayout(); this.tabDetails.SuspendLayout(); this.tabSchedule.SuspendLayout(); this.tabPermissions.SuspendLayout(); this.SuspendLayout(); // // imageListSlaveGroups // this.imageListSlaveGroups.ColorDepth = System.Windows.Forms.ColorDepth.Depth32Bit; this.imageListSlaveGroups.ImageSize = new System.Drawing.Size(16, 16); this.imageListSlaveGroups.TransparentColor = System.Drawing.Color.Transparent; // // splitSlaves // this.splitSlaves.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.splitSlaves.Location = new System.Drawing.Point(3, 3); this.splitSlaves.Name = "splitSlaves"; // // splitSlaves.Panel1 // this.splitSlaves.Panel1.Controls.Add(this.btnRefresh); this.splitSlaves.Panel1.Controls.Add(this.progressBar); this.splitSlaves.Panel1.Controls.Add(this.btnSave); this.splitSlaves.Panel1.Controls.Add(this.btnRemoveGroup); this.splitSlaves.Panel1.Controls.Add(this.btnAddGroup); this.splitSlaves.Panel1.Controls.Add(this.treeSlaveGroup); // // splitSlaves.Panel2 // this.splitSlaves.Panel2.Controls.Add(this.tabSlaveGroup); this.splitSlaves.Size = new System.Drawing.Size(847, 547); this.splitSlaves.SplitterDistance = 249; this.splitSlaves.TabIndex = 3; // // btnRefresh // this.btnRefresh.Image = HeuristicLab.Common.Resources.VSImageLibrary.Refresh; this.btnRefresh.Location = new System.Drawing.Point(3, 3); this.btnRefresh.Name = "btnRefresh"; this.btnRefresh.Size = new System.Drawing.Size(24, 24); this.btnRefresh.TabIndex = 8; this.toolTip.SetToolTip(this.btnRefresh, "Fetch list from server"); this.btnRefresh.UseVisualStyleBackColor = true; this.btnRefresh.Click += new System.EventHandler(this.btnRefresh_Click); // // progressBar // this.progressBar.Location = new System.Drawing.Point(123, 4); this.progressBar.Name = "progressBar"; this.progressBar.Size = new System.Drawing.Size(123, 23); this.progressBar.Style = System.Windows.Forms.ProgressBarStyle.Continuous; this.progressBar.TabIndex = 7; // // btnSave // this.btnSave.Image = HeuristicLab.Common.Resources.VSImageLibrary.PublishToWeb; this.btnSave.Location = new System.Drawing.Point(93, 3); this.btnSave.Name = "btnSave"; this.btnSave.Size = new System.Drawing.Size(24, 24); this.btnSave.TabIndex = 5; this.toolTip.SetToolTip(this.btnSave, "Store slave and group configuration on the server"); this.btnSave.UseVisualStyleBackColor = true; this.btnSave.Click += new System.EventHandler(this.btnSave_Click); // // btnRemoveGroup // this.btnRemoveGroup.Image = HeuristicLab.Common.Resources.VSImageLibrary.Remove; this.btnRemoveGroup.Location = new System.Drawing.Point(63, 3); this.btnRemoveGroup.Name = "btnRemoveGroup"; this.btnRemoveGroup.Size = new System.Drawing.Size(24, 24); this.btnRemoveGroup.TabIndex = 2; this.toolTip.SetToolTip(this.btnRemoveGroup, "Delete a slave or a group"); this.btnRemoveGroup.UseVisualStyleBackColor = true; this.btnRemoveGroup.Click += new System.EventHandler(this.btnRemoveGroup_Click); // // btnAddGroup // this.btnAddGroup.Image = HeuristicLab.Common.Resources.VSImageLibrary.Add; this.btnAddGroup.Location = new System.Drawing.Point(33, 3); this.btnAddGroup.Name = "btnAddGroup"; this.btnAddGroup.Size = new System.Drawing.Size(24, 24); this.btnAddGroup.TabIndex = 1; this.toolTip.SetToolTip(this.btnAddGroup, "Add a new group"); this.btnAddGroup.UseVisualStyleBackColor = true; this.btnAddGroup.Click += new System.EventHandler(this.btnAddGroup_Click); // // treeSlaveGroup // this.treeSlaveGroup.AllowDrop = true; this.treeSlaveGroup.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.treeSlaveGroup.ImageIndex = 0; this.treeSlaveGroup.ImageList = this.imageListSlaveGroups; this.treeSlaveGroup.Location = new System.Drawing.Point(3, 33); this.treeSlaveGroup.Name = "treeSlaveGroup"; this.treeSlaveGroup.SelectedImageIndex = 0; this.treeSlaveGroup.Size = new System.Drawing.Size(243, 511); this.treeSlaveGroup.TabIndex = 0; this.treeSlaveGroup.ItemDrag += new System.Windows.Forms.ItemDragEventHandler(this.treeSlaveGroup_ItemDrag); this.treeSlaveGroup.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeSlaveGroup_AfterSelect); this.treeSlaveGroup.DragDrop += new System.Windows.Forms.DragEventHandler(this.treeSlaveGroup_DragDrop); this.treeSlaveGroup.DragEnter += new System.Windows.Forms.DragEventHandler(this.treeSlaveGroup_DragEnter); this.treeSlaveGroup.DragOver += new System.Windows.Forms.DragEventHandler(this.treeSlaveGroup_DragOver); this.treeSlaveGroup.QueryContinueDrag += new System.Windows.Forms.QueryContinueDragEventHandler(this.treeSlaveGroup_QueryContinueDrag); // // tabSlaveGroup // this.tabSlaveGroup.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.tabSlaveGroup.Controls.Add(this.tabDetails); this.tabSlaveGroup.Controls.Add(this.tabSchedule); this.tabSlaveGroup.Controls.Add(this.tabPermissions); this.tabSlaveGroup.Location = new System.Drawing.Point(3, 3); this.tabSlaveGroup.Name = "tabSlaveGroup"; this.tabSlaveGroup.SelectedIndex = 0; this.tabSlaveGroup.Size = new System.Drawing.Size(585, 541); this.tabSlaveGroup.TabIndex = 1; this.tabSlaveGroup.SelectedIndexChanged += new System.EventHandler(this.tabSlaveGroup_SelectedIndexChanged); // // tabDetails // this.tabDetails.Controls.Add(this.slaveView); this.tabDetails.Location = new System.Drawing.Point(4, 22); this.tabDetails.Name = "tabDetails"; this.tabDetails.Padding = new System.Windows.Forms.Padding(3); this.tabDetails.Size = new System.Drawing.Size(577, 515); this.tabDetails.TabIndex = 0; this.tabDetails.Text = "Details"; this.tabDetails.UseVisualStyleBackColor = true; // // slaveView // this.slaveView.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.slaveView.Caption = "SlaveView"; this.slaveView.Content = null; this.slaveView.Location = new System.Drawing.Point(6, 6); this.slaveView.Name = "slaveView"; this.slaveView.ReadOnly = false; this.slaveView.Size = new System.Drawing.Size(565, 503); this.slaveView.TabIndex = 0; // // tabSchedule // this.tabSchedule.Controls.Add(this.scheduleView); this.tabSchedule.Location = new System.Drawing.Point(4, 22); this.tabSchedule.Name = "tabSchedule"; this.tabSchedule.Padding = new System.Windows.Forms.Padding(3); this.tabSchedule.Size = new System.Drawing.Size(577, 515); this.tabSchedule.TabIndex = 1; this.tabSchedule.Text = "Schedule"; this.tabSchedule.UseVisualStyleBackColor = true; // // scheduleView // this.scheduleView.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.scheduleView.Caption = "ScheduleView"; this.scheduleView.Content = null; this.scheduleView.Location = new System.Drawing.Point(6, 6); this.scheduleView.Name = "scheduleView"; this.scheduleView.ReadOnly = false; this.scheduleView.Size = new System.Drawing.Size(565, 503); this.scheduleView.TabIndex = 0; // // tabPermissions // this.tabPermissions.Controls.Add(this.btnPermissionsSave); this.tabPermissions.Controls.Add(this.permissionView); this.tabPermissions.Location = new System.Drawing.Point(4, 22); this.tabPermissions.Name = "tabPermissions"; this.tabPermissions.Padding = new System.Windows.Forms.Padding(3); this.tabPermissions.Size = new System.Drawing.Size(577, 515); this.tabPermissions.TabIndex = 2; this.tabPermissions.Text = "Permissions"; this.tabPermissions.UseVisualStyleBackColor = true; // // btnPermissionsSave // this.btnPermissionsSave.Enabled = false; this.btnPermissionsSave.Image = HeuristicLab.Common.Resources.VSImageLibrary.PublishToWeb; this.btnPermissionsSave.Location = new System.Drawing.Point(39, 9); this.btnPermissionsSave.Name = "btnPermissionsSave"; this.btnPermissionsSave.Size = new System.Drawing.Size(24, 24); this.btnPermissionsSave.TabIndex = 1; this.toolTip.SetToolTip(this.btnPermissionsSave, "Store slave and group sharing permissions on the server"); this.btnPermissionsSave.UseVisualStyleBackColor = true; this.btnPermissionsSave.Click += new System.EventHandler(this.btnPermissionsSave_Click); // // permissionView // this.permissionView.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.permissionView.Caption = "RefreshableLightweightUser View"; this.permissionView.Content = null; this.permissionView.FetchSelectedUsers = null; this.permissionView.Location = new System.Drawing.Point(6, 6); this.permissionView.Name = "permissionView"; this.permissionView.ReadOnly = false; this.permissionView.Size = new System.Drawing.Size(565, 503); this.permissionView.TabIndex = 0; // // ResourcesView // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit; this.Controls.Add(this.splitSlaves); this.Name = "ResourcesView"; this.Size = new System.Drawing.Size(853, 553); this.Load += new System.EventHandler(this.ResourcesView_Load); this.splitSlaves.Panel1.ResumeLayout(false); this.splitSlaves.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.splitSlaves)).EndInit(); this.splitSlaves.ResumeLayout(false); this.tabSlaveGroup.ResumeLayout(false); this.tabDetails.ResumeLayout(false); this.tabSchedule.ResumeLayout(false); this.tabPermissions.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.SplitContainer splitSlaves; private System.Windows.Forms.Button btnRemoveGroup; private System.Windows.Forms.Button btnAddGroup; private System.Windows.Forms.TreeView treeSlaveGroup; private System.Windows.Forms.TabControl tabSlaveGroup; private System.Windows.Forms.TabPage tabDetails; private System.Windows.Forms.TabPage tabSchedule; private SlaveView slaveView; private System.Windows.Forms.ImageList imageListSlaveGroups; private ScheduleView scheduleView; private System.Windows.Forms.Button btnSave; private System.Windows.Forms.ProgressBar progressBar; private System.Windows.Forms.Button btnRefresh; private System.Windows.Forms.ToolTip toolTip; private System.Windows.Forms.TabPage tabPermissions; private Access.Views.RefreshableLightweightUserView permissionView; private System.Windows.Forms.Button btnPermissionsSave; } }