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 |
|
---|
22 | namespace 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.updateSlaveGroups = new HeuristicLab.Clients.Hive.Views.Common.UpdateControl();
|
---|
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.slaveView = new HeuristicLab.Clients.Hive.Views.Administration.SlaveView();
|
---|
58 | this.tabSchedule = new System.Windows.Forms.TabPage();
|
---|
59 | this.updateScheduleControl = new HeuristicLab.Clients.Hive.Views.Common.UpdateControl();
|
---|
60 | this.scheduleView = new HeuristicLab.Clients.Hive.Views.Administration.ScheduleView();
|
---|
61 | this.tabJobs = new System.Windows.Forms.TabPage();
|
---|
62 | this.updateControl1 = new HeuristicLab.Clients.Hive.Views.Common.UpdateControl();
|
---|
63 | this.hiveJobListViewSlaves = new HeuristicLab.Clients.Hive.Views.HiveJobListView();
|
---|
64 | ((System.ComponentModel.ISupportInitialize)(this.splitSlaves)).BeginInit();
|
---|
65 | this.splitSlaves.Panel1.SuspendLayout();
|
---|
66 | this.splitSlaves.Panel2.SuspendLayout();
|
---|
67 | this.splitSlaves.SuspendLayout();
|
---|
68 | this.tabSlaveGroup.SuspendLayout();
|
---|
69 | this.tabDetails.SuspendLayout();
|
---|
70 | this.tabSchedule.SuspendLayout();
|
---|
71 | this.tabJobs.SuspendLayout();
|
---|
72 | this.SuspendLayout();
|
---|
73 | //
|
---|
74 | // imageListSlaveGroups
|
---|
75 | //
|
---|
76 | this.imageListSlaveGroups.ColorDepth = System.Windows.Forms.ColorDepth.Depth32Bit;
|
---|
77 | this.imageListSlaveGroups.ImageSize = new System.Drawing.Size(16, 16);
|
---|
78 | this.imageListSlaveGroups.TransparentColor = System.Drawing.Color.Transparent;
|
---|
79 | //
|
---|
80 | // splitSlaves
|
---|
81 | //
|
---|
82 | this.splitSlaves.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
83 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
84 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
85 | this.splitSlaves.Location = new System.Drawing.Point(3, 3);
|
---|
86 | this.splitSlaves.Name = "splitSlaves";
|
---|
87 | //
|
---|
88 | // splitSlaves.Panel1
|
---|
89 | //
|
---|
90 | this.splitSlaves.Panel1.Controls.Add(this.updateSlaveGroups);
|
---|
91 | this.splitSlaves.Panel1.Controls.Add(this.btnRemoveGroup);
|
---|
92 | this.splitSlaves.Panel1.Controls.Add(this.btnAddGroup);
|
---|
93 | this.splitSlaves.Panel1.Controls.Add(this.treeSlaveGroup);
|
---|
94 | //
|
---|
95 | // splitSlaves.Panel2
|
---|
96 | //
|
---|
97 | this.splitSlaves.Panel2.Controls.Add(this.tabSlaveGroup);
|
---|
98 | this.splitSlaves.Size = new System.Drawing.Size(847, 547);
|
---|
99 | this.splitSlaves.SplitterDistance = 249;
|
---|
100 | this.splitSlaves.TabIndex = 3;
|
---|
101 | //
|
---|
102 | // updateSlaveGroups
|
---|
103 | //
|
---|
104 | this.updateSlaveGroups.Location = new System.Drawing.Point(63, 3);
|
---|
105 | this.updateSlaveGroups.Name = "updateSlaveGroups";
|
---|
106 | this.updateSlaveGroups.Size = new System.Drawing.Size(75, 24);
|
---|
107 | this.updateSlaveGroups.TabIndex = 4;
|
---|
108 | this.updateSlaveGroups.UpdateAction = null;
|
---|
109 | //
|
---|
110 | // btnRemoveGroup
|
---|
111 | //
|
---|
112 | this.btnRemoveGroup.Image = ((System.Drawing.Image)(resources.GetObject("btnRemoveGroup.Image")));
|
---|
113 | this.btnRemoveGroup.Location = new System.Drawing.Point(33, 3);
|
---|
114 | this.btnRemoveGroup.Name = "btnRemoveGroup";
|
---|
115 | this.btnRemoveGroup.Size = new System.Drawing.Size(24, 24);
|
---|
116 | this.btnRemoveGroup.TabIndex = 2;
|
---|
117 | this.btnRemoveGroup.UseVisualStyleBackColor = true;
|
---|
118 | //
|
---|
119 | // btnAddGroup
|
---|
120 | //
|
---|
121 | this.btnAddGroup.Image = ((System.Drawing.Image)(resources.GetObject("btnAddGroup.Image")));
|
---|
122 | this.btnAddGroup.Location = new System.Drawing.Point(3, 3);
|
---|
123 | this.btnAddGroup.Name = "btnAddGroup";
|
---|
124 | this.btnAddGroup.Size = new System.Drawing.Size(24, 24);
|
---|
125 | this.btnAddGroup.TabIndex = 1;
|
---|
126 | this.btnAddGroup.UseVisualStyleBackColor = true;
|
---|
127 | //
|
---|
128 | // treeSlaveGroup
|
---|
129 | //
|
---|
130 | this.treeSlaveGroup.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
131 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
132 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
133 | this.treeSlaveGroup.ImageIndex = 0;
|
---|
134 | this.treeSlaveGroup.ImageList = this.imageListSlaveGroups;
|
---|
135 | this.treeSlaveGroup.Location = new System.Drawing.Point(3, 33);
|
---|
136 | this.treeSlaveGroup.Name = "treeSlaveGroup";
|
---|
137 | this.treeSlaveGroup.SelectedImageIndex = 0;
|
---|
138 | this.treeSlaveGroup.Size = new System.Drawing.Size(243, 511);
|
---|
139 | this.treeSlaveGroup.TabIndex = 0;
|
---|
140 | this.treeSlaveGroup.NodeMouseClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.treeSlaveGroup_NodeMouseClick);
|
---|
141 | //
|
---|
142 | // tabSlaveGroup
|
---|
143 | //
|
---|
144 | this.tabSlaveGroup.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
145 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
146 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
147 | this.tabSlaveGroup.Controls.Add(this.tabDetails);
|
---|
148 | this.tabSlaveGroup.Controls.Add(this.tabSchedule);
|
---|
149 | this.tabSlaveGroup.Controls.Add(this.tabJobs);
|
---|
150 | this.tabSlaveGroup.Location = new System.Drawing.Point(3, 3);
|
---|
151 | this.tabSlaveGroup.Name = "tabSlaveGroup";
|
---|
152 | this.tabSlaveGroup.SelectedIndex = 0;
|
---|
153 | this.tabSlaveGroup.Size = new System.Drawing.Size(585, 541);
|
---|
154 | this.tabSlaveGroup.TabIndex = 1;
|
---|
155 | //
|
---|
156 | // tabDetails
|
---|
157 | //
|
---|
158 | this.tabDetails.Controls.Add(this.slaveView);
|
---|
159 | this.tabDetails.Location = new System.Drawing.Point(4, 22);
|
---|
160 | this.tabDetails.Name = "tabDetails";
|
---|
161 | this.tabDetails.Padding = new System.Windows.Forms.Padding(3);
|
---|
162 | this.tabDetails.Size = new System.Drawing.Size(577, 515);
|
---|
163 | this.tabDetails.TabIndex = 0;
|
---|
164 | this.tabDetails.Text = "Details";
|
---|
165 | this.tabDetails.UseVisualStyleBackColor = true;
|
---|
166 | //
|
---|
167 | // slaveView
|
---|
168 | //
|
---|
169 | this.slaveView.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
170 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
171 | this.slaveView.Caption = "SlaveView";
|
---|
172 | this.slaveView.Content = null;
|
---|
173 | this.slaveView.Location = new System.Drawing.Point(7, 7);
|
---|
174 | this.slaveView.Name = "slaveView";
|
---|
175 | this.slaveView.ReadOnly = false;
|
---|
176 | this.slaveView.Size = new System.Drawing.Size(564, 210);
|
---|
177 | this.slaveView.TabIndex = 0;
|
---|
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 | // updateScheduleControl
|
---|
192 | //
|
---|
193 | this.updateScheduleControl.Location = new System.Drawing.Point(6, 6);
|
---|
194 | this.updateScheduleControl.Name = "updateScheduleControl";
|
---|
195 | this.updateScheduleControl.Size = new System.Drawing.Size(75, 24);
|
---|
196 | this.updateScheduleControl.TabIndex = 5;
|
---|
197 | this.updateScheduleControl.UpdateAction = null;
|
---|
198 | //
|
---|
199 | // scheduleView
|
---|
200 | //
|
---|
201 | this.scheduleView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
202 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
203 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
204 | this.scheduleView.Caption = "ScheduleView";
|
---|
205 | this.scheduleView.Content = null;
|
---|
206 | this.scheduleView.Location = new System.Drawing.Point(3, 36);
|
---|
207 | this.scheduleView.Name = "scheduleView";
|
---|
208 | this.scheduleView.ReadOnly = false;
|
---|
209 | this.scheduleView.ResourceId = new System.Guid("00000000-0000-0000-0000-000000000000");
|
---|
210 | this.scheduleView.Size = new System.Drawing.Size(568, 473);
|
---|
211 | this.scheduleView.TabIndex = 0;
|
---|
212 | //
|
---|
213 | // tabJobs
|
---|
214 | //
|
---|
215 | this.tabJobs.Controls.Add(this.updateControl1);
|
---|
216 | this.tabJobs.Controls.Add(this.hiveJobListViewSlaves);
|
---|
217 | this.tabJobs.Location = new System.Drawing.Point(4, 22);
|
---|
218 | this.tabJobs.Name = "tabJobs";
|
---|
219 | this.tabJobs.Padding = new System.Windows.Forms.Padding(3);
|
---|
220 | this.tabJobs.Size = new System.Drawing.Size(577, 515);
|
---|
221 | this.tabJobs.TabIndex = 2;
|
---|
222 | this.tabJobs.Text = "Jobs";
|
---|
223 | this.tabJobs.UseVisualStyleBackColor = true;
|
---|
224 | //
|
---|
225 | // updateControl1
|
---|
226 | //
|
---|
227 | this.updateControl1.Location = new System.Drawing.Point(7, 3);
|
---|
228 | this.updateControl1.Name = "updateControl1";
|
---|
229 | this.updateControl1.Size = new System.Drawing.Size(75, 24);
|
---|
230 | this.updateControl1.TabIndex = 1;
|
---|
231 | this.updateControl1.UpdateAction = null;
|
---|
232 | //
|
---|
233 | // hiveJobListViewSlaves
|
---|
234 | //
|
---|
235 | this.hiveJobListViewSlaves.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
236 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
237 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
238 | this.hiveJobListViewSlaves.Caption = "JobItemList View";
|
---|
239 | this.hiveJobListViewSlaves.Content = null;
|
---|
240 | this.hiveJobListViewSlaves.Location = new System.Drawing.Point(7, 26);
|
---|
241 | this.hiveJobListViewSlaves.Name = "hiveJobListViewSlaves";
|
---|
242 | this.hiveJobListViewSlaves.ReadOnly = false;
|
---|
243 | this.hiveJobListViewSlaves.Size = new System.Drawing.Size(573, 557);
|
---|
244 | this.hiveJobListViewSlaves.TabIndex = 0;
|
---|
245 | //
|
---|
246 | // ResourcesView
|
---|
247 | //
|
---|
248 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
249 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
---|
250 | this.Controls.Add(this.splitSlaves);
|
---|
251 | this.Name = "ResourcesView";
|
---|
252 | this.Size = new System.Drawing.Size(853, 553);
|
---|
253 | this.splitSlaves.Panel1.ResumeLayout(false);
|
---|
254 | this.splitSlaves.Panel2.ResumeLayout(false);
|
---|
255 | ((System.ComponentModel.ISupportInitialize)(this.splitSlaves)).EndInit();
|
---|
256 | this.splitSlaves.ResumeLayout(false);
|
---|
257 | this.tabSlaveGroup.ResumeLayout(false);
|
---|
258 | this.tabDetails.ResumeLayout(false);
|
---|
259 | this.tabSchedule.ResumeLayout(false);
|
---|
260 | this.tabJobs.ResumeLayout(false);
|
---|
261 | this.ResumeLayout(false);
|
---|
262 |
|
---|
263 | }
|
---|
264 |
|
---|
265 | #endregion
|
---|
266 |
|
---|
267 | private System.Windows.Forms.SplitContainer splitSlaves;
|
---|
268 | private Common.UpdateControl updateSlaveGroups;
|
---|
269 | private System.Windows.Forms.Button btnRemoveGroup;
|
---|
270 | private System.Windows.Forms.Button btnAddGroup;
|
---|
271 | private System.Windows.Forms.TreeView treeSlaveGroup;
|
---|
272 | private System.Windows.Forms.TabControl tabSlaveGroup;
|
---|
273 | private System.Windows.Forms.TabPage tabDetails;
|
---|
274 | private System.Windows.Forms.TabPage tabSchedule;
|
---|
275 | private System.Windows.Forms.TabPage tabJobs;
|
---|
276 | private Common.UpdateControl updateControl1;
|
---|
277 | private HiveJobListView hiveJobListViewSlaves;
|
---|
278 | private SlaveView slaveView;
|
---|
279 | private System.Windows.Forms.ImageList imageListSlaveGroups;
|
---|
280 | private ScheduleView scheduleView;
|
---|
281 | private Common.UpdateControl updateScheduleControl;
|
---|
282 | }
|
---|
283 | }
|
---|