Free cookie consent management tool by TermsFeed Policy Generator

source: branches/CEDMA-Refactoring-Ticket419/HeuristicLab.Hive.Client.Console/HiveClientConsole.Designer.cs @ 1181

Last change on this file since 1181 was 906, checked in by whackl, 16 years ago

Hive Client Console Forms w/o services (#397)

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