Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Problems.Orienteering/HeuristicLab.Clients.Hive.Administrator/3.3/Views/ResourcesView.Designer.cs @ 11185

Last change on this file since 11185 was 11185, checked in by pfleck, 10 years ago

#2208 merged trunk and updated version info

File size: 15.9 KB
Line 
1#region License Information
2/* HeuristicLab
3 * Copyright (C) 2002-2014 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(Instance_Refreshing);
40      HiveAdminClient.Instance.Refreshed -= new EventHandler(Instance_Refreshed);
41
42      Access.AccessClient.Instance.Refreshing -= new EventHandler(AccessClient_Refreshing);
43      Access.AccessClient.Instance.Refreshed -= new EventHandler(AccessClient_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.progressBar = new System.Windows.Forms.ProgressBar();
59      this.btnSave = new System.Windows.Forms.Button();
60      this.btnRemoveGroup = new System.Windows.Forms.Button();
61      this.btnAddGroup = new System.Windows.Forms.Button();
62      this.btnPermissionsSave = new System.Windows.Forms.Button();
63      this.treeSlaveGroup = new System.Windows.Forms.TreeView();
64      this.tabSlaveGroup = new System.Windows.Forms.TabControl();
65      this.tabDetails = new System.Windows.Forms.TabPage();
66      this.slaveView = new HeuristicLab.Clients.Hive.Administrator.Views.SlaveView();
67      this.tabSchedule = new System.Windows.Forms.TabPage();
68      this.scheduleView = new HeuristicLab.Clients.Hive.Administrator.Views.ScheduleView();
69      this.toolTip = new System.Windows.Forms.ToolTip(this.components);
70      this.tabPermissions = new System.Windows.Forms.TabPage();
71      this.permissionView = new HeuristicLab.Clients.Access.Views.RefreshableLightweightUserView();
72      ((System.ComponentModel.ISupportInitialize)(this.splitSlaves)).BeginInit();
73      this.splitSlaves.Panel1.SuspendLayout();
74      this.splitSlaves.Panel2.SuspendLayout();
75      this.splitSlaves.SuspendLayout();
76      this.tabSlaveGroup.SuspendLayout();
77      this.tabDetails.SuspendLayout();
78      this.tabSchedule.SuspendLayout();
79      this.tabPermissions.SuspendLayout();
80      this.SuspendLayout();
81      //
82      // imageListSlaveGroups
83      //
84      this.imageListSlaveGroups.ColorDepth = System.Windows.Forms.ColorDepth.Depth32Bit;
85      this.imageListSlaveGroups.ImageSize = new System.Drawing.Size(16, 16);
86      this.imageListSlaveGroups.TransparentColor = System.Drawing.Color.Transparent;
87      //
88      // splitSlaves
89      //
90      this.splitSlaves.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
91            | System.Windows.Forms.AnchorStyles.Left)
92            | System.Windows.Forms.AnchorStyles.Right)));
93      this.splitSlaves.Location = new System.Drawing.Point(3, 3);
94      this.splitSlaves.Name = "splitSlaves";
95      //
96      // splitSlaves.Panel1
97      //
98      this.splitSlaves.Panel1.Controls.Add(this.btnRefresh);
99      this.splitSlaves.Panel1.Controls.Add(this.progressBar);
100      this.splitSlaves.Panel1.Controls.Add(this.btnSave);
101      this.splitSlaves.Panel1.Controls.Add(this.btnRemoveGroup);
102      this.splitSlaves.Panel1.Controls.Add(this.btnAddGroup);
103      this.splitSlaves.Panel1.Controls.Add(this.treeSlaveGroup);
104      //
105      // splitSlaves.Panel2
106      //
107      this.splitSlaves.Panel2.Controls.Add(this.tabSlaveGroup);
108      this.splitSlaves.Size = new System.Drawing.Size(847, 547);
109      this.splitSlaves.SplitterDistance = 249;
110      this.splitSlaves.TabIndex = 3;
111      //
112      // btnRefresh
113      //
114      this.btnRefresh.Image = HeuristicLab.Common.Resources.VSImageLibrary.Refresh;
115      this.btnRefresh.Location = new System.Drawing.Point(3, 3);
116      this.btnRefresh.Name = "btnRefresh";
117      this.btnRefresh.Size = new System.Drawing.Size(24, 24);
118      this.btnRefresh.TabIndex = 8;
119      this.toolTip.SetToolTip(this.btnRefresh, "Fetch list from server");
120      this.btnRefresh.UseVisualStyleBackColor = true;
121      this.btnRefresh.Click += new System.EventHandler(this.btnRefresh_Click);
122      //
123      // progressBar
124      //
125      this.progressBar.Location = new System.Drawing.Point(123, 4);
126      this.progressBar.Name = "progressBar";
127      this.progressBar.Size = new System.Drawing.Size(123, 23);
128      this.progressBar.Style = System.Windows.Forms.ProgressBarStyle.Continuous;
129      this.progressBar.TabIndex = 7;
130      //
131      // btnSave
132      //
133      this.btnSave.Image = HeuristicLab.Common.Resources.VSImageLibrary.PublishToWeb;
134      this.btnSave.Location = new System.Drawing.Point(93, 3);
135      this.btnSave.Name = "btnSave";
136      this.btnSave.Size = new System.Drawing.Size(24, 24);
137      this.btnSave.TabIndex = 5;
138      this.toolTip.SetToolTip(this.btnSave, "Store slave and group configuration on the server");
139      this.btnSave.UseVisualStyleBackColor = true;
140      this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
141      //
142      // btnRemoveGroup
143      //
144      this.btnRemoveGroup.Image = HeuristicLab.Common.Resources.VSImageLibrary.Remove;
145      this.btnRemoveGroup.Location = new System.Drawing.Point(63, 3);
146      this.btnRemoveGroup.Name = "btnRemoveGroup";
147      this.btnRemoveGroup.Size = new System.Drawing.Size(24, 24);
148      this.btnRemoveGroup.TabIndex = 2;
149      this.toolTip.SetToolTip(this.btnRemoveGroup, "Delete a slave or a group");
150      this.btnRemoveGroup.UseVisualStyleBackColor = true;
151      this.btnRemoveGroup.Click += new System.EventHandler(this.btnRemoveGroup_Click);
152      //
153      // btnAddGroup
154      //
155      this.btnAddGroup.Image = HeuristicLab.Common.Resources.VSImageLibrary.Add;
156      this.btnAddGroup.Location = new System.Drawing.Point(33, 3);
157      this.btnAddGroup.Name = "btnAddGroup";
158      this.btnAddGroup.Size = new System.Drawing.Size(24, 24);
159      this.btnAddGroup.TabIndex = 1;
160      this.toolTip.SetToolTip(this.btnAddGroup, "Add a new group");
161      this.btnAddGroup.UseVisualStyleBackColor = true;
162      this.btnAddGroup.Click += new System.EventHandler(this.btnAddGroup_Click);
163      //
164      // treeSlaveGroup
165      //
166      this.treeSlaveGroup.AllowDrop = true;
167      this.treeSlaveGroup.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
168            | System.Windows.Forms.AnchorStyles.Left)
169            | System.Windows.Forms.AnchorStyles.Right)));
170      this.treeSlaveGroup.ImageIndex = 0;
171      this.treeSlaveGroup.ImageList = this.imageListSlaveGroups;
172      this.treeSlaveGroup.Location = new System.Drawing.Point(3, 33);
173      this.treeSlaveGroup.Name = "treeSlaveGroup";
174      this.treeSlaveGroup.SelectedImageIndex = 0;
175      this.treeSlaveGroup.Size = new System.Drawing.Size(243, 511);
176      this.treeSlaveGroup.TabIndex = 0;
177      this.treeSlaveGroup.ItemDrag += new System.Windows.Forms.ItemDragEventHandler(this.treeSlaveGroup_ItemDrag);
178      this.treeSlaveGroup.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeSlaveGroup_AfterSelect);
179      this.treeSlaveGroup.DragDrop += new System.Windows.Forms.DragEventHandler(this.treeSlaveGroup_DragDrop);
180      this.treeSlaveGroup.DragEnter += new System.Windows.Forms.DragEventHandler(this.treeSlaveGroup_DragEnter);
181      this.treeSlaveGroup.DragOver += new System.Windows.Forms.DragEventHandler(this.treeSlaveGroup_DragOver);
182      this.treeSlaveGroup.QueryContinueDrag += new System.Windows.Forms.QueryContinueDragEventHandler(this.treeSlaveGroup_QueryContinueDrag);
183      //
184      // tabSlaveGroup
185      //
186      this.tabSlaveGroup.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
187            | System.Windows.Forms.AnchorStyles.Left)
188            | System.Windows.Forms.AnchorStyles.Right)));
189      this.tabSlaveGroup.Controls.Add(this.tabDetails);
190      this.tabSlaveGroup.Controls.Add(this.tabSchedule);
191      this.tabSlaveGroup.Controls.Add(this.tabPermissions);
192      this.tabSlaveGroup.Location = new System.Drawing.Point(3, 3);
193      this.tabSlaveGroup.Name = "tabSlaveGroup";
194      this.tabSlaveGroup.SelectedIndex = 0;
195      this.tabSlaveGroup.Size = new System.Drawing.Size(585, 541);
196      this.tabSlaveGroup.TabIndex = 1;
197      this.tabSlaveGroup.SelectedIndexChanged += new System.EventHandler(this.tabSlaveGroup_SelectedIndexChanged);
198      //
199      // tabDetails
200      //
201      this.tabDetails.Controls.Add(this.slaveView);
202      this.tabDetails.Location = new System.Drawing.Point(4, 22);
203      this.tabDetails.Name = "tabDetails";
204      this.tabDetails.Padding = new System.Windows.Forms.Padding(3);
205      this.tabDetails.Size = new System.Drawing.Size(577, 515);
206      this.tabDetails.TabIndex = 0;
207      this.tabDetails.Text = "Details";
208      this.tabDetails.UseVisualStyleBackColor = true;
209      //
210      // slaveView
211      //
212      this.slaveView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
213            | System.Windows.Forms.AnchorStyles.Left)
214            | System.Windows.Forms.AnchorStyles.Right)));
215      this.slaveView.Caption = "SlaveView";
216      this.slaveView.Content = null;
217      this.slaveView.Location = new System.Drawing.Point(6, 6);
218      this.slaveView.Name = "slaveView";
219      this.slaveView.ReadOnly = false;
220      this.slaveView.Size = new System.Drawing.Size(565, 503);
221      this.slaveView.TabIndex = 0;
222      //
223      // tabSchedule
224      //
225      this.tabSchedule.Controls.Add(this.scheduleView);
226      this.tabSchedule.Location = new System.Drawing.Point(4, 22);
227      this.tabSchedule.Name = "tabSchedule";
228      this.tabSchedule.Padding = new System.Windows.Forms.Padding(3);
229      this.tabSchedule.Size = new System.Drawing.Size(577, 515);
230      this.tabSchedule.TabIndex = 1;
231      this.tabSchedule.Text = "Schedule";
232      this.tabSchedule.UseVisualStyleBackColor = true;
233      //
234      // scheduleView
235      //
236      this.scheduleView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
237            | System.Windows.Forms.AnchorStyles.Left)
238            | System.Windows.Forms.AnchorStyles.Right)));
239      this.scheduleView.Caption = "ScheduleView";
240      this.scheduleView.Content = null;
241      this.scheduleView.Location = new System.Drawing.Point(6, 6);
242      this.scheduleView.Name = "scheduleView";
243      this.scheduleView.ReadOnly = false;
244      this.scheduleView.Size = new System.Drawing.Size(565, 503);
245      this.scheduleView.TabIndex = 0;
246      //
247      // tabPermissions
248      //
249      this.tabPermissions.Controls.Add(this.btnPermissionsSave);
250      this.tabPermissions.Controls.Add(this.permissionView);
251      this.tabPermissions.Location = new System.Drawing.Point(4, 22);
252      this.tabPermissions.Name = "tabPermissions";
253      this.tabPermissions.Padding = new System.Windows.Forms.Padding(3);
254      this.tabPermissions.Size = new System.Drawing.Size(577, 515);
255      this.tabPermissions.TabIndex = 2;
256      this.tabPermissions.Text = "Permissions";
257      this.tabPermissions.UseVisualStyleBackColor = true;
258      //
259      // btnPermissionsSave
260      //
261      this.btnPermissionsSave.Enabled = false;
262      this.btnPermissionsSave.Image = HeuristicLab.Common.Resources.VSImageLibrary.PublishToWeb;
263      this.btnPermissionsSave.Location = new System.Drawing.Point(39, 9);
264      this.btnPermissionsSave.Name = "btnPermissionsSave";
265      this.btnPermissionsSave.Size = new System.Drawing.Size(24, 24);
266      this.btnPermissionsSave.TabIndex = 1;
267      this.toolTip.SetToolTip(this.btnPermissionsSave, "Store slave and group sharing permissions on the server");
268      this.btnPermissionsSave.UseVisualStyleBackColor = true;
269      this.btnPermissionsSave.Click += new System.EventHandler(this.btnPermissionsSave_Click);
270      //
271      // permissionView
272      //
273      this.permissionView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
274            | System.Windows.Forms.AnchorStyles.Left)
275            | System.Windows.Forms.AnchorStyles.Right)));
276      this.permissionView.Caption = "RefreshableLightweightUser View";
277      this.permissionView.Content = null;
278      this.permissionView.FetchSelectedUsers = null;
279      this.permissionView.Location = new System.Drawing.Point(6, 6);
280      this.permissionView.Name = "permissionView";
281      this.permissionView.ReadOnly = false;
282      this.permissionView.Size = new System.Drawing.Size(565, 503);
283      this.permissionView.TabIndex = 0;
284      //
285      // ResourcesView
286      //
287      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
288      this.Controls.Add(this.splitSlaves);
289      this.Name = "ResourcesView";
290      this.Size = new System.Drawing.Size(853, 553);
291      this.Load += new System.EventHandler(this.ResourcesView_Load);
292      this.splitSlaves.Panel1.ResumeLayout(false);
293      this.splitSlaves.Panel2.ResumeLayout(false);
294      ((System.ComponentModel.ISupportInitialize)(this.splitSlaves)).EndInit();
295      this.splitSlaves.ResumeLayout(false);
296      this.tabSlaveGroup.ResumeLayout(false);
297      this.tabDetails.ResumeLayout(false);
298      this.tabSchedule.ResumeLayout(false);
299      this.tabPermissions.ResumeLayout(false);
300      this.ResumeLayout(false);
301
302    }
303
304    #endregion
305
306    private System.Windows.Forms.SplitContainer splitSlaves;
307    private System.Windows.Forms.Button btnRemoveGroup;
308    private System.Windows.Forms.Button btnAddGroup;
309    private System.Windows.Forms.TreeView treeSlaveGroup;
310    private System.Windows.Forms.TabControl tabSlaveGroup;
311    private System.Windows.Forms.TabPage tabDetails;
312    private System.Windows.Forms.TabPage tabSchedule;
313    private SlaveView slaveView;
314    private System.Windows.Forms.ImageList imageListSlaveGroups;
315    private ScheduleView scheduleView;
316    private System.Windows.Forms.Button btnSave;
317    private System.Windows.Forms.ProgressBar progressBar;
318    private System.Windows.Forms.Button btnRefresh;
319    private System.Windows.Forms.ToolTip toolTip;
320    private System.Windows.Forms.TabPage tabPermissions;
321    private Access.Views.RefreshableLightweightUserView permissionView;
322    private System.Windows.Forms.Button btnPermissionsSave;
323  }
324}
Note: See TracBrowser for help on using the repository browser.