1 | #region License Information
|
---|
2 | /* HeuristicLab
|
---|
3 | * Copyright (C) 2002-2010 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.Hive.Slave.Console {
|
---|
23 | partial class HiveSlaveConsole {
|
---|
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 Windows Form 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 | HeuristicLab.Calendar.DrawTool drawTool1 = new HeuristicLab.Calendar.DrawTool();
|
---|
49 | System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(HiveSlaveConsole));
|
---|
50 | this.dvOnline = new HeuristicLab.Calendar.DayView();
|
---|
51 | this.tcClientConsole = new System.Windows.Forms.TabControl();
|
---|
52 | this.tpConnection = new System.Windows.Forms.TabPage();
|
---|
53 | this.gbServerConnection = new System.Windows.Forms.GroupBox();
|
---|
54 | this.btn_clientShutdown = new System.Windows.Forms.Button();
|
---|
55 | this.gbJobCommon = new System.Windows.Forms.GroupBox();
|
---|
56 | this.lvJobDetail = new System.Windows.Forms.ListView();
|
---|
57 | this.chJobId = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
---|
58 | this.chSince = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
---|
59 | this.chProgress = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
---|
60 | this.gbCommon = new System.Windows.Forms.GroupBox();
|
---|
61 | this.pbGraph = new System.Windows.Forms.PictureBox();
|
---|
62 | this.lbJobsAborted = new System.Windows.Forms.Label();
|
---|
63 | this.lbJobdone = new System.Windows.Forms.Label();
|
---|
64 | this.lbJobsFetched = new System.Windows.Forms.Label();
|
---|
65 | this.lbGuid = new System.Windows.Forms.Label();
|
---|
66 | this.lbGuidCaption = new System.Windows.Forms.Label();
|
---|
67 | this.lbCs = new System.Windows.Forms.Label();
|
---|
68 | this.lbConnectionStatus = new System.Windows.Forms.Label();
|
---|
69 | this.lbConnectionStatusCaption = new System.Windows.Forms.Label();
|
---|
70 | this.lbJobsAbortedCaption = new System.Windows.Forms.Label();
|
---|
71 | this.lbJobdoneCaption = new System.Windows.Forms.Label();
|
---|
72 | this.lbJobsFetchedCaption = new System.Windows.Forms.Label();
|
---|
73 | this.lbCsCaption = new System.Windows.Forms.Label();
|
---|
74 | this.gbEventLog = new System.Windows.Forms.GroupBox();
|
---|
75 | this.txtLog = new System.Windows.Forms.TextBox();
|
---|
76 | this.tabPage2 = new System.Windows.Forms.TabPage();
|
---|
77 | this.btnUpdateCalender = new System.Windows.Forms.Button();
|
---|
78 | this.btnSaveCal = new System.Windows.Forms.Button();
|
---|
79 | this.groupBox1 = new System.Windows.Forms.GroupBox();
|
---|
80 | this.txttimeTo = new System.Windows.Forms.DateTimePicker();
|
---|
81 | this.txttimeFrom = new System.Windows.Forms.DateTimePicker();
|
---|
82 | this.dtpTo = new System.Windows.Forms.DateTimePicker();
|
---|
83 | this.dtpFrom = new System.Windows.Forms.DateTimePicker();
|
---|
84 | this.chbade = new System.Windows.Forms.CheckBox();
|
---|
85 | this.btnRecurrence = new System.Windows.Forms.Button();
|
---|
86 | this.btbDelete = new System.Windows.Forms.Button();
|
---|
87 | this.label2 = new System.Windows.Forms.Label();
|
---|
88 | this.label1 = new System.Windows.Forms.Label();
|
---|
89 | this.btCreate = new System.Windows.Forms.Button();
|
---|
90 | this.mcOnline = new System.Windows.Forms.MonthCalendar();
|
---|
91 | this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
---|
92 | this.ilEventLog = new System.Windows.Forms.ImageList(this.components);
|
---|
93 | this.tcClientConsole.SuspendLayout();
|
---|
94 | this.tpConnection.SuspendLayout();
|
---|
95 | this.gbServerConnection.SuspendLayout();
|
---|
96 | this.gbJobCommon.SuspendLayout();
|
---|
97 | this.gbCommon.SuspendLayout();
|
---|
98 | ((System.ComponentModel.ISupportInitialize)(this.pbGraph)).BeginInit();
|
---|
99 | this.gbEventLog.SuspendLayout();
|
---|
100 | this.tabPage2.SuspendLayout();
|
---|
101 | this.groupBox1.SuspendLayout();
|
---|
102 | ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
---|
103 | this.SuspendLayout();
|
---|
104 | //
|
---|
105 | // dvOnline
|
---|
106 | //
|
---|
107 | drawTool1.DayView = this.dvOnline;
|
---|
108 | this.dvOnline.ActiveTool = drawTool1;
|
---|
109 | this.dvOnline.AmPmDisplay = false;
|
---|
110 | this.dvOnline.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
111 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
112 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
113 | this.dvOnline.AppointmentDuration = HeuristicLab.Calendar.AppointmentSlotDuration.SixtyMinutes;
|
---|
114 | this.dvOnline.AppointmentHeightMode = HeuristicLab.Calendar.AppHeightDrawMode.TrueHeightAll;
|
---|
115 | this.dvOnline.DayHeadersHeight = 15;
|
---|
116 | this.dvOnline.DaysToShow = 7;
|
---|
117 | this.dvOnline.DrawAllAppBorder = false;
|
---|
118 | this.dvOnline.EnableDurationDisplay = false;
|
---|
119 | this.dvOnline.EnableRoundedCorners = false;
|
---|
120 | this.dvOnline.EnableShadows = false;
|
---|
121 | this.dvOnline.EnableTimeIndicator = false;
|
---|
122 | this.dvOnline.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F);
|
---|
123 | this.dvOnline.Location = new System.Drawing.Point(9, 179);
|
---|
124 | this.dvOnline.MinHalfHourApp = false;
|
---|
125 | this.dvOnline.Name = "dvOnline";
|
---|
126 | this.dvOnline.SelectionEnd = new System.DateTime(((long)(0)));
|
---|
127 | this.dvOnline.SelectionStart = new System.DateTime(((long)(0)));
|
---|
128 | this.dvOnline.Size = new System.Drawing.Size(823, 234);
|
---|
129 | this.dvOnline.StartDate = new System.DateTime(((long)(0)));
|
---|
130 | this.dvOnline.TabIndex = 18;
|
---|
131 | this.dvOnline.OnSelectionChanged += new System.EventHandler<System.EventArgs>(this.dvOnline_OnSelectionChanged);
|
---|
132 | //
|
---|
133 | // tcClientConsole
|
---|
134 | //
|
---|
135 | this.tcClientConsole.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
136 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
137 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
138 | this.tcClientConsole.Controls.Add(this.tpConnection);
|
---|
139 | this.tcClientConsole.Controls.Add(this.tabPage2);
|
---|
140 | this.tcClientConsole.ItemSize = new System.Drawing.Size(410, 21);
|
---|
141 | this.tcClientConsole.Location = new System.Drawing.Point(0, 0);
|
---|
142 | this.tcClientConsole.Name = "tcClientConsole";
|
---|
143 | this.tcClientConsole.SelectedIndex = 0;
|
---|
144 | this.tcClientConsole.Size = new System.Drawing.Size(850, 457);
|
---|
145 | this.tcClientConsole.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
|
---|
146 | this.tcClientConsole.TabIndex = 1;
|
---|
147 | //
|
---|
148 | // tpConnection
|
---|
149 | //
|
---|
150 | this.tpConnection.Controls.Add(this.gbServerConnection);
|
---|
151 | this.tpConnection.Controls.Add(this.gbJobCommon);
|
---|
152 | this.tpConnection.Controls.Add(this.gbCommon);
|
---|
153 | this.tpConnection.Controls.Add(this.gbEventLog);
|
---|
154 | this.tpConnection.Location = new System.Drawing.Point(4, 25);
|
---|
155 | this.tpConnection.Name = "tpConnection";
|
---|
156 | this.tpConnection.Padding = new System.Windows.Forms.Padding(3);
|
---|
157 | this.tpConnection.RightToLeft = System.Windows.Forms.RightToLeft.No;
|
---|
158 | this.tpConnection.Size = new System.Drawing.Size(842, 428);
|
---|
159 | this.tpConnection.TabIndex = 0;
|
---|
160 | this.tpConnection.Text = "Status";
|
---|
161 | this.tpConnection.UseVisualStyleBackColor = true;
|
---|
162 | //
|
---|
163 | // gbServerConnection
|
---|
164 | //
|
---|
165 | this.gbServerConnection.Controls.Add(this.btn_clientShutdown);
|
---|
166 | this.gbServerConnection.Location = new System.Drawing.Point(346, 6);
|
---|
167 | this.gbServerConnection.Name = "gbServerConnection";
|
---|
168 | this.gbServerConnection.Size = new System.Drawing.Size(216, 164);
|
---|
169 | this.gbServerConnection.TabIndex = 15;
|
---|
170 | this.gbServerConnection.TabStop = false;
|
---|
171 | this.gbServerConnection.Text = "Connection";
|
---|
172 | //
|
---|
173 | // btn_clientShutdown
|
---|
174 | //
|
---|
175 | this.btn_clientShutdown.Image = global::HeuristicLab.Hive.Slave.Console.Properties.Resources.exit_48;
|
---|
176 | this.btn_clientShutdown.Location = new System.Drawing.Point(144, 101);
|
---|
177 | this.btn_clientShutdown.Name = "btn_clientShutdown";
|
---|
178 | this.btn_clientShutdown.Size = new System.Drawing.Size(57, 57);
|
---|
179 | this.btn_clientShutdown.TabIndex = 8;
|
---|
180 | this.btn_clientShutdown.UseVisualStyleBackColor = true;
|
---|
181 | this.btn_clientShutdown.Click += new System.EventHandler(this.btn_slaveShutdown_Click);
|
---|
182 |
|
---|
183 | //
|
---|
184 | // gbJobCommon
|
---|
185 | //
|
---|
186 | this.gbJobCommon.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
187 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
188 | this.gbJobCommon.Controls.Add(this.lvJobDetail);
|
---|
189 | this.gbJobCommon.Location = new System.Drawing.Point(568, 6);
|
---|
190 | this.gbJobCommon.Name = "gbJobCommon";
|
---|
191 | this.gbJobCommon.Size = new System.Drawing.Size(269, 164);
|
---|
192 | this.gbJobCommon.TabIndex = 13;
|
---|
193 | this.gbJobCommon.TabStop = false;
|
---|
194 | this.gbJobCommon.Text = "Jobs detail";
|
---|
195 | //
|
---|
196 | // lvJobDetail
|
---|
197 | //
|
---|
198 | this.lvJobDetail.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
|
---|
199 | this.chJobId,
|
---|
200 | this.chSince,
|
---|
201 | this.chProgress});
|
---|
202 | this.lvJobDetail.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
203 | this.lvJobDetail.FullRowSelect = true;
|
---|
204 | this.lvJobDetail.GridLines = true;
|
---|
205 | this.lvJobDetail.Location = new System.Drawing.Point(3, 16);
|
---|
206 | this.lvJobDetail.Name = "lvJobDetail";
|
---|
207 | this.lvJobDetail.Size = new System.Drawing.Size(263, 145);
|
---|
208 | this.lvJobDetail.TabIndex = 0;
|
---|
209 | this.lvJobDetail.UseCompatibleStateImageBehavior = false;
|
---|
210 | this.lvJobDetail.View = System.Windows.Forms.View.Details;
|
---|
211 | //
|
---|
212 | // chJobId
|
---|
213 | //
|
---|
214 | this.chJobId.Text = "ID";
|
---|
215 | //
|
---|
216 | // chSince
|
---|
217 | //
|
---|
218 | this.chSince.Text = "Since";
|
---|
219 | this.chSince.Width = 120;
|
---|
220 | //
|
---|
221 | // chProgress
|
---|
222 | //
|
---|
223 | this.chProgress.Text = "Progress";
|
---|
224 | //
|
---|
225 | // gbCommon
|
---|
226 | //
|
---|
227 | this.gbCommon.Controls.Add(this.pbGraph);
|
---|
228 | this.gbCommon.Controls.Add(this.lbJobsAborted);
|
---|
229 | this.gbCommon.Controls.Add(this.lbJobdone);
|
---|
230 | this.gbCommon.Controls.Add(this.lbJobsFetched);
|
---|
231 | this.gbCommon.Controls.Add(this.lbGuid);
|
---|
232 | this.gbCommon.Controls.Add(this.lbGuidCaption);
|
---|
233 | this.gbCommon.Controls.Add(this.lbCs);
|
---|
234 | this.gbCommon.Controls.Add(this.lbConnectionStatus);
|
---|
235 | this.gbCommon.Controls.Add(this.lbConnectionStatusCaption);
|
---|
236 | this.gbCommon.Controls.Add(this.lbJobsAbortedCaption);
|
---|
237 | this.gbCommon.Controls.Add(this.lbJobdoneCaption);
|
---|
238 | this.gbCommon.Controls.Add(this.lbJobsFetchedCaption);
|
---|
239 | this.gbCommon.Controls.Add(this.lbCsCaption);
|
---|
240 | this.gbCommon.Location = new System.Drawing.Point(8, 6);
|
---|
241 | this.gbCommon.Name = "gbCommon";
|
---|
242 | this.gbCommon.Size = new System.Drawing.Size(332, 164);
|
---|
243 | this.gbCommon.TabIndex = 14;
|
---|
244 | this.gbCommon.TabStop = false;
|
---|
245 | this.gbCommon.Text = "Common";
|
---|
246 | //
|
---|
247 | // pbGraph
|
---|
248 | //
|
---|
249 | this.pbGraph.Location = new System.Drawing.Point(211, 42);
|
---|
250 | this.pbGraph.Name = "pbGraph";
|
---|
251 | this.pbGraph.Size = new System.Drawing.Size(112, 108);
|
---|
252 | this.pbGraph.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
---|
253 | this.pbGraph.TabIndex = 21;
|
---|
254 | this.pbGraph.TabStop = false;
|
---|
255 | //
|
---|
256 | // lbJobsAborted
|
---|
257 | //
|
---|
258 | this.lbJobsAborted.AutoSize = true;
|
---|
259 | this.lbJobsAborted.Location = new System.Drawing.Point(74, 137);
|
---|
260 | this.lbJobsAborted.Name = "lbJobsAborted";
|
---|
261 | this.lbJobsAborted.Size = new System.Drawing.Size(50, 13);
|
---|
262 | this.lbJobsAborted.TabIndex = 20;
|
---|
263 | this.lbJobsAborted.Text = "loading...";
|
---|
264 | //
|
---|
265 | // lbJobdone
|
---|
266 | //
|
---|
267 | this.lbJobdone.AutoSize = true;
|
---|
268 | this.lbJobdone.Location = new System.Drawing.Point(62, 114);
|
---|
269 | this.lbJobdone.Name = "lbJobdone";
|
---|
270 | this.lbJobdone.Size = new System.Drawing.Size(50, 13);
|
---|
271 | this.lbJobdone.TabIndex = 19;
|
---|
272 | this.lbJobdone.Text = "loading...";
|
---|
273 | //
|
---|
274 | // lbJobsFetched
|
---|
275 | //
|
---|
276 | this.lbJobsFetched.AutoSize = true;
|
---|
277 | this.lbJobsFetched.Location = new System.Drawing.Point(74, 90);
|
---|
278 | this.lbJobsFetched.Name = "lbJobsFetched";
|
---|
279 | this.lbJobsFetched.Size = new System.Drawing.Size(50, 13);
|
---|
280 | this.lbJobsFetched.TabIndex = 18;
|
---|
281 | this.lbJobsFetched.Text = "loading...";
|
---|
282 | //
|
---|
283 | // lbGuid
|
---|
284 | //
|
---|
285 | this.lbGuid.AutoSize = true;
|
---|
286 | this.lbGuid.Location = new System.Drawing.Point(41, 16);
|
---|
287 | this.lbGuid.Name = "lbGuid";
|
---|
288 | this.lbGuid.Size = new System.Drawing.Size(50, 13);
|
---|
289 | this.lbGuid.TabIndex = 15;
|
---|
290 | this.lbGuid.Text = "loading...";
|
---|
291 | //
|
---|
292 | // lbGuidCaption
|
---|
293 | //
|
---|
294 | this.lbGuidCaption.AutoSize = true;
|
---|
295 | this.lbGuidCaption.Location = new System.Drawing.Point(9, 16);
|
---|
296 | this.lbGuidCaption.Name = "lbGuidCaption";
|
---|
297 | this.lbGuidCaption.Size = new System.Drawing.Size(37, 13);
|
---|
298 | this.lbGuidCaption.TabIndex = 8;
|
---|
299 | this.lbGuidCaption.Text = "GUID:";
|
---|
300 | //
|
---|
301 | // lbCs
|
---|
302 | //
|
---|
303 | this.lbCs.AutoSize = true;
|
---|
304 | this.lbCs.Location = new System.Drawing.Point(94, 40);
|
---|
305 | this.lbCs.Name = "lbCs";
|
---|
306 | this.lbCs.Size = new System.Drawing.Size(50, 13);
|
---|
307 | this.lbCs.TabIndex = 17;
|
---|
308 | this.lbCs.Text = "loading...";
|
---|
309 | //
|
---|
310 | // lbConnectionStatus
|
---|
311 | //
|
---|
312 | this.lbConnectionStatus.AutoSize = true;
|
---|
313 | this.lbConnectionStatus.Location = new System.Drawing.Point(97, 66);
|
---|
314 | this.lbConnectionStatus.Name = "lbConnectionStatus";
|
---|
315 | this.lbConnectionStatus.Size = new System.Drawing.Size(50, 13);
|
---|
316 | this.lbConnectionStatus.TabIndex = 16;
|
---|
317 | this.lbConnectionStatus.Text = "loading...";
|
---|
318 | //
|
---|
319 | // lbConnectionStatusCaption
|
---|
320 | //
|
---|
321 | this.lbConnectionStatusCaption.AutoSize = true;
|
---|
322 | this.lbConnectionStatusCaption.Location = new System.Drawing.Point(9, 66);
|
---|
323 | this.lbConnectionStatusCaption.Name = "lbConnectionStatusCaption";
|
---|
324 | this.lbConnectionStatusCaption.Size = new System.Drawing.Size(93, 13);
|
---|
325 | this.lbConnectionStatusCaption.TabIndex = 13;
|
---|
326 | this.lbConnectionStatusCaption.Text = "Connected status:";
|
---|
327 | //
|
---|
328 | // lbJobsAbortedCaption
|
---|
329 | //
|
---|
330 | this.lbJobsAbortedCaption.AutoSize = true;
|
---|
331 | this.lbJobsAbortedCaption.Location = new System.Drawing.Point(8, 137);
|
---|
332 | this.lbJobsAbortedCaption.Name = "lbJobsAbortedCaption";
|
---|
333 | this.lbJobsAbortedCaption.Size = new System.Drawing.Size(71, 13);
|
---|
334 | this.lbJobsAbortedCaption.TabIndex = 11;
|
---|
335 | this.lbJobsAbortedCaption.Text = "Jobs aborted:";
|
---|
336 | //
|
---|
337 | // lbJobdoneCaption
|
---|
338 | //
|
---|
339 | this.lbJobdoneCaption.AutoSize = true;
|
---|
340 | this.lbJobdoneCaption.Location = new System.Drawing.Point(9, 114);
|
---|
341 | this.lbJobdoneCaption.Name = "lbJobdoneCaption";
|
---|
342 | this.lbJobdoneCaption.Size = new System.Drawing.Size(59, 13);
|
---|
343 | this.lbJobdoneCaption.TabIndex = 10;
|
---|
344 | this.lbJobdoneCaption.Text = "Jobs done:";
|
---|
345 | //
|
---|
346 | // lbJobsFetchedCaption
|
---|
347 | //
|
---|
348 | this.lbJobsFetchedCaption.AutoSize = true;
|
---|
349 | this.lbJobsFetchedCaption.Location = new System.Drawing.Point(9, 90);
|
---|
350 | this.lbJobsFetchedCaption.Name = "lbJobsFetchedCaption";
|
---|
351 | this.lbJobsFetchedCaption.Size = new System.Drawing.Size(71, 13);
|
---|
352 | this.lbJobsFetchedCaption.TabIndex = 12;
|
---|
353 | this.lbJobsFetchedCaption.Text = "Jobs fetched:";
|
---|
354 | //
|
---|
355 | // lbCsCaption
|
---|
356 | //
|
---|
357 | this.lbCsCaption.AutoSize = true;
|
---|
358 | this.lbCsCaption.Location = new System.Drawing.Point(9, 40);
|
---|
359 | this.lbCsCaption.Name = "lbCsCaption";
|
---|
360 | this.lbCsCaption.Size = new System.Drawing.Size(90, 13);
|
---|
361 | this.lbCsCaption.TabIndex = 9;
|
---|
362 | this.lbCsCaption.Text = "Connected since:";
|
---|
363 | //
|
---|
364 | // gbEventLog
|
---|
365 | //
|
---|
366 | this.gbEventLog.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
367 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
368 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
369 | this.gbEventLog.Controls.Add(this.txtLog);
|
---|
370 | this.gbEventLog.Location = new System.Drawing.Point(7, 176);
|
---|
371 | this.gbEventLog.Name = "gbEventLog";
|
---|
372 | this.gbEventLog.Size = new System.Drawing.Size(830, 249);
|
---|
373 | this.gbEventLog.TabIndex = 7;
|
---|
374 | this.gbEventLog.TabStop = false;
|
---|
375 | this.gbEventLog.Text = "Log";
|
---|
376 | //
|
---|
377 | // txtLog
|
---|
378 | //
|
---|
379 | this.txtLog.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
380 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
381 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
382 | this.txtLog.Location = new System.Drawing.Point(6, 19);
|
---|
383 | this.txtLog.Multiline = true;
|
---|
384 | this.txtLog.Name = "txtLog";
|
---|
385 | this.txtLog.ReadOnly = true;
|
---|
386 | this.txtLog.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
|
---|
387 | this.txtLog.Size = new System.Drawing.Size(818, 224);
|
---|
388 | this.txtLog.TabIndex = 0;
|
---|
389 | //
|
---|
390 | // tabPage2
|
---|
391 | //
|
---|
392 | this.tabPage2.Controls.Add(this.btnUpdateCalender);
|
---|
393 | this.tabPage2.Controls.Add(this.btnSaveCal);
|
---|
394 | this.tabPage2.Controls.Add(this.groupBox1);
|
---|
395 | this.tabPage2.Controls.Add(this.mcOnline);
|
---|
396 | this.tabPage2.Controls.Add(this.dvOnline);
|
---|
397 | this.tabPage2.Controls.Add(this.pictureBox1);
|
---|
398 | this.tabPage2.Location = new System.Drawing.Point(4, 25);
|
---|
399 | this.tabPage2.Name = "tabPage2";
|
---|
400 | this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
|
---|
401 | this.tabPage2.Size = new System.Drawing.Size(842, 428);
|
---|
402 | this.tabPage2.TabIndex = 1;
|
---|
403 | this.tabPage2.Text = "Schedule";
|
---|
404 | this.tabPage2.UseVisualStyleBackColor = true;
|
---|
405 | //
|
---|
406 | // btnUpdateCalender
|
---|
407 | //
|
---|
408 | this.btnUpdateCalender.Location = new System.Drawing.Point(633, 136);
|
---|
409 | this.btnUpdateCalender.Name = "btnUpdateCalender";
|
---|
410 | this.btnUpdateCalender.Size = new System.Drawing.Size(199, 26);
|
---|
411 | this.btnUpdateCalender.TabIndex = 42;
|
---|
412 | this.btnUpdateCalender.Text = "Update Calender";
|
---|
413 | this.btnUpdateCalender.UseVisualStyleBackColor = true;
|
---|
414 | this.btnUpdateCalender.Click += new System.EventHandler(this.btnUpdateCalender_Click);
|
---|
415 | //
|
---|
416 | // btnSaveCal
|
---|
417 | //
|
---|
418 | this.btnSaveCal.Location = new System.Drawing.Point(633, 100);
|
---|
419 | this.btnSaveCal.Name = "btnSaveCal";
|
---|
420 | this.btnSaveCal.Size = new System.Drawing.Size(199, 25);
|
---|
421 | this.btnSaveCal.TabIndex = 41;
|
---|
422 | this.btnSaveCal.Text = "Save Calender";
|
---|
423 | this.btnSaveCal.UseVisualStyleBackColor = true;
|
---|
424 | this.btnSaveCal.Click += new System.EventHandler(this.btnSaveCal_Click);
|
---|
425 | //
|
---|
426 | // groupBox1
|
---|
427 | //
|
---|
428 | this.groupBox1.Controls.Add(this.txttimeTo);
|
---|
429 | this.groupBox1.Controls.Add(this.txttimeFrom);
|
---|
430 | this.groupBox1.Controls.Add(this.dtpTo);
|
---|
431 | this.groupBox1.Controls.Add(this.dtpFrom);
|
---|
432 | this.groupBox1.Controls.Add(this.chbade);
|
---|
433 | this.groupBox1.Controls.Add(this.btnRecurrence);
|
---|
434 | this.groupBox1.Controls.Add(this.btbDelete);
|
---|
435 | this.groupBox1.Controls.Add(this.label2);
|
---|
436 | this.groupBox1.Controls.Add(this.label1);
|
---|
437 | this.groupBox1.Controls.Add(this.btCreate);
|
---|
438 | this.groupBox1.Location = new System.Drawing.Point(373, 7);
|
---|
439 | this.groupBox1.Name = "groupBox1";
|
---|
440 | this.groupBox1.Size = new System.Drawing.Size(254, 161);
|
---|
441 | this.groupBox1.TabIndex = 21;
|
---|
442 | this.groupBox1.TabStop = false;
|
---|
443 | //
|
---|
444 | // txttimeTo
|
---|
445 | //
|
---|
446 | this.txttimeTo.CustomFormat = "HH:00";
|
---|
447 | this.txttimeTo.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
|
---|
448 | this.txttimeTo.Location = new System.Drawing.Point(164, 45);
|
---|
449 | this.txttimeTo.Name = "txttimeTo";
|
---|
450 | this.txttimeTo.ShowUpDown = true;
|
---|
451 | this.txttimeTo.Size = new System.Drawing.Size(73, 20);
|
---|
452 | this.txttimeTo.TabIndex = 40;
|
---|
453 | //
|
---|
454 | // txttimeFrom
|
---|
455 | //
|
---|
456 | this.txttimeFrom.CustomFormat = "HH:00";
|
---|
457 | this.txttimeFrom.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
|
---|
458 | this.txttimeFrom.Location = new System.Drawing.Point(164, 12);
|
---|
459 | this.txttimeFrom.Name = "txttimeFrom";
|
---|
460 | this.txttimeFrom.ShowUpDown = true;
|
---|
461 | this.txttimeFrom.Size = new System.Drawing.Size(73, 20);
|
---|
462 | this.txttimeFrom.TabIndex = 39;
|
---|
463 | //
|
---|
464 | // dtpTo
|
---|
465 | //
|
---|
466 | this.dtpTo.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
|
---|
467 | this.dtpTo.Location = new System.Drawing.Point(72, 45);
|
---|
468 | this.dtpTo.Name = "dtpTo";
|
---|
469 | this.dtpTo.Size = new System.Drawing.Size(89, 20);
|
---|
470 | this.dtpTo.TabIndex = 33;
|
---|
471 | //
|
---|
472 | // dtpFrom
|
---|
473 | //
|
---|
474 | this.dtpFrom.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
|
---|
475 | this.dtpFrom.Location = new System.Drawing.Point(72, 12);
|
---|
476 | this.dtpFrom.Name = "dtpFrom";
|
---|
477 | this.dtpFrom.Size = new System.Drawing.Size(89, 20);
|
---|
478 | this.dtpFrom.TabIndex = 32;
|
---|
479 | //
|
---|
480 | // chbade
|
---|
481 | //
|
---|
482 | this.chbade.AutoSize = true;
|
---|
483 | this.chbade.Location = new System.Drawing.Point(135, 70);
|
---|
484 | this.chbade.Name = "chbade";
|
---|
485 | this.chbade.Size = new System.Drawing.Size(90, 17);
|
---|
486 | this.chbade.TabIndex = 31;
|
---|
487 | this.chbade.Text = "All Day Event";
|
---|
488 | this.chbade.UseVisualStyleBackColor = true;
|
---|
489 | this.chbade.CheckedChanged += new System.EventHandler(this.chbade_CheckedChanged);
|
---|
490 | //
|
---|
491 | // btnRecurrence
|
---|
492 | //
|
---|
493 | this.btnRecurrence.Location = new System.Drawing.Point(135, 129);
|
---|
494 | this.btnRecurrence.Name = "btnRecurrence";
|
---|
495 | this.btnRecurrence.Size = new System.Drawing.Size(113, 26);
|
---|
496 | this.btnRecurrence.TabIndex = 30;
|
---|
497 | this.btnRecurrence.Text = "Recurrence";
|
---|
498 | this.btnRecurrence.UseVisualStyleBackColor = true;
|
---|
499 | this.btnRecurrence.Click += new System.EventHandler(this.btnRecurrence_Click);
|
---|
500 | //
|
---|
501 | // btbDelete
|
---|
502 | //
|
---|
503 | this.btbDelete.Location = new System.Drawing.Point(8, 129);
|
---|
504 | this.btbDelete.Name = "btbDelete";
|
---|
505 | this.btbDelete.Size = new System.Drawing.Size(114, 26);
|
---|
506 | this.btbDelete.TabIndex = 25;
|
---|
507 | this.btbDelete.Text = "Delete";
|
---|
508 | this.btbDelete.UseVisualStyleBackColor = true;
|
---|
509 | this.btbDelete.Click += new System.EventHandler(this.btbDelete_Click);
|
---|
510 | //
|
---|
511 | // label2
|
---|
512 | //
|
---|
513 | this.label2.AutoSize = true;
|
---|
514 | this.label2.Location = new System.Drawing.Point(16, 46);
|
---|
515 | this.label2.Name = "label2";
|
---|
516 | this.label2.Size = new System.Drawing.Size(55, 13);
|
---|
517 | this.label2.TabIndex = 23;
|
---|
518 | this.label2.Text = "End Time:";
|
---|
519 | //
|
---|
520 | // label1
|
---|
521 | //
|
---|
522 | this.label1.AutoSize = true;
|
---|
523 | this.label1.Location = new System.Drawing.Point(16, 15);
|
---|
524 | this.label1.Name = "label1";
|
---|
525 | this.label1.Size = new System.Drawing.Size(58, 13);
|
---|
526 | this.label1.TabIndex = 21;
|
---|
527 | this.label1.Text = "Start Time:";
|
---|
528 | //
|
---|
529 | // btCreate
|
---|
530 | //
|
---|
531 | this.btCreate.Location = new System.Drawing.Point(6, 93);
|
---|
532 | this.btCreate.Name = "btCreate";
|
---|
533 | this.btCreate.Size = new System.Drawing.Size(242, 26);
|
---|
534 | this.btCreate.TabIndex = 20;
|
---|
535 | this.btCreate.Text = "Save";
|
---|
536 | this.btCreate.UseVisualStyleBackColor = true;
|
---|
537 | this.btCreate.Click += new System.EventHandler(this.btCreate_Click);
|
---|
538 | //
|
---|
539 | // mcOnline
|
---|
540 | //
|
---|
541 | this.mcOnline.CalendarDimensions = new System.Drawing.Size(2, 1);
|
---|
542 | this.mcOnline.Location = new System.Drawing.Point(9, 12);
|
---|
543 | this.mcOnline.Name = "mcOnline";
|
---|
544 | this.mcOnline.TabIndex = 19;
|
---|
545 | this.mcOnline.DateChanged += new System.Windows.Forms.DateRangeEventHandler(this.mcOnline_DateChanged);
|
---|
546 | //
|
---|
547 | // pictureBox1
|
---|
548 | //
|
---|
549 | this.pictureBox1.Image = global::HeuristicLab.Hive.Slave.Console.Properties.Resources.schedule;
|
---|
550 | this.pictureBox1.Location = new System.Drawing.Point(633, 12);
|
---|
551 | this.pictureBox1.Name = "pictureBox1";
|
---|
552 | this.pictureBox1.Size = new System.Drawing.Size(199, 82);
|
---|
553 | this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
---|
554 | this.pictureBox1.TabIndex = 22;
|
---|
555 | this.pictureBox1.TabStop = false;
|
---|
556 | //
|
---|
557 | // ilEventLog
|
---|
558 | //
|
---|
559 | this.ilEventLog.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("ilEventLog.ImageStream")));
|
---|
560 | this.ilEventLog.TransparentColor = System.Drawing.Color.Transparent;
|
---|
561 | this.ilEventLog.Images.SetKeyName(0, "Info.png");
|
---|
562 | this.ilEventLog.Images.SetKeyName(1, "Error.png");
|
---|
563 | //
|
---|
564 | // HiveSlaveConsole
|
---|
565 | //
|
---|
566 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
567 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
---|
568 | this.BackColor = System.Drawing.SystemColors.Control;
|
---|
569 | this.ClientSize = new System.Drawing.Size(850, 457);
|
---|
570 | this.Controls.Add(this.tcClientConsole);
|
---|
571 | this.MaximizeBox = false;
|
---|
572 | this.MinimizeBox = false;
|
---|
573 | this.Name = "HiveSlaveConsole";
|
---|
574 | this.Text = "Client Console (loading...)";
|
---|
575 | this.tcClientConsole.ResumeLayout(false);
|
---|
576 | this.tpConnection.ResumeLayout(false);
|
---|
577 | this.gbServerConnection.ResumeLayout(false);
|
---|
578 | this.gbServerConnection.PerformLayout();
|
---|
579 | this.gbJobCommon.ResumeLayout(false);
|
---|
580 | this.gbCommon.ResumeLayout(false);
|
---|
581 | this.gbCommon.PerformLayout();
|
---|
582 | ((System.ComponentModel.ISupportInitialize)(this.pbGraph)).EndInit();
|
---|
583 | this.gbEventLog.ResumeLayout(false);
|
---|
584 | this.gbEventLog.PerformLayout();
|
---|
585 | this.tabPage2.ResumeLayout(false);
|
---|
586 | this.groupBox1.ResumeLayout(false);
|
---|
587 | this.groupBox1.PerformLayout();
|
---|
588 | ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
---|
589 | this.ResumeLayout(false);
|
---|
590 |
|
---|
591 | }
|
---|
592 |
|
---|
593 | #endregion
|
---|
594 |
|
---|
595 | private System.Windows.Forms.TabControl tcClientConsole;
|
---|
596 | private System.Windows.Forms.TabPage tpConnection;
|
---|
597 | private System.Windows.Forms.TabPage tabPage2;
|
---|
598 | private System.Windows.Forms.Label lbJobdoneCaption;
|
---|
599 | private System.Windows.Forms.Label lbCsCaption;
|
---|
600 | private System.Windows.Forms.Label lbGuidCaption;
|
---|
601 | private System.Windows.Forms.GroupBox gbEventLog;
|
---|
602 | private System.Windows.Forms.Label lbJobsFetchedCaption;
|
---|
603 | private System.Windows.Forms.Label lbJobsAbortedCaption;
|
---|
604 | private System.Windows.Forms.GroupBox gbJobCommon;
|
---|
605 | private System.Windows.Forms.GroupBox gbCommon;
|
---|
606 | private System.Windows.Forms.ListView lvJobDetail;
|
---|
607 | private System.Windows.Forms.ColumnHeader chJobId;
|
---|
608 | private System.Windows.Forms.ColumnHeader chSince;
|
---|
609 | private System.Windows.Forms.ColumnHeader chProgress;
|
---|
610 | private System.Windows.Forms.Label lbConnectionStatusCaption;
|
---|
611 | private System.Windows.Forms.ImageList ilEventLog;
|
---|
612 | private System.Windows.Forms.Label lbCs;
|
---|
613 | private System.Windows.Forms.Label lbConnectionStatus;
|
---|
614 | private System.Windows.Forms.Label lbGuid;
|
---|
615 | private System.Windows.Forms.Label lbJobsFetched;
|
---|
616 | private System.Windows.Forms.Label lbJobdone;
|
---|
617 | private System.Windows.Forms.Label lbJobsAborted;
|
---|
618 | private System.Windows.Forms.PictureBox pbGraph;
|
---|
619 | private System.Windows.Forms.GroupBox gbServerConnection;
|
---|
620 | private System.Windows.Forms.Button btn_clientShutdown;
|
---|
621 | private System.Windows.Forms.GroupBox groupBox1;
|
---|
622 | private System.Windows.Forms.Button btCreate;
|
---|
623 | private System.Windows.Forms.MonthCalendar mcOnline;
|
---|
624 | private HeuristicLab.Calendar.DayView dvOnline;
|
---|
625 | private System.Windows.Forms.Label label2;
|
---|
626 | private System.Windows.Forms.Label label1;
|
---|
627 | private System.Windows.Forms.PictureBox pictureBox1;
|
---|
628 | private System.Windows.Forms.Button btbDelete;
|
---|
629 | private System.Windows.Forms.Button btnRecurrence;
|
---|
630 | private System.Windows.Forms.CheckBox chbade;
|
---|
631 | private System.Windows.Forms.DateTimePicker dtpTo;
|
---|
632 | private System.Windows.Forms.DateTimePicker dtpFrom;
|
---|
633 | private System.Windows.Forms.DateTimePicker txttimeTo;
|
---|
634 | private System.Windows.Forms.DateTimePicker txttimeFrom;
|
---|
635 | private System.Windows.Forms.TextBox txtLog;
|
---|
636 | private System.Windows.Forms.Button btnSaveCal;
|
---|
637 | private System.Windows.Forms.Button btnUpdateCalender;
|
---|
638 | }
|
---|
639 | }
|
---|
640 |
|
---|