Free cookie consent management tool by TermsFeed Policy Generator

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

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

added new features (#397)

File size: 23.5 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.lbJobsAborted = new System.Windows.Forms.Label();
58      this.lbJobdone = new System.Windows.Forms.Label();
59      this.lbJobsFetched = new System.Windows.Forms.Label();
60      this.lbGuid = new System.Windows.Forms.Label();
61      this.lbGuidCaption = new System.Windows.Forms.Label();
62      this.lbCs = new System.Windows.Forms.Label();
63      this.lbConnectionStatus = new System.Windows.Forms.Label();
64      this.zGJobs = new ZedGraph.ZedGraphControl();
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.tcClientConsole.SuspendLayout();
90      this.tpConnection.SuspendLayout();
91      this.gbJobCommon.SuspendLayout();
92      this.gbCommon.SuspendLayout();
93      this.gbEventLog.SuspendLayout();
94      this.tabPage2.SuspendLayout();
95      this.gbOnlineTime.SuspendLayout();
96      this.gbServerConnection.SuspendLayout();
97      this.SuspendLayout();
98      //
99      // tcClientConsole
100      //
101      this.tcClientConsole.Controls.Add(this.tpConnection);
102      this.tcClientConsole.Controls.Add(this.tabPage2);
103      this.tcClientConsole.Dock = System.Windows.Forms.DockStyle.Fill;
104      this.tcClientConsole.Location = new System.Drawing.Point(0, 0);
105      this.tcClientConsole.Name = "tcClientConsole";
106      this.tcClientConsole.SelectedIndex = 0;
107      this.tcClientConsole.Size = new System.Drawing.Size(437, 508);
108      this.tcClientConsole.TabIndex = 1;
109      //
110      // tpConnection
111      //
112      this.tpConnection.Controls.Add(this.gbJobCommon);
113      this.tpConnection.Controls.Add(this.gbCommon);
114      this.tpConnection.Controls.Add(this.gbEventLog);
115      this.tpConnection.Location = new System.Drawing.Point(4, 22);
116      this.tpConnection.Name = "tpConnection";
117      this.tpConnection.Padding = new System.Windows.Forms.Padding(3);
118      this.tpConnection.RightToLeft = System.Windows.Forms.RightToLeft.No;
119      this.tpConnection.Size = new System.Drawing.Size(429, 482);
120      this.tpConnection.TabIndex = 0;
121      this.tpConnection.Text = "Status";
122      this.tpConnection.UseVisualStyleBackColor = true;
123      //
124      // gbJobCommon
125      //
126      this.gbJobCommon.Controls.Add(this.lvJobDetail);
127      this.gbJobCommon.Location = new System.Drawing.Point(8, 152);
128      this.gbJobCommon.Name = "gbJobCommon";
129      this.gbJobCommon.Size = new System.Drawing.Size(412, 106);
130      this.gbJobCommon.TabIndex = 13;
131      this.gbJobCommon.TabStop = false;
132      this.gbJobCommon.Text = "Jobs detail";
133      //
134      // lvJobDetail
135      //
136      this.lvJobDetail.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
137            this.chJobId,
138            this.chSince,
139            this.chProgress});
140      this.lvJobDetail.FullRowSelect = true;
141      this.lvJobDetail.GridLines = true;
142      this.lvJobDetail.Location = new System.Drawing.Point(6, 19);
143      this.lvJobDetail.Name = "lvJobDetail";
144      this.lvJobDetail.Size = new System.Drawing.Size(398, 76);
145      this.lvJobDetail.TabIndex = 0;
146      this.lvJobDetail.UseCompatibleStateImageBehavior = false;
147      this.lvJobDetail.View = System.Windows.Forms.View.Details;
148      //
149      // chJobId
150      //
151      this.chJobId.Text = "ID";
152      //
153      // chSince
154      //
155      this.chSince.Text = "Since";
156      this.chSince.Width = 120;
157      //
158      // chProgress
159      //
160      this.chProgress.Text = "Progress";
161      this.chProgress.Width = 200;
162      //
163      // gbCommon
164      //
165      this.gbCommon.Controls.Add(this.lbJobsAborted);
166      this.gbCommon.Controls.Add(this.lbJobdone);
167      this.gbCommon.Controls.Add(this.lbJobsFetched);
168      this.gbCommon.Controls.Add(this.lbGuid);
169      this.gbCommon.Controls.Add(this.lbGuidCaption);
170      this.gbCommon.Controls.Add(this.lbCs);
171      this.gbCommon.Controls.Add(this.lbConnectionStatus);
172      this.gbCommon.Controls.Add(this.zGJobs);
173      this.gbCommon.Controls.Add(this.lbConnectionStatusCaption);
174      this.gbCommon.Controls.Add(this.lbJobsAbortedCaption);
175      this.gbCommon.Controls.Add(this.lbJobdoneCaption);
176      this.gbCommon.Controls.Add(this.lbJobsFetchedCaption);
177      this.gbCommon.Controls.Add(this.lbCsCaption);
178      this.gbCommon.Location = new System.Drawing.Point(8, 6);
179      this.gbCommon.Name = "gbCommon";
180      this.gbCommon.Size = new System.Drawing.Size(410, 133);
181      this.gbCommon.TabIndex = 14;
182      this.gbCommon.TabStop = false;
183      this.gbCommon.Text = "Common";
184      //
185      // lbJobsAborted
186      //
187      this.lbJobsAborted.AutoSize = true;
188      this.lbJobsAborted.Location = new System.Drawing.Point(195, 114);
189      this.lbJobsAborted.Name = "lbJobsAborted";
190      this.lbJobsAborted.Size = new System.Drawing.Size(50, 13);
191      this.lbJobsAborted.TabIndex = 20;
192      this.lbJobsAborted.Text = "loading...";
193      //
194      // lbJobdone
195      //
196      this.lbJobdone.AutoSize = true;
197      this.lbJobdone.Location = new System.Drawing.Point(62, 114);
198      this.lbJobdone.Name = "lbJobdone";
199      this.lbJobdone.Size = new System.Drawing.Size(50, 13);
200      this.lbJobdone.TabIndex = 19;
201      this.lbJobdone.Text = "loading...";
202      //
203      // lbJobsFetched
204      //
205      this.lbJobsFetched.AutoSize = true;
206      this.lbJobsFetched.Location = new System.Drawing.Point(74, 90);
207      this.lbJobsFetched.Name = "lbJobsFetched";
208      this.lbJobsFetched.Size = new System.Drawing.Size(50, 13);
209      this.lbJobsFetched.TabIndex = 18;
210      this.lbJobsFetched.Text = "loading...";
211      //
212      // lbGuid
213      //
214      this.lbGuid.AutoSize = true;
215      this.lbGuid.Location = new System.Drawing.Point(41, 16);
216      this.lbGuid.Name = "lbGuid";
217      this.lbGuid.Size = new System.Drawing.Size(50, 13);
218      this.lbGuid.TabIndex = 15;
219      this.lbGuid.Text = "loading...";
220      //
221      // lbGuidCaption
222      //
223      this.lbGuidCaption.AutoSize = true;
224      this.lbGuidCaption.Location = new System.Drawing.Point(9, 16);
225      this.lbGuidCaption.Name = "lbGuidCaption";
226      this.lbGuidCaption.Size = new System.Drawing.Size(37, 13);
227      this.lbGuidCaption.TabIndex = 8;
228      this.lbGuidCaption.Text = "GUID:";
229      //
230      // lbCs
231      //
232      this.lbCs.AutoSize = true;
233      this.lbCs.Location = new System.Drawing.Point(94, 40);
234      this.lbCs.Name = "lbCs";
235      this.lbCs.Size = new System.Drawing.Size(50, 13);
236      this.lbCs.TabIndex = 17;
237      this.lbCs.Text = "loading...";
238      //
239      // lbConnectionStatus
240      //
241      this.lbConnectionStatus.AutoSize = true;
242      this.lbConnectionStatus.Location = new System.Drawing.Point(97, 66);
243      this.lbConnectionStatus.Name = "lbConnectionStatus";
244      this.lbConnectionStatus.Size = new System.Drawing.Size(50, 13);
245      this.lbConnectionStatus.TabIndex = 16;
246      this.lbConnectionStatus.Text = "loading...";
247      //
248      // zGJobs
249      //
250      this.zGJobs.BackColor = System.Drawing.SystemColors.Control;
251      this.zGJobs.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
252      this.zGJobs.Location = new System.Drawing.Point(255, 14);
253      this.zGJobs.Name = "zGJobs";
254      this.zGJobs.ScrollGrace = 0;
255      this.zGJobs.ScrollMaxX = 0;
256      this.zGJobs.ScrollMaxY = 0;
257      this.zGJobs.ScrollMaxY2 = 0;
258      this.zGJobs.ScrollMinX = 0;
259      this.zGJobs.ScrollMinY = 0;
260      this.zGJobs.ScrollMinY2 = 0;
261      this.zGJobs.Size = new System.Drawing.Size(149, 111);
262      this.zGJobs.TabIndex = 14;
263      //
264      // lbConnectionStatusCaption
265      //
266      this.lbConnectionStatusCaption.AutoSize = true;
267      this.lbConnectionStatusCaption.Location = new System.Drawing.Point(9, 66);
268      this.lbConnectionStatusCaption.Name = "lbConnectionStatusCaption";
269      this.lbConnectionStatusCaption.Size = new System.Drawing.Size(93, 13);
270      this.lbConnectionStatusCaption.TabIndex = 13;
271      this.lbConnectionStatusCaption.Text = "Connected status:";
272      //
273      // lbJobsAbortedCaption
274      //
275      this.lbJobsAbortedCaption.AutoSize = true;
276      this.lbJobsAbortedCaption.Location = new System.Drawing.Point(129, 114);
277      this.lbJobsAbortedCaption.Name = "lbJobsAbortedCaption";
278      this.lbJobsAbortedCaption.Size = new System.Drawing.Size(71, 13);
279      this.lbJobsAbortedCaption.TabIndex = 11;
280      this.lbJobsAbortedCaption.Text = "Jobs aborted:";
281      //
282      // lbJobdoneCaption
283      //
284      this.lbJobdoneCaption.AutoSize = true;
285      this.lbJobdoneCaption.Location = new System.Drawing.Point(9, 114);
286      this.lbJobdoneCaption.Name = "lbJobdoneCaption";
287      this.lbJobdoneCaption.Size = new System.Drawing.Size(59, 13);
288      this.lbJobdoneCaption.TabIndex = 10;
289      this.lbJobdoneCaption.Text = "Jobs done:";
290      //
291      // lbJobsFetchedCaption
292      //
293      this.lbJobsFetchedCaption.AutoSize = true;
294      this.lbJobsFetchedCaption.Location = new System.Drawing.Point(9, 90);
295      this.lbJobsFetchedCaption.Name = "lbJobsFetchedCaption";
296      this.lbJobsFetchedCaption.Size = new System.Drawing.Size(71, 13);
297      this.lbJobsFetchedCaption.TabIndex = 12;
298      this.lbJobsFetchedCaption.Text = "Jobs fetched:";
299      //
300      // lbCsCaption
301      //
302      this.lbCsCaption.AutoSize = true;
303      this.lbCsCaption.Location = new System.Drawing.Point(9, 40);
304      this.lbCsCaption.Name = "lbCsCaption";
305      this.lbCsCaption.Size = new System.Drawing.Size(90, 13);
306      this.lbCsCaption.TabIndex = 9;
307      this.lbCsCaption.Text = "Connected since:";
308      //
309      // gbEventLog
310      //
311      this.gbEventLog.Controls.Add(this.lvLog);
312      this.gbEventLog.Location = new System.Drawing.Point(8, 264);
313      this.gbEventLog.Name = "gbEventLog";
314      this.gbEventLog.Size = new System.Drawing.Size(412, 207);
315      this.gbEventLog.TabIndex = 7;
316      this.gbEventLog.TabStop = false;
317      this.gbEventLog.Text = "Hive Client Log";
318      //
319      // lvLog
320      //
321      this.lvLog.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
322            this.chType,
323            this.chId,
324            this.chMessage,
325            this.chDate});
326      this.lvLog.FullRowSelect = true;
327      this.lvLog.GridLines = true;
328      this.lvLog.LargeImageList = this.ilEventLog;
329      this.lvLog.Location = new System.Drawing.Point(6, 14);
330      this.lvLog.MultiSelect = false;
331      this.lvLog.Name = "lvLog";
332      this.lvLog.Size = new System.Drawing.Size(398, 187);
333      this.lvLog.SmallImageList = this.ilEventLog;
334      this.lvLog.TabIndex = 6;
335      this.lvLog.UseCompatibleStateImageBehavior = false;
336      this.lvLog.View = System.Windows.Forms.View.Details;
337      this.lvLog.DoubleClick += new System.EventHandler(this.lvLog_DoubleClick);
338      this.lvLog.ColumnClick += new System.Windows.Forms.ColumnClickEventHandler(this.lvLog_ColumnClick);
339      //
340      // chType
341      //
342      this.chType.Text = "Type";
343      this.chType.Width = 42;
344      //
345      // chId
346      //
347      this.chId.Text = "ID";
348      this.chId.Width = 50;
349      //
350      // chMessage
351      //
352      this.chMessage.Text = "Message";
353      this.chMessage.Width = 163;
354      //
355      // chDate
356      //
357      this.chDate.Text = "Date";
358      this.chDate.Width = 125;
359      //
360      // ilEventLog
361      //
362      this.ilEventLog.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("ilEventLog.ImageStream")));
363      this.ilEventLog.TransparentColor = System.Drawing.Color.Transparent;
364      this.ilEventLog.Images.SetKeyName(0, "Info.png");
365      this.ilEventLog.Images.SetKeyName(1, "Error.png");
366      //
367      // tabPage2
368      //
369      this.tabPage2.Controls.Add(this.gbOnlineTime);
370      this.tabPage2.Controls.Add(this.gbServerConnection);
371      this.tabPage2.Location = new System.Drawing.Point(4, 22);
372      this.tabPage2.Name = "tabPage2";
373      this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
374      this.tabPage2.Size = new System.Drawing.Size(429, 482);
375      this.tabPage2.TabIndex = 1;
376      this.tabPage2.Text = "Settings";
377      this.tabPage2.UseVisualStyleBackColor = true;
378      //
379      // gbOnlineTime
380      //
381      this.gbOnlineTime.Controls.Add(this.label1);
382      this.gbOnlineTime.Location = new System.Drawing.Point(9, 117);
383      this.gbOnlineTime.Name = "gbOnlineTime";
384      this.gbOnlineTime.Size = new System.Drawing.Size(409, 354);
385      this.gbOnlineTime.TabIndex = 4;
386      this.gbOnlineTime.TabStop = false;
387      this.gbOnlineTime.Text = "Online time";
388      //
389      // label1
390      //
391      this.label1.AutoSize = true;
392      this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
393      this.label1.Location = new System.Drawing.Point(116, 169);
394      this.label1.Name = "label1";
395      this.label1.Size = new System.Drawing.Size(184, 25);
396      this.label1.TabIndex = 0;
397      this.label1.Text = "comming soon...";
398      //
399      // gbServerConnection
400      //
401      this.gbServerConnection.Controls.Add(this.lbStatus);
402      this.gbServerConnection.Controls.Add(this.lbStatusCaption);
403      this.gbServerConnection.Controls.Add(this.btnDisconnect);
404      this.gbServerConnection.Controls.Add(this.btConnect);
405      this.gbServerConnection.Controls.Add(this.tbPort);
406      this.gbServerConnection.Controls.Add(this.tbIPAdress);
407      this.gbServerConnection.Controls.Add(this.lbServerIPCaption);
408      this.gbServerConnection.Controls.Add(this.lbPortCaption);
409      this.gbServerConnection.Location = new System.Drawing.Point(8, 6);
410      this.gbServerConnection.Name = "gbServerConnection";
411      this.gbServerConnection.Size = new System.Drawing.Size(410, 105);
412      this.gbServerConnection.TabIndex = 2;
413      this.gbServerConnection.TabStop = false;
414      this.gbServerConnection.Text = "Server connection";
415      //
416      // lbStatus
417      //
418      this.lbStatus.AutoSize = true;
419      this.lbStatus.Location = new System.Drawing.Point(74, 80);
420      this.lbStatus.Name = "lbStatus";
421      this.lbStatus.Size = new System.Drawing.Size(50, 13);
422      this.lbStatus.TabIndex = 7;
423      this.lbStatus.Text = "loading...";
424      //
425      // lbStatusCaption
426      //
427      this.lbStatusCaption.AutoSize = true;
428      this.lbStatusCaption.Location = new System.Drawing.Point(17, 80);
429      this.lbStatusCaption.Name = "lbStatusCaption";
430      this.lbStatusCaption.Size = new System.Drawing.Size(40, 13);
431      this.lbStatusCaption.TabIndex = 6;
432      this.lbStatusCaption.Text = "Status:";
433      //
434      // btnDisconnect
435      //
436      this.btnDisconnect.Location = new System.Drawing.Point(257, 51);
437      this.btnDisconnect.Name = "btnDisconnect";
438      this.btnDisconnect.Size = new System.Drawing.Size(147, 23);
439      this.btnDisconnect.TabIndex = 5;
440      this.btnDisconnect.Text = "Disconnect from server";
441      this.btnDisconnect.UseVisualStyleBackColor = true;
442      this.btnDisconnect.Click += new System.EventHandler(this.btnDisconnect_Click);
443      //
444      // btConnect
445      //
446      this.btConnect.Location = new System.Drawing.Point(257, 23);
447      this.btConnect.Name = "btConnect";
448      this.btConnect.Size = new System.Drawing.Size(147, 23);
449      this.btConnect.TabIndex = 4;
450      this.btConnect.Text = "Connect to server";
451      this.btConnect.UseVisualStyleBackColor = true;
452      this.btConnect.Click += new System.EventHandler(this.btConnect_Click);
453      //
454      // tbPort
455      //
456      this.tbPort.Location = new System.Drawing.Point(77, 51);
457      this.tbPort.Name = "tbPort";
458      this.tbPort.Size = new System.Drawing.Size(143, 20);
459      this.tbPort.TabIndex = 3;
460      //
461      // tbIPAdress
462      //
463      this.tbIPAdress.Location = new System.Drawing.Point(77, 25);
464      this.tbIPAdress.Name = "tbIPAdress";
465      this.tbIPAdress.Size = new System.Drawing.Size(143, 20);
466      this.tbIPAdress.TabIndex = 2;
467      //
468      // lbServerIPCaption
469      //
470      this.lbServerIPCaption.AutoSize = true;
471      this.lbServerIPCaption.Location = new System.Drawing.Point(17, 28);
472      this.lbServerIPCaption.Name = "lbServerIPCaption";
473      this.lbServerIPCaption.Size = new System.Drawing.Size(54, 13);
474      this.lbServerIPCaption.TabIndex = 0;
475      this.lbServerIPCaption.Text = "IP adress:";
476      //
477      // lbPortCaption
478      //
479      this.lbPortCaption.AutoSize = true;
480      this.lbPortCaption.Location = new System.Drawing.Point(17, 54);
481      this.lbPortCaption.Name = "lbPortCaption";
482      this.lbPortCaption.Size = new System.Drawing.Size(29, 13);
483      this.lbPortCaption.TabIndex = 1;
484      this.lbPortCaption.Text = "Port:";
485      //
486      // HiveClientConsole
487      //
488      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
489      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
490      this.ClientSize = new System.Drawing.Size(437, 508);
491      this.Controls.Add(this.tcClientConsole);
492      this.Name = "HiveClientConsole";
493      this.Text = "Client Console (loading...)";
494      this.Load += new System.EventHandler(this.HiveClientConsole_Load);
495      this.Resize += new System.EventHandler(this.HiveClientConsole_Resize);
496      this.tcClientConsole.ResumeLayout(false);
497      this.tpConnection.ResumeLayout(false);
498      this.gbJobCommon.ResumeLayout(false);
499      this.gbCommon.ResumeLayout(false);
500      this.gbCommon.PerformLayout();
501      this.gbEventLog.ResumeLayout(false);
502      this.tabPage2.ResumeLayout(false);
503      this.gbOnlineTime.ResumeLayout(false);
504      this.gbOnlineTime.PerformLayout();
505      this.gbServerConnection.ResumeLayout(false);
506      this.gbServerConnection.PerformLayout();
507      this.ResumeLayout(false);
508
509    }
510
511    #endregion
512
513    private System.Windows.Forms.TabControl tcClientConsole;
514    private System.Windows.Forms.TabPage tpConnection;
515    private System.Windows.Forms.TabPage tabPage2;
516    private System.Windows.Forms.ListView lvLog;
517    private System.Windows.Forms.ColumnHeader chType;
518    private System.Windows.Forms.ColumnHeader chMessage;
519    private System.Windows.Forms.ColumnHeader chDate;
520    private System.Windows.Forms.Label lbJobdoneCaption;
521    private System.Windows.Forms.Label lbCsCaption;
522    private System.Windows.Forms.Label lbGuidCaption;
523    private System.Windows.Forms.GroupBox gbEventLog;
524    private System.Windows.Forms.Label lbJobsFetchedCaption;
525    private System.Windows.Forms.Label lbJobsAbortedCaption;
526    private System.Windows.Forms.GroupBox gbJobCommon;
527    private System.Windows.Forms.GroupBox gbCommon;
528    private System.Windows.Forms.ListView lvJobDetail;
529    private System.Windows.Forms.ColumnHeader chJobId;
530    private System.Windows.Forms.ColumnHeader chSince;
531    private System.Windows.Forms.ColumnHeader chProgress;
532    private System.Windows.Forms.Label lbConnectionStatusCaption;
533    private System.Windows.Forms.GroupBox gbServerConnection;
534    private System.Windows.Forms.TextBox tbPort;
535    private System.Windows.Forms.TextBox tbIPAdress;
536    private System.Windows.Forms.Label lbServerIPCaption;
537    private System.Windows.Forms.Label lbPortCaption;
538    private System.Windows.Forms.GroupBox gbOnlineTime;
539    private System.Windows.Forms.Button btnDisconnect;
540    private System.Windows.Forms.Button btConnect;
541    private ZedGraph.ZedGraphControl zGJobs;
542    private System.Windows.Forms.ColumnHeader chId;
543    private System.Windows.Forms.ImageList ilEventLog;
544    private System.Windows.Forms.Label lbStatus;
545    private System.Windows.Forms.Label lbStatusCaption;
546    private System.Windows.Forms.Label lbCs;
547    private System.Windows.Forms.Label lbConnectionStatus;
548    private System.Windows.Forms.Label lbGuid;
549    private System.Windows.Forms.Label lbJobsFetched;
550    private System.Windows.Forms.Label lbJobdone;
551    private System.Windows.Forms.Label lbJobsAborted;
552    private System.Windows.Forms.Label label1;
553  }
554}
555
Note: See TracBrowser for help on using the repository browser.