Free cookie consent management tool by TermsFeed Policy Generator

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

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

implemented service methods to get and set an calender #468

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