Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HiveProjectManagement/HeuristicLab.Clients.Hive.Administrator/3.3/Views/ResourcesView.Designer.cs @ 15412

Last change on this file since 15412 was 15412, checked in by jkarder, 7 years ago

#2839:

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