Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HiveResourcePermissionManagement (trunk integration)/HeuristicLab.Clients.Hive.Administrator/3.3/Views/ResourcesView.Designer.cs @ 7951

Last change on this file since 7951 was 7951, checked in by jkarder, 12 years ago

#1859:

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