#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 using HeuristicLab.Clients.Hive.Administrator.Views.Common; 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(); } 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(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ResourcesView)); this.imageListSlaveGroups = new System.Windows.Forms.ImageList(this.components); this.splitSlaves = new System.Windows.Forms.SplitContainer(); this.updateSlaveGroup = new HeuristicLab.Clients.Hive.Administrator.Views.Common.UpdateControl(); this.btnSave = new System.Windows.Forms.Button(); this.btnRemoveGroup = new System.Windows.Forms.Button(); this.btnAddGroup = 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.updateScheduleControl = new HeuristicLab.Clients.Hive.Administrator.Views.Common.UpdateControl(); this.scheduleView = new HeuristicLab.Clients.Hive.Administrator.Views.ScheduleView(); ((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.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.updateSlaveGroup); 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; // // updateSlaveGroup // this.updateSlaveGroup.Location = new System.Drawing.Point(94, 3); this.updateSlaveGroup.Name = "updateSlaveGroup"; this.updateSlaveGroup.Size = new System.Drawing.Size(75, 24); this.updateSlaveGroup.TabIndex = 6; this.updateSlaveGroup.UpdateAction = null; // // btnSave // this.btnSave.Image = ((System.Drawing.Image)(resources.GetObject("btnSave.Image"))); this.btnSave.Location = new System.Drawing.Point(63, 3); this.btnSave.Name = "btnSave"; this.btnSave.Size = new System.Drawing.Size(24, 24); this.btnSave.TabIndex = 5; this.btnSave.UseVisualStyleBackColor = true; this.btnSave.Click += new System.EventHandler(this.btnSave_Click); // // btnRemoveGroup // this.btnRemoveGroup.Image = ((System.Drawing.Image)(resources.GetObject("btnRemoveGroup.Image"))); this.btnRemoveGroup.Location = new System.Drawing.Point(33, 3); this.btnRemoveGroup.Name = "btnRemoveGroup"; this.btnRemoveGroup.Size = new System.Drawing.Size(24, 24); this.btnRemoveGroup.TabIndex = 2; this.btnRemoveGroup.UseVisualStyleBackColor = true; this.btnRemoveGroup.Click += new System.EventHandler(this.btnRemoveGroup_Click); // // btnAddGroup // this.btnAddGroup.Image = ((System.Drawing.Image)(resources.GetObject("btnAddGroup.Image"))); this.btnAddGroup.Location = new System.Drawing.Point(3, 3); this.btnAddGroup.Name = "btnAddGroup"; this.btnAddGroup.Size = new System.Drawing.Size(24, 24); this.btnAddGroup.TabIndex = 1; 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.NodeMouseClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.treeSlaveGroup_NodeMouseClick); 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.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.Left) | System.Windows.Forms.AnchorStyles.Right))); this.slaveView.Caption = "SlaveView"; this.slaveView.Content = null; this.slaveView.Location = new System.Drawing.Point(7, 7); this.slaveView.Name = "slaveView"; this.slaveView.ReadOnly = false; this.slaveView.Size = new System.Drawing.Size(564, 210); this.slaveView.TabIndex = 0; // // tabSchedule // this.tabSchedule.Controls.Add(this.updateScheduleControl); 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; // // updateScheduleControl // this.updateScheduleControl.Location = new System.Drawing.Point(6, 6); this.updateScheduleControl.Name = "updateScheduleControl"; this.updateScheduleControl.Size = new System.Drawing.Size(75, 24); this.updateScheduleControl.TabIndex = 5; this.updateScheduleControl.UpdateAction = null; // // 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(3, 36); this.scheduleView.Name = "scheduleView"; this.scheduleView.ReadOnly = false; this.scheduleView.ResourceId = new System.Guid("00000000-0000-0000-0000-000000000000"); this.scheduleView.Size = new System.Drawing.Size(568, 473); this.scheduleView.TabIndex = 0; // // ResourcesView // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.splitSlaves); this.Name = "ResourcesView"; this.Size = new System.Drawing.Size(853, 553); 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.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 UpdateControl updateScheduleControl; private System.Windows.Forms.Button btnSave; private UpdateControl updateSlaveGroup; } }