Free cookie consent management tool by TermsFeed Policy Generator

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

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

added shutdown button (#455)

File size: 24.3 KB
Line 
1#region License Information
2/* HeuristicLab
3 * Copyright (C) 2002-2008 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
4 *
5 * This file is part of HeuristicLab.
6 *
7 * HeuristicLab is free software: you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by
9 * the Free Software Foundation, either version 3 of the License, or
10 * (at your option) any later version.
11 *
12 * HeuristicLab is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15 * GNU General Public License for more details.
16 *
17 * You should have received a copy of the GNU General Public License
18 * along with HeuristicLab. If not, see <http://www.gnu.org/licenses/>.
19 */
20#endregion
21
22namespace HeuristicLab.Hive.Client.Console {
23  partial class HiveClientConsole {
24    /// <summary>
25    /// Required designer variable.
26    /// </summary>
27    private System.ComponentModel.IContainer components = null;
28
29    /// <summary>
30    /// Clean up any resources being used.
31    /// </summary>
32    /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
33    protected override void Dispose(bool disposing) {
34      if (disposing && (components != null)) {
35        components.Dispose();
36      }
37      base.Dispose(disposing);
38    }
39
40    #region Windows Form Designer generated code
41
42    /// <summary>
43    /// Required method for Designer support - do not modify
44    /// the contents of this method with the code editor.
45    /// </summary>
46    private void InitializeComponent() {
47      this.components = new System.ComponentModel.Container();
48      System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(HiveClientConsole));
49      this.tcClientConsole = new System.Windows.Forms.TabControl();
50      this.tpConnection = new System.Windows.Forms.TabPage();
51      this.gbJobCommon = new System.Windows.Forms.GroupBox();
52      this.lvJobDetail = new System.Windows.Forms.ListView();
53      this.chJobId = new System.Windows.Forms.ColumnHeader();
54      this.chSince = new System.Windows.Forms.ColumnHeader();
55      this.chProgress = new System.Windows.Forms.ColumnHeader();
56      this.gbCommon = new System.Windows.Forms.GroupBox();
57      this.pbGraph = new System.Windows.Forms.PictureBox();
58      this.lbJobsAborted = new System.Windows.Forms.Label();
59      this.lbJobdone = new System.Windows.Forms.Label();
60      this.lbJobsFetched = new System.Windows.Forms.Label();
61      this.lbGuid = new System.Windows.Forms.Label();
62      this.lbGuidCaption = new System.Windows.Forms.Label();
63      this.lbCs = new System.Windows.Forms.Label();
64      this.lbConnectionStatus = new System.Windows.Forms.Label();
65      this.lbConnectionStatusCaption = new System.Windows.Forms.Label();
66      this.lbJobsAbortedCaption = new System.Windows.Forms.Label();
67      this.lbJobdoneCaption = new System.Windows.Forms.Label();
68      this.lbJobsFetchedCaption = new System.Windows.Forms.Label();
69      this.lbCsCaption = new System.Windows.Forms.Label();
70      this.gbEventLog = new System.Windows.Forms.GroupBox();
71      this.lvLog = new System.Windows.Forms.ListView();
72      this.chType = new System.Windows.Forms.ColumnHeader();
73      this.chId = new System.Windows.Forms.ColumnHeader();
74      this.chMessage = new System.Windows.Forms.ColumnHeader();
75      this.chDate = new System.Windows.Forms.ColumnHeader();
76      this.ilEventLog = new System.Windows.Forms.ImageList(this.components);
77      this.tabPage2 = new System.Windows.Forms.TabPage();
78      this.gbOnlineTime = new System.Windows.Forms.GroupBox();
79      this.label1 = new System.Windows.Forms.Label();
80      this.gbServerConnection = new System.Windows.Forms.GroupBox();
81      this.lbStatus = new System.Windows.Forms.Label();
82      this.lbStatusCaption = new System.Windows.Forms.Label();
83      this.btnDisconnect = new System.Windows.Forms.Button();
84      this.btConnect = new System.Windows.Forms.Button();
85      this.tbPort = new System.Windows.Forms.TextBox();
86      this.tbIPAdress = new System.Windows.Forms.TextBox();
87      this.lbServerIPCaption = new System.Windows.Forms.Label();
88      this.lbPortCaption = new System.Windows.Forms.Label();
89      this.btn_clientShutdown = new System.Windows.Forms.Button();
90      this.tcClientConsole.SuspendLayout();
91      this.tpConnection.SuspendLayout();
92      this.gbJobCommon.SuspendLayout();
93      this.gbCommon.SuspendLayout();
94      ((System.ComponentModel.ISupportInitialize)(this.pbGraph)).BeginInit();
95      this.gbEventLog.SuspendLayout();
96      this.tabPage2.SuspendLayout();
97      this.gbOnlineTime.SuspendLayout();
98      this.gbServerConnection.SuspendLayout();
99      this.SuspendLayout();
100      //
101      // tcClientConsole
102      //
103      this.tcClientConsole.Controls.Add(this.tpConnection);
104      this.tcClientConsole.Controls.Add(this.tabPage2);
105      this.tcClientConsole.Dock = System.Windows.Forms.DockStyle.Fill;
106      this.tcClientConsole.Location = new System.Drawing.Point(0, 0);
107      this.tcClientConsole.Name = "tcClientConsole";
108      this.tcClientConsole.SelectedIndex = 0;
109      this.tcClientConsole.Size = new System.Drawing.Size(437, 508);
110      this.tcClientConsole.TabIndex = 1;
111      //
112      // tpConnection
113      //
114      this.tpConnection.Controls.Add(this.gbJobCommon);
115      this.tpConnection.Controls.Add(this.gbCommon);
116      this.tpConnection.Controls.Add(this.gbEventLog);
117      this.tpConnection.Location = new System.Drawing.Point(4, 22);
118      this.tpConnection.Name = "tpConnection";
119      this.tpConnection.Padding = new System.Windows.Forms.Padding(3);
120      this.tpConnection.RightToLeft = System.Windows.Forms.RightToLeft.No;
121      this.tpConnection.Size = new System.Drawing.Size(429, 482);
122      this.tpConnection.TabIndex = 0;
123      this.tpConnection.Text = "Status";
124      this.tpConnection.UseVisualStyleBackColor = true;
125      //
126      // gbJobCommon
127      //
128      this.gbJobCommon.Controls.Add(this.lvJobDetail);
129      this.gbJobCommon.Location = new System.Drawing.Point(8, 152);
130      this.gbJobCommon.Name = "gbJobCommon";
131      this.gbJobCommon.Size = new System.Drawing.Size(412, 106);
132      this.gbJobCommon.TabIndex = 13;
133      this.gbJobCommon.TabStop = false;
134      this.gbJobCommon.Text = "Jobs detail";
135      //
136      // lvJobDetail
137      //
138      this.lvJobDetail.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
139            this.chJobId,
140            this.chSince,
141            this.chProgress});
142      this.lvJobDetail.FullRowSelect = true;
143      this.lvJobDetail.GridLines = true;
144      this.lvJobDetail.Location = new System.Drawing.Point(6, 19);
145      this.lvJobDetail.Name = "lvJobDetail";
146      this.lvJobDetail.Size = new System.Drawing.Size(398, 76);
147      this.lvJobDetail.TabIndex = 0;
148      this.lvJobDetail.UseCompatibleStateImageBehavior = false;
149      this.lvJobDetail.View = System.Windows.Forms.View.Details;
150      //
151      // chJobId
152      //
153      this.chJobId.Text = "ID";
154      //
155      // chSince
156      //
157      this.chSince.Text = "Since";
158      this.chSince.Width = 120;
159      //
160      // chProgress
161      //
162      this.chProgress.Text = "Progress";
163      this.chProgress.Width = 200;
164      //
165      // gbCommon
166      //
167      this.gbCommon.Controls.Add(this.pbGraph);
168      this.gbCommon.Controls.Add(this.lbJobsAborted);
169      this.gbCommon.Controls.Add(this.lbJobdone);
170      this.gbCommon.Controls.Add(this.lbJobsFetched);
171      this.gbCommon.Controls.Add(this.lbGuid);
172      this.gbCommon.Controls.Add(this.lbGuidCaption);
173      this.gbCommon.Controls.Add(this.lbCs);
174      this.gbCommon.Controls.Add(this.lbConnectionStatus);
175      this.gbCommon.Controls.Add(this.lbConnectionStatusCaption);
176      this.gbCommon.Controls.Add(this.lbJobsAbortedCaption);
177      this.gbCommon.Controls.Add(this.lbJobdoneCaption);
178      this.gbCommon.Controls.Add(this.lbJobsFetchedCaption);
179      this.gbCommon.Controls.Add(this.lbCsCaption);
180      this.gbCommon.Location = new System.Drawing.Point(8, 6);
181      this.gbCommon.Name = "gbCommon";
182      this.gbCommon.Size = new System.Drawing.Size(410, 133);
183      this.gbCommon.TabIndex = 14;
184      this.gbCommon.TabStop = false;
185      this.gbCommon.Text = "Common";
186      //
187      // pbGraph
188      //
189      this.pbGraph.Location = new System.Drawing.Point(292, 19);
190      this.pbGraph.Name = "pbGraph";
191      this.pbGraph.Size = new System.Drawing.Size(112, 108);
192      this.pbGraph.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
193      this.pbGraph.TabIndex = 21;
194      this.pbGraph.TabStop = false;
195      //
196      // lbJobsAborted
197      //
198      this.lbJobsAborted.AutoSize = true;
199      this.lbJobsAborted.Location = new System.Drawing.Point(195, 114);
200      this.lbJobsAborted.Name = "lbJobsAborted";
201      this.lbJobsAborted.Size = new System.Drawing.Size(50, 13);
202      this.lbJobsAborted.TabIndex = 20;
203      this.lbJobsAborted.Text = "loading...";
204      //
205      // lbJobdone
206      //
207      this.lbJobdone.AutoSize = true;
208      this.lbJobdone.Location = new System.Drawing.Point(62, 114);
209      this.lbJobdone.Name = "lbJobdone";
210      this.lbJobdone.Size = new System.Drawing.Size(50, 13);
211      this.lbJobdone.TabIndex = 19;
212      this.lbJobdone.Text = "loading...";
213      //
214      // lbJobsFetched
215      //
216      this.lbJobsFetched.AutoSize = true;
217      this.lbJobsFetched.Location = new System.Drawing.Point(74, 90);
218      this.lbJobsFetched.Name = "lbJobsFetched";
219      this.lbJobsFetched.Size = new System.Drawing.Size(50, 13);
220      this.lbJobsFetched.TabIndex = 18;
221      this.lbJobsFetched.Text = "loading...";
222      //
223      // lbGuid
224      //
225      this.lbGuid.AutoSize = true;
226      this.lbGuid.Location = new System.Drawing.Point(41, 16);
227      this.lbGuid.Name = "lbGuid";
228      this.lbGuid.Size = new System.Drawing.Size(50, 13);
229      this.lbGuid.TabIndex = 15;
230      this.lbGuid.Text = "loading...";
231      //
232      // lbGuidCaption
233      //
234      this.lbGuidCaption.AutoSize = true;
235      this.lbGuidCaption.Location = new System.Drawing.Point(9, 16);
236      this.lbGuidCaption.Name = "lbGuidCaption";
237      this.lbGuidCaption.Size = new System.Drawing.Size(37, 13);
238      this.lbGuidCaption.TabIndex = 8;
239      this.lbGuidCaption.Text = "GUID:";
240      //
241      // lbCs
242      //
243      this.lbCs.AutoSize = true;
244      this.lbCs.Location = new System.Drawing.Point(94, 40);
245      this.lbCs.Name = "lbCs";
246      this.lbCs.Size = new System.Drawing.Size(50, 13);
247      this.lbCs.TabIndex = 17;
248      this.lbCs.Text = "loading...";
249      //
250      // lbConnectionStatus
251      //
252      this.lbConnectionStatus.AutoSize = true;
253      this.lbConnectionStatus.Location = new System.Drawing.Point(97, 66);
254      this.lbConnectionStatus.Name = "lbConnectionStatus";
255      this.lbConnectionStatus.Size = new System.Drawing.Size(50, 13);
256      this.lbConnectionStatus.TabIndex = 16;
257      this.lbConnectionStatus.Text = "loading...";
258      //
259      // lbConnectionStatusCaption
260      //
261      this.lbConnectionStatusCaption.AutoSize = true;
262      this.lbConnectionStatusCaption.Location = new System.Drawing.Point(9, 66);
263      this.lbConnectionStatusCaption.Name = "lbConnectionStatusCaption";
264      this.lbConnectionStatusCaption.Size = new System.Drawing.Size(93, 13);
265      this.lbConnectionStatusCaption.TabIndex = 13;
266      this.lbConnectionStatusCaption.Text = "Connected status:";
267      //
268      // lbJobsAbortedCaption
269      //
270      this.lbJobsAbortedCaption.AutoSize = true;
271      this.lbJobsAbortedCaption.Location = new System.Drawing.Point(129, 114);
272      this.lbJobsAbortedCaption.Name = "lbJobsAbortedCaption";
273      this.lbJobsAbortedCaption.Size = new System.Drawing.Size(71, 13);
274      this.lbJobsAbortedCaption.TabIndex = 11;
275      this.lbJobsAbortedCaption.Text = "Jobs aborted:";
276      //
277      // lbJobdoneCaption
278      //
279      this.lbJobdoneCaption.AutoSize = true;
280      this.lbJobdoneCaption.Location = new System.Drawing.Point(9, 114);
281      this.lbJobdoneCaption.Name = "lbJobdoneCaption";
282      this.lbJobdoneCaption.Size = new System.Drawing.Size(59, 13);
283      this.lbJobdoneCaption.TabIndex = 10;
284      this.lbJobdoneCaption.Text = "Jobs done:";
285      //
286      // lbJobsFetchedCaption
287      //
288      this.lbJobsFetchedCaption.AutoSize = true;
289      this.lbJobsFetchedCaption.Location = new System.Drawing.Point(9, 90);
290      this.lbJobsFetchedCaption.Name = "lbJobsFetchedCaption";
291      this.lbJobsFetchedCaption.Size = new System.Drawing.Size(71, 13);
292      this.lbJobsFetchedCaption.TabIndex = 12;
293      this.lbJobsFetchedCaption.Text = "Jobs fetched:";
294      //
295      // lbCsCaption
296      //
297      this.lbCsCaption.AutoSize = true;
298      this.lbCsCaption.Location = new System.Drawing.Point(9, 40);
299      this.lbCsCaption.Name = "lbCsCaption";
300      this.lbCsCaption.Size = new System.Drawing.Size(90, 13);
301      this.lbCsCaption.TabIndex = 9;
302      this.lbCsCaption.Text = "Connected since:";
303      //
304      // gbEventLog
305      //
306      this.gbEventLog.Controls.Add(this.lvLog);
307      this.gbEventLog.Location = new System.Drawing.Point(8, 264);
308      this.gbEventLog.Name = "gbEventLog";
309      this.gbEventLog.Size = new System.Drawing.Size(412, 207);
310      this.gbEventLog.TabIndex = 7;
311      this.gbEventLog.TabStop = false;
312      this.gbEventLog.Text = "Hive Client Log";
313      //
314      // lvLog
315      //
316      this.lvLog.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
317            this.chType,
318            this.chId,
319            this.chMessage,
320            this.chDate});
321      this.lvLog.FullRowSelect = true;
322      this.lvLog.GridLines = true;
323      this.lvLog.LargeImageList = this.ilEventLog;
324      this.lvLog.Location = new System.Drawing.Point(6, 14);
325      this.lvLog.MultiSelect = false;
326      this.lvLog.Name = "lvLog";
327      this.lvLog.Size = new System.Drawing.Size(398, 187);
328      this.lvLog.SmallImageList = this.ilEventLog;
329      this.lvLog.TabIndex = 6;
330      this.lvLog.UseCompatibleStateImageBehavior = false;
331      this.lvLog.View = System.Windows.Forms.View.Details;
332      this.lvLog.DoubleClick += new System.EventHandler(this.lvLog_DoubleClick);
333      this.lvLog.ColumnClick += new System.Windows.Forms.ColumnClickEventHandler(this.lvLog_ColumnClick);
334      //
335      // chType
336      //
337      this.chType.Text = "Type";
338      this.chType.Width = 42;
339      //
340      // chId
341      //
342      this.chId.Text = "ID";
343      this.chId.Width = 50;
344      //
345      // chMessage
346      //
347      this.chMessage.Text = "Message";
348      this.chMessage.Width = 163;
349      //
350      // chDate
351      //
352      this.chDate.Text = "Date";
353      this.chDate.Width = 125;
354      //
355      // ilEventLog
356      //
357      this.ilEventLog.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("ilEventLog.ImageStream")));
358      this.ilEventLog.TransparentColor = System.Drawing.Color.Transparent;
359      this.ilEventLog.Images.SetKeyName(0, "Info.png");
360      this.ilEventLog.Images.SetKeyName(1, "Error.png");
361      //
362      // tabPage2
363      //
364      this.tabPage2.Controls.Add(this.gbOnlineTime);
365      this.tabPage2.Controls.Add(this.gbServerConnection);
366      this.tabPage2.Location = new System.Drawing.Point(4, 22);
367      this.tabPage2.Name = "tabPage2";
368      this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
369      this.tabPage2.Size = new System.Drawing.Size(429, 482);
370      this.tabPage2.TabIndex = 1;
371      this.tabPage2.Text = "Settings";
372      this.tabPage2.UseVisualStyleBackColor = true;
373      //
374      // gbOnlineTime
375      //
376      this.gbOnlineTime.BackColor = System.Drawing.SystemColors.Control;
377      this.gbOnlineTime.Controls.Add(this.label1);
378      this.gbOnlineTime.Location = new System.Drawing.Point(9, 127);
379      this.gbOnlineTime.Name = "gbOnlineTime";
380      this.gbOnlineTime.Size = new System.Drawing.Size(409, 344);
381      this.gbOnlineTime.TabIndex = 4;
382      this.gbOnlineTime.TabStop = false;
383      this.gbOnlineTime.Text = "Online time";
384      //
385      // label1
386      //
387      this.label1.AutoSize = true;
388      this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
389      this.label1.Location = new System.Drawing.Point(116, 169);
390      this.label1.Name = "label1";
391      this.label1.Size = new System.Drawing.Size(184, 25);
392      this.label1.TabIndex = 0;
393      this.label1.Text = "comming soon...";
394      //
395      // gbServerConnection
396      //
397      this.gbServerConnection.Controls.Add(this.btn_clientShutdown);
398      this.gbServerConnection.Controls.Add(this.lbStatus);
399      this.gbServerConnection.Controls.Add(this.lbStatusCaption);
400      this.gbServerConnection.Controls.Add(this.btnDisconnect);
401      this.gbServerConnection.Controls.Add(this.btConnect);
402      this.gbServerConnection.Controls.Add(this.tbPort);
403      this.gbServerConnection.Controls.Add(this.tbIPAdress);
404      this.gbServerConnection.Controls.Add(this.lbServerIPCaption);
405      this.gbServerConnection.Controls.Add(this.lbPortCaption);
406      this.gbServerConnection.Location = new System.Drawing.Point(8, 6);
407      this.gbServerConnection.Name = "gbServerConnection";
408      this.gbServerConnection.Size = new System.Drawing.Size(410, 115);
409      this.gbServerConnection.TabIndex = 2;
410      this.gbServerConnection.TabStop = false;
411      this.gbServerConnection.Text = "Server connection";
412      //
413      // lbStatus
414      //
415      this.lbStatus.AutoSize = true;
416      this.lbStatus.Location = new System.Drawing.Point(74, 80);
417      this.lbStatus.Name = "lbStatus";
418      this.lbStatus.Size = new System.Drawing.Size(50, 13);
419      this.lbStatus.TabIndex = 7;
420      this.lbStatus.Text = "loading...";
421      //
422      // lbStatusCaption
423      //
424      this.lbStatusCaption.AutoSize = true;
425      this.lbStatusCaption.Location = new System.Drawing.Point(17, 80);
426      this.lbStatusCaption.Name = "lbStatusCaption";
427      this.lbStatusCaption.Size = new System.Drawing.Size(40, 13);
428      this.lbStatusCaption.TabIndex = 6;
429      this.lbStatusCaption.Text = "Status:";
430      //
431      // btnDisconnect
432      //
433      this.btnDisconnect.Location = new System.Drawing.Point(257, 51);
434      this.btnDisconnect.Name = "btnDisconnect";
435      this.btnDisconnect.Size = new System.Drawing.Size(147, 23);
436      this.btnDisconnect.TabIndex = 5;
437      this.btnDisconnect.Text = "Disconnect from server";
438      this.btnDisconnect.UseVisualStyleBackColor = true;
439      this.btnDisconnect.Click += new System.EventHandler(this.btnDisconnect_Click);
440      //
441      // btConnect
442      //
443      this.btConnect.Location = new System.Drawing.Point(257, 23);
444      this.btConnect.Name = "btConnect";
445      this.btConnect.Size = new System.Drawing.Size(147, 23);
446      this.btConnect.TabIndex = 4;
447      this.btConnect.Text = "Connect to server";
448      this.btConnect.UseVisualStyleBackColor = true;
449      this.btConnect.Click += new System.EventHandler(this.btConnect_Click);
450      //
451      // tbPort
452      //
453      this.tbPort.Location = new System.Drawing.Point(77, 51);
454      this.tbPort.Name = "tbPort";
455      this.tbPort.Size = new System.Drawing.Size(143, 20);
456      this.tbPort.TabIndex = 3;
457      //
458      // tbIPAdress
459      //
460      this.tbIPAdress.Location = new System.Drawing.Point(77, 25);
461      this.tbIPAdress.Name = "tbIPAdress";
462      this.tbIPAdress.Size = new System.Drawing.Size(143, 20);
463      this.tbIPAdress.TabIndex = 2;
464      //
465      // lbServerIPCaption
466      //
467      this.lbServerIPCaption.AutoSize = true;
468      this.lbServerIPCaption.Location = new System.Drawing.Point(17, 28);
469      this.lbServerIPCaption.Name = "lbServerIPCaption";
470      this.lbServerIPCaption.Size = new System.Drawing.Size(54, 13);
471      this.lbServerIPCaption.TabIndex = 0;
472      this.lbServerIPCaption.Text = "IP adress:";
473      //
474      // lbPortCaption
475      //
476      this.lbPortCaption.AutoSize = true;
477      this.lbPortCaption.Location = new System.Drawing.Point(17, 54);
478      this.lbPortCaption.Name = "lbPortCaption";
479      this.lbPortCaption.Size = new System.Drawing.Size(29, 13);
480      this.lbPortCaption.TabIndex = 1;
481      this.lbPortCaption.Text = "Port:";
482      //
483      // btn_clientShutdown
484      //
485      this.btn_clientShutdown.Location = new System.Drawing.Point(257, 80);
486      this.btn_clientShutdown.Name = "btn_clientShutdown";
487      this.btn_clientShutdown.Size = new System.Drawing.Size(147, 23);
488      this.btn_clientShutdown.TabIndex = 8;
489      this.btn_clientShutdown.Text = "Shutdown Client";
490      this.btn_clientShutdown.UseVisualStyleBackColor = true;
491      this.btn_clientShutdown.Click += new System.EventHandler(this.btn_clientShutdown_Click);
492      //
493      // HiveClientConsole
494      //
495      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
496      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
497      this.BackColor = System.Drawing.SystemColors.Control;
498      this.ClientSize = new System.Drawing.Size(437, 508);
499      this.Controls.Add(this.tcClientConsole);
500      this.Name = "HiveClientConsole";
501      this.Text = "Client Console (loading...)";
502      this.Load += new System.EventHandler(this.HiveClientConsole_Load);
503      this.Resize += new System.EventHandler(this.HiveClientConsole_Resize);
504      this.tcClientConsole.ResumeLayout(false);
505      this.tpConnection.ResumeLayout(false);
506      this.gbJobCommon.ResumeLayout(false);
507      this.gbCommon.ResumeLayout(false);
508      this.gbCommon.PerformLayout();
509      ((System.ComponentModel.ISupportInitialize)(this.pbGraph)).EndInit();
510      this.gbEventLog.ResumeLayout(false);
511      this.tabPage2.ResumeLayout(false);
512      this.gbOnlineTime.ResumeLayout(false);
513      this.gbOnlineTime.PerformLayout();
514      this.gbServerConnection.ResumeLayout(false);
515      this.gbServerConnection.PerformLayout();
516      this.ResumeLayout(false);
517
518    }
519
520    #endregion
521
522    private System.Windows.Forms.TabControl tcClientConsole;
523    private System.Windows.Forms.TabPage tpConnection;
524    private System.Windows.Forms.TabPage tabPage2;
525    private System.Windows.Forms.ListView lvLog;
526    private System.Windows.Forms.ColumnHeader chType;
527    private System.Windows.Forms.ColumnHeader chMessage;
528    private System.Windows.Forms.ColumnHeader chDate;
529    private System.Windows.Forms.Label lbJobdoneCaption;
530    private System.Windows.Forms.Label lbCsCaption;
531    private System.Windows.Forms.Label lbGuidCaption;
532    private System.Windows.Forms.GroupBox gbEventLog;
533    private System.Windows.Forms.Label lbJobsFetchedCaption;
534    private System.Windows.Forms.Label lbJobsAbortedCaption;
535    private System.Windows.Forms.GroupBox gbJobCommon;
536    private System.Windows.Forms.GroupBox gbCommon;
537    private System.Windows.Forms.ListView lvJobDetail;
538    private System.Windows.Forms.ColumnHeader chJobId;
539    private System.Windows.Forms.ColumnHeader chSince;
540    private System.Windows.Forms.ColumnHeader chProgress;
541    private System.Windows.Forms.Label lbConnectionStatusCaption;
542    private System.Windows.Forms.GroupBox gbServerConnection;
543    private System.Windows.Forms.TextBox tbPort;
544    private System.Windows.Forms.TextBox tbIPAdress;
545    private System.Windows.Forms.Label lbServerIPCaption;
546    private System.Windows.Forms.Label lbPortCaption;
547    private System.Windows.Forms.GroupBox gbOnlineTime;
548    private System.Windows.Forms.Button btnDisconnect;
549    private System.Windows.Forms.Button btConnect;
550    private System.Windows.Forms.ColumnHeader chId;
551    private System.Windows.Forms.ImageList ilEventLog;
552    private System.Windows.Forms.Label lbStatus;
553    private System.Windows.Forms.Label lbStatusCaption;
554    private System.Windows.Forms.Label lbCs;
555    private System.Windows.Forms.Label lbConnectionStatus;
556    private System.Windows.Forms.Label lbGuid;
557    private System.Windows.Forms.Label lbJobsFetched;
558    private System.Windows.Forms.Label lbJobdone;
559    private System.Windows.Forms.Label lbJobsAborted;
560    private System.Windows.Forms.Label label1;
561    private System.Windows.Forms.PictureBox pbGraph;
562    private System.Windows.Forms.Button btn_clientShutdown;
563  }
564}
565
Note: See TracBrowser for help on using the repository browser.