Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Hive/sources/HeuristicLab.Hive/HeuristicLab.Hive.Slave.Console/3.3/HiveSlaveConsole.designer.cs @ 4772

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

#1260

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