Free cookie consent management tool by TermsFeed Policy Generator

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

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