Free cookie consent management tool by TermsFeed Policy Generator

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

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

update recurrence UI (#468)

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