[6976] | 1 | #region License Information
|
---|
| 2 | /* HeuristicLab
|
---|
[7259] | 3 | * Copyright (C) 2002-2012 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
|
---|
[6976] | 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 |
|
---|
| 23 | namespace HeuristicLab.Clients.Hive.Administrator.Views {
|
---|
| 24 | partial class ResourcesView {
|
---|
| 25 | /// <summary>
|
---|
| 26 | /// Required designer variable.
|
---|
| 27 | /// </summary>
|
---|
| 28 | private System.ComponentModel.IContainer components = null;
|
---|
| 29 |
|
---|
| 30 | /// <summary>
|
---|
| 31 | /// Clean up any resources being used.
|
---|
| 32 | /// </summary>
|
---|
| 33 | /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
---|
| 34 | protected override void Dispose(bool disposing) {
|
---|
| 35 | if (disposing && (components != null)) {
|
---|
| 36 | components.Dispose();
|
---|
| 37 | }
|
---|
| 38 | base.Dispose(disposing);
|
---|
| 39 | }
|
---|
| 40 |
|
---|
| 41 | #region Component Designer generated code
|
---|
| 42 |
|
---|
| 43 | /// <summary>
|
---|
| 44 | /// Required method for Designer support - do not modify
|
---|
| 45 | /// the contents of this method with the code editor.
|
---|
| 46 | /// </summary>
|
---|
| 47 | private void InitializeComponent() {
|
---|
| 48 | this.components = new System.ComponentModel.Container();
|
---|
| 49 | this.imageListSlaveGroups = new System.Windows.Forms.ImageList(this.components);
|
---|
| 50 | this.splitSlaves = new System.Windows.Forms.SplitContainer();
|
---|
| 51 | this.btnRefresh = new System.Windows.Forms.Button();
|
---|
| 52 | this.progressBar = new System.Windows.Forms.ProgressBar();
|
---|
| 53 | this.btnSave = new System.Windows.Forms.Button();
|
---|
| 54 | this.btnRemoveGroup = new System.Windows.Forms.Button();
|
---|
| 55 | this.btnAddGroup = new System.Windows.Forms.Button();
|
---|
| 56 | this.treeSlaveGroup = new System.Windows.Forms.TreeView();
|
---|
| 57 | this.tabSlaveGroup = new System.Windows.Forms.TabControl();
|
---|
| 58 | this.tabDetails = new System.Windows.Forms.TabPage();
|
---|
| 59 | this.slaveView = new HeuristicLab.Clients.Hive.Administrator.Views.SlaveView();
|
---|
| 60 | this.tabSchedule = new System.Windows.Forms.TabPage();
|
---|
| 61 | this.scheduleView = new HeuristicLab.Clients.Hive.Administrator.Views.ScheduleView();
|
---|
[7146] | 62 | this.toolTip = new System.Windows.Forms.ToolTip(this.components);
|
---|
[6976] | 63 | ((System.ComponentModel.ISupportInitialize)(this.splitSlaves)).BeginInit();
|
---|
| 64 | this.splitSlaves.Panel1.SuspendLayout();
|
---|
| 65 | this.splitSlaves.Panel2.SuspendLayout();
|
---|
| 66 | this.splitSlaves.SuspendLayout();
|
---|
| 67 | this.tabSlaveGroup.SuspendLayout();
|
---|
| 68 | this.tabDetails.SuspendLayout();
|
---|
| 69 | this.tabSchedule.SuspendLayout();
|
---|
| 70 | this.SuspendLayout();
|
---|
| 71 | //
|
---|
| 72 | // imageListSlaveGroups
|
---|
| 73 | //
|
---|
| 74 | this.imageListSlaveGroups.ColorDepth = System.Windows.Forms.ColorDepth.Depth32Bit;
|
---|
| 75 | this.imageListSlaveGroups.ImageSize = new System.Drawing.Size(16, 16);
|
---|
| 76 | this.imageListSlaveGroups.TransparentColor = System.Drawing.Color.Transparent;
|
---|
| 77 | //
|
---|
| 78 | // splitSlaves
|
---|
| 79 | //
|
---|
| 80 | this.splitSlaves.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
| 81 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 82 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 83 | this.splitSlaves.Location = new System.Drawing.Point(3, 3);
|
---|
| 84 | this.splitSlaves.Name = "splitSlaves";
|
---|
| 85 | //
|
---|
| 86 | // splitSlaves.Panel1
|
---|
| 87 | //
|
---|
| 88 | this.splitSlaves.Panel1.Controls.Add(this.btnRefresh);
|
---|
| 89 | this.splitSlaves.Panel1.Controls.Add(this.progressBar);
|
---|
| 90 | this.splitSlaves.Panel1.Controls.Add(this.btnSave);
|
---|
| 91 | this.splitSlaves.Panel1.Controls.Add(this.btnRemoveGroup);
|
---|
| 92 | this.splitSlaves.Panel1.Controls.Add(this.btnAddGroup);
|
---|
| 93 | this.splitSlaves.Panel1.Controls.Add(this.treeSlaveGroup);
|
---|
| 94 | //
|
---|
| 95 | // splitSlaves.Panel2
|
---|
| 96 | //
|
---|
| 97 | this.splitSlaves.Panel2.Controls.Add(this.tabSlaveGroup);
|
---|
| 98 | this.splitSlaves.Size = new System.Drawing.Size(847, 547);
|
---|
| 99 | this.splitSlaves.SplitterDistance = 249;
|
---|
| 100 | this.splitSlaves.TabIndex = 3;
|
---|
| 101 | //
|
---|
| 102 | // btnRefresh
|
---|
| 103 | //
|
---|
[7257] | 104 | this.btnRefresh.Image = HeuristicLab.Common.Resources.VSImageLibrary.Refresh;
|
---|
[6976] | 105 | this.btnRefresh.Location = new System.Drawing.Point(3, 3);
|
---|
| 106 | this.btnRefresh.Name = "btnRefresh";
|
---|
| 107 | this.btnRefresh.Size = new System.Drawing.Size(24, 24);
|
---|
| 108 | this.btnRefresh.TabIndex = 8;
|
---|
[7146] | 109 | this.toolTip.SetToolTip(this.btnRefresh, "Fetch list from server");
|
---|
[6976] | 110 | this.btnRefresh.UseVisualStyleBackColor = true;
|
---|
| 111 | this.btnRefresh.Click += new System.EventHandler(this.btnRefresh_Click);
|
---|
| 112 | //
|
---|
| 113 | // progressBar
|
---|
| 114 | //
|
---|
| 115 | this.progressBar.Location = new System.Drawing.Point(123, 4);
|
---|
| 116 | this.progressBar.Name = "progressBar";
|
---|
| 117 | this.progressBar.Size = new System.Drawing.Size(123, 23);
|
---|
| 118 | this.progressBar.Style = System.Windows.Forms.ProgressBarStyle.Continuous;
|
---|
| 119 | this.progressBar.TabIndex = 7;
|
---|
| 120 | //
|
---|
| 121 | // btnSave
|
---|
| 122 | //
|
---|
[7257] | 123 | this.btnSave.Image = HeuristicLab.Common.Resources.VSImageLibrary.PublishToWeb;
|
---|
[6976] | 124 | this.btnSave.Location = new System.Drawing.Point(93, 3);
|
---|
| 125 | this.btnSave.Name = "btnSave";
|
---|
| 126 | this.btnSave.Size = new System.Drawing.Size(24, 24);
|
---|
| 127 | this.btnSave.TabIndex = 5;
|
---|
[7146] | 128 | this.toolTip.SetToolTip(this.btnSave, "Store slave and group configuration on the server");
|
---|
[6976] | 129 | this.btnSave.UseVisualStyleBackColor = true;
|
---|
| 130 | this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
|
---|
| 131 | //
|
---|
| 132 | // btnRemoveGroup
|
---|
| 133 | //
|
---|
[7257] | 134 | this.btnRemoveGroup.Image = HeuristicLab.Common.Resources.VSImageLibrary.Remove;
|
---|
[6976] | 135 | this.btnRemoveGroup.Location = new System.Drawing.Point(63, 3);
|
---|
| 136 | this.btnRemoveGroup.Name = "btnRemoveGroup";
|
---|
| 137 | this.btnRemoveGroup.Size = new System.Drawing.Size(24, 24);
|
---|
| 138 | this.btnRemoveGroup.TabIndex = 2;
|
---|
[7146] | 139 | this.toolTip.SetToolTip(this.btnRemoveGroup, "Delete a slave or a group");
|
---|
[6976] | 140 | this.btnRemoveGroup.UseVisualStyleBackColor = true;
|
---|
| 141 | this.btnRemoveGroup.Click += new System.EventHandler(this.btnRemoveGroup_Click);
|
---|
| 142 | //
|
---|
| 143 | // btnAddGroup
|
---|
| 144 | //
|
---|
[7257] | 145 | this.btnAddGroup.Image = HeuristicLab.Common.Resources.VSImageLibrary.Add;
|
---|
[6976] | 146 | this.btnAddGroup.Location = new System.Drawing.Point(33, 3);
|
---|
| 147 | this.btnAddGroup.Name = "btnAddGroup";
|
---|
| 148 | this.btnAddGroup.Size = new System.Drawing.Size(24, 24);
|
---|
| 149 | this.btnAddGroup.TabIndex = 1;
|
---|
[7146] | 150 | this.toolTip.SetToolTip(this.btnAddGroup, "Add a new group");
|
---|
[6976] | 151 | this.btnAddGroup.UseVisualStyleBackColor = true;
|
---|
| 152 | this.btnAddGroup.Click += new System.EventHandler(this.btnAddGroup_Click);
|
---|
| 153 | //
|
---|
| 154 | // treeSlaveGroup
|
---|
| 155 | //
|
---|
| 156 | this.treeSlaveGroup.AllowDrop = true;
|
---|
| 157 | this.treeSlaveGroup.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
| 158 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 159 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 160 | this.treeSlaveGroup.ImageIndex = 0;
|
---|
| 161 | this.treeSlaveGroup.ImageList = this.imageListSlaveGroups;
|
---|
| 162 | this.treeSlaveGroup.Location = new System.Drawing.Point(3, 33);
|
---|
| 163 | this.treeSlaveGroup.Name = "treeSlaveGroup";
|
---|
| 164 | this.treeSlaveGroup.SelectedImageIndex = 0;
|
---|
| 165 | this.treeSlaveGroup.Size = new System.Drawing.Size(243, 511);
|
---|
| 166 | this.treeSlaveGroup.TabIndex = 0;
|
---|
| 167 | this.treeSlaveGroup.ItemDrag += new System.Windows.Forms.ItemDragEventHandler(this.treeSlaveGroup_ItemDrag);
|
---|
| 168 | this.treeSlaveGroup.NodeMouseClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.treeSlaveGroup_NodeMouseClick);
|
---|
| 169 | this.treeSlaveGroup.DragDrop += new System.Windows.Forms.DragEventHandler(this.treeSlaveGroup_DragDrop);
|
---|
| 170 | this.treeSlaveGroup.DragEnter += new System.Windows.Forms.DragEventHandler(this.treeSlaveGroup_DragEnter);
|
---|
| 171 | this.treeSlaveGroup.DragOver += new System.Windows.Forms.DragEventHandler(this.treeSlaveGroup_DragOver);
|
---|
| 172 | this.treeSlaveGroup.QueryContinueDrag += new System.Windows.Forms.QueryContinueDragEventHandler(this.treeSlaveGroup_QueryContinueDrag);
|
---|
| 173 | //
|
---|
| 174 | // tabSlaveGroup
|
---|
| 175 | //
|
---|
| 176 | this.tabSlaveGroup.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
| 177 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 178 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 179 | this.tabSlaveGroup.Controls.Add(this.tabDetails);
|
---|
| 180 | this.tabSlaveGroup.Controls.Add(this.tabSchedule);
|
---|
| 181 | this.tabSlaveGroup.Location = new System.Drawing.Point(3, 3);
|
---|
| 182 | this.tabSlaveGroup.Name = "tabSlaveGroup";
|
---|
| 183 | this.tabSlaveGroup.SelectedIndex = 0;
|
---|
| 184 | this.tabSlaveGroup.Size = new System.Drawing.Size(585, 541);
|
---|
| 185 | this.tabSlaveGroup.TabIndex = 1;
|
---|
| 186 | this.tabSlaveGroup.SelectedIndexChanged += new System.EventHandler(this.tabSlaveGroup_SelectedIndexChanged);
|
---|
| 187 | //
|
---|
| 188 | // tabDetails
|
---|
| 189 | //
|
---|
| 190 | this.tabDetails.Controls.Add(this.slaveView);
|
---|
| 191 | this.tabDetails.Location = new System.Drawing.Point(4, 22);
|
---|
| 192 | this.tabDetails.Name = "tabDetails";
|
---|
| 193 | this.tabDetails.Padding = new System.Windows.Forms.Padding(3);
|
---|
| 194 | this.tabDetails.Size = new System.Drawing.Size(577, 515);
|
---|
| 195 | this.tabDetails.TabIndex = 0;
|
---|
| 196 | this.tabDetails.Text = "Details";
|
---|
| 197 | this.tabDetails.UseVisualStyleBackColor = true;
|
---|
| 198 | //
|
---|
| 199 | // slaveView
|
---|
| 200 | //
|
---|
| 201 | this.slaveView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
| 202 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 203 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 204 | this.slaveView.Caption = "SlaveView";
|
---|
| 205 | this.slaveView.Content = null;
|
---|
| 206 | this.slaveView.Location = new System.Drawing.Point(7, 7);
|
---|
| 207 | this.slaveView.Name = "slaveView";
|
---|
| 208 | this.slaveView.ReadOnly = false;
|
---|
| 209 | this.slaveView.Size = new System.Drawing.Size(564, 502);
|
---|
| 210 | this.slaveView.TabIndex = 0;
|
---|
| 211 | //
|
---|
| 212 | // tabSchedule
|
---|
| 213 | //
|
---|
| 214 | this.tabSchedule.Controls.Add(this.scheduleView);
|
---|
| 215 | this.tabSchedule.Location = new System.Drawing.Point(4, 22);
|
---|
| 216 | this.tabSchedule.Name = "tabSchedule";
|
---|
| 217 | this.tabSchedule.Padding = new System.Windows.Forms.Padding(3);
|
---|
| 218 | this.tabSchedule.Size = new System.Drawing.Size(577, 515);
|
---|
| 219 | this.tabSchedule.TabIndex = 1;
|
---|
| 220 | this.tabSchedule.Text = "Schedule";
|
---|
| 221 | this.tabSchedule.UseVisualStyleBackColor = true;
|
---|
| 222 | //
|
---|
| 223 | // scheduleView
|
---|
| 224 | //
|
---|
| 225 | this.scheduleView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
| 226 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 227 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 228 | this.scheduleView.Caption = "ScheduleView";
|
---|
| 229 | this.scheduleView.Content = null;
|
---|
| 230 | this.scheduleView.Location = new System.Drawing.Point(3, 8);
|
---|
| 231 | this.scheduleView.Name = "scheduleView";
|
---|
| 232 | this.scheduleView.ReadOnly = false;
|
---|
| 233 | this.scheduleView.Size = new System.Drawing.Size(568, 501);
|
---|
| 234 | this.scheduleView.TabIndex = 0;
|
---|
| 235 | //
|
---|
| 236 | // ResourcesView
|
---|
| 237 | //
|
---|
| 238 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
| 239 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
---|
| 240 | this.Controls.Add(this.splitSlaves);
|
---|
| 241 | this.Name = "ResourcesView";
|
---|
| 242 | this.Size = new System.Drawing.Size(853, 553);
|
---|
[6994] | 243 | this.Load += new System.EventHandler(this.ResourcesView_Load);
|
---|
[6976] | 244 | this.splitSlaves.Panel1.ResumeLayout(false);
|
---|
| 245 | this.splitSlaves.Panel2.ResumeLayout(false);
|
---|
| 246 | ((System.ComponentModel.ISupportInitialize)(this.splitSlaves)).EndInit();
|
---|
| 247 | this.splitSlaves.ResumeLayout(false);
|
---|
| 248 | this.tabSlaveGroup.ResumeLayout(false);
|
---|
| 249 | this.tabDetails.ResumeLayout(false);
|
---|
| 250 | this.tabSchedule.ResumeLayout(false);
|
---|
| 251 | this.ResumeLayout(false);
|
---|
| 252 |
|
---|
| 253 | }
|
---|
| 254 |
|
---|
| 255 | #endregion
|
---|
| 256 |
|
---|
| 257 | private System.Windows.Forms.SplitContainer splitSlaves;
|
---|
| 258 | private System.Windows.Forms.Button btnRemoveGroup;
|
---|
| 259 | private System.Windows.Forms.Button btnAddGroup;
|
---|
| 260 | private System.Windows.Forms.TreeView treeSlaveGroup;
|
---|
| 261 | private System.Windows.Forms.TabControl tabSlaveGroup;
|
---|
| 262 | private System.Windows.Forms.TabPage tabDetails;
|
---|
| 263 | private System.Windows.Forms.TabPage tabSchedule;
|
---|
| 264 | private SlaveView slaveView;
|
---|
| 265 | private System.Windows.Forms.ImageList imageListSlaveGroups;
|
---|
| 266 | private ScheduleView scheduleView;
|
---|
| 267 | private System.Windows.Forms.Button btnSave;
|
---|
| 268 | private System.Windows.Forms.ProgressBar progressBar;
|
---|
| 269 | private System.Windows.Forms.Button btnRefresh;
|
---|
[7146] | 270 | private System.Windows.Forms.ToolTip toolTip;
|
---|
[6976] | 271 | }
|
---|
| 272 | }
|
---|