Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 6373 was 6373, checked in by cneumuel, 13 years ago

#1233

  • moved ExperimentManager into separate plugin
  • moved Administration into separate plugin
File size: 14.5 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
22using HeuristicLab.Clients.Hive.Administration.Views.Common;
23namespace HeuristicLab.Clients.Hive.Administration.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      System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ResourcesView));
50      this.imageListSlaveGroups = new System.Windows.Forms.ImageList(this.components);
51      this.splitSlaves = new System.Windows.Forms.SplitContainer();
52      this.btnSave = new System.Windows.Forms.Button();
53      this.btnRemoveGroup = new System.Windows.Forms.Button();
54      this.btnAddGroup = new System.Windows.Forms.Button();
55      this.treeSlaveGroup = new System.Windows.Forms.TreeView();
56      this.tabSlaveGroup = new System.Windows.Forms.TabControl();
57      this.tabDetails = new System.Windows.Forms.TabPage();
58      this.tabSchedule = new System.Windows.Forms.TabPage();
59      this.tabJobs = new System.Windows.Forms.TabPage();
60      this.updateSlaveGroup = new UpdateControl();
61      this.slaveView = new SlaveView();
62      this.updateScheduleControl = new UpdateControl();
63      this.scheduleView = new ScheduleView();
64      this.updateJobs = new UpdateControl();
65      this.hiveJobListViewSlaves = new HeuristicLab.Clients.Hive.Views.HiveJobListView();
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.tabJobs.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      // splitSlaves
83      //
84      this.splitSlaves.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
85                  | System.Windows.Forms.AnchorStyles.Left)
86                  | System.Windows.Forms.AnchorStyles.Right)));
87      this.splitSlaves.Location = new System.Drawing.Point(3, 3);
88      this.splitSlaves.Name = "splitSlaves";
89      //
90      // splitSlaves.Panel1
91      //
92      this.splitSlaves.Panel1.Controls.Add(this.updateSlaveGroup);
93      this.splitSlaves.Panel1.Controls.Add(this.btnSave);
94      this.splitSlaves.Panel1.Controls.Add(this.btnRemoveGroup);
95      this.splitSlaves.Panel1.Controls.Add(this.btnAddGroup);
96      this.splitSlaves.Panel1.Controls.Add(this.treeSlaveGroup);
97      //
98      // splitSlaves.Panel2
99      //
100      this.splitSlaves.Panel2.Controls.Add(this.tabSlaveGroup);
101      this.splitSlaves.Size = new System.Drawing.Size(847, 547);
102      this.splitSlaves.SplitterDistance = 249;
103      this.splitSlaves.TabIndex = 3;
104      //
105      // btnSave
106      //
107      this.btnSave.Image = ((System.Drawing.Image)(resources.GetObject("btnSave.Image")));
108      this.btnSave.Location = new System.Drawing.Point(63, 3);
109      this.btnSave.Name = "btnSave";
110      this.btnSave.Size = new System.Drawing.Size(24, 24);
111      this.btnSave.TabIndex = 5;
112      this.btnSave.UseVisualStyleBackColor = true;
113      this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
114      //
115      // btnRemoveGroup
116      //
117      this.btnRemoveGroup.Image = ((System.Drawing.Image)(resources.GetObject("btnRemoveGroup.Image")));
118      this.btnRemoveGroup.Location = new System.Drawing.Point(33, 3);
119      this.btnRemoveGroup.Name = "btnRemoveGroup";
120      this.btnRemoveGroup.Size = new System.Drawing.Size(24, 24);
121      this.btnRemoveGroup.TabIndex = 2;
122      this.btnRemoveGroup.UseVisualStyleBackColor = true;
123      this.btnRemoveGroup.Click += new System.EventHandler(this.btnRemoveGroup_Click);
124      //
125      // btnAddGroup
126      //
127      this.btnAddGroup.Image = ((System.Drawing.Image)(resources.GetObject("btnAddGroup.Image")));
128      this.btnAddGroup.Location = new System.Drawing.Point(3, 3);
129      this.btnAddGroup.Name = "btnAddGroup";
130      this.btnAddGroup.Size = new System.Drawing.Size(24, 24);
131      this.btnAddGroup.TabIndex = 1;
132      this.btnAddGroup.UseVisualStyleBackColor = true;
133      this.btnAddGroup.Click += new System.EventHandler(this.btnAddGroup_Click);
134      //
135      // treeSlaveGroup
136      //
137      this.treeSlaveGroup.AllowDrop = true;
138      this.treeSlaveGroup.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
139                  | System.Windows.Forms.AnchorStyles.Left)
140                  | System.Windows.Forms.AnchorStyles.Right)));
141      this.treeSlaveGroup.ImageIndex = 0;
142      this.treeSlaveGroup.ImageList = this.imageListSlaveGroups;
143      this.treeSlaveGroup.Location = new System.Drawing.Point(3, 33);
144      this.treeSlaveGroup.Name = "treeSlaveGroup";
145      this.treeSlaveGroup.SelectedImageIndex = 0;
146      this.treeSlaveGroup.Size = new System.Drawing.Size(243, 511);
147      this.treeSlaveGroup.TabIndex = 0;
148      this.treeSlaveGroup.ItemDrag += new System.Windows.Forms.ItemDragEventHandler(this.treeSlaveGroup_ItemDrag);
149      this.treeSlaveGroup.NodeMouseClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.treeSlaveGroup_NodeMouseClick);
150      this.treeSlaveGroup.DragDrop += new System.Windows.Forms.DragEventHandler(this.treeSlaveGroup_DragDrop);
151      this.treeSlaveGroup.DragEnter += new System.Windows.Forms.DragEventHandler(this.treeSlaveGroup_DragEnter);
152      this.treeSlaveGroup.DragOver += new System.Windows.Forms.DragEventHandler(this.treeSlaveGroup_DragOver);
153      this.treeSlaveGroup.QueryContinueDrag += new System.Windows.Forms.QueryContinueDragEventHandler(this.treeSlaveGroup_QueryContinueDrag);
154      //
155      // tabSlaveGroup
156      //
157      this.tabSlaveGroup.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.tabSlaveGroup.Controls.Add(this.tabDetails);
161      this.tabSlaveGroup.Controls.Add(this.tabSchedule);
162      this.tabSlaveGroup.Controls.Add(this.tabJobs);
163      this.tabSlaveGroup.Location = new System.Drawing.Point(3, 3);
164      this.tabSlaveGroup.Name = "tabSlaveGroup";
165      this.tabSlaveGroup.SelectedIndex = 0;
166      this.tabSlaveGroup.Size = new System.Drawing.Size(585, 541);
167      this.tabSlaveGroup.TabIndex = 1;
168      //
169      // tabDetails
170      //
171      this.tabDetails.Controls.Add(this.slaveView);
172      this.tabDetails.Location = new System.Drawing.Point(4, 22);
173      this.tabDetails.Name = "tabDetails";
174      this.tabDetails.Padding = new System.Windows.Forms.Padding(3);
175      this.tabDetails.Size = new System.Drawing.Size(577, 515);
176      this.tabDetails.TabIndex = 0;
177      this.tabDetails.Text = "Details";
178      this.tabDetails.UseVisualStyleBackColor = true;
179      //
180      // tabSchedule
181      //
182      this.tabSchedule.Controls.Add(this.updateScheduleControl);
183      this.tabSchedule.Controls.Add(this.scheduleView);
184      this.tabSchedule.Location = new System.Drawing.Point(4, 22);
185      this.tabSchedule.Name = "tabSchedule";
186      this.tabSchedule.Padding = new System.Windows.Forms.Padding(3);
187      this.tabSchedule.Size = new System.Drawing.Size(577, 515);
188      this.tabSchedule.TabIndex = 1;
189      this.tabSchedule.Text = "Schedule";
190      this.tabSchedule.UseVisualStyleBackColor = true;
191      //
192      // tabJobs
193      //
194      this.tabJobs.Controls.Add(this.updateJobs);
195      this.tabJobs.Controls.Add(this.hiveJobListViewSlaves);
196      this.tabJobs.Location = new System.Drawing.Point(4, 22);
197      this.tabJobs.Name = "tabJobs";
198      this.tabJobs.Padding = new System.Windows.Forms.Padding(3);
199      this.tabJobs.Size = new System.Drawing.Size(577, 515);
200      this.tabJobs.TabIndex = 2;
201      this.tabJobs.Text = "Jobs";
202      this.tabJobs.UseVisualStyleBackColor = true;
203      //
204      // updateSlaveGroup
205      //
206      this.updateSlaveGroup.Location = new System.Drawing.Point(94, 3);
207      this.updateSlaveGroup.Name = "updateSlaveGroup";
208      this.updateSlaveGroup.Size = new System.Drawing.Size(75, 24);
209      this.updateSlaveGroup.TabIndex = 6;
210      this.updateSlaveGroup.UpdateAction = null;
211      //
212      // slaveView
213      //
214      this.slaveView.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
215                  | System.Windows.Forms.AnchorStyles.Right)));
216      this.slaveView.Caption = "SlaveView";
217      this.slaveView.Content = null;
218      this.slaveView.Location = new System.Drawing.Point(7, 7);
219      this.slaveView.Name = "slaveView";
220      this.slaveView.ReadOnly = false;
221      this.slaveView.Size = new System.Drawing.Size(564, 210);
222      this.slaveView.TabIndex = 0;
223      //
224      // updateScheduleControl
225      //
226      this.updateScheduleControl.Location = new System.Drawing.Point(6, 6);
227      this.updateScheduleControl.Name = "updateScheduleControl";
228      this.updateScheduleControl.Size = new System.Drawing.Size(75, 24);
229      this.updateScheduleControl.TabIndex = 5;
230      this.updateScheduleControl.UpdateAction = null;
231      //
232      // scheduleView
233      //
234      this.scheduleView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
235                  | System.Windows.Forms.AnchorStyles.Left)
236                  | System.Windows.Forms.AnchorStyles.Right)));
237      this.scheduleView.Caption = "ScheduleView";
238      this.scheduleView.Content = null;
239      this.scheduleView.Location = new System.Drawing.Point(3, 36);
240      this.scheduleView.Name = "scheduleView";
241      this.scheduleView.ReadOnly = false;
242      this.scheduleView.ResourceId = new System.Guid("00000000-0000-0000-0000-000000000000");
243      this.scheduleView.Size = new System.Drawing.Size(568, 473);
244      this.scheduleView.TabIndex = 0;
245      //
246      // updateJobs
247      //
248      this.updateJobs.Location = new System.Drawing.Point(7, 3);
249      this.updateJobs.Name = "updateJobs";
250      this.updateJobs.Size = new System.Drawing.Size(75, 24);
251      this.updateJobs.TabIndex = 1;
252      this.updateJobs.UpdateAction = null;
253      //
254      // hiveJobListViewSlaves
255      //
256      this.hiveJobListViewSlaves.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
257                  | System.Windows.Forms.AnchorStyles.Left)
258                  | System.Windows.Forms.AnchorStyles.Right)));
259      this.hiveJobListViewSlaves.Caption = "JobItemList View";
260      this.hiveJobListViewSlaves.Content = null;
261      this.hiveJobListViewSlaves.Location = new System.Drawing.Point(7, 26);
262      this.hiveJobListViewSlaves.Name = "hiveJobListViewSlaves";
263      this.hiveJobListViewSlaves.ReadOnly = false;
264      this.hiveJobListViewSlaves.Size = new System.Drawing.Size(573, 557);
265      this.hiveJobListViewSlaves.TabIndex = 0;
266      //
267      // ResourcesView
268      //
269      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
270      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
271      this.Controls.Add(this.splitSlaves);
272      this.Name = "ResourcesView";
273      this.Size = new System.Drawing.Size(853, 553);
274      this.splitSlaves.Panel1.ResumeLayout(false);
275      this.splitSlaves.Panel2.ResumeLayout(false);
276      ((System.ComponentModel.ISupportInitialize)(this.splitSlaves)).EndInit();
277      this.splitSlaves.ResumeLayout(false);
278      this.tabSlaveGroup.ResumeLayout(false);
279      this.tabDetails.ResumeLayout(false);
280      this.tabSchedule.ResumeLayout(false);
281      this.tabJobs.ResumeLayout(false);
282      this.ResumeLayout(false);
283
284    }
285
286    #endregion
287
288    private System.Windows.Forms.SplitContainer splitSlaves;
289    private System.Windows.Forms.Button btnRemoveGroup;
290    private System.Windows.Forms.Button btnAddGroup;
291    private System.Windows.Forms.TreeView treeSlaveGroup;
292    private System.Windows.Forms.TabControl tabSlaveGroup;
293    private System.Windows.Forms.TabPage tabDetails;
294    private System.Windows.Forms.TabPage tabSchedule;
295    private System.Windows.Forms.TabPage tabJobs;
296    private UpdateControl updateJobs;
297    private HeuristicLab.Clients.Hive.Views.HiveJobListView hiveJobListViewSlaves;
298    private SlaveView slaveView;
299    private System.Windows.Forms.ImageList imageListSlaveGroups;
300    private ScheduleView scheduleView;
301    private UpdateControl updateScheduleControl;
302    private System.Windows.Forms.Button btnSave;
303    private UpdateControl updateSlaveGroup;
304  }
305}
Note: See TracBrowser for help on using the repository browser.