Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 4320 was 4320, checked in by cneumuel, 14 years ago

made slave-console service configurable via xml

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