Free cookie consent management tool by TermsFeed Policy Generator

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

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

Graph fixed (#397)

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