Free cookie consent management tool by TermsFeed Policy Generator

source: branches/Operator Architecture Refactoring/HeuristicLab.Hive.Client.Console/3.2/HiveClientConsole.Designer.cs @ 2354

Last change on this file since 2354 was 1949, checked in by whackl, 16 years ago

#663 refactor logViewer

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