Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Hive.Client.Console/HiveClientConsole.Designer.cs @ 1145

Last change on this file since 1145 was 1145, checked in by whackl, 15 years ago

added shutdown button (#468)

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