Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive.Views/3.4/Administration/ResourcesView.Designer.cs @ 5955

Last change on this file since 5955 was 5676, checked in by ascheibe, 14 years ago

#1233 worked on Administration UI

File size: 14.7 KB
Line 
1#region License Information
2/* HeuristicLab
3 * Copyright (C) 2002-2011 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
22namespace HeuristicLab.Clients.Hive.Views.Administration {
23  partial class ResourcesView {
24    /// <summary>
25    /// Required designer variable.
26    /// </summary>
27    private System.ComponentModel.IContainer components = null;
28
29    /// <summary>
30    /// Clean up any resources being used.
31    /// </summary>
32    /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
33    protected override void Dispose(bool disposing) {
34      if (disposing && (components != null)) {
35        components.Dispose();
36      }
37      base.Dispose(disposing);
38    }
39
40    #region Component Designer generated code
41
42    /// <summary>
43    /// Required method for Designer support - do not modify
44    /// the contents of this method with the code editor.
45    /// </summary>
46    private void InitializeComponent() {
47      this.components = new System.ComponentModel.Container();
48      System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ResourcesView));
49      this.imageListSlaveGroups = new System.Windows.Forms.ImageList(this.components);
50      this.splitSlaves = new System.Windows.Forms.SplitContainer();
51      this.btnSave = new System.Windows.Forms.Button();
52      this.btnRemoveGroup = new System.Windows.Forms.Button();
53      this.btnAddGroup = new System.Windows.Forms.Button();
54      this.treeSlaveGroup = new System.Windows.Forms.TreeView();
55      this.tabSlaveGroup = new System.Windows.Forms.TabControl();
56      this.tabDetails = new System.Windows.Forms.TabPage();
57      this.tabSchedule = new System.Windows.Forms.TabPage();
58      this.tabJobs = new System.Windows.Forms.TabPage();
59      this.updateSlaveGroup = new HeuristicLab.Clients.Hive.Views.Common.UpdateControl();
60      this.slaveView = new HeuristicLab.Clients.Hive.Views.Administration.SlaveView();
61      this.updateScheduleControl = new HeuristicLab.Clients.Hive.Views.Common.UpdateControl();
62      this.scheduleView = new HeuristicLab.Clients.Hive.Views.Administration.ScheduleView();
63      this.updateJobs = new HeuristicLab.Clients.Hive.Views.Common.UpdateControl();
64      this.hiveJobListViewSlaves = new HeuristicLab.Clients.Hive.Views.HiveJobListView();
65      ((System.ComponentModel.ISupportInitialize)(this.splitSlaves)).BeginInit();
66      this.splitSlaves.Panel1.SuspendLayout();
67      this.splitSlaves.Panel2.SuspendLayout();
68      this.splitSlaves.SuspendLayout();
69      this.tabSlaveGroup.SuspendLayout();
70      this.tabDetails.SuspendLayout();
71      this.tabSchedule.SuspendLayout();
72      this.tabJobs.SuspendLayout();
73      this.SuspendLayout();
74      //
75      // imageListSlaveGroups
76      //
77      this.imageListSlaveGroups.ColorDepth = System.Windows.Forms.ColorDepth.Depth32Bit;
78      this.imageListSlaveGroups.ImageSize = new System.Drawing.Size(16, 16);
79      this.imageListSlaveGroups.TransparentColor = System.Drawing.Color.Transparent;
80      //
81      // splitSlaves
82      //
83      this.splitSlaves.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
84                  | System.Windows.Forms.AnchorStyles.Left)
85                  | System.Windows.Forms.AnchorStyles.Right)));
86      this.splitSlaves.Location = new System.Drawing.Point(3, 3);
87      this.splitSlaves.Name = "splitSlaves";
88      //
89      // splitSlaves.Panel1
90      //
91      this.splitSlaves.Panel1.Controls.Add(this.updateSlaveGroup);
92      this.splitSlaves.Panel1.Controls.Add(this.btnSave);
93      this.splitSlaves.Panel1.Controls.Add(this.btnRemoveGroup);
94      this.splitSlaves.Panel1.Controls.Add(this.btnAddGroup);
95      this.splitSlaves.Panel1.Controls.Add(this.treeSlaveGroup);
96      //
97      // splitSlaves.Panel2
98      //
99      this.splitSlaves.Panel2.Controls.Add(this.tabSlaveGroup);
100      this.splitSlaves.Size = new System.Drawing.Size(847, 547);
101      this.splitSlaves.SplitterDistance = 249;
102      this.splitSlaves.TabIndex = 3;
103      //
104      // btnSave
105      //
106      this.btnSave.Image = ((System.Drawing.Image)(resources.GetObject("btnSave.Image")));
107      this.btnSave.Location = new System.Drawing.Point(63, 3);
108      this.btnSave.Name = "btnSave";
109      this.btnSave.Size = new System.Drawing.Size(24, 24);
110      this.btnSave.TabIndex = 5;
111      this.btnSave.UseVisualStyleBackColor = true;
112      this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
113      //
114      // btnRemoveGroup
115      //
116      this.btnRemoveGroup.Image = ((System.Drawing.Image)(resources.GetObject("btnRemoveGroup.Image")));
117      this.btnRemoveGroup.Location = new System.Drawing.Point(33, 3);
118      this.btnRemoveGroup.Name = "btnRemoveGroup";
119      this.btnRemoveGroup.Size = new System.Drawing.Size(24, 24);
120      this.btnRemoveGroup.TabIndex = 2;
121      this.btnRemoveGroup.UseVisualStyleBackColor = true;
122      this.btnRemoveGroup.Click += new System.EventHandler(this.btnRemoveGroup_Click);
123      //
124      // btnAddGroup
125      //
126      this.btnAddGroup.Image = ((System.Drawing.Image)(resources.GetObject("btnAddGroup.Image")));
127      this.btnAddGroup.Location = new System.Drawing.Point(3, 3);
128      this.btnAddGroup.Name = "btnAddGroup";
129      this.btnAddGroup.Size = new System.Drawing.Size(24, 24);
130      this.btnAddGroup.TabIndex = 1;
131      this.btnAddGroup.UseVisualStyleBackColor = true;
132      this.btnAddGroup.Click += new System.EventHandler(this.btnAddGroup_Click);
133      //
134      // treeSlaveGroup
135      //
136      this.treeSlaveGroup.AllowDrop = true;
137      this.treeSlaveGroup.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
138                  | System.Windows.Forms.AnchorStyles.Left)
139                  | System.Windows.Forms.AnchorStyles.Right)));
140      this.treeSlaveGroup.ImageIndex = 0;
141      this.treeSlaveGroup.ImageList = this.imageListSlaveGroups;
142      this.treeSlaveGroup.Location = new System.Drawing.Point(3, 33);
143      this.treeSlaveGroup.Name = "treeSlaveGroup";
144      this.treeSlaveGroup.SelectedImageIndex = 0;
145      this.treeSlaveGroup.Size = new System.Drawing.Size(243, 511);
146      this.treeSlaveGroup.TabIndex = 0;
147      this.treeSlaveGroup.ItemDrag += new System.Windows.Forms.ItemDragEventHandler(this.treeSlaveGroup_ItemDrag);
148      this.treeSlaveGroup.NodeMouseClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.treeSlaveGroup_NodeMouseClick);
149      this.treeSlaveGroup.DragDrop += new System.Windows.Forms.DragEventHandler(this.treeSlaveGroup_DragDrop);
150      this.treeSlaveGroup.DragEnter += new System.Windows.Forms.DragEventHandler(this.treeSlaveGroup_DragEnter);
151      this.treeSlaveGroup.DragOver += new System.Windows.Forms.DragEventHandler(this.treeSlaveGroup_DragOver);
152      this.treeSlaveGroup.QueryContinueDrag += new System.Windows.Forms.QueryContinueDragEventHandler(this.treeSlaveGroup_QueryContinueDrag);
153      //
154      // tabSlaveGroup
155      //
156      this.tabSlaveGroup.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
157                  | System.Windows.Forms.AnchorStyles.Left)
158                  | System.Windows.Forms.AnchorStyles.Right)));
159      this.tabSlaveGroup.Controls.Add(this.tabDetails);
160      this.tabSlaveGroup.Controls.Add(this.tabSchedule);
161      this.tabSlaveGroup.Controls.Add(this.tabJobs);
162      this.tabSlaveGroup.Location = new System.Drawing.Point(3, 3);
163      this.tabSlaveGroup.Name = "tabSlaveGroup";
164      this.tabSlaveGroup.SelectedIndex = 0;
165      this.tabSlaveGroup.Size = new System.Drawing.Size(585, 541);
166      this.tabSlaveGroup.TabIndex = 1;
167      //
168      // tabDetails
169      //
170      this.tabDetails.Controls.Add(this.slaveView);
171      this.tabDetails.Location = new System.Drawing.Point(4, 22);
172      this.tabDetails.Name = "tabDetails";
173      this.tabDetails.Padding = new System.Windows.Forms.Padding(3);
174      this.tabDetails.Size = new System.Drawing.Size(577, 515);
175      this.tabDetails.TabIndex = 0;
176      this.tabDetails.Text = "Details";
177      this.tabDetails.UseVisualStyleBackColor = true;
178      //
179      // tabSchedule
180      //
181      this.tabSchedule.Controls.Add(this.updateScheduleControl);
182      this.tabSchedule.Controls.Add(this.scheduleView);
183      this.tabSchedule.Location = new System.Drawing.Point(4, 22);
184      this.tabSchedule.Name = "tabSchedule";
185      this.tabSchedule.Padding = new System.Windows.Forms.Padding(3);
186      this.tabSchedule.Size = new System.Drawing.Size(577, 515);
187      this.tabSchedule.TabIndex = 1;
188      this.tabSchedule.Text = "Schedule";
189      this.tabSchedule.UseVisualStyleBackColor = true;
190      //
191      // tabJobs
192      //
193      this.tabJobs.Controls.Add(this.updateJobs);
194      this.tabJobs.Controls.Add(this.hiveJobListViewSlaves);
195      this.tabJobs.Location = new System.Drawing.Point(4, 22);
196      this.tabJobs.Name = "tabJobs";
197      this.tabJobs.Padding = new System.Windows.Forms.Padding(3);
198      this.tabJobs.Size = new System.Drawing.Size(577, 515);
199      this.tabJobs.TabIndex = 2;
200      this.tabJobs.Text = "Jobs";
201      this.tabJobs.UseVisualStyleBackColor = true;
202      //
203      // updateSlaveGroup
204      //
205      this.updateSlaveGroup.Location = new System.Drawing.Point(94, 3);
206      this.updateSlaveGroup.Name = "updateSlaveGroup";
207      this.updateSlaveGroup.Size = new System.Drawing.Size(75, 24);
208      this.updateSlaveGroup.TabIndex = 6;
209      this.updateSlaveGroup.UpdateAction = null;
210      //
211      // slaveView
212      //
213      this.slaveView.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | 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(7, 7);
218      this.slaveView.Name = "slaveView";
219      this.slaveView.ReadOnly = false;
220      this.slaveView.Size = new System.Drawing.Size(564, 210);
221      this.slaveView.TabIndex = 0;
222      //
223      // updateScheduleControl
224      //
225      this.updateScheduleControl.Location = new System.Drawing.Point(6, 6);
226      this.updateScheduleControl.Name = "updateScheduleControl";
227      this.updateScheduleControl.Size = new System.Drawing.Size(75, 24);
228      this.updateScheduleControl.TabIndex = 5;
229      this.updateScheduleControl.UpdateAction = null;
230      //
231      // scheduleView
232      //
233      this.scheduleView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
234                  | System.Windows.Forms.AnchorStyles.Left)
235                  | System.Windows.Forms.AnchorStyles.Right)));
236      this.scheduleView.Caption = "ScheduleView";
237      this.scheduleView.Content = null;
238      this.scheduleView.Location = new System.Drawing.Point(3, 36);
239      this.scheduleView.Name = "scheduleView";
240      this.scheduleView.ReadOnly = false;
241      this.scheduleView.ResourceId = new System.Guid("00000000-0000-0000-0000-000000000000");
242      this.scheduleView.Size = new System.Drawing.Size(568, 473);
243      this.scheduleView.TabIndex = 0;
244      //
245      // updateJobs
246      //
247      this.updateJobs.Location = new System.Drawing.Point(7, 3);
248      this.updateJobs.Name = "updateJobs";
249      this.updateJobs.Size = new System.Drawing.Size(75, 24);
250      this.updateJobs.TabIndex = 1;
251      this.updateJobs.UpdateAction = null;
252      //
253      // hiveJobListViewSlaves
254      //
255      this.hiveJobListViewSlaves.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
256                  | System.Windows.Forms.AnchorStyles.Left)
257                  | System.Windows.Forms.AnchorStyles.Right)));
258      this.hiveJobListViewSlaves.Caption = "JobItemList View";
259      this.hiveJobListViewSlaves.Content = null;
260      this.hiveJobListViewSlaves.Location = new System.Drawing.Point(7, 26);
261      this.hiveJobListViewSlaves.Name = "hiveJobListViewSlaves";
262      this.hiveJobListViewSlaves.ReadOnly = false;
263      this.hiveJobListViewSlaves.Size = new System.Drawing.Size(573, 557);
264      this.hiveJobListViewSlaves.TabIndex = 0;
265      //
266      // ResourcesView
267      //
268      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
269      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
270      this.Controls.Add(this.splitSlaves);
271      this.Name = "ResourcesView";
272      this.Size = new System.Drawing.Size(853, 553);
273      this.splitSlaves.Panel1.ResumeLayout(false);
274      this.splitSlaves.Panel2.ResumeLayout(false);
275      ((System.ComponentModel.ISupportInitialize)(this.splitSlaves)).EndInit();
276      this.splitSlaves.ResumeLayout(false);
277      this.tabSlaveGroup.ResumeLayout(false);
278      this.tabDetails.ResumeLayout(false);
279      this.tabSchedule.ResumeLayout(false);
280      this.tabJobs.ResumeLayout(false);
281      this.ResumeLayout(false);
282
283    }
284
285    #endregion
286
287    private System.Windows.Forms.SplitContainer splitSlaves;
288    private System.Windows.Forms.Button btnRemoveGroup;
289    private System.Windows.Forms.Button btnAddGroup;
290    private System.Windows.Forms.TreeView treeSlaveGroup;
291    private System.Windows.Forms.TabControl tabSlaveGroup;
292    private System.Windows.Forms.TabPage tabDetails;
293    private System.Windows.Forms.TabPage tabSchedule;
294    private System.Windows.Forms.TabPage tabJobs;
295    private Common.UpdateControl updateJobs;
296    private HiveJobListView hiveJobListViewSlaves;
297    private SlaveView slaveView;
298    private System.Windows.Forms.ImageList imageListSlaveGroups;
299    private ScheduleView scheduleView;
300    private Common.UpdateControl updateScheduleControl;
301    private System.Windows.Forms.Button btnSave;
302    private Common.UpdateControl updateSlaveGroup;
303  }
304}
Note: See TracBrowser for help on using the repository browser.