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 HiveAdministrationView {
|
---|
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.tabAdmin = new System.Windows.Forms.TabControl();
|
---|
48 | this.tabSlaves = new System.Windows.Forms.TabPage();
|
---|
49 | this.splitSlaves = new System.Windows.Forms.SplitContainer();
|
---|
50 | this.treeSlaveGroup = new System.Windows.Forms.TreeView();
|
---|
51 | this.tabSlaveGroup = new System.Windows.Forms.TabControl();
|
---|
52 | this.tabDetails = new System.Windows.Forms.TabPage();
|
---|
53 | this.tabSchedule = new System.Windows.Forms.TabPage();
|
---|
54 | this.tabJobs = new System.Windows.Forms.TabPage();
|
---|
55 | this.tabUsers = new System.Windows.Forms.TabPage();
|
---|
56 | this.splitUsers = new System.Windows.Forms.SplitContainer();
|
---|
57 | this.lstUsers = new System.Windows.Forms.ListView();
|
---|
58 | this.grpUsersInfo = new System.Windows.Forms.GroupBox();
|
---|
59 | this.scheduleControl1 = new HeuristicLab.Clients.Hive.Views.Administration.ScheduleControl();
|
---|
60 | this.hiveJobListViewSlaves = new HeuristicLab.Clients.Hive.Views.HiveJobListView();
|
---|
61 | this.tabAdmin.SuspendLayout();
|
---|
62 | this.tabSlaves.SuspendLayout();
|
---|
63 | ((System.ComponentModel.ISupportInitialize)(this.splitSlaves)).BeginInit();
|
---|
64 | this.splitSlaves.Panel1.SuspendLayout();
|
---|
65 | this.splitSlaves.Panel2.SuspendLayout();
|
---|
66 | this.splitSlaves.SuspendLayout();
|
---|
67 | this.tabSlaveGroup.SuspendLayout();
|
---|
68 | this.tabSchedule.SuspendLayout();
|
---|
69 | this.tabJobs.SuspendLayout();
|
---|
70 | this.tabUsers.SuspendLayout();
|
---|
71 | ((System.ComponentModel.ISupportInitialize)(this.splitUsers)).BeginInit();
|
---|
72 | this.splitUsers.Panel1.SuspendLayout();
|
---|
73 | this.splitUsers.Panel2.SuspendLayout();
|
---|
74 | this.splitUsers.SuspendLayout();
|
---|
75 | this.SuspendLayout();
|
---|
76 | //
|
---|
77 | // tabAdmin
|
---|
78 | //
|
---|
79 | this.tabAdmin.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
80 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
81 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
82 | this.tabAdmin.Controls.Add(this.tabSlaves);
|
---|
83 | this.tabAdmin.Controls.Add(this.tabUsers);
|
---|
84 | this.tabAdmin.Location = new System.Drawing.Point(3, 0);
|
---|
85 | this.tabAdmin.Name = "tabAdmin";
|
---|
86 | this.tabAdmin.SelectedIndex = 0;
|
---|
87 | this.tabAdmin.Size = new System.Drawing.Size(742, 546);
|
---|
88 | this.tabAdmin.TabIndex = 0;
|
---|
89 | //
|
---|
90 | // tabSlaves
|
---|
91 | //
|
---|
92 | this.tabSlaves.Controls.Add(this.splitSlaves);
|
---|
93 | this.tabSlaves.Location = new System.Drawing.Point(4, 22);
|
---|
94 | this.tabSlaves.Name = "tabSlaves";
|
---|
95 | this.tabSlaves.Padding = new System.Windows.Forms.Padding(3);
|
---|
96 | this.tabSlaves.Size = new System.Drawing.Size(734, 520);
|
---|
97 | this.tabSlaves.TabIndex = 0;
|
---|
98 | this.tabSlaves.Text = "Slaves";
|
---|
99 | this.tabSlaves.UseVisualStyleBackColor = true;
|
---|
100 | //
|
---|
101 | // splitSlaves
|
---|
102 | //
|
---|
103 | this.splitSlaves.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
104 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
105 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
106 | this.splitSlaves.Location = new System.Drawing.Point(3, 6);
|
---|
107 | this.splitSlaves.Name = "splitSlaves";
|
---|
108 | //
|
---|
109 | // splitSlaves.Panel1
|
---|
110 | //
|
---|
111 | this.splitSlaves.Panel1.Controls.Add(this.treeSlaveGroup);
|
---|
112 | //
|
---|
113 | // splitSlaves.Panel2
|
---|
114 | //
|
---|
115 | this.splitSlaves.Panel2.Controls.Add(this.tabSlaveGroup);
|
---|
116 | this.splitSlaves.Size = new System.Drawing.Size(725, 508);
|
---|
117 | this.splitSlaves.SplitterDistance = 215;
|
---|
118 | this.splitSlaves.TabIndex = 2;
|
---|
119 | //
|
---|
120 | // treeSlaveGroup
|
---|
121 | //
|
---|
122 | this.treeSlaveGroup.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
123 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
124 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
125 | this.treeSlaveGroup.Location = new System.Drawing.Point(3, 3);
|
---|
126 | this.treeSlaveGroup.Name = "treeSlaveGroup";
|
---|
127 | this.treeSlaveGroup.Size = new System.Drawing.Size(209, 502);
|
---|
128 | this.treeSlaveGroup.TabIndex = 0;
|
---|
129 | //
|
---|
130 | // tabSlaveGroup
|
---|
131 | //
|
---|
132 | this.tabSlaveGroup.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
133 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
134 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
135 | this.tabSlaveGroup.Controls.Add(this.tabDetails);
|
---|
136 | this.tabSlaveGroup.Controls.Add(this.tabSchedule);
|
---|
137 | this.tabSlaveGroup.Controls.Add(this.tabJobs);
|
---|
138 | this.tabSlaveGroup.Location = new System.Drawing.Point(3, 3);
|
---|
139 | this.tabSlaveGroup.Name = "tabSlaveGroup";
|
---|
140 | this.tabSlaveGroup.SelectedIndex = 0;
|
---|
141 | this.tabSlaveGroup.Size = new System.Drawing.Size(500, 502);
|
---|
142 | this.tabSlaveGroup.TabIndex = 1;
|
---|
143 | //
|
---|
144 | // tabDetails
|
---|
145 | //
|
---|
146 | this.tabDetails.Location = new System.Drawing.Point(4, 22);
|
---|
147 | this.tabDetails.Name = "tabDetails";
|
---|
148 | this.tabDetails.Padding = new System.Windows.Forms.Padding(3);
|
---|
149 | this.tabDetails.Size = new System.Drawing.Size(492, 476);
|
---|
150 | this.tabDetails.TabIndex = 0;
|
---|
151 | this.tabDetails.Text = "Details";
|
---|
152 | this.tabDetails.UseVisualStyleBackColor = true;
|
---|
153 | //
|
---|
154 | // tabSchedule
|
---|
155 | //
|
---|
156 | this.tabSchedule.Controls.Add(this.scheduleControl1);
|
---|
157 | this.tabSchedule.Location = new System.Drawing.Point(4, 22);
|
---|
158 | this.tabSchedule.Name = "tabSchedule";
|
---|
159 | this.tabSchedule.Padding = new System.Windows.Forms.Padding(3);
|
---|
160 | this.tabSchedule.Size = new System.Drawing.Size(492, 476);
|
---|
161 | this.tabSchedule.TabIndex = 1;
|
---|
162 | this.tabSchedule.Text = "Schedule";
|
---|
163 | this.tabSchedule.UseVisualStyleBackColor = true;
|
---|
164 | //
|
---|
165 | // tabJobs
|
---|
166 | //
|
---|
167 | this.tabJobs.Controls.Add(this.hiveJobListViewSlaves);
|
---|
168 | this.tabJobs.Location = new System.Drawing.Point(4, 22);
|
---|
169 | this.tabJobs.Name = "tabJobs";
|
---|
170 | this.tabJobs.Padding = new System.Windows.Forms.Padding(3);
|
---|
171 | this.tabJobs.Size = new System.Drawing.Size(492, 476);
|
---|
172 | this.tabJobs.TabIndex = 2;
|
---|
173 | this.tabJobs.Text = "Jobs";
|
---|
174 | this.tabJobs.UseVisualStyleBackColor = true;
|
---|
175 | //
|
---|
176 | // tabUsers
|
---|
177 | //
|
---|
178 | this.tabUsers.Controls.Add(this.splitUsers);
|
---|
179 | this.tabUsers.Location = new System.Drawing.Point(4, 22);
|
---|
180 | this.tabUsers.Name = "tabUsers";
|
---|
181 | this.tabUsers.Padding = new System.Windows.Forms.Padding(3);
|
---|
182 | this.tabUsers.Size = new System.Drawing.Size(734, 520);
|
---|
183 | this.tabUsers.TabIndex = 1;
|
---|
184 | this.tabUsers.Text = "Users";
|
---|
185 | this.tabUsers.UseVisualStyleBackColor = true;
|
---|
186 | //
|
---|
187 | // splitUsers
|
---|
188 | //
|
---|
189 | this.splitUsers.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
190 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
191 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
192 | this.splitUsers.Location = new System.Drawing.Point(6, 6);
|
---|
193 | this.splitUsers.Name = "splitUsers";
|
---|
194 | //
|
---|
195 | // splitUsers.Panel1
|
---|
196 | //
|
---|
197 | this.splitUsers.Panel1.Controls.Add(this.lstUsers);
|
---|
198 | //
|
---|
199 | // splitUsers.Panel2
|
---|
200 | //
|
---|
201 | this.splitUsers.Panel2.Controls.Add(this.grpUsersInfo);
|
---|
202 | this.splitUsers.Size = new System.Drawing.Size(722, 508);
|
---|
203 | this.splitUsers.SplitterDistance = 240;
|
---|
204 | this.splitUsers.TabIndex = 0;
|
---|
205 | //
|
---|
206 | // lstUsers
|
---|
207 | //
|
---|
208 | this.lstUsers.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
209 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
210 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
211 | this.lstUsers.Location = new System.Drawing.Point(3, 3);
|
---|
212 | this.lstUsers.Name = "lstUsers";
|
---|
213 | this.lstUsers.Size = new System.Drawing.Size(234, 502);
|
---|
214 | this.lstUsers.TabIndex = 0;
|
---|
215 | this.lstUsers.UseCompatibleStateImageBehavior = false;
|
---|
216 | //
|
---|
217 | // grpUsersInfo
|
---|
218 | //
|
---|
219 | this.grpUsersInfo.Location = new System.Drawing.Point(4, 4);
|
---|
220 | this.grpUsersInfo.Name = "grpUsersInfo";
|
---|
221 | this.grpUsersInfo.Size = new System.Drawing.Size(474, 504);
|
---|
222 | this.grpUsersInfo.TabIndex = 0;
|
---|
223 | this.grpUsersInfo.TabStop = false;
|
---|
224 | this.grpUsersInfo.Text = "User Information";
|
---|
225 | //
|
---|
226 | // scheduleControl1
|
---|
227 | //
|
---|
228 | this.scheduleControl1.Location = new System.Drawing.Point(7, 7);
|
---|
229 | this.scheduleControl1.Name = "scheduleControl1";
|
---|
230 | this.scheduleControl1.Size = new System.Drawing.Size(862, 562);
|
---|
231 | this.scheduleControl1.TabIndex = 0;
|
---|
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, 7);
|
---|
241 | this.hiveJobListViewSlaves.Name = "hiveJobListViewSlaves";
|
---|
242 | this.hiveJobListViewSlaves.ReadOnly = false;
|
---|
243 | this.hiveJobListViewSlaves.Size = new System.Drawing.Size(499, 463);
|
---|
244 | this.hiveJobListViewSlaves.TabIndex = 0;
|
---|
245 | //
|
---|
246 | // HiveAdministrationView
|
---|
247 | //
|
---|
248 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
249 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
---|
250 | this.Controls.Add(this.tabAdmin);
|
---|
251 | this.Name = "HiveAdministrationView";
|
---|
252 | this.Size = new System.Drawing.Size(745, 546);
|
---|
253 | this.tabAdmin.ResumeLayout(false);
|
---|
254 | this.tabSlaves.ResumeLayout(false);
|
---|
255 | this.splitSlaves.Panel1.ResumeLayout(false);
|
---|
256 | this.splitSlaves.Panel2.ResumeLayout(false);
|
---|
257 | ((System.ComponentModel.ISupportInitialize)(this.splitSlaves)).EndInit();
|
---|
258 | this.splitSlaves.ResumeLayout(false);
|
---|
259 | this.tabSlaveGroup.ResumeLayout(false);
|
---|
260 | this.tabSchedule.ResumeLayout(false);
|
---|
261 | this.tabJobs.ResumeLayout(false);
|
---|
262 | this.tabUsers.ResumeLayout(false);
|
---|
263 | this.splitUsers.Panel1.ResumeLayout(false);
|
---|
264 | this.splitUsers.Panel2.ResumeLayout(false);
|
---|
265 | ((System.ComponentModel.ISupportInitialize)(this.splitUsers)).EndInit();
|
---|
266 | this.splitUsers.ResumeLayout(false);
|
---|
267 | this.ResumeLayout(false);
|
---|
268 |
|
---|
269 | }
|
---|
270 |
|
---|
271 | #endregion
|
---|
272 |
|
---|
273 | private System.Windows.Forms.TabControl tabAdmin;
|
---|
274 | private System.Windows.Forms.TabPage tabSlaves;
|
---|
275 | private System.Windows.Forms.TabPage tabUsers;
|
---|
276 | private System.Windows.Forms.TreeView treeSlaveGroup;
|
---|
277 | private System.Windows.Forms.TabControl tabSlaveGroup;
|
---|
278 | private System.Windows.Forms.TabPage tabDetails;
|
---|
279 | private System.Windows.Forms.TabPage tabSchedule;
|
---|
280 | private System.Windows.Forms.TabPage tabJobs;
|
---|
281 | private System.Windows.Forms.SplitContainer splitSlaves;
|
---|
282 | private ScheduleControl scheduleControl1;
|
---|
283 | private System.Windows.Forms.SplitContainer splitUsers;
|
---|
284 | private System.Windows.Forms.ListView lstUsers;
|
---|
285 | private System.Windows.Forms.GroupBox grpUsersInfo;
|
---|
286 | private HiveJobListView hiveJobListViewSlaves;
|
---|
287 | }
|
---|
288 | }
|
---|