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 @ 4253

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

Rename "Client" to "Slave" #1157

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